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

  • Log In
  • Sign Up

whyoke
/
object_detection_test_1

Object Detection
Transformers
PyTorch
TensorBoard
detr
Generated from Trainer
Model card Files Files and versions
xet
Metrics Training metrics Community
2

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

  • Libraries
  • Transformers

    How to use whyoke/object_detection_test_1 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("object-detection", model="whyoke/object_detection_test_1")
    # Load model directly
    from transformers import AutoImageProcessor, AutoModelForObjectDetection
    
    processor = AutoImageProcessor.from_pretrained("whyoke/object_detection_test_1")
    model = AutoModelForObjectDetection.from_pretrained("whyoke/object_detection_test_1")
  • Notebooks
  • Google Colab
  • Kaggle
object_detection_test_1 / runs
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
whyoke's picture
whyoke
End of training
ab2132f about 3 years ago
  • Mar26_22-33-10_yokz-labtop
    End of training about 3 years ago