Feat: Update README.md
Browse filesadd details about installation
README.md
CHANGED
|
@@ -40,6 +40,20 @@ pretty_name: FoldNet
|
|
| 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:
|
|
@@ -64,7 +78,6 @@ mesh
|
|
| 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.
|
|
|
|
| 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 |
+
## 🔥 Get started
|
| 44 |
+
To download the full dataset, you can use the following code. If you encounter any issues, please refer to the official Hugging Face documentation.
|
| 45 |
+
```
|
| 46 |
+
# Make sure you have git-lfs installed (https://git-lfs.com)
|
| 47 |
+
git lfs install
|
| 48 |
+
|
| 49 |
+
# When prompted for a password, use an access token with write permissions.
|
| 50 |
+
# Generate one from your settings: https://huggingface.co/settings/tokens
|
| 51 |
+
git clone https://huggingface.co/datasets/Bowie375/FoldNet
|
| 52 |
+
|
| 53 |
+
# If you want to clone without large files - just their pointers
|
| 54 |
+
GIT_LFS_SKIP_SMUDGE=1 git clone https://huggingface.co/datasets/Bowie375/FoldNet
|
| 55 |
+
```
|
| 56 |
+
|
| 57 |
## 🗂️ Dataset Structure
|
| 58 |
|
| 59 |
Under `mesh` directory, we provide raw cloth meshes with default texture:
|
|
|
|
| 78 |
│ ├── ...
|
| 79 |
```
|
| 80 |
|
|
|
|
| 81 |
## 🛠️ Dataset Creation
|
| 82 |
|
| 83 |
**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.
|