Instructions to use IDEA-Research/grounding-dino-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use IDEA-Research/grounding-dino-base 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-base")# Load model directly from transformers import AutoProcessor, AutoModelForZeroShotObjectDetection processor = AutoProcessor.from_pretrained("IDEA-Research/grounding-dino-base") model = AutoModelForZeroShotObjectDetection.from_pretrained("IDEA-Research/grounding-dino-base") - Notebooks
- Google Colab
- Kaggle
box_threshold
1
#18 opened 3 months ago
by
jsm0315
๐ Documentation Enhancement Suggestion
#17 opened 3 months ago
by
CroviaTrust
๐ Documentation Enhancement Suggestion
#16 opened 3 months ago
by
CroviaTrust
KeyError: 'grounding-dino'
2
#15 opened 8 months ago
by
Simiao-Chen
How to use Chinese prompt๏ผ
#14 opened 8 months ago
by
Q20176
PEFT Methods
#12 opened 8 months ago
by
mattjarjoura
Index error when using batch size > 1
#11 opened 9 months ago
by
ce-mwest
Support for removing combined concept outputs
๐ 2
#10 opened over 1 year ago
by
Telomeresis
Output labels different from labels in input prompt.
๐ 3
1
#9 opened over 1 year ago
by
jcorsetti
Different Behavior between this hf model and the local model
2
#8 opened over 1 year ago
by
QHQK
FlashAttention-2 support
1
#7 opened over 1 year ago
by
afaulconbridge
Can't get the Predictions by converting the model to torch.float16
1
#6 opened almost 2 years ago
by
taher30
How to plot results using supervision
๐ 1
2
#5 opened almost 2 years ago
by
vishwamgupta
Could not load the custom kernel
๐ 3
11
#4 opened about 2 years ago
by
colacool
the sample code in the README its not working
3
#2 opened about 2 years ago
by
Javierquin