filapro commited on
Commit
1e070ab
1 Parent(s): f553451

Update README.md

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