benjiebob / SMALify

This repository contains an implementation for performing 3D animal (quadruped) reconstruction from a monocular image or video. The system adapts the pose (limb positions) and shape (animal type/height/weight) parameters for the SMAL deformable quadruped model, as well as camera parameters until the projected SMAL model aligns with 2D keypoints and silhouette segmentations extracted from the input frame(s).
110 stars 18 forks source link

python version #9

Closed buaaswf closed 4 years ago

buaaswf commented 4 years ago

Dear @benjiebob , Could you please give me more details about the versions of you dependencies, such as python, torch, ...etc. I use python 3.6 and torch1.6, which leads to the encoding error. when I load the smalst models return codecs.ascii_decode(input, self.errors)[0] UnicodeDecodeError: 'ascii' codec can't decode byte 0x80 in position 0: ordinal not in range(128)

Please help me. Thanks

monajalal commented 4 years ago

@buaaswf Here's a solution for your error

https://github.com/benjiebob/SMALify/issues/6

benjiebob commented 4 years ago

Thanks @monajalal. @buaaswf I will add a requirements.txt to the repo for folks to refer to.

benjiebob commented 4 years ago

See requirements.txt now in the master branch.