anticdimi commited on
Commit
b155099
·
verified ·
1 Parent(s): 00d5db4

Upload CloSe-D dataset

Browse files
Files changed (3) hide show
  1. .gitattributes +2 -25
  2. LICENSE +21 -0
  3. README.md +134 -0
.gitattributes CHANGED
@@ -1,21 +1,19 @@
1
  *.7z filter=lfs diff=lfs merge=lfs -text
2
  *.arrow filter=lfs diff=lfs merge=lfs -text
3
- *.avro filter=lfs diff=lfs merge=lfs -text
4
  *.bin filter=lfs diff=lfs merge=lfs -text
5
  *.bz2 filter=lfs diff=lfs merge=lfs -text
6
- *.ckpt filter=lfs diff=lfs merge=lfs -text
7
  *.ftz filter=lfs diff=lfs merge=lfs -text
8
  *.gz filter=lfs diff=lfs merge=lfs -text
9
  *.h5 filter=lfs diff=lfs merge=lfs -text
10
  *.joblib filter=lfs diff=lfs merge=lfs -text
11
  *.lfs.* filter=lfs diff=lfs merge=lfs -text
12
  *.lz4 filter=lfs diff=lfs merge=lfs -text
13
- *.mds filter=lfs diff=lfs merge=lfs -text
14
  *.mlmodel filter=lfs diff=lfs merge=lfs -text
15
  *.model filter=lfs diff=lfs merge=lfs -text
16
  *.msgpack filter=lfs diff=lfs merge=lfs -text
17
  *.npy filter=lfs diff=lfs merge=lfs -text
18
  *.npz filter=lfs diff=lfs merge=lfs -text
 
19
  *.onnx filter=lfs diff=lfs merge=lfs -text
20
  *.ot filter=lfs diff=lfs merge=lfs -text
21
  *.parquet filter=lfs diff=lfs merge=lfs -text
@@ -24,6 +22,7 @@
24
  *.pkl filter=lfs diff=lfs merge=lfs -text
25
  *.pt filter=lfs diff=lfs merge=lfs -text
26
  *.pth filter=lfs diff=lfs merge=lfs -text
 
27
  *.rar filter=lfs diff=lfs merge=lfs -text
28
  *.safetensors filter=lfs diff=lfs merge=lfs -text
29
  saved_model/**/* filter=lfs diff=lfs merge=lfs -text
@@ -36,25 +35,3 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
36
  *.zip filter=lfs diff=lfs merge=lfs -text
37
  *.zst filter=lfs diff=lfs merge=lfs -text
38
  *tfevents* filter=lfs diff=lfs merge=lfs -text
39
- # Audio files - uncompressed
40
- *.pcm filter=lfs diff=lfs merge=lfs -text
41
- *.sam filter=lfs diff=lfs merge=lfs -text
42
- *.raw filter=lfs diff=lfs merge=lfs -text
43
- # Audio files - compressed
44
- *.aac filter=lfs diff=lfs merge=lfs -text
45
- *.flac filter=lfs diff=lfs merge=lfs -text
46
- *.mp3 filter=lfs diff=lfs merge=lfs -text
47
- *.ogg filter=lfs diff=lfs merge=lfs -text
48
- *.wav filter=lfs diff=lfs merge=lfs -text
49
- # Image files - uncompressed
50
- *.bmp filter=lfs diff=lfs merge=lfs -text
51
- *.gif filter=lfs diff=lfs merge=lfs -text
52
- *.png filter=lfs diff=lfs merge=lfs -text
53
- *.tiff filter=lfs diff=lfs merge=lfs -text
54
- # Image files - compressed
55
- *.jpg filter=lfs diff=lfs merge=lfs -text
56
- *.jpeg filter=lfs diff=lfs merge=lfs -text
57
- *.webp filter=lfs diff=lfs merge=lfs -text
58
- # Video files - compressed
59
- *.mp4 filter=lfs diff=lfs merge=lfs -text
60
- *.webm filter=lfs diff=lfs merge=lfs -text
 
1
  *.7z filter=lfs diff=lfs merge=lfs -text
2
  *.arrow filter=lfs diff=lfs merge=lfs -text
 
3
  *.bin filter=lfs diff=lfs merge=lfs -text
4
  *.bz2 filter=lfs diff=lfs merge=lfs -text
 
5
  *.ftz filter=lfs diff=lfs merge=lfs -text
6
  *.gz filter=lfs diff=lfs merge=lfs -text
7
  *.h5 filter=lfs diff=lfs merge=lfs -text
8
  *.joblib filter=lfs diff=lfs merge=lfs -text
9
  *.lfs.* filter=lfs diff=lfs merge=lfs -text
10
  *.lz4 filter=lfs diff=lfs merge=lfs -text
 
11
  *.mlmodel filter=lfs diff=lfs merge=lfs -text
12
  *.model filter=lfs diff=lfs merge=lfs -text
13
  *.msgpack filter=lfs diff=lfs merge=lfs -text
14
  *.npy filter=lfs diff=lfs merge=lfs -text
15
  *.npz filter=lfs diff=lfs merge=lfs -text
16
+ *.obj filter=lfs diff=lfs merge=lfs -text
17
  *.onnx filter=lfs diff=lfs merge=lfs -text
18
  *.ot filter=lfs diff=lfs merge=lfs -text
19
  *.parquet filter=lfs diff=lfs merge=lfs -text
 
22
  *.pkl filter=lfs diff=lfs merge=lfs -text
23
  *.pt filter=lfs diff=lfs merge=lfs -text
24
  *.pth filter=lfs diff=lfs merge=lfs -text
25
+ *.ply filter=lfs diff=lfs merge=lfs -text
26
  *.rar filter=lfs diff=lfs merge=lfs -text
27
  *.safetensors filter=lfs diff=lfs merge=lfs -text
28
  saved_model/**/* filter=lfs diff=lfs merge=lfs -text
 
35
  *.zip filter=lfs diff=lfs merge=lfs -text
36
  *.zst filter=lfs diff=lfs merge=lfs -text
37
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
LICENSE ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ MIT License
2
+
3
+ Copyright (c) 2024 Dimitrije Antic
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
README.md ADDED
@@ -0,0 +1,134 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ license_name: close-mixed
4
+ license_link: LICENSE
5
+ pretty_name: CloSe-D
6
+ language:
7
+ - en
8
+ tags:
9
+ - 3d
10
+ - point-cloud
11
+ - mesh
12
+ - clothing
13
+ - segmentation
14
+ - human
15
+ - smpl
16
+ - 3dv-2024
17
+ task_categories:
18
+ - other
19
+ task_ids: []
20
+ size_categories:
21
+ - 1K<n<10K
22
+ configs:
23
+ - config_name: CloSe-Di
24
+ data_files:
25
+ - split: all
26
+ path: CloSe-Di/*.npz
27
+ - config_name: CloSe-Dc
28
+ data_files:
29
+ - split: all
30
+ path: CloSe-Dc/*.npz
31
+ - config_name: CloSe-Dpp
32
+ data_files:
33
+ - split: all
34
+ path: CloSe-D++/*.npz
35
+ - config_name: CloSe-Dpp-updated
36
+ data_files:
37
+ - split: all
38
+ path: CloSe-D++_updated/*.npz
39
+ ---
40
+
41
+ # CloSe-D: A 3D Clothing Segmentation Dataset
42
+
43
+ [Project Page](https://virtualhumans.mpi-inf.mpg.de/close3dv24/) · [Paper (arXiv:2401.12051)](https://arxiv.org/abs/2401.12051) · [Code (GitHub)](https://github.com/anticdimi/CloSe)
44
+
45
+ CloSe-D is a large-scale 3D clothing segmentation dataset accompanying the 3DV 2024 paper *"CloSe: A 3D Clothing Segmentation Dataset and Model"*. It provides per-vertex clothing labels, SMPL body registrations, and canonical-pose annotations for thousands of clothed human scans across 18 garment categories.
46
+
47
+ ## Dataset Subsets
48
+
49
+ The dataset is released in three subsets with different licensing terms.
50
+
51
+ | Subset | # Scans | Scans released? | Labels | SMPL reg. | Notes |
52
+ |---|---|---|---|---|---|
53
+ | **CloSe-Di** | 1,444 | Yes | Yes | Yes | Fully releasable |
54
+ | **CloSe-Dc** | 1,732 | **No** (commercial) | Yes | Yes | Purchase scans from Renderpeople, Twindom, AXYZ |
55
+ | **CloSe-D++** | ~1,000 | **No** (original sources) | Yes | — | Labels over [THuman2.0](https://github.com/ytrock/THuman2.0-Dataset), [HuMMan](https://caizhongang.com/projects/HuMMan/), [3DHumans](https://cvit.iiit.ac.in/research/projects/cvit-projects/3dhumans) |
56
+ | **CloSe-D++_updated** | — | **No** (original sources) | Yes | — | Refined/expanded THuman2.0 labels (`THuman2.0_labels.npz`), released post-paper |
57
+
58
+ For CloSe-Dc, please obtain the raw scans from:
59
+ - [Renderpeople](https://renderpeople.com/)
60
+ - [Twindom](https://web.twindom.com/)
61
+ - [AXYZ](https://secure.axyz-design.com/en/shop/)
62
+
63
+ ## File Format
64
+
65
+ - **CloSe-Di / CloSe-Dc** — one `.npz` per scan, keyed by fields such as `points, normals, colors, faces, labels, garments, pose, betas, trans, canon_pose, scale`. CloSe-Dc omits scan geometry (the commercial scans are not redistributed) and keeps labels + SMPL registration only. See [docs/dataset.md](https://github.com/anticdimi/CloSe/blob/main/docs/dataset.md) for the full field spec.
66
+ - **CloSe-D++ / CloSe-D++_updated** — a small number of consolidated `.npz` files, each acting as a dict of `scan_id → label_array`. Access via:
67
+
68
+ ```python
69
+ labels = np.load('CloSe-D++/THumans2.npz')['0000']
70
+ ```
71
+
72
+ ## Garment Label Mapping
73
+
74
+ ```python
75
+ {
76
+ 0: 'Hat', 1: 'Body', 2: 'Shirt', 3: 'TShirt',
77
+ 4: 'Vest', 5: 'Coat', 6: 'Dress', 7: 'Skirt',
78
+ 8: 'Pants', 9: 'ShortPants', 10: 'Shoes', 11: 'Hoodies',
79
+ 12: 'Hair', 13: 'Swimwear', 14: 'Underwear', 15: 'Scarf',
80
+ 16: 'Jumpsuits', 17: 'Jacket'
81
+ }
82
+ ```
83
+
84
+ ## Usage
85
+
86
+ ```python
87
+ from huggingface_hub import snapshot_download
88
+ import numpy as np
89
+
90
+ # Download the Di subset
91
+ path = snapshot_download(
92
+ repo_id='<user>/CloSe-D',
93
+ repo_type='dataset',
94
+ allow_patterns='CloSe-Di/*',
95
+ )
96
+
97
+ data = np.load(f'{path}/CloSe-Di/<scan_id>.npz')
98
+ points, labels = data['points'], data['labels']
99
+ ```
100
+
101
+ For a complete training/inference pipeline (CloSe-Net) and the interactive annotation tool (CloSe-T), see the [GitHub repository](https://github.com/anticdimi/CloSe).
102
+
103
+ ## Splits
104
+
105
+ A reference train/test split for CloSe-Di is provided at `splits/split_closedi.npz`.
106
+
107
+ ## Licensing
108
+
109
+ The CloSe-D dataset combines material with different licensing terms:
110
+
111
+ - **CloSe-Di (scans, labels, SMPL)**: released by the authors for non-commercial research under MIT-style terms consistent with the [accompanying code repository](https://github.com/anticdimi/CloSe/blob/main/LICENSE).
112
+ - **CloSe-Dc (labels, SMPL only)**: the authors release only annotations. The underlying scans are the property of Renderpeople, Twindom, and AXYZ and **must be purchased separately** under their respective commercial licenses.
113
+ - **CloSe-D++ (labels only)**: annotations are released by the authors. The underlying scans are subject to the licenses of [THuman2.0](https://github.com/ytrock/THuman2.0-Dataset), [HuMMan](https://caizhongang.com/projects/HuMMan/), and [3DHumans](https://cvit.iiit.ac.in/research/projects/cvit-projects/3dhumans) and must be obtained from the original sources.
114
+
115
+ By downloading this dataset you agree to these terms and to cite the paper below.
116
+
117
+ ## Citation
118
+
119
+ ```bibtex
120
+ @inproceedings{antic2024close,
121
+ title = {{CloSe}: A {3D} Clothing Segmentation Dataset and Model},
122
+ author = {Anti{\'c}, Dimitrije and Tiwari, Garvita and Ozcomlekci, Batuhan and Marin, Riccardo and Pons-Moll, Gerard},
123
+ booktitle = {International Conference on 3D Vision (3DV)},
124
+ month = {March},
125
+ year = {2024},
126
+ }
127
+ ```
128
+
129
+ If you use **CloSe-D++**, please additionally cite the source datasets (THuman2.0, HuMMan, 3DHumans) — see the [project docs](https://github.com/anticdimi/CloSe/blob/main/docs/dataset.md#disclaimer) for their BibTeX.
130
+
131
+ ## Contact
132
+
133
+ - Dimitrije Antić — <d.antic@uva.nl>
134
+ - Garvita Tiwari — <gtiwari@mpi-inf.mpg.de>