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

  • Log In
  • Sign Up

tsime
/
detr_mapilary

Object Detection
Transformers
PyTorch
deformable_detr
Model card Files Files and versions
xet
Community
1

Instructions to use tsime/detr_mapilary with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use tsime/detr_mapilary with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("object-detection", model="tsime/detr_mapilary")
    # Load model directly
    from transformers import AutoImageProcessor, AutoModelForObjectDetection
    
    processor = AutoImageProcessor.from_pretrained("tsime/detr_mapilary")
    model = AutoModelForObjectDetection.from_pretrained("tsime/detr_mapilary")
  • Notebooks
  • Google Colab
  • Kaggle
detr_mapilary
161 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 94 commits
tsime's picture
tsime
Upload processor
9a56c63 over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 3 years ago
  • config.json
    38.6 kB
    Upload DeformableDetrForObjectDetection over 2 years ago
  • preprocessor_config.json
    411 Bytes
    Upload processor almost 3 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    161 MB
    xet
    Upload DeformableDetrForObjectDetection over 2 years ago