mks0601 / NeuralAnnot_RELEASE

3D Pseudo-GTs of "NeuralAnnot: Neural Annotator for 3D Human Mesh Training Sets", CVPRW 2022 Oral.
168 stars 11 forks source link

The translation and bbox in MPI-INF-3DHP #10

Closed chenmingTHU closed 1 year ago

chenmingTHU commented 1 year ago

Hi mks0601 ! I am trying to visualize the SMPLXmesh driven with parameters provided in MPI-INF-3DHP_SMPLX_NeuralAnnot.json, and I used the bounding box and camera parameters provided in MPI-INF-3DHP_camera_1k.json. The pose of SMPLX mesh seemed to be right, but the rendered image had incorrect projected mesh.

image

mks0601 commented 1 year ago

Did you try this? https://github.com/mks0601/NeuralAnnot_RELEASE/blob/main/MPI-INF-3DHP/demo_smplx.py

chenmingTHU commented 1 year ago

Yes, I tried both the provided demo script and my own processing script, the above figure is the result of demo_smplx.py.

mks0601 commented 1 year ago

smplx I've just run the code without changing it.

chenmingTHU commented 1 year ago

smplx I've just run the code without changing it.

Thanks for replying, I found that my image (2048, 2048, 3) has different size of yours(1024, 1024). orz