Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -20,4 +20,4 @@ For each image, we generate a flat (constant) light spectrum and compute the pix
|
|
20 |
|
21 |
## Dataset structure
|
22 |
|
23 |
-
original_images folder contains the original 100 Cityscapes images and the labels
|
|
|
20 |
|
21 |
## Dataset structure
|
22 |
|
23 |
+
The original_images folder contains the original 100 Cityscapes images and the labels folder contains the corresponding ground truth segmentation masks. The modified_images folder have 100 subfolders from image_1 to image_100. Each subfolder has the 120 modified images for each original image. Modified images are named as image_name_X_tono_T_sat_S.png, where X is the image index from 1 to 100, T is the color index from 1 to 20 and S is the saturation index from 1 to 6. The complete dataset has a size of 30 Gb.
|