jtatman/yolo5_russianlicenseplates_detect
Viewer • Updated • 783 • 9
How to use jtatman/grounding-dino-finetuned-license-plates with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("zero-shot-object-detection", model="jtatman/grounding-dino-finetuned-license-plates") # Load model directly
from transformers import AutoProcessor, AutoModelForZeroShotObjectDetection
processor = AutoProcessor.from_pretrained("jtatman/grounding-dino-finetuned-license-plates")
model = AutoModelForZeroShotObjectDetection.from_pretrained("jtatman/grounding-dino-finetuned-license-plates")Fine tune of Grounding Dino on license plates, that often overlooked portion of traffic object detection routines. This model should show improve bounding box suggestions for license plates as GroundingDino has some trouble with augmented images. Future versions will target license plate segmentation.
Base model
IDEA-Research/grounding-dino-base