Update README.md
Browse files
README.md
CHANGED
|
@@ -39,3 +39,14 @@ test/
|
|
| 39 |
from huggingface_hub import snapshot_download
|
| 40 |
local = snapshot_download("FanQY/GeomCAD", repo_type="dataset")
|
| 41 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 39 |
from huggingface_hub import snapshot_download
|
| 40 |
local = snapshot_download("FanQY/GeomCAD", repo_type="dataset")
|
| 41 |
```
|
| 42 |
+
|
| 43 |
+
## License
|
| 44 |
+
This dataset is distributed under **CC-BY-NC-4.0**, matching CAD-Recode v1.5's licensing for upstream compatibility. Generation and evaluation code are released separately under the **MIT license**.
|
| 45 |
+
|
| 46 |
+
```bibtex
|
| 47 |
+
@inproceedings{geomcad2026,
|
| 48 |
+
title={GeomCAD: A Procedural Benchmark for Multi-Operation Point-Cloud-to-CAD Reconstruction},
|
| 49 |
+
author={{Fan, Qinyuan and Yu, Wentao and Xiong, Jian and Sandfeld, Stefan and Gühmann, Clemens},},
|
| 50 |
+
year={2026}
|
| 51 |
+
}
|
| 52 |
+
```
|