You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
In model.py, this following code computes camera instrinsic parameters.
And based on the
get camera matrix
code, it seems that thescreen_w
being the width of cmos and so thescreen_h
?screen_h
is120
andscreen_w
is160
, 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?The text was updated successfully, but these errors were encountered: