Skip to content

v7.0.8

Compare
Choose a tag to compare
@fcakyon fcakyon released this 31 Jan 20:53
· 18 commits to main since this release
a05ce22

Roboflow Integration

$ 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