Closed xangs closed 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).
How to build an SMPL model locally based on the 'motion_chunks' data? Any ideas ?