Spaces:
Running
on
Zero
Running
on
Zero
Update README.md
Browse files
README.md
CHANGED
|
@@ -11,4 +11,26 @@ license: cc-by-nc-4.0
|
|
| 11 |
short_description: 'CAD-Recode: Reverse Engineering CAD Code from Point Clouds'
|
| 12 |
---
|
| 13 |
|
| 14 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
short_description: 'CAD-Recode: Reverse Engineering CAD Code from Point Clouds'
|
| 12 |
---
|
| 13 |
|
| 14 |
+
### CAD-Recode: Reverse Engineering CAD Code from Point Clouds
|
| 15 |
+
|
| 16 |
+
CAD-Recode is trained to transform point cloud to 3D CAD model as a valid Python code.
|
| 17 |
+
CAD-Recode basically is Qwen2-1.5B + a single linear layer, which means that we share the original tokenizer of Qwen2.
|
| 18 |
+
For minimal reproducible example please visit our github https://github.com/filaPro/cad-recode.
|
| 19 |
+
And if you like it, give us a github 🌟.
|
| 20 |
+
|
| 21 |
+
|
| 22 |
+
### Citation
|
| 23 |
+
|
| 24 |
+
If you find this work useful for your research, please cite our paper:
|
| 25 |
+
|
| 26 |
+
```
|
| 27 |
+
@misc{rukhovich2024cadrecode,
|
| 28 |
+
title={CAD-Recode: Reverse Engineering CAD Code from Point Clouds},
|
| 29 |
+
author={Danila Rukhovich, Elona Dupont, Dimitrios Mallis, Kseniya Cherenkova, Anis Kacem, Djamila Aouada},
|
| 30 |
+
year={2024},
|
| 31 |
+
eprint={2412.14042},
|
| 32 |
+
archivePrefix={arXiv},
|
| 33 |
+
primaryClass={cs.CV},
|
| 34 |
+
url={https://arxiv.org/abs/2412.14042},
|
| 35 |
+
}
|
| 36 |
+
```
|