7.0.8
版本发布时间: 2023-02-01 04:53:36
fcakyon/yolov5-pip最新发布版本:7.0.13(2023-10-16 18:17:06)
Roboflow Integration
- Train your model using Roboflow Universe datasets (roboflow>=0.2.27 required):
$ yolov5 train --data DATASET_UNIVERSE_URL --weights yolov5s.pt --roboflow_token YOUR_ROBOFLOW_TOKEN
Where DATASET_UNIVERSE_URL
must be in https://universe.roboflow.com/workspace_name/project_name/project_version
format.
What's Changed
- Supports directly calling the scripts without installing the package by @ngxingyu in https://github.com/fcakyon/yolov5-pip/pull/208
- Using Roboflow Universe datasets for training detection, segmentation and classification by @SkalskiP in https://github.com/fcakyon/yolov5-pip/pull/210
- update to 01.02.23 ultralytics/yolov5 by @fcakyon in https://github.com/fcakyon/yolov5-pip/pull/214
New Contributors
- @ngxingyu made their first contribution in https://github.com/fcakyon/yolov5-pip/pull/208
- @SkalskiP made their first contribution in https://github.com/fcakyon/yolov5-pip/pull/210
Full Changelog: https://github.com/fcakyon/yolov5-pip/compare/7.0.7...7.0.8