mcordts / cityscapesScripts

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

bugfix: support pillow 7 #104

Closed mcordts closed 4 years ago

mcordts commented 4 years ago

As the pillow dependency is modeled via setup.py, we don't need the try...catch imports anymore. In addition, we drop the import of PILLOW_VERSION as this does not exist in Pillow 7 anymore.