zju3dv / mlp_maps

Code for "Representing Volumetric Videos as Dynamic MLP Maps" CVPR 2023
Other
232 stars 10 forks source link

how fit SMPL vertices to all views #22

Closed ch1998 closed 9 months ago

ch1998 commented 10 months ago

I tested your work, it works great, and I want to know how to make custom data.

I used the model to export the vertices of SMPL but it cannot be projected correctly on each view.

The projection result is as follows image

how to get the transform matrix like in sport1.py

pengsida commented 9 months ago

You could follow this instruction: https://vcl3d.github.io/VolumetricCapture/

ch1998 commented 9 months ago

Thank you, I will try it