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

fxmarty
/
bugged-detr-ort-cuda

Object Detection
Transformers
ONNX
detr
Model card Files Files and versions
xet
Community

Instructions to use fxmarty/bugged-detr-ort-cuda with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use fxmarty/bugged-detr-ort-cuda with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("object-detection", model="fxmarty/bugged-detr-ort-cuda")
    # Load model directly
    from transformers import AutoImageProcessor, AutoModelForObjectDetection
    
    processor = AutoImageProcessor.from_pretrained("fxmarty/bugged-detr-ort-cuda")
    model = AutoModelForObjectDetection.from_pretrained("fxmarty/bugged-detr-ort-cuda")
  • Notebooks
  • Google Colab
  • Kaggle
bugged-detr-ort-cuda
321 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
fxmarty's picture
fxmarty
Upload folder using huggingface_hub
7ce0784 over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • config.json
    4.75 kB
    Upload folder using huggingface_hub over 2 years ago
  • model.onnx
    167 MB
    xet
    Upload folder using huggingface_hub over 2 years ago
  • model.onnx.zip

    Pickle imports

    • No problematic imports detected

    What is a pickle import?

    154 MB
    xet
    Upload folder using huggingface_hub over 2 years ago
  • preprocessor_config.json
    455 Bytes
    Upload folder using huggingface_hub over 2 years ago