fregu856 / segmentation

TensorFlow implementation of ENet, trained on the Cityscapes dataset.
http://www.fregu856.com/
MIT License
244 stars 73 forks source link

Modernize Python 2 code to get ready for Python 3 #1

Closed cclauss closed 5 years ago

cclauss commented 6 years ago

Make the minimal, safe changes required to convert the repo's code to be syntax compatible with both Python 2 and Python 3. There might be other work required to complete the port to Python 3 but this is a minimal, safe first step.