zju3dv / neuralbody

Code for "Neural Body: Implicit Neural Representations with Structured Latent Codes for Novel View Synthesis of Dynamic Humans" CVPR 2021 best paper candidate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

easymocap to neuralbody missing cfg_model.yml

bubuton opened this issue · comments

Hi, I was following the instruction in https://github.com/zju3dv/neuralbody/tree/master/tools/custom which suggest to use the easymocap then runs the easymocap_to_neuralbody.py to get parameters in standard. I was using the triangulate (https://chingswy.github.io/easymocap-public-doc/develop/02_fitsmpl.html) method to get parameters first, but then realise that easymocap_to_neuralbody.py requires a cfg_model.yml. This is not included in the output result in easymocap, which only contains cfg_data and cfg_exp. Am I using the wrong script for easymocap? Thank you.

Hello, and how did you solve this problem? I meet it too.