Datasets:

ArXiv:
License:
Moonjun Gong commited on
Commit
c4dcf0d
·
verified ·
1 Parent(s): 7314519

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +77 -1
README.md CHANGED
@@ -1,3 +1,79 @@
1
  ---
2
- license: cc-by-nc-4.0
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ license: cc-by-sa-4.0
3
  ---
4
+ # SSCBench: Monocular 3D Semantic Scene Completion Benchmark in Street Views
5
+
6
+ [Yiming Li*](https://roboticsyimingli.github.io/),
7
+ [Sihang Li*](https://louis-leee.github.io/),
8
+ [Xinhao Liu*](https://gaaaavin.github.io/),
9
+ [Moonjun Gong*](https://moonjungong.github.io/),
10
+ [Kenan Li](https://github.com/ai4ce/SSCBench),
11
+ [Nuo Chen](https://github.com/ai4ce/SSCBench),
12
+ [Zijun Wang](https://github.com/ai4ce/SSCBench),
13
+ [Zhiheng Li](https://github.com/ai4ce/SSCBench),
14
+ [Tao Jiang](https://github.com/ai4ce/SSCBench),
15
+ [Fisher Yu](https://www.yf.io/),
16
+ [Yue Wang](https://yuewang.xyz/),
17
+ [Hang Zhao](https://hangzhaomit.github.io/),
18
+ [Zhiding Yu](https://chrisding.github.io/),
19
+ [Chen Feng](https://engineering.nyu.edu/faculty/chen-feng)
20
+
21
+ [[PDF]](https://arxiv.org/abs/2306.09001)
22
+
23
+
24
+ # News
25
+ - [2024/08]: We release [SSCBench-Waymo](dataset/Waymo/) for academic usage.
26
+ - [2024/06]: SSCBench is accepted at IROS 2024!
27
+ - [2023/10]: We release [OCFBench](https://github.com/ai4ce/Occ4cast#ocfbench), a large-scale dataset for OCF, derived from nuScenes, Lyft, Argoverse, and ApolloScape (Waymo is coming soon).
28
+ - [2023/08]: We add demo for SSCBench-PandaSet. We are working on incoporating the dataset
29
+ - [2023/06]: We release [SSCBench-KITTI-360](dataset/KITTI-360/) and [SSCBench-nuScenes](dataset/nuScenes/) for academic usage.
30
+ - [2023/06]: The preprint version is available on [arXiv](https://arxiv.org/abs/2306.09001).
31
+
32
+ # Abstract
33
+ Semantic scene completion (SSC) is crucial for holistic 3D scene understanding by jointly estimating semantics and geometry from sparse observations. However, progress in SSC, particularly in autonomous driving scenarios, is hindered by the scarcity of high-quality datasets. To overcome this challenge, we introduce SSCBench, a comprehensive benchmark that integrates scenes from widely-used automotive datasets (e.g., KITTI-360, nuScenes, and Waymo). SSCBench follows an established setup and format in the community, facilitating the easy exploration of the camera- and LiDAR-based SSC across various real-world scenarios. We present quantitative and qualitative evaluations of state-of-the-art algorithms on SSCBench and commit to continuously incorporating novel automotive datasets and SSC algorithms to drive further advancements in this field.
34
+
35
+ # SSCBench Dataset
36
+ SSCBench consists of three carefully designed datasets, all based on existing data sources. For more details, please refer to the [dataset](./dataset) folder.
37
+
38
+ # Model Checkpoints
39
+ We provide the model checkpoints of the experiments reported in the paper. The checkpoints can be accessed on [google drive](https://drive.google.com/drive/folders/1583Xy0nh46vNXg_StWvIp2B8IXij92Bm?usp=sharing).
40
+
41
+ Note that the provided checkpoints are trained with the unified class labels. Details of class mappings can be found in the [configs](./dataset/configs) folder.
42
+
43
+ # Related SSC Projects
44
+ - [Semantic Scene Completion from a Single Depth Image](https://github.com/shurans/sscnet), CVPR 2017
45
+ - [LMSCNet: Lightweight Multiscale 3D Semantic Completion](https://github.com/astra-vision/LMSCNet), 3DV 2020
46
+ - [MonoScene: Monocular 3D Semantic Scene Completion](https://github.com/astra-vision/MonoScene), CVPR 2022
47
+ - [VoxFormer: a Cutting-edge Baseline for 3D Semantic Occupancy Prediction](https://github.com/NVlabs/VoxFormer), CVPR 2023
48
+ - [TPVFormer: An academic alternative to Tesla's Occupancy Network](https://github.com/wzzheng/TPVFormer), CVPR2023
49
+ - [OccFormer: Dual-path Transformer for Vision-based 3D Semantic Occupancy Prediction](https://github.com/zhangyp15/OccFormer), ICCV 2023
50
+ - [SurroundOcc: Multi-Camera 3D Occupancy Prediction for Autonomous Driving](https://github.com/weiyithu/SurroundOcc), ICCV 2023
51
+ - [S4C: Self-Supervised Semantic Scene Completion with Neural Fields](https://ahayler.github.io/publications/s4c/), arXiv 2023
52
+
53
+ ## Related Dataset/Benchmark
54
+ - [Occ3D: A Large-Scale 3D Occupancy Prediction Benchmark for Autonomous Driving](https://github.com/Tsinghua-MARS-Lab/Occ3D), arXiv 2023
55
+ - [OpenOccupancy: A Large Scale Benchmark for Surrounding Semantic Occupancy Perception](https://github.com/JeffWang987/OpenOccupancy), ICCV 2023
56
+ - [Occ4cast: LiDAR-based 4D Occupancy Completion and Forecasting](https://github.com/ai4ce/Occ4cast/), arXiv 2023.
57
+
58
+ # License
59
+ Due to the license of the different original datasets, we release SSCBench under the following licenses:
60
+ - SSCBench-KITTI-360: [CC BY-NC-SA 3.0](https://creativecommons.org/licenses/by-nc-sa/3.0/)
61
+ - SSCBench-nuScenes: [CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/)
62
+ - SSCBench-Waymo: [Waymo Dataset License Agreement for Non-Commercial Use (August 2019)](https://waymo.com/open/terms/)
63
+
64
+ For more details, please refer to the [dataset](./dataset) folder file.
65
+
66
+ # Bibtex
67
+ If this work is helpful for your research, please cite the following BibTeX entry.
68
+
69
+ ```
70
+ @inproceedings{li2024sscbench,
71
+ title={SSCBench: A Large-Scale 3D Semantic Scene Completion Benchmark for Autonomous Driving},
72
+ author={Li, Yiming and Li, Sihang and Liu, Xinhao and Gong, Moonjun and Li, Kenan and Chen, Nuo and Wang, Zijun and Li, Zhiheng and Jiang, Tao and Yu, Fisher and Wang, Yue and Zhao, Hang and Yu, Zhiding and Feng, Chen},
73
+ booktitle={2024 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS)},
74
+ year={2024}
75
+ }
76
+ ```
77
+
78
+ # Star History
79
+ [![Star History Chart](https://api.star-history.com/svg?repos=ai4ce/SSCBench&type=Date)](https://star-history.com/#ai4ce/SSCBench&Date)