Datasets:
Upload folder using huggingface_hub
Browse files- .DS_Store +0 -0
- .gitattributes +1 -0
- DeepFashion-MultiModal-Parts2Whole/.DS_Store +0 -0
- DeepFashion-MultiModal-Parts2Whole/images-head.tar.gz +3 -0
- DeepFashion-MultiModal-Parts2Whole/test_set.jsonl +0 -0
- DeepFashion-MultiModal-Parts2Whole/train_set.jsonl +3 -0
- README.md +37 -0
- VITON-HD/.DS_Store +0 -0
- VITON-HD/test/.DS_Store +0 -0
- VITON-HD/test/head.tar.gz +3 -0
- VITON-HD/test/image-smpl.tar.gz +3 -0
- VITON-HD/train/.DS_Store +0 -0
- VITON-HD/train/head.tar.gz +3 -0
- VITON-HD/train/image-smpl.tar.gz +3 -0
- VITON-HD/train/images-smpl.tar.gz +3 -0
.DS_Store
ADDED
|
Binary file (12.3 kB). View file
|
|
|
.gitattributes
CHANGED
|
@@ -58,3 +58,4 @@ saved_model/**/* 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
|
|
|
|
|
|
| 58 |
# Video files - compressed
|
| 59 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 60 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
| 61 |
+
DeepFashion-MultiModal-Parts2Whole/train_set.jsonl filter=lfs diff=lfs merge=lfs -text
|
DeepFashion-MultiModal-Parts2Whole/.DS_Store
ADDED
|
Binary file (6.15 kB). View file
|
|
|
DeepFashion-MultiModal-Parts2Whole/images-head.tar.gz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:40dbd152e496ebc43abc156eefefc6cb10bebe8d5be2803ffbd826e0d5467e0e
|
| 3 |
+
size 4449383370
|
DeepFashion-MultiModal-Parts2Whole/test_set.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
DeepFashion-MultiModal-Parts2Whole/train_set.jsonl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dd4d74e9ba6680cb009b1277ed73201049ed3711ba03e680c360211846a41ea8
|
| 3 |
+
size 64611528
|
README.md
ADDED
|
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: other
|
| 3 |
+
task_categories:
|
| 4 |
+
- image-to-image
|
| 5 |
+
- text-to-image
|
| 6 |
+
tags:
|
| 7 |
+
- virtual-try-on
|
| 8 |
+
- virtual-try-off
|
| 9 |
+
- fashion
|
| 10 |
+
- preprocessing
|
| 11 |
+
pretty_name: OneModelForAll Preprocessed Try-on Supplementary Data
|
| 12 |
+
---
|
| 13 |
+
|
| 14 |
+
# OneModelForAll Preprocessed Supplementary Data
|
| 15 |
+
|
| 16 |
+
This repository provides the preprocessed supplementary data used by
|
| 17 |
+
[One Model For All](https://github.com/aaaqianqian/OneModelForAll), a unified
|
| 18 |
+
framework for virtual try-on, virtual try-off, and arbitrary-pose try-on.
|
| 19 |
+
|
| 20 |
+
The files are intended to be used together with the original VITON-HD and
|
| 21 |
+
DeepFashion-MultiModal-Parts2Whole datasets. They include auxiliary data
|
| 22 |
+
required by the OneModelForAll codebase, such as SMPL pose maps, head-region
|
| 23 |
+
images, and the JSONL split files used for DeepFashion-MultiModal.
|
| 24 |
+
|
| 25 |
+
## Note
|
| 26 |
+
|
| 27 |
+
This dataset card only describes the supplementary preprocessed files released
|
| 28 |
+
for research use with OneModelForAll. Please follow the licenses and terms of
|
| 29 |
+
the original datasets when using the data.
|
| 30 |
+
|
| 31 |
+
## Acknowledgements
|
| 32 |
+
|
| 33 |
+
Thanks [SCHP](https://github.com/GoGoDuck912/Self-Correction-Human-Parsing) for human segmentation.
|
| 34 |
+
|
| 35 |
+
Thanks [VITON-HD](https://github.com/shadow2496/VITON-HD) for providing the dataset.
|
| 36 |
+
|
| 37 |
+
Thanks [DeepFashion-MultiModal](https://github.com/yumingj/DeepFashion-MultiModal) and [Parts2Whole](https://github.com/huanngzh/Parts2Whole) for providing and processing the DeepFashion-Multimodal dataset used in this project.
|
VITON-HD/.DS_Store
ADDED
|
Binary file (10.2 kB). View file
|
|
|
VITON-HD/test/.DS_Store
ADDED
|
Binary file (6.15 kB). View file
|
|
|
VITON-HD/test/head.tar.gz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e6063b8145ac83f004f4ba5df93de6c4c70fa3db72bc153ee3e76f3c11c2b593
|
| 3 |
+
size 70027478
|
VITON-HD/test/image-smpl.tar.gz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:61926d1c4141e9f19150a43656f4a7d8a28885d3389c0959ebe669ac92941958
|
| 3 |
+
size 467631129
|
VITON-HD/train/.DS_Store
ADDED
|
Binary file (6.15 kB). View file
|
|
|
VITON-HD/train/head.tar.gz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3f39757ff2e05534e71dec09398e5ea7fb61e8e7a1f8c6342a154c444bbf5363
|
| 3 |
+
size 399587031
|
VITON-HD/train/image-smpl.tar.gz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:44c2a2abd648ad4149a39e63ee19c424ee003af18315a9ee6d8e55fadc2ce2ef
|
| 3 |
+
size 2663229438
|
VITON-HD/train/images-smpl.tar.gz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7037810de1ff3efe3c4bcac5779d9caf86047a8daf0d9fc76952f70f445288d7
|
| 3 |
+
size 10448402503
|