chungyiweng / humannerf

HumanNeRF turns a monocular video of moving people into a 360 free-viewpoint video.
MIT License
786 stars 86 forks source link

How to find the canonical_joints.pkl #7

Closed xjchao7 closed 2 years ago

xjchao7 commented 2 years ago

Thank you for your perfect work. When I try to inference the zju_mocap 387 model, it will met "FileNotFoundError: [Errno 2] No such file or directory: 'dataset/zju_mocap/387/canonical_joints.pkl'". Could you please ask me how to get the canonical_joints.pkl ?

Thank you very much.

zhan-xu commented 2 years ago

did you run prepare_dataset.py? canonical_joints.pkl comes from that step

chungyiweng commented 2 years ago

Thanks, @zhan-xu, for your response.

Yes, please do run prepare_dataset.py to get canonical_joints.pkl. The details can be found on the github page.

xjchao7 commented 2 years ago

Got it. Thank you for both of your responses.