File size: 806 Bytes
ff4051f |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 |
---
license: cc-by-nc-4.0
---
### CAD-Recode: Reverse Engineering CAD Code from Point Clouds
CAD-Recode dataset is provided in form of Python (CadQuery) codes.
Train size is ~1M and validation size is ~1k.
CAD-Recode model and code are released at github https://github.com/filaPro/cad-recode.
And if you like it, give us a github 🌟.
### Citation
If you find this work useful for your research, please cite our paper:
```
@misc{rukhovich2024cadrecode,
title={CAD-Recode: Reverse Engineering CAD Code from Point Clouds},
author={Danila Rukhovich, Elona Dupont, Dimitrios Mallis, Kseniya Cherenkova, Anis Kacem, Djamila Aouada},
year={2024},
eprint={2412.14042},
archivePrefix={arXiv},
primaryClass={cs.CV},
url={https://arxiv.org/abs/2412.14042},
}
``` |