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

Hi what does screen_w and screen_h mean in SemanticMapping? #33

Open
Yonggie opened this issue Aug 19, 2024 · 0 comments
Open

Hi what does screen_w and screen_h mean in SemanticMapping? #33

Yonggie opened this issue Aug 19, 2024 · 0 comments

Comments

@Yonggie
Copy link

Yonggie commented Aug 19, 2024

In model.py, this following code computes camera instrinsic parameters.

And based on the get camera matrix code, it seems that the screen_w being the width of cmos and so the screen_h? screen_h is 120 and screen_w is 160, which also exactly the same as downscaled depth shape. In this way, is the screen_w has double meaning as both the shape of depth and cmos shape?

        self.camera_matrix = du.get_camera_matrix(
            self.screen_w, self.screen_h, self.fov)
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

1 participant