KITTI数据集格式

Posted xiaoxiaomajinjiebiji

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了KITTI数据集格式相关的知识,希望对你有一定的参考价值。

 

Num elementsParameter nameDescriptionTypeRangeExample
1 Class names The class to which the object belongs. String N/A Person, car, Road_Sign
1 Truncation(截断) How much of the object has left image boundaries. Float 0.0, 0.1 0.0
1 Occlusion(遮挡) Occlusion state [ 0 = fully visible, 1 = partly visible, 2 = largely occluded, 3 = unknown]. Integer [0,3] 2
1 Alpha Observation Angle of object Float [-pi, pi] 0.146
4 Bounding box coordinates: [xmin, ymin, xmax, ymax] Location of the object in the image Float(0 based index) [0 to image width],[0 to image_height], [top_left, image_width], [bottom_right, image_height]

100 120

180 160

3 3-D dimension Height, width, length of the object (in meters) Float N/A 1.65, 1.67, 3.64
3 Location 3-D object location x, y, z in camera coordinates (in meters) Float N/A -0.65,1.71, 46.7
1 Rotation_y Rotation ry around the Y-axis in camera coordinates Float [-pi, pi] -1.59

The sum of the total number of elements per object is 15. Here is a sample text file:

car 0.00 0 -1.58 587.01 173.33 614.12 200.12 1.65 1.67 3.64 -0.65 1.71 46.70 -1.59
cyclist 0.00 0 -2.46 665.45 160.00 717.93 217.99 1.72 0.47 1.65 2.45 1.35 22.10 -2.35
pedestrian 0.00 2 0.21 423.17 173.67 433.17 224.03 1.60 0.38 0.30 -5.87 1.63 23.11 -0.03


以上是关于KITTI数据集格式的主要内容,如果未能解决你的问题,请参考以下文章

KITTI 数据集是啥?

KITTI数据集可视化:点云多种视图的可视化实现

KITTI数据集百度网盘

yolo-开源数据集coco kitti voc

如何使用掩蔽法在 KITTI 数据集上训练单幅图像深度估计

KITTI 数据集 Visual Odometry 中的“pose_left.txt”是啥?