bytedance / MVDream

Multi-view Diffusion for 3D Generation
MIT License
715 stars 52 forks source link

Question about the camera matrix #14

Closed yanjk3 closed 9 months ago

yanjk3 commented 9 months ago

Thanks for sharing the exciting work : ) I have some question about the camera matrix. In Zero-1-to-3, the camera matrix‘s dimension is 3 4, while in your case, it is 16 (maybe 4 4), why?

seasonSH commented 9 months ago

4x4 is just the size of the extrinsic camera matrix.