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

Negative values in the intrinsics matrix generated in MOVi? #273

Open
ToughStoneX opened this issue Dec 17, 2022 · 1 comment
Open

Negative values in the intrinsics matrix generated in MOVi? #273

ToughStoneX opened this issue Dec 17, 2022 · 1 comment

Comments

@ToughStoneX
Copy link

I am trying to use the code provided in MOVi challenge to generate synthetic datasets by myself.
But I am kind of confused about the format of intrinsic matrix of the generated data, because of the unexpected negative values.
For example, the intrinsic matrix of the generated data is:

[[  1.09375, 0,           -0.5],
 [  0,       -1.09375,    -0.5],
 [  0,       0,           -1]]

Usually, the format of intrinsic matrix is defined as follows:

[[fx, 0,  cx],
 [0,  fy, cy],
 [0,  0,  1]]

It seems that the negative values in the third column ([-0.5, -0.5, -1]^T) conflict with the well-used one ([cx, cy, 1]^T) as far as I know.
Could you please explain the setting of these negative values in the intrinsic matrix?

@zhangzjjjjjj
Copy link

@ToughStoneX Hi, I encountered the same issue when projecting the world coordinate system into the camera coordinate system. Have you been able to find a solution yet?

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

No branches or pull requests

2 participants