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
According to Objectron Geometry Tutorial , project points from 3d to 2d have two steps x = p_2d_ndc[:, 1] y = p_2d_ndc[:, 0]
x comes from 1 dim, y comes from 0 dim, why swap x and y here?
The text was updated successfully, but these errors were encountered:
According to Objectron Geometry Tutorial , project points from 3d to 2d have two steps
x = p_2d_ndc[:, 1]
y = p_2d_ndc[:, 0]
x comes from 1 dim, y comes from 0 dim, why swap x and y here?
The text was updated successfully, but these errors were encountered: