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

  • Log In
  • Sign Up

SenseTime
/
deformable-detr

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

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

  • Libraries
  • Transformers

    How to use SenseTime/deformable-detr with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("object-detection", model="SenseTime/deformable-detr")
    # Load model directly
    from transformers import AutoImageProcessor, AutoModelForObjectDetection
    
    processor = AutoImageProcessor.from_pretrained("SenseTime/deformable-detr")
    model = AutoModelForObjectDetection.from_pretrained("SenseTime/deformable-detr")
  • Notebooks
  • Google Colab
  • Kaggle
New discussion
Resources
  • PR & discussions documentation
  • Code of Conduct
  • Hub documentation

Inquiry on Methodology Used in SenseTime/deformable-detr Model

1
#4 opened over 1 year ago by
hchcsuim

Conflict between the config file and model code in Deformable DETR

1
#3 opened over 1 year ago by
ZeQ

Unable to train this model

4
#1 opened over 3 years ago by
EMaitre
Company
TOS Privacy About Careers
Website
Models Datasets Spaces Pricing Docs