Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

IDEA-Research
/
grounding-dino-base

Zero-Shot Object Detection
Transformers
PyTorch
Safetensors
grounding-dino
vision
Model card Files Files and versions
xet
Community
18

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
New discussion
Resources
  • PR & discussions documentation
  • Code of Conduct
  • Hub documentation

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
Company
TOS Privacy About Careers
Website
Models Datasets Spaces Pricing Docs