Implementation of "Lifting from the Deep: Convolutional 3D Pose Estimation from a Single Image"
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
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.