argoverse-kitti-adapter
argoverse-kitti-adapter copied to clipboard
Wrong angle orientation in Kitti format
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 code. However when I check the conversion result, the rotation seems off to me. I made sure that I didn't change any math when calculating alpha and rotation y. I used https://github.com/kuixu/kitti_object_vis to visualize the conversion result. Here is one example:
Here's the output from argoverse api:
The log id is: "b1ca08f1-24b0-3c39-ba4e-d5a92868462c", in validation set The lidar frame index is around 9 - 11 Same issue about the rotation is presented in #2. Anyone has the same issue?
I concur with your observation, and I am working on a new version to address all pervious problem as well. New version should come out in the next few days. Thanks for your patience.
Is the orientation angle issue solved? I am still getting wrong orientation when I try it out.