Datasets:

Languages:
English
ArXiv:
Tags:
mesh
License:
chenhn02 commited on
Commit
21ce6c0
·
verified ·
1 Parent(s): 2ebeb66

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -9
README.md CHANGED
@@ -56,7 +56,7 @@ The dataset categories is inherited from [ClothesNet](https://arxiv.org/pdf/2308
56
  - THNC (Top-Hooded-NoSleeve-FrontClose)
57
  - TNNC (Top-NoCollar-NoSleeve-FrontClose)
58
  - Total garments: **666**
59
- - Folding procedure: Single step (fold from bottom to top).
60
 
61
  2. **Short-Sleeve Folding**
62
  - Categories:
@@ -65,7 +65,7 @@ The dataset categories is inherited from [ClothesNet](https://arxiv.org/pdf/2308
65
  - TNSC (Top-NoCollar-ShortSleeve-FrontClose)
66
  - TCSC (Top-Collar-ShortSleeve-FrontClose)
67
  - Total garments: **121**
68
- - Folding procedure (3 steps):
69
  1. Fold the left sleeve.
70
  2. Fold the right sleeve.
71
  3. Fold from the bottom hem upward.
@@ -80,7 +80,7 @@ The dataset categories is inherited from [ClothesNet](https://arxiv.org/pdf/2308
80
  - THLO (Top-Hooded-LongSleeve-FrontOpen)
81
  - TNLC (Top-NoCollar-LongSleeve-FrontClose)
82
  - Total garments: **146**
83
- - Folding procedure (3 steps):
84
  1. Fold the left sleeve.
85
  2. Fold the right sleeve.
86
  3. Fold from the bottom hem upward.
@@ -90,7 +90,7 @@ The dataset categories is inherited from [ClothesNet](https://arxiv.org/pdf/2308
90
  - PS (Pants-Short)
91
  - PL (Pants-Long)
92
  - Total garments: **277**
93
- - Folding procedure (2 steps):
94
  1. Fold the left pant leg over the right pant leg.
95
  2. Fold from the waistband down toward the pant legs.
96
 
@@ -108,24 +108,24 @@ The dataset categories is inherited from [ClothesNet](https://arxiv.org/pdf/2308
108
 
109
  ### Filename Convention
110
 
111
- Each data file follows the pattern: `<Category>_<GarmentName>_<Foldstage>`
112
 
113
  - **Category**: Garment category code (e.g., `DLG` = Dress-Long-Gallus).
114
  - **GarmentName**: Unique identifier for the specific garment model (e.g., `Dress032_1`, `010`).
115
- - **FoldStep**: Zero-based index indicating which folding step (e.g., `action0`, `action1`, …).
116
 
117
  ### Examples
118
 
119
  1. **`DLG_Dress032_1_action0`**
120
  - **Category:** `DLG` (Dress-Long-Gallus → No-Sleeve)
121
  - **GarmentName:** `Dress032_1`
122
- - **FoldStep:** `action0` (since No-Sleeve has only one step: fold from bottom to top)
123
  - **Link:** [DLG_Dress032_1_action0](https://huggingface.co/datasets/chenhn02/MetaFold/tree/main/DLG/DLG_Dress032_1_action0)
124
 
125
  2. **`TNLC_010_action1`**
126
  - **Category:** `TNLC` (Tops-NoCollar-LongSleeve-Close → Long-Sleeve)
127
  - **GarmentName:** `010`
128
- - **FoldStep:** `action1` (second step: fold the right sleeve)
129
  - **Link:** [TNLC_010_action1](https://huggingface.co/datasets/chenhn02/MetaFold/tree/main/TNLC/TNLC_010_action1)
130
 
131
 
@@ -134,7 +134,7 @@ Each data file follows the pattern: `<Category>_<GarmentName>_<Foldstage>`
134
  Each Folding Trajectory directory contains:
135
  - Mesh files from `frame_00.obj` to `frame_20.obj`.
136
  - `initial.obj` is identical to `frame_00.obj`.
137
- - `keypoints_idx.npy` (specifies the folding start and end points for each step: `[start_0, end_0, start_1, end_1]`).
138
 
139
  If you need the point cloud, simply extract the vertex coordinates from the mesh files.
140
 
 
56
  - THNC (Top-Hooded-NoSleeve-FrontClose)
57
  - TNNC (Top-NoCollar-NoSleeve-FrontClose)
58
  - Total garments: **666**
59
+ - Folding procedure: Single stage (fold from bottom to top).
60
 
61
  2. **Short-Sleeve Folding**
62
  - Categories:
 
65
  - TNSC (Top-NoCollar-ShortSleeve-FrontClose)
66
  - TCSC (Top-Collar-ShortSleeve-FrontClose)
67
  - Total garments: **121**
68
+ - Folding procedure (3 stages):
69
  1. Fold the left sleeve.
70
  2. Fold the right sleeve.
71
  3. Fold from the bottom hem upward.
 
80
  - THLO (Top-Hooded-LongSleeve-FrontOpen)
81
  - TNLC (Top-NoCollar-LongSleeve-FrontClose)
82
  - Total garments: **146**
83
+ - Folding procedure (3 stages):
84
  1. Fold the left sleeve.
85
  2. Fold the right sleeve.
86
  3. Fold from the bottom hem upward.
 
90
  - PS (Pants-Short)
91
  - PL (Pants-Long)
92
  - Total garments: **277**
93
+ - Folding procedure (2 stages):
94
  1. Fold the left pant leg over the right pant leg.
95
  2. Fold from the waistband down toward the pant legs.
96
 
 
108
 
109
  ### Filename Convention
110
 
111
+ Each data file follows the pattern: `<Category>_<GarmentName>_<FoldStage>`
112
 
113
  - **Category**: Garment category code (e.g., `DLG` = Dress-Long-Gallus).
114
  - **GarmentName**: Unique identifier for the specific garment model (e.g., `Dress032_1`, `010`).
115
+ - **FoldStage**: Zero-based index indicating which folding stage (e.g., `action0`, `action1`, …).
116
 
117
  ### Examples
118
 
119
  1. **`DLG_Dress032_1_action0`**
120
  - **Category:** `DLG` (Dress-Long-Gallus → No-Sleeve)
121
  - **GarmentName:** `Dress032_1`
122
+ - **FoldStage:** `action0` (since No-Sleeve has only one stage: fold from bottom to top)
123
  - **Link:** [DLG_Dress032_1_action0](https://huggingface.co/datasets/chenhn02/MetaFold/tree/main/DLG/DLG_Dress032_1_action0)
124
 
125
  2. **`TNLC_010_action1`**
126
  - **Category:** `TNLC` (Tops-NoCollar-LongSleeve-Close → Long-Sleeve)
127
  - **GarmentName:** `010`
128
+ - **FoldStage:** `action1` (second stage: fold the right sleeve)
129
  - **Link:** [TNLC_010_action1](https://huggingface.co/datasets/chenhn02/MetaFold/tree/main/TNLC/TNLC_010_action1)
130
 
131
 
 
134
  Each Folding Trajectory directory contains:
135
  - Mesh files from `frame_00.obj` to `frame_20.obj`.
136
  - `initial.obj` is identical to `frame_00.obj`.
137
+ - `keypoints_idx.npy` (specifies the folding start and end points for each stage: `[start_0, end_0, start_1, end_1]`).
138
 
139
  If you need the point cloud, simply extract the vertex coordinates from the mesh files.
140