-
Notifications
You must be signed in to change notification settings - Fork 152
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support upstream yolov5 v6 release #194
Conversation
for more information, see https://pre-commit.ci
|
Codecov Report
@@ Coverage Diff @@
## master #194 +/- ##
=======================================
Coverage 96.49% 96.49%
=======================================
Files 10 10
Lines 599 599
=======================================
Hits 578 578
Misses 21 21
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report at Codecov.
|
for more information, see https://pre-commit.ci
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
Following the upstream YOLOv5 release v6.0 ultralytics/yolov5#5141 . For release v6.0, use the snippet below
Whereas for release v4.0 and v5.0, just change the version to
version="r4.0"
like below