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

  • Log In
  • Sign Up

disco-eth
/
cue-detr

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

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

  • Libraries
  • Transformers

    How to use disco-eth/cue-detr with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("object-detection", model="disco-eth/cue-detr")
    # Load model directly
    from transformers import AutoImageProcessor, AutoModelForObjectDetection
    
    processor = AutoImageProcessor.from_pretrained("disco-eth/cue-detr")
    model = AutoModelForObjectDetection.from_pretrained("disco-eth/cue-detr")
  • Notebooks
  • Google Colab
  • Kaggle
cue-detr
Ctrl+K
Ctrl+K
  • 2 contributors
History: 2 commits
Luca Lanzendoerfer
upload model weights
caca89a almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • 50-epoch.ckpt

    Detected Pickle imports (3)

    • "collections.OrderedDict",
    • "torch._utils._rebuild_tensor_v2",
    • "torch.FloatStorage"

    What is a pickle import?

    497 MB
    xet
    upload model weights almost 2 years ago
  • README.md
    24 Bytes
    initial commit almost 2 years ago
  • config.json
    1.37 kB
    upload model weights almost 2 years ago
  • model.safetensors
    166 MB
    xet
    upload model weights almost 2 years ago