-
Notifications
You must be signed in to change notification settings - Fork 233
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
Upgrade ultralytics to 8.0.170 #2133
Upgrade ultralytics to 8.0.170 #2133
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## develop #2133 +/- ##
===========================================
- Coverage 35.92% 35.92% -0.01%
===========================================
Files 476 476
Lines 42483 42494 +11
===========================================
+ Hits 15264 15265 +1
- Misses 27219 27229 +10 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why did you upgrade ultralytics to 8.0.170 instead off the latest version?
run pylint pre-commit tests |
There is no particular reason, other than slightly lower risks of bugs since ultralytics is released almost every day. For example, 8.0.174 has been marked as YANKED. |
### Changes Upgrade ultralytics to 8.0.170 ### Reason for changes For some reason yolo samples started to fail. Upgrading ultralytics solves this issue because the later version contains these changes: ultralytics/ultralytics@a741961 ### Related tickets 120311 ### Tests Build 82 passed
Changes
Upgrade ultralytics to 8.0.170
Reason for changes
For some reason yolo samples started to fail. Upgrading ultralytics solves this issue because the later version contains these changes: ultralytics/ultralytics@a741961
Related tickets
120311
Tests
Build 82 passed