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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

MustangV
/
candy_detector_finetuned

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

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

  • Libraries
  • Transformers

    How to use MustangV/candy_detector_finetuned with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("object-detection", model="MustangV/candy_detector_finetuned")
    # Load model directly
    from transformers import AutoImageProcessor, AutoModelForObjectDetection
    
    processor = AutoImageProcessor.from_pretrained("MustangV/candy_detector_finetuned")
    model = AutoModelForObjectDetection.from_pretrained("MustangV/candy_detector_finetuned", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
candy_detector_finetuned / runs
61.3 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
MustangV's picture
MustangV
End of training
bcbd061 over 2 years ago
  • Nov16_08-41-40_dd637a1000d9
    End of training over 2 years ago
  • Nov16_08-42-34_dd637a1000d9
    End of training over 2 years ago
  • Nov16_08-48-18_dd637a1000d9
    End of training over 2 years ago
  • Nov16_08-49-35_dd637a1000d9
    End of training over 2 years ago
  • Nov16_08-52-45_dd637a1000d9
    End of training over 2 years ago
  • Nov16_08-54-27_dd637a1000d9
    End of training over 2 years ago
  • Nov16_08-56-02_dd637a1000d9
    End of training over 2 years ago
  • Nov16_08-57-42_dd637a1000d9
    End of training over 2 years ago
  • Nov16_09-00-46_dd637a1000d9
    End of training over 2 years ago