Instructions to use openmmlab-community/mm_grounding_dino_large_all with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use openmmlab-community/mm_grounding_dino_large_all with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("zero-shot-object-detection", model="openmmlab-community/mm_grounding_dino_large_all")# Load model directly from transformers import AutoProcessor, AutoModelForZeroShotObjectDetection processor = AutoProcessor.from_pretrained("openmmlab-community/mm_grounding_dino_large_all") model = AutoModelForZeroShotObjectDetection.from_pretrained("openmmlab-community/mm_grounding_dino_large_all") - Notebooks
- Google Colab
- Kaggle
About the Bounding Box
1
#3 opened 7 months ago
by
aniket2025
KeyError: 'mm-grounding-dino'
❤️ 1
2
#2 opened 10 months ago
by
lijiajun3029
Greetings to you
2
#1 opened 11 months ago
by
ostrix