简介
GitHub:https://github.com/ultralytics/ultralytics
Notebook:https://github.com/ultralytics/ultralytics/blob/main/examples/tutorial.ipynb
文档:https://docs.ultralytics.com/
安装
PIP安装
requirements.txt
依赖环境:https://github.com/ultralytics/ultralytics/blob/main/requirements.txt
Clone Git
针对开发这个项目本身才会使用的方式,一般情况推荐 pip安装
检测YOLOv8版本、环境及硬件支持
使用
预测
转换
训练
这里使用 coco128 数据集 做演示 https://www.kaggle.com/datasets/ultralytics/coco128
转换数据
这里提供一个脚本,同类结构可以快速转换
开始训练