Datasets:

ArXiv:
License:
filapro commited on
Commit
ff4051f
·
verified ·
1 Parent(s): d6de0c8

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
+ ---
4
+
5
+ ### CAD-Recode: Reverse Engineering CAD Code from Point Clouds
6
+
7
+ CAD-Recode dataset is provided in form of Python (CadQuery) codes.
8
+ Train size is ~1M and validation size is ~1k.
9
+
10
+
11
+ CAD-Recode model and code are released at 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
+ ```