Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,25 @@
|
|
| 1 |
-
-
|
| 2 |
-
|
| 3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
This is a dataset card for the **BuildingNL** dataset used in [UniCo](https://unico-completion.github.io) for structured shape completion.
|
| 2 |
+
|
| 3 |
+
The dataset is originally from [BuildingPCC](https://github.com/tudelft3d/Building-PCC-Building-Point-Cloud-Completion-Benchmarks/tree/main) and is provided in preprocessed form for training and evaluation with the released code.
|
| 4 |
+
|
| 5 |
+
## Citations
|
| 6 |
+
|
| 7 |
+
If you use this dataset in scientific work, please consider citing the papers:
|
| 8 |
+
|
| 9 |
+
```bibtex
|
| 10 |
+
@article{chen2026unico,
|
| 11 |
+
title={Unified Primitive Proxies for Structured Shape Completion},
|
| 12 |
+
author={Zhaiyu Chen and Yuqing Wang and Xiao Xiang Zhu},
|
| 13 |
+
journal={arXiv preprint arXiv:2601.00759},
|
| 14 |
+
year={2026}
|
| 15 |
+
}
|
| 16 |
+
```
|
| 17 |
+
|
| 18 |
+
```bibtex
|
| 19 |
+
@article{isprs-annals-X-4-W5-2024-179-2024,
|
| 20 |
+
author = {Gao, W. and Peters, R. and Stoter, J.},
|
| 21 |
+
title = {Building-PCC: Building Point Cloud Completion Benchmarks},
|
| 22 |
+
journal = {ISPRS Annals of the Photogrammetry, Remote Sensing and Spatial Information Sciences},
|
| 23 |
+
doi = {10.5194/isprs-annals-X-4-W5-2024-179-2024}
|
| 24 |
+
}
|
| 25 |
+
```
|