KITTI数据集简析
生活随笔
收集整理的這篇文章主要介紹了
KITTI数据集简析
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
文章目錄
- KITTI數據集
- 數據集結構
- 數據集內容
- data_object_calib 樣本標定數據
- data_object_label_2 3D點云標注文件
KITTI數據集
數據集結構
- KITTI數據集網盤 提取碼:0bjl
數據集內容
- 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), wheretruncated refers to the object leaving image boundaries1 occluded (是否被遮擋:0完全可見 1部分遮擋 2大部分遮擋 3未知)Integer (0,1,2,3) indicating occlusion state:0 = fully visible, 1 = partly occluded2 = largely occluded, 3 = unknown1 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 coordinates3 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 indetection, needed for p/r curves, higher is better.
總結
以上是生活随笔為你收集整理的KITTI数据集简析的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 卸载mysql服务命令_完全卸载MySQ
- 下一篇: Window下MySQL 8.0重新设置