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'm trying to use camera's ground truth pose to replace PoseNet-sfm's posenet during training.
I use below way to compute camera's odometry for verification, and it looks very strange.
Here is the way I use to compute camera's odometry for a scene (A series of temporal continuous samples).
Hi, sorry about these issues. Have you had any luck? For one of our papers we used the extrinsics field to compute the relative transformation between sensors, but it's possible that the odometry i.e. the pose datum is not accurate for some sequences. I'll try to see what I can find out about that.
I'm trying to use camera's ground truth pose to replace PoseNet-sfm's posenet during training.
I use below way to compute camera's odometry for verification, and it looks very strange.
Here is the way I use to compute camera's odometry for a scene (A series of temporal continuous samples).
I test it with scene
000014
, since the car turned left at the crossroad, I expect the camera's odometry on x-z plane should something like this one:But the output is this one:
Can you tell me what is the meaning of the pose get from datum_data['pose']?
Is it a camera's pose with respect to the world frame?
The text was updated successfully, but these errors were encountered: