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

why do you minus 40 and 44 in your camera intrinsic matrix? #10

Open
Harry-Zhi opened this issue Nov 30, 2017 · 1 comment
Open

why do you minus 40 and 44 in your camera intrinsic matrix? #10

Harry-Zhi opened this issue Nov 30, 2017 · 1 comment

Comments

@Harry-Zhi
Copy link

Hi Deng,

In the pipeline file: get_proposals.m,
you get the camera matrix by K = GetIntrinsicMat('nyu_color_standard_crop').

However, you subtract cx and cy by 40 and 44 due to the crop ( 427 x 561)), however, compared with original size of 480x640, I am not sure how to get these two number.

Could you please help me on that?

Shuaifeng

@cuiwow
Copy link

cuiwow commented Dec 31, 2020

40 and 44 is principle points offsets, used for camera calibration. You can get the numbers using crop size and camera intrinsic parameters given by NYUv2.

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