Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,44 @@
|
|
1 |
---
|
2 |
license: cc-by-nc-sa-4.0
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: cc-by-nc-sa-4.0
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
pretty_name: OCFBench
|
6 |
+
size_categories:
|
7 |
+
- 10K<n<100K
|
8 |
---
|
9 |
+
# Dataset Card for OCFBench
|
10 |
+
[[Paper]](https://arxiv.org/abs/2310.11239)
|
11 |
+
[[Code]](https://github.com/ai4ce/Occ4cast/)
|
12 |
+
[[Website]](https://ai4ce.github.io/Occ4cast/)
|
13 |
+
|
14 |
+
<!-- Provide a quick summary of the dataset. -->
|
15 |
+
|
16 |
+
The OCFBench dataset is curated in the paper [**Occ4cast: LiDAR-based 4D Occupancy Completion and Forecasting**](https://arxiv.org/abs/2310.11239).
|
17 |
+
The dataset is processed from public autonomous driving data to support the training and evaluation of the novel **occupancy completion and forecasting (OCF)** task.
|
18 |
+
|
19 |
+
# Uses
|
20 |
+
|
21 |
+
Please download each `.sqf` file from individual directories and mount them to local system for usage.
|
22 |
+
|
23 |
+
For larger files that are splited into several parts, please run the following code to merge the parts before mounting:
|
24 |
+
|
25 |
+
```
|
26 |
+
cat output_prefix_* > merged.sqf
|
27 |
+
```
|
28 |
+
|
29 |
+
Please refer to our [GitHub repository](https://github.com/ai4ce/Occ4cast/) for dataset structure and loading details.
|
30 |
+
|
31 |
+
## Citation
|
32 |
+
|
33 |
+
<!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
|
34 |
+
|
35 |
+
**BibTeX:**
|
36 |
+
|
37 |
+
```
|
38 |
+
@article{Liu2023occ4cast,
|
39 |
+
title={LiDAR-based 4D Occupancy Completion and Forecasting},
|
40 |
+
author={Xinhao Liu and Moonjun Gong and Qi Fang and Haoyu Xie and Yiming Li and Hang Zhao and Chen Feng},
|
41 |
+
journal={arXiv preprint arXiv:2310.11239},
|
42 |
+
year={2023}
|
43 |
+
}
|
44 |
+
```
|