-
Notifications
You must be signed in to change notification settings - Fork 438
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
feat: add a draw_boxes function for detection task only #384
Conversation
Codecov Report
@@ Coverage Diff @@
## main #384 +/- ##
==========================================
+ Coverage 95.79% 95.84% +0.04%
==========================================
Files 89 89
Lines 3690 3702 +12
==========================================
+ Hits 3535 3548 +13
+ Misses 155 154 -1
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
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.
Thanks for the PR! I added some comments
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.
Thanks! Just a small thing about an inplace ops
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.
Thanks!
This PR adds a draw_boxes function to draw boxes on images when performing detection task.
Partially resolves #89
Any feedback is welcome!