-
Notifications
You must be signed in to change notification settings - Fork 45.4k
DeepLab: Fix generation of tfrecord for Cityscapes #8866
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
Conversation
Fix error `ModuleNotFoundError: No module named 'cityscapesscripts'`
aquariusjay
left a comment
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, ruslo!
This reverts commit b860406.
👌 @aquariusjay Can you please review/merge the #8534 too |
|
Hi ruslo, Thanks for the changes.
By doing so, it will be more consistent with the renaming splits changes you have. What do you think? Thanks! |
Ok, I'll check it and test it tomorrow. |
|
Great! Thanks, ruslo! |
@aquariusjay See #8870 |
|
Checking it. Thanks, ruslo! |
* convert_cityscapes.sh: Update PYTHONPATH Fix error `ModuleNotFoundError: No module named 'cityscapesscripts'` * Check the number of labels and images * DeepLab: Fix generation of tfrecord for Cityscapes
* convert_cityscapes.sh: Update PYTHONPATH Fix error `ModuleNotFoundError: No module named 'cityscapesscripts'` * Check the number of labels and images * DeepLab: Fix generation of tfrecord for Cityscapes
Description
Fix generation of tfrecord for Cityscapes and update documentation to use the correct split
--train_split="train_fine"/--eval_split="val_fine".Type of change
Tests
Checklist