-
Notifications
You must be signed in to change notification settings - Fork 135
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
Add YOLO Loose format #856
Add YOLO Loose format #856
Conversation
Signed-off-by: Kim, Vinnam <vinnam.kim@intel.com>
Signed-off-by: Kim, Vinnam <vinnam.kim@intel.com>
Signed-off-by: Kim, Vinnam <vinnam.kim@intel.com>
Signed-off-by: Kim, Vinnam <vinnam.kim@intel.com>
Signed-off-by: Kim, Vinnam <vinnam.kim@intel.com>
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
Signed-off-by: Kim, Vinnam <vinnam.kim@intel.com>
…lo-format Signed-off-by: Kim, Vinnam <vinnam.kim@intel.com>
Signed-off-by: Kim, Vinnam <vinnam.kim@intel.com>
9a41e9d
to
2961755
Compare
Signed-off-by: Kim, Vinnam <vinnam.kim@intel.com>
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## develop #856 +/- ##
===========================================
+ Coverage 78.59% 78.60% +0.01%
===========================================
Files 198 200 +2
Lines 24377 24497 +120
Branches 4932 4950 +18
===========================================
+ Hits 19159 19257 +98
- Misses 4118 4132 +14
- Partials 1100 1108 +8
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report in Codecov by Sentry. |
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.
Sorry for late response, but it looks good to me! Please merge this.
Summary
YoloLooseImporter
and revisitnotebooks/06_tiling.ipynb
to use it.YoloLoose
format.How to test
I added tests to cover this change and made some refactoring of the existing tests by moving some tests to
tests/unit/data_formats/test_yolo_format.py
.Checklist
develop
branchLicense
Feel free to contact the maintainers if that's a concern.