xxlong0 / Wonder3D

Single Image to 3D using Cross-Domain Diffusion for 3D Generation
https://www.xxlong.site/Wonder3D/
GNU Affero General Public License v3.0
4.71k stars 373 forks source link

Camera parameter Settings #103

Open sdw12138 opened 9 months ago

sdw12138 commented 9 months ago

image

Hello, wonder3d is a great project! When I loaded objaverse data set through blenderproc to make multi-view images, how to set the internal parameters of the camera, fx,fy, cx, cy. And the cam2world matrix? I solved the attitude matrix by loading the cam2world matrix with 6 perspectives provided by you, and then applied it. The perspective images i get is quite different from you.

image

FAM-vive commented 9 months ago

Hello, have you solved the problem? I also want to know the intrinsic matrix for reconstruction, i can't find it in the code.

xxlong0 commented 9 months ago

We use orthogonal camera, there are no fx fy.

bluestyle97 commented 9 months ago

@xxlong0 @flamehaze1115 Hi, since Wonder3D used orthogonal camera for rendering, there should be a ortho_scale parameter for controllong the scale of the camera view right? How did you set it?