Datasets:

ArXiv:
License:
moonjungong commited on
Commit
618b438
1 Parent(s): 7477dc9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -0
README.md CHANGED
@@ -32,6 +32,12 @@ 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
  # 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
 
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
+ ## Data Usage
36
+ Use the following command to merge the split parts of the datasets.
37
+ ```
38
+ cat split_parts_* > combined.sqfs
39
+ ```
40
+
41
  # Related SSC Projects
42
  - [Semantic Scene Completion from a Single Depth Image](https://github.com/shurans/sscnet), CVPR 2017
43
  - [LMSCNet: Lightweight Multiscale 3D Semantic Completion](https://github.com/astra-vision/LMSCNet), 3DV 2020