cad-recode / README.md
filapro's picture
Update README.md
90731d6 verified
---
title: Cad Recode
emoji: πŸ‘€
colorFrom: indigo
colorTo: yellow
sdk: gradio
sdk_version: 5.9.1
app_file: app.py
pinned: false
hf_oauth: true
license: cc-by-nc-4.0
short_description: 'CAD-Recode: Reverse Engineering CAD Code from Point Clouds'
---
### CAD-Recode: Reverse Engineering CAD Code from Point Clouds
CAD-Recode is trained to transform point cloud to 3D CAD model as a valid Python code.
CAD-Recode basically is Qwen2-1.5B + a single linear layer, which means that we share the original tokenizer of Qwen2.
For minimal reproducible example please visit our 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},
}
```