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
Other
907 stars 130 forks source link

A question about generating smpl parameters #156

Closed ellzeycunha0 closed 11 months ago

ellzeycunha0 commented 11 months ago

I do not know how to generate a properly formatted smpl parameters for custom datasets in EasyMocap. Is it the command of : "python3 apps/demo/mv1p.py ${data} --out ${data}/output/smpl --vis_det --vis_repro --undis --sub_vis 1 7 13 19 --vis_smpl" ?

Dipankar1997161 commented 11 months ago

the sub_vis are the sub folders for which u want the parameters, so make sure to write that correctly based on your camera numbering. Zju-mocap has 20+ cameras and the numbers 1 7 13 19 are the camera numbers

likewise, do it for yourself

pengsida commented 11 months ago

I do not know how to generate a properly formatted smpl parameters for custom datasets in EasyMocap. Is it the command of : "python3 apps/demo/mv1p.py ${data} --out ${data}/output/smpl --vis_det --vis_repro --undis --sub_vis 1 7 13 19 --vis_smpl" ?

Yes.