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 about 1 month ago
by
magicboom-WbyT
๐ Documentation Enhancement Suggestion
#8 opened 3 months ago
by
CroviaTrust
๐ Documentation Enhancement Suggestion
#7 opened 3 months ago
by
CroviaTrust
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 over 1 year ago
by
lishuo123
Pipeline stuck
#2 opened almost 2 years ago
by
Roy15957
Code for batch inference?
1
#1 opened almost 2 years ago
by
tariksetia