Skip to content

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

Description

@Yonggie

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)

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions