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

reskyayu
/
fer2013-yolo11s-ensemble

Image Classification
ultralytics
facial-expression-recognition
fer2013
Model card Files Files and versions
xet
Community

Instructions to use reskyayu/fer2013-yolo11s-ensemble with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • ultralytics

    How to use reskyayu/fer2013-yolo11s-ensemble with ultralytics:

    # Couldn't find a valid YOLO version tag.
    # Replace XX with the correct version.
    from ultralytics import YOLOvXX
    
    model = YOLOvXX.from_pretrained("reskyayu/fer2013-yolo11s-ensemble")
    source = 'http://images.cocodataset.org/val2017/000000039769.jpg'
    model.predict(source=source, save=True)
  • Notebooks
  • Google Colab
  • Kaggle
fer2013-yolo11s-ensemble
22.1 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
reskyayu's picture
reskyayu
Add YOLO11s FER2013 ensemble (2 weights + inference script + README)
159b2dd verified 7 months ago
  • weights
    Add YOLO11s FER2013 ensemble (2 weights + inference script + README) 7 months ago
  • .gitattributes
    1.52 kB
    initial commit 7 months ago
  • README.md
    917 Bytes
    Add YOLO11s FER2013 ensemble (2 weights + inference script + README) 7 months ago
  • ensemble_predict.py
    1.1 kB
    Add YOLO11s FER2013 ensemble (2 weights + inference script + README) 7 months ago
  • requirements.txt
    27 Bytes
    Add YOLO11s FER2013 ensemble (2 weights + inference script + README) 7 months ago