InScope
收藏资源简介:
InScope数据集由中山大学开发,专注于解决基础设施到基础设施(I2I)协同感知中的遮挡问题。该数据集通过在基础设施侧战略部署多位置的激光雷达(LiDAR)系统,捕捉了20天的数据,包含303条跟踪轨迹和187,787个3D边界框。数据集的创建旨在通过多源数据融合、数据域转移和3D多对象跟踪等任务,提升自动驾驶车辆在复杂交通环境中的感知能力,特别是在处理遮挡、小尺寸和远距离对象的检测与跟踪方面。
The InScope dataset was developed by Sun Yat-sen University, focusing on addressing the occlusion problem in infrastructure-to-infrastructure (I2I) collaborative perception. This dataset collects 20 days of data by strategically deploying LiDAR systems at multiple locations on the infrastructure side, containing 303 tracking trajectories and 187,787 3D bounding boxes. The dataset is developed to enhance the perception capabilities of autonomous vehicles in complex traffic scenarios through tasks including multi-source data fusion, data domain transfer, and 3D multi-object tracking, particularly in the detection and tracking of occluded, small-sized and distant objects.
InScope 数据集概述
数据集简介
InScope 是一个新的真实世界 3D 基础设施侧协同感知数据集,适用于开放交通场景。该数据集由以下作者共同开发:Xiaofei Zhang, Yining Li, Jinping Wang, Xiangyi Qin, Ying Shen, Zhengping Fan, Xiaojun Tan<sup>†</sup>。
数据下载
InScope 数据集是条件公开的。如需使用,请填写 InScope_Dataset_Release_Agreement.docx 文件,并通过电子邮件将您的全名和机构发送给联系人。数据下载后,请按照以下结构存放:
├── InScope-Sec, InScope_Pri, and InScope datasets │ ├── ImageSets | |── train.txt | |── test.txt | |── val.txt │ ├── labels | |── 000000.txt | |── 000001.txt | |── 000002.txt | |── ... │ ├── points | |── 000000.npy | |── 000001.npy | |── 000002.npy | |── ...
├── InScope_track │ ├── label_02 | |── 0000.txt | |── 0001.txt | |── 0002.txt | |── ... │ ├── points | |── 0000 | |── 000000.bin | |── 000001.bin | |── 000002.bin | |── ... | |── 0001 | |── 0002 | |── ... │ ├── evaluate_tracking.seqmap │ ├── evaluate_tracking.seqmap.test │ ├── evaluate_tracking.seqmap.training │ ├── evaluate_tracking.seqmap.val
数据加载
InScope 数据集已适配到 OpenPCDet 框架,并提供了相应的配置文件 InScope.config。
快速开始
检测训练和推理的详细说明可在 detection_code/openpcdet/README_InScope.md 中找到。所有检查点可在 codes/ckpts/ 中下载。
基准测试
3D 物体检测结果
| 方法 | 汽车 AP@0.7 | 行人 AP@0.5 | 自行车 AP@0.5 | 卡车 AP@0.7 | mAP40 | FPS | 下载链接 |
|---|---|---|---|---|---|---|---|
| PointRCNN | 71.75 | 68.13 | 62.91 | 94.50 | 74.32 | 4.58 | URL |
| 3DSSD | 68.00 | 13.88 | 36.58 | 95.08 | 53.38 | 11.35 | URL |
| SECOND | 72.82 | 47.95 | 59.91 | 95.98 | 69.17 | 20.58 | URL |
| Pointpillar | 78.04 | 35.34 | 58.46 | 95.86 | 66.93 | 24.51 | URL |
| PV-RCNN | 75.05 | 48.37 | 56.31 | 94.52 | 68.56 | 4.35 | URL |
| PV-RCNN++ | 80.55 | 53.31 | 70.92 | 95.92 | 75.18 | 14.66 | URL |
| CenterPoint | 77.24 | 70.45 | 74.74 | 96.12 | 79.64 | 30.49 | URL |
| CenterPoint_RCNN | 78.33 | 71.13 | 75.23 | 96.48 | 80.29 | 6.55 | URL |
3D 物体检测结果(基于 InScope-Sec, InScope_Pri, 和 InScope 数据集)
仅基于 InScope-Sec 的检测结果
| 方法 | 汽车 AP@0.7 | 行人 AP@0.5 | 自行车 AP@0.5 | 卡车 AP@0.7 | mAP40 | FPS | 下载链接 |
|---|---|---|---|---|---|---|---|
| PointRCNN | 14.12 | 23.66 | 20.62 | 45.36 | 25.94 | 22.94 | URL |
| Pointpillar | 44.77 | 33.18 | 31.42 | 82.52 | 47.97 | 87.72 | URL |
| PV-RCNN++ | 43.49 | 34.60 | 39.94 | 76.04 | 48.52 | 16.67 | URL |
| CenterPoint | 35.92 | 37.40 | 38.24 | 68.78 | 45.08 | 107.53 | URL |
仅基于 InScope_Pri 的检测结果
| 方法 | 汽车 AP@0.7 | 行人 AP@0.5 | 自行车 AP@0.5 | 卡车 AP@0.7 | mAP40 | FPS | 下载链接 |
|---|---|---|---|---|---|---|---|
| PointRCNN | 61.14 | 88.80 | 61.99 | 48.96 | 65.22 | 4.67 | URL |
| Pointpillar | 67.34 | 23.82 | 43.51 | 91.59 | 56.57 | 25.25 | URL |
| PV-RCNN++ | 72.59 | 45.26 | 61.21 | 91.02 | 67.52 | 13.81 | URL |
| CenterPoint | 61.31 | 49.62 | 52.73 | 82.02 | 61.42 | 33.90 | URL |
基于早期融合(InScope)机制的检测结果
| 方法 | 汽车 AP@0.7 | 行人 AP@0.5 | 自行车 AP@0.5 | 卡车 AP@0.7 | mAP40 | FPS | 下载链接 |
|---|---|---|---|---|---|---|---|
| PointRCNN | 71.75 | 68.13 | 62.91 | 94.50 | 74.32 | 4.58 | URL |
| Pointpillar | 78.04 | 35.34 | 58.46 | 95.86 | 66.93 | 24.33 | URL |
| PV-RCNN++ | 80.55 | 53.31 | 70.92 | 95.92 | 75.18 | 12.45 | URL |
| CenterPoint | 77.24 | 70.45 | 74.74 | 96.12 | 79.64 | 30.49 | URL |
基于晚期融合机制的检测结果
| 方法 | 汽车 AP@0.7 | 行人 AP@0.5 | 自行车 AP@0.5 | 卡车 AP@0.7 | mAP40 | FPS | 下载链接 |
|---|---|---|---|---|---|---|---|
| PointRCNN | 62.69 | 61.31 | 52.31 | 90.93 | 66.81 | 1.32 | URL + URL |
| Pointpillar | 68.65 | 31.81 | 49.92 | 93.48 | 60.96 | 1.81 | URL + URL |
| PV-RCNN++ | 68.01 | 53.47 | 56.95 | 92.65 | 67.77 | 1.21 | URL + URL |
| CenterPoint | 58.13 | 50.03 | 56.01 | 85.65 | 62.45 | 6.40 | URL + URL |
基于中间融合机制的检测结果
| 方法 | 汽车 AP@0.7 | 行人 AP@0.5 | 自行车 AP@0.5 | 卡车 AP@0.7 | mAP40 | FPS | 下载链接 |
|---|---|---|---|---|---|---|---|
| Point-RCNN | - | - | - | - | - | - | |
| Pointpillar | - | - | - | - | - | - | |
| PV-RCNN++ | 73.78 | 52.06 | 62.06 | 91.89 | 69.95 | 13.02 | URL |
| CenterPoint | 52.74 | 38.95 | 51 |

- 1InScope: A New Real-world 3D Infrastructure-side Collaborative Perception Dataset for Open Traffic Scenarios中山大学 · 2024年



