qixuema commited on
Commit
6e080d9
·
1 Parent(s): ea9d3d0

update README

Browse files
Files changed (1) hide show
  1. README.md +32 -1
README.md CHANGED
@@ -6,4 +6,35 @@ tags:
6
  - 3d
7
  - wireframe
8
  - curve
9
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6
  - 3d
7
  - wireframe
8
  - curve
9
+ ---
10
+
11
+
12
+ This repo hosts the processed data of the [ABC](https://deep-geometry.github.io/abc-dataset/) dataset for the paper **CLR-Wire: Towards Continuous Latent Representations for 3D Curve Wireframe Generation (ACM SIGGRAPH 2025)**.
13
+ Please refer to the [project homepage](https://vcc.tech/research/2025/CLRWire), [arxiv page](https://www.arxiv.org/abs/2504.19174) and [github repo](https://github.com/qixuema/CLR-Wire) for more details.
14
+
15
+ # Dataset details
16
+ We first download the .step, then we turn the .step files into .npz *curve wireframe* using [pythonocc](https://github.com/tpaviot/pythonocc-core). We set the maximum number of curves to 128. Please refer to our GitHub repository for instructions on downloading, extracting the files.
17
+
18
+ # Citation Information
19
+ @inproceedings{CLRWire,
20
+ title = {CLR-Wire: Towards Continuous Latent Representations for 3D Curve Wireframe Generation},
21
+ author = {Xueqi Ma and Yilin Liu and Tianlong Gao and Qirui Huang and Hui Huang},
22
+ booktitle = {ACM SIGGRAPH},
23
+ pages = {},
24
+ year = {2025},
25
+ }
26
+ @inproceedings{ABC,
27
+ author = {Sebastian Koch and
28
+ Albert Matveev and
29
+ Zhongshi Jiang and
30
+ Francis Williams and
31
+ Alexey Artemov and
32
+ Evgeny Burnaev and
33
+ Marc Alexa and
34
+ Denis Zorin and
35
+ Daniele Panozzo},
36
+ title = {{ABC:} {A} Big {CAD} Model Dataset for Geometric Deep Learning},
37
+ booktitle = CVPR,
38
+ pages = {9601--9611},
39
+ year = {2019}
40
+ }