Instructions to use Anzhc/Anzhcs_YOLOs with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- ultralytics
How to use Anzhc/Anzhcs_YOLOs with ultralytics:
# Couldn't find a valid YOLO version tag. # Replace XX with the correct version. from ultralytics import YOLOvXX model = YOLOvXX.from_pretrained("Anzhc/Anzhcs_YOLOs") source = 'http://images.cocodataset.org/val2017/000000039769.jpg' model.predict(source=source, save=True) - Notebooks
- Google Colab
- Kaggle
Rename Anzhcs WomanFace v05 1024 y8n.pt to Anzhcs_WomanFace_v05_1024_y8n.pt
#5
by Mo1odou - opened