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

having an issue on windows with the smal fitter #15

Closed elephantguy256 closed 3 years ago

elephantguy256 commented 3 years ago

I was trying to run the smal fitter on windows and I get this error from pickle.py

Traceback (most recent call last): File "smal_fitter/optimize_to_joints.py", line 147, in main() File "smal_fitter/optimize_to_joints.py", line 89, in main model = SMALFitter(device, data, config.WINDOW_SIZE, config.SHAPE_FAMILY, use_unity_prior) File "C:\Users\Owner\Documents\GitHub\SMALify\smal_fitter\smal_fitter.py", line 46, in init smal_data = u.load() File "E:\Program Files\Python37\lib\pickle.py", line 1085, in load dispatchkey[0] File "E:\Program Files\Python37\lib\pickle.py", line 1209, in load_string raise UnpicklingError("the STRING opcode argument must be quoted") _pickle.UnpicklingError: the STRING opcode argument must be quoted

this is the error I am getting

benjiebob commented 3 years ago

Could this help: https://github.com/benjiebob/SMALify/issues/10

benjiebob commented 3 years ago

Closing due to inactivity.