-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Patching YOLO Ultralytics Upgrade #2686
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
Patching YOLO Ultralytics Upgrade #2686
Conversation
Signed-off-by: Kieran Fraser <[email protected]>
…utput format such that loss via ultralytics can be computed. Signed-off-by: Kieran Fraser <[email protected]>
… yolo feature facilitate many yolo versions to be used via ultralytics. Signed-off-by: Kieran Fraser <[email protected]>
…bels for yolo. Signed-off-by: Kieran Fraser <[email protected]>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## dev_1.20.1 #2686 +/- ##
==============================================
- Coverage 85.12% 84.68% -0.45%
==============================================
Files 328 328
Lines 29506 29497 -9
Branches 4966 4964 -2
==============================================
- Hits 25118 24980 -138
- Misses 2963 3081 +118
- Partials 1425 1436 +11
🚀 New features to boost your workflow:
|
Signed-off-by: Kieran Fraser <[email protected]>
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.
Hi @kieranfraser Thank you very much for identifying and fixing this bug! The changes look good to me.
Description
Please include a summary of the change, motivation and which issue is fixed. Any dependencies changes should also be included.
Fixes #2687
Type of change
Please check all relevant options.
Testing
Please describe the tests that you ran to verify your changes. Consider listing any relevant details of your test configuration.
tests/estimators/object_detection/test_pytorch_yolo_loss_wrapper.py
Test Configuration:
Checklist