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

EtanHey
/
hand-detection-3class

Image Classification
ultralytics
yolov8
hand-detection
computer-vision
Model card Files Files and versions
xet
Community

Instructions to use EtanHey/hand-detection-3class with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • ultralytics

    How to use EtanHey/hand-detection-3class with ultralytics:

    from ultralytics import YOLOvv8
    
    model = YOLOvv8.from_pretrained("EtanHey/hand-detection-3class")
    source = 'http://images.cocodataset.org/val2017/000000039769.jpg'
    model.predict(source=source, save=True)
  • Notebooks
  • Google Colab
  • Kaggle
hand-detection-3class
5.94 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 8 commits
EtanHey's picture
EtanHey
Update model card with cleaner examples
96097e9 verified 11 months ago
  • .gitattributes
    1.52 kB
    initial commit 11 months ago
  • README.md
    6.24 kB
    Update model card with cleaner examples 11 months ago
  • config.yaml
    42 Bytes
    Add class configuration 11 months ago
  • model.pt
    2.97 MB
    xet
    Upload hand detection model 11 months ago
  • three_class_detector.pt
    2.97 MB
    xet
    Upload three_class_detector.pt 11 months ago