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

  • Log In
  • Sign Up

whyoke
/
train_5ep_test

Object Detection
Transformers
PyTorch
TensorBoard
detr
Model card Files Files and versions
xet
Metrics Training metrics Community
1

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

  • Libraries
  • Transformers

    How to use whyoke/train_5ep_test with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("object-detection", model="whyoke/train_5ep_test")
    # Load model directly
    from transformers import AutoImageProcessor, AutoModelForObjectDetection
    
    processor = AutoImageProcessor.from_pretrained("whyoke/train_5ep_test")
    model = AutoModelForObjectDetection.from_pretrained("whyoke/train_5ep_test")
  • Notebooks
  • Google Colab
  • Kaggle
train_5ep_test / runs
19.9 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 12 commits
whyoke's picture
whyoke
Training in progress, step 2400
49d6363 about 3 years ago
  • Apr01_15-41-47_yokz-labtop
    Training in progress, step 2400 about 3 years ago