Bowie375 commited on
Commit
4ec330d
·
verified ·
1 Parent(s): 0c7bb00

Feat: Update README.md

Browse files
Files changed (1) hide show
  1. README.md +47 -49
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- license: apache-2.0
3
  Modalities:
4
  - Image
5
  - 3D
@@ -12,69 +12,73 @@ tags:
12
  - blender
13
  - vision
14
  - template
15
-
16
  pretty_name: FoldNet
17
  ---
18
  # FoldNet Dataset
19
 
20
- <p align="center">
 
 
 
 
21
  <a href="https://pku-epic.github.io/FoldNet/"><img src="https://img.shields.io/badge/-project-yellow?logo=githubpages&logoSize=auto&labelColor=grey" alt="Project Page"></a>
22
  <a href="https://ieeexplore.ieee.org/document/11359673"><img src="https://img.shields.io/badge/-paper-green?logo=ieee&logoSize=auto&labelColor=grey" alt="Paper"></a>
23
  <a href="https://github.com/chen01yx/FoldNet_code"><img src="https://img.shields.io/badge/github-code-blue?logo=github&logoSize=auto" alt="Github Code"></a>
24
  </p>
25
 
26
- ### Dataset Description
27
-
28
- <!-- Provide a longer summary of what this dataset is. -->
29
-
30
- **FoldNet** aims at providing scalable 3D garment assets with realistic textures.
31
-
32
-
33
- - **Curated by:** [More Information Needed]
34
- - **Funded by [optional]:** [More Information Needed]
35
- - **Shared by [optional]:** [More Information Needed]
36
- - **Language(s) (NLP):** [More Information Needed]
37
- - **License:** [More Information Needed]
38
-
39
-
40
- ## Uses
41
-
42
- <!-- Address questions around how the dataset is intended to be used. -->
43
-
44
- ### Direct Use
45
-
46
- <!-- This section describes suitable use cases for the dataset. -->
47
 
48
- ## Dataset Structure
 
 
 
 
 
 
 
 
 
 
49
 
50
- <!-- This section provides a description of the dataset fields, and additional information about the dataset structure such as criteria used to create the splits, relationships between data points, etc. -->
51
 
52
- [More Information Needed]
53
 
54
- ## Dataset Creation
55
-
56
- #### Data Collection and Processing
57
-
58
- <!-- This section describes the data collection and processing process such as data selection criteria, filtering and normalization methods, tools and libraries used, etc. -->
59
-
60
- [More Information Needed]
61
-
62
-
63
- ### Annotations [optional]
 
 
 
 
 
 
 
 
 
64
 
65
- <!-- If the dataset contains annotations which are not part of the initial data collection, use this section to describe them. -->
66
 
67
- #### Annotation process
68
 
69
- <!-- This section describes the annotation process such as annotation tools used in the process, the amount of data annotated, annotation guidelines provided to the annotators, interannotator statistics, annotation validation, etc. -->
70
 
71
- [More Information Needed]
72
 
 
 
 
73
 
74
  ## Citation
75
 
76
  ```bibtex
77
- @ARTICLE{11359673,
78
  author={Chen, Yuxing and Xiao, Bowen and Wang, He},
79
  journal={IEEE Robotics and Automation Letters},
80
  title={FoldNet: Learning Generalizable Closed-Loop Policy for Garment Folding via Keypoint-Driven Asset and Demonstration Synthesis},
@@ -84,10 +88,4 @@ pretty_name: FoldNet
84
  pages={1-8},
85
  keywords={Clothing;Geometry;Imitation learning;Annotations;Trajectory;Training;Synthetic data;Pipelines;Grasping;Filtering;Bimanual manipulation;deep learning for visual perception;deep learning in grasping and manipulation},
86
  doi={10.1109/LRA.2026.3656770}}
87
- ```
88
-
89
- ## Dataset Card Authors
90
-
91
- ## Dataset Card Contact
92
-
93
- [More Information Needed]
 
1
  ---
2
+ license: cc-by-4.0
3
  Modalities:
4
  - Image
5
  - 3D
 
12
  - blender
13
  - vision
14
  - template
 
15
  pretty_name: FoldNet
16
  ---
17
  # FoldNet Dataset
18
 
19
+ <div style="display: flex; justify-content: center; align-items: center; margin: 0 0;">
20
+ <img src="https://raw.githubusercontent.com/chen01yx/FoldNet_code/main/asset/fig/teaser.png" alt="Teaser Image" style="max-width: 100%; border-radius: 10px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);">
21
+ </div>
22
+
23
+ <p align="center" style="display: flex; justify-content: center; align-items: center; gap: 15px;">
24
  <a href="https://pku-epic.github.io/FoldNet/"><img src="https://img.shields.io/badge/-project-yellow?logo=githubpages&logoSize=auto&labelColor=grey" alt="Project Page"></a>
25
  <a href="https://ieeexplore.ieee.org/document/11359673"><img src="https://img.shields.io/badge/-paper-green?logo=ieee&logoSize=auto&labelColor=grey" alt="Paper"></a>
26
  <a href="https://github.com/chen01yx/FoldNet_code"><img src="https://img.shields.io/badge/github-code-blue?logo=github&logoSize=auto" alt="Github Code"></a>
27
  </p>
28
 
29
+ <strong>FoldNet</strong> is a high-fidelity synthetic dataset featuring over 4,000 unique meshes across four distinct garment categories. Designed to support a wide range of downstream applications—including robotic folding and cloth manipulation—FoldNet provides physically plausible geometries paired with photorealistic textures.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
30
 
31
+ ## 🔑 Key Features
32
+ - **Diverse Cloth Categories:** including tshirt, trousers, vest and hoodie.
33
+ - **High Quality Mesh:**
34
+ - Watertight and manifold meshes.
35
+ - No self-intersections.
36
+ - Configurable resolution with adjustable vertex density and face sizing.
37
+ - **Diverse and Realistic Textures:** High-quality textures procedurally generated via Stable-Diffusion-3.5
38
+ - **Rich Annotation:**
39
+ - Automatically labeled manipulable keypoints for robotic interaction.
40
+ - Pre-computed UV mapping for seamless texturing.
41
+ - **Highly Scalable:** A robust procedural framework capable of generating an infinite variety of plausible garment shapes.
42
 
43
+ ## 🗂️ Dataset Structure
44
 
45
+ Under `mesh` directory, we provide raw cloth meshes with default texture:
46
 
47
+ ```
48
+ mesh
49
+ ├── tshirt_sp # category
50
+ │ ├── 0
51
+ │ │ ├── mesh.obj # generated mesh
52
+ │ │ ├── mesh.key.obj # the same mesh with keypoints marked red
53
+ │ │ ├── mesh_info.json # the configurations of the mesh, like edge length and keypoint index
54
+ │ │ ├── material.mtl
55
+ │ │ ├── material.png # default texture
56
+ │ ├── 1
57
+ │ │ └── ...
58
+ │ ├── ...
59
+ ├── trousers
60
+ │ ├── ...
61
+ ├── vest_close
62
+ │ ├── ...
63
+ ├── hooded_close
64
+ │ ├── ...
65
+ ```
66
 
 
67
 
68
+ ## 🛠️ Dataset Creation
69
 
70
+ **FoldNet** features a fully automated end-to-end data generation pipeline. Our framework procedurally synthesizes garment geometries, applies AI-driven texturing, and generates ground-truth annotations without human intervention.
71
 
72
+ For technical implementation details, source code, and step-by-step instructions to reproduce the dataset, please visit the [FoldNet GitHub Repository](https://github.com/chen01yx/FoldNet_code).
73
 
74
+ ## 📅 TODO List
75
+ - [x] [2026.2] Released: 4k synthetic 3D garment assets (across 4 cloth categories). The directory is **mesh**.
76
+ - [ ] To be released: textured cloth data.
77
 
78
  ## Citation
79
 
80
  ```bibtex
81
+ @article{11359673,
82
  author={Chen, Yuxing and Xiao, Bowen and Wang, He},
83
  journal={IEEE Robotics and Automation Letters},
84
  title={FoldNet: Learning Generalizable Closed-Loop Policy for Garment Folding via Keypoint-Driven Asset and Demonstration Synthesis},
 
88
  pages={1-8},
89
  keywords={Clothing;Geometry;Imitation learning;Annotations;Trajectory;Training;Synthetic data;Pipelines;Grasping;Filtering;Bimanual manipulation;deep learning for visual perception;deep learning in grasping and manipulation},
90
  doi={10.1109/LRA.2026.3656770}}
91
+ ```