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
i have the same question, and i wonder: we caculate translation T through yaw angle. But we obtain yaw through local_yaw (by network) + arctan(Tx/Tz). i am confused about that. or am i wrong?
Maybe the original paper is the best answer. The paper shows that "theta = theta_ray + theta_l".theta is the yaw of the vehicle, theta_ray is arctan(X_camera_coordinate / Z_camera_coordinate),theta_l is the local orientation.
So the angle_offset in the code refers to the theta_l, which is the result of CNN.
I don't know why you using the kitti GT annotation during inference??
That term "line[11], line[13]" are from kitti GT annotation.
The text was updated successfully, but these errors were encountered: