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

rawhad
/
grounding-dino-base-screen-ai-v0

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

Instructions to use rawhad/grounding-dino-base-screen-ai-v0 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use rawhad/grounding-dino-base-screen-ai-v0 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("zero-shot-object-detection", model="rawhad/grounding-dino-base-screen-ai-v0")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForZeroShotObjectDetection
    
    processor = AutoProcessor.from_pretrained("rawhad/grounding-dino-base-screen-ai-v0")
    model = AutoModelForZeroShotObjectDetection.from_pretrained("rawhad/grounding-dino-base-screen-ai-v0")
  • Notebooks
  • Google Colab
  • Kaggle
grounding-dino-base-screen-ai-v0
934 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
rawhad's picture
rawhad
Upload GroundingDinoForObjectDetection
bb80a56 verified almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • README.md
    5.17 kB
    Upload processor almost 2 years ago
  • config.json
    1.79 kB
    Upload GroundingDinoForObjectDetection almost 2 years ago
  • model.safetensors
    933 MB
    xet
    Upload GroundingDinoForObjectDetection almost 2 years ago
  • preprocessor_config.json
    872 Bytes
    Upload processor almost 2 years ago
  • special_tokens_map.json
    695 Bytes
    Upload processor almost 2 years ago
  • tokenizer.json
    711 kB
    Upload processor almost 2 years ago
  • tokenizer_config.json
    1.24 kB
    Upload processor almost 2 years ago
  • vocab.txt
    232 kB
    Upload processor almost 2 years ago