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

how can I download my_smpl_data_00781_4_all.pkl? #19

Closed sunbin1357 closed 3 years ago

sunbin1357 commented 3 years ago

how can I download my_smpl_data_00781_4_all.pkl?

benjiebob commented 3 years ago

Make sure you clone the repository with submodules as detailed in the instructions.

This file originates here: https://github.com/silviazuffi/smalst/tree/master/smpl_models

Please reopen if there are issues.