You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Visual Attributes in the Wild (VAW) [Link](https://vawdataset.com/)
8
+
- SWiG [Link](https://github.com/allenai/swig)
9
+
10
+
As the images in the VAW dataset come from the Visual Genome dataset, we only need three picture folders. The file structure looks like below:
11
+
```
12
+
$DATASET/
13
+
|–– hake/
14
+
|–– swig/
15
+
|–– vg/
16
+
```
17
+
18
+
## HAKE
19
+
- Create a folder named `hake/` under `$DATASET/`.
20
+
- Create `hake_images_20190730/`,`hake_images_20200614/`,`hcvrd/`,`hico_20160224_det/`,`openimages/`,`pic/` and `vcoco/` under `hake/`.
21
+
- Download the images from the [dataset link](https://github.com/DirtyHarryLYL/HAKE/tree/master/Images#download-images-for-hake).
22
+
- Put the images in the corresponding folder.
23
+
24
+
The folder tree looks like:
25
+
```
26
+
hake/
27
+
├── hake_images_20190730
28
+
│ └── xxx.jpg
29
+
├── hake_images_20200614
30
+
│ └── xxx.jpg
31
+
├── hcvrd
32
+
│ └── xxx.jpg
33
+
├── hico_20160224_det
34
+
│ └── images
35
+
│ ├── test2015
36
+
│ │ └── xxx.jpg
37
+
│ └── train2015
38
+
│ └── xxx.jpg
39
+
├── openimages
40
+
│ └── xxx.jpg
41
+
├── pic
42
+
│ └── xxx.jpg
43
+
└── vcoco
44
+
├── train2014
45
+
| └── xxx.jpg
46
+
└── val2014
47
+
└── xxx.jpg
48
+
```
49
+
## SWiG
50
+
- Create a folder named `swig/` under `$DATASET/`.
51
+
- Download the images from the [dataset link](https://swig-data-weights.s3.us-east-2.amazonaws.com/images_512.zip).
52
+
53
+
The folder tree looks like:
54
+
```
55
+
swig/
56
+
└── xxx.jpg
57
+
```
58
+
## VG & VAW
59
+
- Create a folder named `vg/` under `$DATASET/`.
60
+
- Create `VG_100K/` and `VG_100K_2/` under `vg/`.
61
+
- Download the images from the [part1](https://cs.stanford.edu/people/rak248/VG_100K_2/images.zip) and [part2](https://cs.stanford.edu/people/rak248/VG_100K_2/images2.zip).
0 commit comments