Skip to content

Commit dd59be3

Browse files
committed
update downloading process
1 parent 2aaa757 commit dd59be3

File tree

1 file changed

+20
-5
lines changed

1 file changed

+20
-5
lines changed

docs/en/dataset_prepare.md

Lines changed: 20 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -400,22 +400,37 @@ The dataset is generated by two techniques, Naturalistic occlusion generation, R
400400

401401
## Dataset Preparation
402402

403-
Please download the masks from this [drive](https://drive.google.com/drive/folders/15nZETWlGMdcKY6aHbchRsWkUI42KTNs5?usp=sharing) and the images from [CelebAMask-HQ](https://github.com/switchablenorms/CelebAMask-HQ), [11k Hands](https://sites.google.com/view/11khands) and [DTD](https://www.robots.ox.ac.uk/~vgg/data/dtd/).
403+
step 1
404404

405-
The extracted and upsampled COCO objects images and masks can be found in this [drive](https://drive.google.com/drive/folders/15nZETWlGMdcKY6aHbchRsWkUI42KTNs5?usp=sharing).
406-
407-
Please extract CelebAMask-HQ and 11k Hands images based on the splits found in [drive](https://drive.google.com/drive/folders/15nZETWlGMdcKY6aHbchRsWkUI42KTNs5?usp=sharing).
405+
Create a folder for data generation materials on mmsegmentation folder.
408406

407+
```shell
409408
mkdir data_materials
409+
```
410+
411+
step 2
412+
413+
Please download the masks (11k-hands_mask.7z,CelebAMask-HQ-masks_corrected.7z) from this [drive](https://drive.google.com/drive/folders/15nZETWlGMdcKY6aHbchRsWkUI42KTNs5?usp=sharing)
414+
415+
Please download the images from [CelebAMask-HQ](https://github.com/switchablenorms/CelebAMask-HQ), [11k Hands.zip](https://sites.google.com/view/11khands) and [dtd-r1.0.1.tar.gz](https://www.robots.ox.ac.uk/~vgg/data/dtd/).
416+
417+
step 3
418+
419+
Download a upsampled COCO objects images and masks (coco_object.7z). files can be found in this [drive](https://drive.google.com/drive/folders/15nZETWlGMdcKY6aHbchRsWkUI42KTNs5?usp=sharing).
420+
421+
Download CelebAMask-HQ and 11k Hands images split txt files. (11k_hands_sample.txt, CelebAMask-HQ-WO-train.txt) found in [drive](https://drive.google.com/drive/folders/15nZETWlGMdcKY6aHbchRsWkUI42KTNs5?usp=sharing).
422+
410423
download file to ./data_materials
411424

412425
```none
413426
CelebAMask-HQ.zip
414427
CelebAMask-HQ-masks_corrected.7z
428+
CelebAMask-HQ-WO-train.txt
415429
RealOcc.7z
416430
RealOcc-Wild.7z
417431
11k-hands_mask.7z
418-
11k-hands_image.7z
432+
11k Hands.zip
433+
11k_hands_sample.txt
419434
coco_object.7z
420435
dtd-r1.0.1.tar.gz
421436
```

0 commit comments

Comments
 (0)