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

  • Log In
  • Sign Up

joshvm
/
milliontrees-detr

Object Detection
Transformers
Safetensors
deformable_detr
Model card Files Files and versions
xet
Community

Instructions to use joshvm/milliontrees-detr with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use joshvm/milliontrees-detr with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("object-detection", model="joshvm/milliontrees-detr")
    # Load model directly
    from transformers import AutoImageProcessor, AutoModelForObjectDetection
    
    processor = AutoImageProcessor.from_pretrained("joshvm/milliontrees-detr")
    model = AutoModelForObjectDetection.from_pretrained("joshvm/milliontrees-detr")
  • Notebooks
  • Google Colab
  • Kaggle
milliontrees-detr
161 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
joshvm's picture
joshvm
Upload processor
f060e5f verified 11 months ago
  • .gitattributes
    1.52 kB
    initial commit 11 months ago
  • README.md
    5.17 kB
    Upload DeformableDetrForObjectDetection 11 months ago
  • config.json
    1.43 kB
    Upload DeformableDetrForObjectDetection 11 months ago
  • model.safetensors
    161 MB
    xet
    Upload DeformableDetrForObjectDetection 11 months ago
  • preprocessor_config.json
    465 Bytes
    Upload processor 11 months ago