Instructions to use IDEA-Research/grounding-dino-tiny with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use IDEA-Research/grounding-dino-tiny with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("zero-shot-object-detection", model="IDEA-Research/grounding-dino-tiny")# Load model directly from transformers import AutoProcessor, AutoModelForZeroShotObjectDetection processor = AutoProcessor.from_pretrained("IDEA-Research/grounding-dino-tiny") model = AutoModelForZeroShotObjectDetection.from_pretrained("IDEA-Research/grounding-dino-tiny") - Notebooks
- Google Colab
- Kaggle
GroundingDINO API Mismatch
#9 opened 2 months ago
by
magicboom-WbyT
Avoid concatenating query words?
3
#6 opened over 1 year ago
by
geooff
how many classes can I input in one text?
2
#5 opened over 1 year ago
by
xingwang1234
is there any caching mechanism?
#4 opened over 1 year ago
by
xingwang1234
Does the model support training with bf16?
#3 opened almost 2 years ago
by
lishuo123
Pipeline stuck
#2 opened almost 2 years ago
by
Roy15957
Code for batch inference?
1
#1 opened about 2 years ago
by
tariksetia