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

  • Log In
  • Sign Up

driesverachtert
/
basic_shapes_object_detection

Object Detection
Transformers
Safetensors
English
detr
simple
example
basic-geometric-shapes
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use driesverachtert/basic_shapes_object_detection with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("object-detection", model="driesverachtert/basic_shapes_object_detection")
    # Load model directly
    from transformers import AutoImageProcessor, AutoModelForObjectDetection
    
    processor = AutoImageProcessor.from_pretrained("driesverachtert/basic_shapes_object_detection")
    model = AutoModelForObjectDetection.from_pretrained("driesverachtert/basic_shapes_object_detection")
  • Notebooks
  • Google Colab
  • Kaggle
basic_shapes_object_detection
167 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
driesverachtert's picture
driesverachtert
Upload README.md with huggingface_hub
2267709 verified about 2 years ago
  • .gitattributes
    1.52 kB
    initial commit about 2 years ago
  • README.md
    1.35 kB
    Upload README.md with huggingface_hub about 2 years ago
  • config.json
    1.4 kB
    Upload DetrForObjectDetection about 2 years ago
  • model.safetensors
    166 MB
    xet
    Upload DetrForObjectDetection about 2 years ago