Spotting the Unexpected (STU)
收藏Spotting the Unexpected (STU): A 3D LiDAR Dataset for Anomaly Segmentation in Autonomous Driving
数据集概述
- 标题: Spotting the Unexpected (STU): A 3D LiDAR Dataset for Anomaly Segmentation in Autonomous Driving
- 作者: Alexey Nekrasov, Malcolm Burdorf, Stewart Worrall, Bastian Leibe Julie Stephany Berrio Perez
- 机构: RWTH Aachen University, The University of Sydney
- 会议: CVPR 2025
- 许可证: MIT license
数据集内容
-
数据格式: 遵循SemanticKITTI格式
-
目录结构:
|── 125/ | ├── poses.txt | ├── calib.txt | ├── labels/ | │ ├ 000000.label | │ └ 000001.label | . | | | └── velodyne/ | ├ 000000.bin | └ 000001.bin . . └── 134/
评估代码
-
点级异常分割评估: bash python compute_point_level_ood.py --data-dir stu_dataset/val --pred-dir ./prediction
-
对象级异常分割评估: bash python compute_object_level_ood.py --data-dir stu_dataset/val --instance-dir ./instance_prediction
引用
bibtex @inproceedings{nekrasov2025stu, title = {{Spotting the Unexpected (STU): A 3D LiDAR Dataset for Anomaly Segmentation in Autonomous Driving}}, author = {Nekrasov, Alexey and Burdorf, Malcolm and Worrall, Stewart and Leibe, Bastian and Julie Stephany Berrio Perez}, booktitle = {{"Conference on Computer Vision and Pattern Recognition (CVPR)"}}, year = {2025} }
相关资源
- 项目网页: [Project Webpage]
- PANOPTIC-CUDAL数据集: [Panoptic-CUDAL]
其他信息
- Stars: 9
- Watchers: 2
- Forks: 0
- 主要语言: Python (100.0%)




