facebookresearch / frankmocap

A Strong and Easy-to-use Single View 3D Hand+Body Pose Estimator
Other
2.14k stars 374 forks source link

demo/demo_loadmocap missing #199

Closed haiderasad closed 2 years ago

haiderasad commented 2 years ago

hi i am trying to visualize the saved pickle files from the whole body inference i did but the command you mentioned

`Load Saved Mocap Data (pkl file) Run the following code to load and visualize saved mocap data files

./mocap_output/mocap is the directory where pkl files exist

python -m demo.demo_loadmocap --pkl_dir ./mocap_output/mocap`

but the demo_loadmocap.py file is not available kindly guide

penincillin commented 2 years ago

@haiderasad Thanks for pointing it out. The doc is kind of out-of-date. Please run demo.demo_visualize_prediction to visualize the predictions from pkl files.