KITTI 360
Overview
Format description
Input files structure
📦KITTI-360
├──📂calibration
│ ├──📄calib_cam_to_velo.txt
│ ├──📄perspective.txt
│ └──📄...
├──📂data_2d_raw
│ ├──📂2013_05_28_drive_{seq:04}_sync
│ │ ├──📂image_{00|01}
│ │ │ ├──📂data_rect
│ │ │ │ ├──🏞️{frame:010}.png
│ │ │ │ └──🏞️...
│ │ ├──📂image_{02|03}
│ │ │ └──📂...
├──📂data_3d_raw
│ ├──📂2013_05_28_drive_{seq:04}_sync
│ │ ├──📂velodyne_points
│ │ │ ├──📂data
│ │ │ │ ├──📄{frame:010}.bin
│ │ │ │ └──📄...
├──📂data_3d_bboxes
│ ├──📂train
│ │ ├──📄2013_05_28_drive_{seq:04}_sync.xml
│ │ └──📄...
├──📂data_poses
│ ├──📂2013_05_28_drive_{seq:04}_sync
│ │ ├──📄cam0_to_world.txt
└── └── └──📄...Useful links
Last updated