-
Notifications
You must be signed in to change notification settings - Fork 445
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
[FIX] Enable VOC dataset in OTX #1862
Conversation
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.
Nice work :)
Will it also fix COCO dataset bug, when it uses the same "trainval" instead of "train" and "val" (for instance segmentation)? |
Yes, if user prepare "instances_trainval.json", then we can avoid including this annotation to train annotation. |
3b39abf
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## develop #1862 +/- ##
===========================================
- Coverage 80.55% 80.53% -0.03%
===========================================
Files 481 481
Lines 32986 32995 +9
===========================================
- Hits 26573 26572 -1
- Misses 6413 6423 +10
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 at Codecov. |
Issue
Root Cause
Solution