mcordts / cityscapesScripts

README and scripts for the Cityscapes Dataset
MIT License
2.19k stars 608 forks source link

<feature>Add a progress bar feature for downloading scripts #183

Closed CollapseEdge closed 7 months ago

CollapseEdge commented 7 months ago

Add a progress bar feature for downloading scripts.

The script did not have any user interaction when downloading large datasets. I added a progress bar function, which seems to provide users with a better experience.

mcordts commented 7 months ago

Thank you for the pull request. I implemented the feature, but a bit different to yours.