Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

iSEE-Laboratory
/
llmdet_tiny

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

Instructions to use iSEE-Laboratory/llmdet_tiny with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use iSEE-Laboratory/llmdet_tiny with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("zero-shot-object-detection", model="iSEE-Laboratory/llmdet_tiny")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForZeroShotObjectDetection
    
    processor = AutoProcessor.from_pretrained("iSEE-Laboratory/llmdet_tiny")
    model = AutoModelForZeroShotObjectDetection.from_pretrained("iSEE-Laboratory/llmdet_tiny")
  • Notebooks
  • Google Colab
  • Kaggle
llmdet_tiny
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
rziga's picture
rziga
Update README.md
d051991 verified 10 months ago
  • .gitattributes
    1.52 kB
    initial commit 11 months ago
  • README.md
    4.34 kB
    Update README.md 10 months ago
  • config.json
    2.7 kB
    Upload MMGroundingDinoForObjectDetection 11 months ago
  • model.safetensors
    692 MB
    xet
    Upload MMGroundingDinoForObjectDetection 11 months ago
  • preprocessor_config.json
    511 Bytes
    Upload processor 11 months ago
  • special_tokens_map.json
    125 Bytes
    Upload processor 11 months ago
  • tokenizer_config.json
    1.32 kB
    Upload processor 11 months ago
  • vocab.txt
    232 kB
    Upload processor 11 months ago