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

fit the smal parameters to 3d model obj #28

Open minushuang opened 1 year ago

minushuang commented 1 year ago

Hi, for testing the fitter_3d module, I just put the smal_mean_shape.obj that generated from the smal project in the mesh_dir, and run the script python fitter_3d/optimise.py --mesh_dir fitter_3d_data/mesh/ --scheme default --lr 1e-3 --nits 100, below is the result. it's strange that the result is not as well as I think, although the input 3d model target is the smal model itself. image

shirleyanan commented 1 year ago

cd data/BADJA wget http://mi.eng.cam.ac.uk/~bjb56/datasets/badja_extra_videos.zip unzip badja_extra_videos.zip

this link is not found ,could you have the other one for me to download badja_extra_videos.zip?Thanks!

mshooter commented 1 year ago

@shirleyanan you can download these here https://github.com/benjiebob/BADJA

benjiebob commented 1 year ago

Thanks for the update @mshooter. The link has been updated in this README to a new Google Drive location

yichuan1998 commented 10 months ago

Hi, for testing the fitter_3d module, I just put the smal_mean_shape.obj that generated from the smal project in the mesh_dir, and run the script python fitter_3d/optimise.py --mesh_dir fitter_3d_data/mesh/ --scheme default --lr 1e-3 --nits 100, below is the result. it's strange that the result is not as well as I think, although the input 3d model target is the smal model itself. image

Hi, have you get the reason?