|
--- |
|
license: other |
|
license_name: dresscode.dataset.non-commercial.academic.use.license |
|
license_link: https://github.com/aimagelab/dress-code |
|
--- |
|
|
|
# DressCode Agnostic & DensePose Dataset |
|
|
|
Agnostic images, corresponding masks, and DensePose images for the DressCode dataset. |
|
|
|
Information about the usage can be found at: |
|
https://github.com/jiwoohong93/ita-mdt_code |
|
|
|
|
|
## License |
|
The Dress Code Dataset is proprietary to and © Yoox Net-a-Porter Group S.p.A. and its licensors. |
|
It is distributed by the University of Modena and Reggio Emilia and is available for non-commercial academic use under the licence terms provided at: |
|
https://github.com/aimagelab/dress-code |
|
|
|
These images are distributed for **non-commercial academic use only**, under the same licence terms as the original Dress Code Dataset. |
|
|
|
|
|
## Download |
|
**1. Using Python + huggingface_hub** |
|
```python |
|
from huggingface_hub import snapshot_download |
|
|
|
snapshot_download( |
|
repo_id="jiwoohong93/dresscode_agnostic_and_densepose", |
|
repo_type="dataset", |
|
local_dir="./dresscode_agnostic_and_densepose" |
|
) |
|
``` |
|
|
|
**2. Using Git LFS** |
|
```terminal |
|
git lfs install |
|
git clone https://huggingface.co/datasets/jiwoohong93/dresscode_agnostic_and_densepose |
|
``` |
|
|
|
## Unzip |
|
```terminal |
|
tar -xzvf DressCode_agnostic_and_densepose.tar.gz |
|
``` |