MonoDETR
MonoDETR copied to clipboard
the detaset config
Hello! Thanks for your work! I have a question , I don't konw where to get the ImageSets for the Kitti Benchmark,I dont think its a part of the dataset. can you or anyone help me? Thanks a lot!
链接:https://pan.baidu.com/s/1cppU2lD6veNl8qr2jEuD5g 提取码:8cma
链接:https://pan.baidu.com/s/1cppU2lD6veNl8qr2jEuD5g 提取码:8cma
thanks a lot!
Hi! It looks like the ImageSets are a list of validation and trining image indices, Is there a way to recreate this lists without downloading the files?
Perhaps you can refer to this document:https://github.com/open-mmlab/OpenMMLabCourse/blob/main/codes/MMDet3d_tutorials/5%20train.ipynb
Hi! It looks like the ImageSets are a list of validation and trining image indices, Is there a way to recreate this lists without downloading the files?
Perhaps you can refer to this document:https://github.com/open-mmlab/OpenMMLabCourse/blob/main/codes/MMDet3d_tutorials/5%20train.ipynb
I believe ImageSets was taken from here: https://github.com/xinzhuma/monodle/tree/main/data/KITTI/ImageSets
Since they've mentioned their work benefited from MonoDLE
I believe ImageSets was taken from here: https://github.com/xinzhuma/monodle/tree/main/data/KITTI/ImageSets
Since they've mentioned their work benefited from MonoDLE
That makes sense, thank you for your reply.