Datasets:

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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -13
README.md CHANGED
@@ -1,6 +1,6 @@
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/),
@@ -32,14 +32,6 @@ license: cc-by-sa-4.0
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
@@ -61,8 +53,6 @@ Due to the license of the different original datasets, we release SSCBench under
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
 
 
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/),
 
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
  # Related SSC Projects
36
  - [Semantic Scene Completion from a Single Depth Image](https://github.com/shurans/sscnet), CVPR 2017
37
  - [LMSCNet: Lightweight Multiscale 3D Semantic Completion](https://github.com/astra-vision/LMSCNet), 3DV 2020
 
53
  - SSCBench-nuScenes: [CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/)
54
  - SSCBench-Waymo: [Waymo Dataset License Agreement for Non-Commercial Use (August 2019)](https://waymo.com/open/terms/)
55
 
 
 
56
  # Bibtex
57
  If this work is helpful for your research, please cite the following BibTeX entry.
58