Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -92,6 +92,15 @@ The mini version follows the EquiFashion-DB construction pipeline:
|
|
| 92 |
5. **Packaging**
|
| 93 |
Final JSON manifests (`train.json`, `test.json`, `train_pose.json`) store standardized paths and captions, with all modalities aligned by filename stem.
|
| 94 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 95 |
## Usage
|
| 96 |
|
| 97 |
```python
|
|
|
|
| 92 |
5. **Packaging**
|
| 93 |
Final JSON manifests (`train.json`, `test.json`, `train_pose.json`) store standardized paths and captions, with all modalities aligned by filename stem.
|
| 94 |
|
| 95 |
+
## References
|
| 96 |
+
|
| 97 |
+
[1] Xie et al. — HieraFashDiff: Hierarchical Fashion Design with Mu
|
| 98 |
+
[2] Baldrati et al. — Multimodal Garment Designer: Human-Centric Latent Diffusion Models for Fashion Image Editing (2023)
|
| 99 |
+
[3] Zhang et al. — ARMANI: Part-level Garment-Text Alignment for Unified Cross-Modal Fashion Design (2022)
|
| 100 |
+
[4] Jiang et al. — Text2Human: Text-Driven Controllable Human Image Generation (2022)
|
| 101 |
+
[5] Rostamzadeh et al. — Fashion-Gen: The Generative Fashion Dataset and Challenge (2018)
|
| 102 |
+
[6] Yang et al. — Fashion Captioning: Towards Generating Accurate Descriptions with Semantic Rewards (2020)
|
| 103 |
+
|
| 104 |
## Usage
|
| 105 |
|
| 106 |
```python
|