KITTI数据集简析

KITTI数据集

数据集结构

KITTI
├── devkit_object
|   ├── cpp
|   ├── mapping
|   ├── matlab
|   └── readme.txt
│—— data_object_calib
│   ├── testing
│   │   └── calib
│   └── training
│       └── calib
│—— data_object_label_2
│   ├── testing
│       └── label_2
│—— data_object_image_2
│   ├── testing
│   │   └── image_2
│   └──training
│       └── image_2
│—— data_object_velodyne
│   ├── testing
│   │   └── velodyne
│   └── training
│       └── velodyne
│—— data_road
│   ├── testing
│   │   ├── calib
│   │   └── image_2
│   └── training
│       ├── calib
│       ├── gt_image_2
│       └── image_2
│—— depth_2

数据集内容

- data_object_calib 每个样本的标定数据 (测试集7518个,训练集7481个)
- data_object_label_2 3D点云标注文件(只有训练集7481个)
- data_object_image_2 RGB图像 (测试集7518个,训练集7481个)
- data_object_velodyne 激光雷达数据(测试集7518个,训练集7481个)
- data_road 包含测试集和训练集 每集中包含标定参数以及RGB图像 训练集中还多个gt_image_2
- depth_2 7481张深度图像

data_object_calib 样本标定数据

P0:校对后的 camera0 投影矩阵,3x4 数组
P1:校对后的 camera1 投影矩阵,3x4 数组
P2:校对后的 camera2 投影矩阵,3x4 数组
P3:校对后的 camera3 投影矩阵,3x4 数组
R0_rect:校准旋转矩阵,4x4 数组
Tr_velo_to_cam:从 Velodyne 坐标到相机坐标的变换矩阵,4x4 数组
Tr_imu_to_velo:从 IMU 坐标到 Velodyne 坐标的变换矩阵,4x4 数组

data_object_label_2 3D点云标注文件

#Values    Name      Description
----------------------------------------------------------------------------
   1    type         (类别信息:车 货车 卡车...)
                      Describes the type of object: 'Car', 'Van', 'Truck',
                     'Pedestrian', 'Person_sitting', 'Cyclist', 'Tram',
                     'Misc' or 'DontCare'
                     
   1    truncated    (是否被截断:0-1截断程度)
                     Float from 0 (non-truncated) to 1 (truncated), where
                     truncated refers to the object leaving image boundaries
                     
   1    occluded     (是否被遮挡:0完全可见 1部分遮挡 2大部分遮挡 3未知)
                     Integer (0,1,2,3) indicating occlusion state:
                     0 = fully visible, 1 = partly occluded
                     2 = largely occluded, 3 = unknown
                     
   1    alpha        (物体观察角度:[-pi, pi](弧度))
                     Observation angle of object, ranging [-pi..pi]
                     
   4    bbox         (2D图像标注框:左上角右下角坐标)
                     2D bounding box of object in the image (0-based index):
                     contains left, top, right, bottom pixel coordinates
                     
   3    dimensions   (3D点云标注框:高 宽 长(m))
                     3D object dimensions: height, width, length (in meters)
                     
   3    location     (3D点云标注框:相机坐标系底面中心点坐标(m))
                     3D object location x,y,z in camera coordinates (in meters)
                     
   1    rotation_y   (物体正前方向与相机水平方向角度)
                     Rotation ry around Y-axis in camera coordinates [-pi..pi]
                     
   1    score        (得分)
                     Only for results: Float, indicating confidence in
                     detection, needed for p/r curves, higher is better.
                     

在这里插入图片描述
在这里插入图片描述

  • 6
    点赞
  • 28
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值