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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

jozhang97
/
deta-resnet-50

Object Detection
Transformers
PyTorch
Safetensors
deta
vision
Model card Files Files and versions
xet
Community
2

Instructions to use jozhang97/deta-resnet-50 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use jozhang97/deta-resnet-50 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("object-detection", model="jozhang97/deta-resnet-50")
    # Load model directly
    from transformers import AutoModelForObjectDetection
    model = AutoModelForObjectDetection.from_pretrained("jozhang97/deta-resnet-50", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
deta-resnet-50
389 MB
Ctrl+K
Ctrl+K
  • 3 contributors
History: 11 commits
nielsr's picture
nielsr HF Staff
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model (#2)
2cd5ef2 verified over 2 years ago
  • .gitattributes
    1.48 kB
    initial commit over 3 years ago
  • README.md
    642 Bytes
    Update README.md over 3 years ago
  • config.json
    6.7 kB
    Upload DetaForObjectDetection over 3 years ago
  • model.safetensors
    194 MB
    xet
    Adding `safetensors` variant of this model (#2) over 2 years ago
  • preprocessor_config.json
    401 Bytes
    Upload processor over 3 years ago
  • pytorch_model.bin
    194 MB
    xet
    Upload DetaForObjectDetection over 3 years ago