File size: 1,126 Bytes
494cee7
 
 
 
 
 
 
 
 
90731d6
494cee7
 
 
 
8ded7cb
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
30
31
32
33
34
35
36
37
---
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}, 
}
```