-
Notifications
You must be signed in to change notification settings - Fork 330
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 pascal voc 2012 dataset with segmentation data. #943
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.
Thanks for the PR!
/gcbrun |
1 similar comment
/gcbrun |
/gcbrun |
/gcbrun |
1 similar comment
/gcbrun |
@qlzh727 I've protected our |
Change the implementation of decode PNG to tf.gather with constant tesnor. This removes the need of PILLOW as a dependency.
Ack, since we change the approach, the extra deps of PILLOW is not needed. |
/gcbrun |
…nnecessary memory usage.
/gcbrun |
* WIP for Pascal VOC dataset loader with segmentation map * Remove the unused function. * Update the segmentation dataset load. * Address review comments and add unit test with test data. * Try to fix the unit test. * Fix logging format. * Fix window test issue with Path.as_uri() * Fix cloud build for the missiong PIL dependency. * Address review comment. Change the implementation of decode PNG to tf.gather with constant tesnor. This removes the need of PILLOW as a dependency. * Remove unused function and imports. * Fix typo in the comment. * Change the VOC_PNG_COLOR_MAPPING to be lazily created, to avoid the unnecessary memory usage.
What does this PR do?
Add a new data loader function for Pascal voc that contains the segmentation mask data (both class segmentation and instance segmentation.)
Before submitting
Pull Request section?
to it if that's the case.
Unit test will be added soon.