argoverse-kitti-adapter icon indicating copy to clipboard operation
argoverse-kitti-adapter copied to clipboard

A tool to translate Argoverse into KITTI dataset format

Results 7 argoverse-kitti-adapter issues
Sort by recently updated
recently updated
newest added

Hello, First, thank you for the great work. Have you tried to test with the new Argoverse2 dataset?

I tried to convert from Argoverse dataset to Kitti using this adapter. I changed the code to output stereo images instead of 7 rings mono images like in the original...

1. train/val data split 2. correct height estimation issue 3. allow process multiple train folders

Hey, thanks for your tool! It's pretty useful. One thing I noticed though -- it only keeps labels if the following conditions hold: 1) the center is in front of...

Hi, @yzhou377 ! Thank you for your work on argo to kitti converter! Using this script, my data was not converted correctly Am I doing something wrong or is there...

Do you have any smaple code to display 2d bounding box on lidar bird eye view data. Kindly help

I tried to convert from Argoverse dataset to Kitti using this adapter.py. My code uses only one camera 'ring_front_center' . However when I check the conversion result, the rotation seems...