vye16 / slahmr

MIT License
441 stars 50 forks source link

Local build SMPL model output data*.npz #14

Closed xangs closed 1 year ago

xangs commented 1 year ago

How to build an SMPL model locally based on the 'motion_chunks' data? Any ideas ?

geopavlakos commented 1 year ago

To load and visualize the data from any of the output folders, you can use the command: python run_vis.py --log_root <LOG_ROOT> More details about this functionality are provided in the README too.

For some more detailed pointers, you can take a look at the function load_result which loads the output of a specific npz, and then render_results is used for the visualization (while inside it, prep_result_vis loads the body meshes).