-
Notifications
You must be signed in to change notification settings - Fork 9
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 COCO and VOC formats for performance tests #58
Support COCO and VOC formats for performance tests #58
Conversation
Added additional methods for |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #58 +/- ##
========================================
Coverage 93.57% 93.57%
========================================
Files 26 26
Lines 1602 1602
========================================
Hits 1499 1499
Misses 103 103
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ 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.
Thank you for the long-waited accuracy test! :)
Regarding the test utils, you can choose to create common tests/test_suite
directory or keep it as is.
Please see a few comments of mine.
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.
Thank you!
LGTM
Follow up minor update for ADCC metric
Added COCO and VOC toy datasets for assets
Tests passed locally passed
Ensured the quality metric numbers from the dataset (COCO and VOC) are the same as quality metrics of the single image