-
Notifications
You must be signed in to change notification settings - Fork 139
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 Synthia data format and Add Synthia AL and SF formats #987
Conversation
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## develop #987 +/- ##
===========================================
+ Coverage 78.71% 78.75% +0.03%
===========================================
Files 231 233 +2
Lines 26452 26502 +50
Branches 5260 5267 +7
===========================================
+ Hits 20823 20871 +48
- Misses 4404 4405 +1
- Partials 1225 1226 +1
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.
LGTM.
SynthiaRandLabelMap, | ||
SynthiaRandPath, | ||
SynthiaSfLabelMap, | ||
SynthiaSfPath, | ||
) | ||
|
||
|
||
def make_categories(label_map=None): |
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.
def make_categories(label_map=None): | |
def make_categories(label_map): |
Summary
How to test
Checklist
License
Feel free to contact the maintainers if that's a concern.