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

camera coordinate system #165

Closed zhaojiancheng007 closed 6 months ago

zhaojiancheng007 commented 8 months ago

Thanks for your contribution! I've got a question when dealing with zju_mocap dataset. I'm wondering on what coordinate system the camera parameter (D, K, E load from annots.npy) is on?

KID-1412-git commented 7 months ago

Hi, have you solved this problem yet? I'm also want to know it.

arnabdeypolimi commented 7 months ago

I have a similar problem. any solution?

geep604 commented 7 months ago

I have a similar problem, too.

pengsida commented 6 months ago

Thanks for your contribution! I've got a question when dealing with zju_mocap dataset. I'm wondering on what coordinate system the camera parameter (D, K, E load from annots.npy) is on?

D means distortion coefficients. The camera parameters are used to transform world-space points to camera-space points.