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
Datasets
#6
by adsfdfddffd - opened
I was wondering if you could maybe share the datasets you trained the models on? New Yolo version just dropped, wanted to try training a new one
I don't share my datasets.
Anzhc changed discussion status to closed