TuSimple / TuSimple-DUC

Understanding Convolution for Semantic Segmentation
https://arxiv.org/abs/1702.08502
Apache License 2.0
610 stars 118 forks source link

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

Closed cclauss closed 5 years ago

cclauss commented 7 years ago

Partial fix for #3

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