Releases: fcakyon/yolov5-pip
Releases · fcakyon/yolov5-pip
v7.0.13
What's Changed
- Minor changes for compatibility with neptune 1.0 by @hasanemirakin in #241
- Fixed bug in precision logic by @SIR-unit in #232
- Update general.py (fix module not found error) by @Petros626 in #246
- fix module not found by @1qh in #247
- fix roboflow ci by @fcakyon in #248
- update version by @fcakyon in #249
- fix pypi publish action by @fcakyon in #251
New Contributors
- @hasanemirakin made their first contribution in #241
- @SIR-unit made their first contribution in #232
- @Petros626 made their first contribution in #246
- @1qh made their first contribution in #247
Full Changelog: 7.0.12...7.0.13
v7.0.12
v7.0.11
v7.0.10
v7.0.9
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
v7.0.7
v7.0.6
v7.0.5
What's Changed
- improve hf modelcard generation by @keremberke in #190
- when workers==0, dont create new multiprocess pools by @fcakyon in #191
- update hf push by @fcakyon in #192
New Contributors
- @keremberke made their first contribution in #190
Full Changelog: 7.0.4...7.0.5