xingyizhou / pytorch-pose-hg-3d

PyTorch implementation for 3D human pose estimation
GNU General Public License v3.0
613 stars 143 forks source link

Error when running demo #4

Closed hossam-96 closed 6 years ago

hossam-96 commented 6 years ago

There was an error when trying to run the demo with python3 but it got solved when I used python2 This was the error : UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 875: ordinal not in range(128)

tlatlbtle commented 6 years ago

I meet the same issue! Have you fixed it?