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).
106 stars 18 forks source link

Could the new smal model obtained by running optimise.py use to SMALST? #18

Open Autumnfall-Me opened 3 years ago

Autumnfall-Me commented 3 years ago

hey,@benjiebob Thanks a lot for your great work. I would like to build my new SMAL model such as pig. And I have ran optimise.py and got the SMAL model. But the paraments of new SMAL model we got is not similar to original SMAL model my_smpl_00781_4_all.pkl. What I should do if I want to visulize the model with betas and pose by hello_smpl.py?

benjiebob commented 3 years ago

Assigned @OllieBoyne to look at this 👍

BupyeongHealer commented 1 year ago

Hello @benjiebob , @OllieBoyne! Thanks to your code, I reproduced your code. In my feeling, I also think that it is a SMALST model, not a SMAL model. Is it right? Have a nice day :)