IDEA-Research / Motion-X

[NeurIPS 2023] Official implementation of the paper "Motion-X: A Large-scale 3D Expressive Whole-body Human Motion Dataset"
https://motion-x-dataset.github.io
Other
566 stars 15 forks source link

Asking for the render code #85

Closed zjt000125 closed 5 months ago

zjt000125 commented 5 months ago

Could you please provide the rendering code for the .json files in mesh_recovery directory? I found the rendering results to be strange when using the camera pose from the .json files.

zjt000125 commented 5 months ago

image (6) The mesh converted from smplx parameter is good, but the rendered normal map using the given camera pose is weird. image (7) Looks like the camera is too close to the mesh.

zhangyuhong01 commented 5 months ago

Hi~ We have provided code related to camera projection methods and visualization, which can be used to project correctly using the camera poses and motions we provide, I hope it will help you.

rheallyc commented 4 months ago

Hi~ We have provided code related to camera projection methods and visualization, which can be used to project correctly using the camera poses and motions we provide, I hope it will help you.

hi! may I ask where is "utils.human_models" referring to in line 37 of 'render_camera_space_motion.py'?