v7.0.8
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 #208
- Using Roboflow Universe datasets for training detection, segmentation and classification by @SkalskiP in #210
- update to 01.02.23 ultralytics/yolov5 by @fcakyon in #214
New Contributors
Full Changelog: 7.0.7...7.0.8