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

whether intrinsics matrix is normalized? #14

Open
fanrz opened this issue May 5, 2023 · 2 comments
Open

whether intrinsics matrix is normalized? #14

fanrz opened this issue May 5, 2023 · 2 comments

Comments

@fanrz
Copy link

fanrz commented May 5, 2023

Hi weiyi,
nice job.
I have some questions.
when you use the intrinsics matrix in the Nuscenes dataset, I found you did not normalize the intrinsics matrix K.
In monodepth2, the intrinsics matrix is normalized by the original image size.
so the K = np.array([[0.58, 0, 0.5, 0],
[0, 1.92, 0.5, 0],
[0, 0, 1, 0],
[0, 0, 0, 1]], dtype=np.float32)
some small values.
But in your work, the K is directly introduced without any change.
I wonder if this way is ok?

@weiyithu
Copy link
Owner

weiyithu commented May 5, 2023

Hi, we have normalized the intrinsic in dataloader.

@fanrz
Copy link
Author

fanrz commented May 5, 2023

sorry that I did not see it.
thanks for your reply

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