File size: 1,292 Bytes
d400657
 
 
 
 
 
860a9bf
d400657
ee14a20
d400657
91210ed
 
 
 
d400657
ee14a20
 
d400657
 
ee14a20
d400657
6a96f71
 
 
 
 
 
 
860a9bf
6a96f71
860a9bf
6a96f71
 
 
 
 
 
860a9bf
6a96f71
 
 
 
860a9bf
6a96f71
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
---
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
```