Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

whyoke
/
train_30epoch

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

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

  • Libraries
  • Transformers

    How to use whyoke/train_30epoch with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("object-detection", model="whyoke/train_30epoch")
    # Load model directly
    from transformers import AutoImageProcessor, AutoModelForObjectDetection
    
    processor = AutoImageProcessor.from_pretrained("whyoke/train_30epoch")
    model = AutoModelForObjectDetection.from_pretrained("whyoke/train_30epoch")
  • Notebooks
  • Google Colab
  • Kaggle
train_30epoch / runs
Ctrl+K
Ctrl+K
  • 1 contributor
History: 88 commits
whyoke's picture
whyoke
Training in progress, step 17600
24e25aa about 3 years ago
  • Apr07_13-17-30_yokz-labtop
    Training in progress, step 17600 about 3 years ago