Closed georghess closed 1 year ago
has it solved ?
there are correspondence_files
from nuscenes_gt2kitti_trk
, while structured by scene
still have this issue - correspondence files are structured as follows: val dir - sceneid.txt test dir - sceneid.txt
But code expects one single val.txt and text.txt file How do we get these single txt files?
@tanushreebanerjee Hi! Has this issue been resolved with generation of single val.txt and text.txt files?
Hi,
I am trying to convert nuScenes detection to the required KITTI format following the guide. However,
nuscenes_obj_result2kitti
tries to load some correspondence files as per here. I could not find any information on what these are or how to generate them. Could you maybe clarify the process?