Instructions to use jtatman/grounding-dino-finetuned-license-plates with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
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") - Notebooks
- Google Colab
- Kaggle
Finetune process
2
#1 opened 11 months ago
by
3eliran