DenisTome / Lifting-from-the-Deep-release

Implementation of "Lifting from the Deep: Convolutional 3D Pose Estimation from a Single Image"
https://denistome.github.io/papers/lifting-from-the-deep
GNU General Public License v3.0
450 stars 132 forks source link

Modify the importing style to make it available on Python3. #23

Closed yaikeda closed 6 years ago

yaikeda commented 6 years ago

In my environment (Ubuntu18.04, Python3.6.5), the following style did not available.

''' from A.B import CONSTANT_VALUE '''

Therefore, I have modified some lines. I would be happy if you like it and merge the modifications.