charlesq34 / frustum-pointnets

Frustum PointNets for 3D Object Detection from RGB-D Data
Apache License 2.0
1.59k stars 538 forks source link

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

Closed cclauss closed 6 years ago

cclauss commented 6 years ago

Make the minimal, safe changes to make the codebase syntax compatible with both Python 2 and Python 3. Being syntax compatible with Python 3 does not mean that the port to Python 3 is complete.

$ futurize --stage1 -w . # http://python-future.org/futurize_cheatsheet.html

charlesq34 commented 6 years ago

looks good to me. PR merged! :)