EagerMOT
EagerMOT copied to clipboard
How to reproduce ego-motion files for KITTI?
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?
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?
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/