Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Camera External Parameter Matrix in NPZ Files #2

Open
CrescentVelvet opened this issue May 6, 2023 · 1 comment
Open

Camera External Parameter Matrix in NPZ Files #2

CrescentVelvet opened this issue May 6, 2023 · 1 comment

Comments

@CrescentVelvet
Copy link

Camera External Parameter Matrix in NPZ Files, world_mat.
The row vector length of the 3 * 3 rotation matrix of this matrix is not 1, but more than 1000.
May I ask why this is.
I want to use my own dataset to understand how to handle the camera external parameter matrix to ensure smooth program operation.

@DSaurus
Copy link
Owner

DSaurus commented Jun 3, 2023

Sorry for the delayed response, as I was busy with another project. "world_mat" can be considered as the projection matrix. It is obtained by multiplying the intrinsic and extrinsic camera parameters, which may result in larger values in the first three dimensions. Its definition aligns with the camera matrix in the NeuS dataset. Additionally, we have included a preprocessing code in the "scripts" folder that converts OpenCV camera parameters to our dataset camera parameters. Please feel free to refer to it for help.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants