EagerMOT icon indicating copy to clipboard operation
EagerMOT copied to clipboard

How to reproduce ego-motion files for KITTI?

Open fnozarian opened this issue 3 years ago • 1 comments

Hello, I tried to reproduce ego-motion npy files for the KITTI tracking sequences. I used both kitti_to_rosbag and KITTI360Scripts to convert oxts seq files to poses. I also transformed them into the rectified reference camera frame. However, as you can see in reproduced trajectory, xyz view and rpy view images the reproduced trajectories are slightly different than yours. Can you please explain how did you generate the ego motions?

fnozarian avatar Nov 16 '21 12:11 fnozarian

Hi, I encountered a similar issue when working on my MSc Thesis on autonomous driving as I'm trying to run EagerMOT on a custom dataset which I tried to put in the KITTI format. Could you explain if you managed to recreate the ego-motion file how it can be produced?

gcaldarulo7 avatar Feb 21 '22 14:02 gcaldarulo7

Those files were generated using https://github.com/aljosaosep/sparse-scene-flow If the format is different, that was just some numpy calls and then writing to disc. It was done too long ago and I do not have saved instructions, but that repo is the only software which was used.

Sorry for the late reply, was busy with other stuff and did not get proper notifications. Check out my latest work https://polarmot.github.io/

aleksandrkim61 avatar Nov 21 '22 01:11 aleksandrkim61