hercapa commited on
Commit
5e1e4e4
·
verified ·
1 Parent(s): 70d7f4c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -3
README.md CHANGED
@@ -1,3 +1,23 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - image-segmentation
5
+ pretty_name: IPL-CityscapesLuminanceContrasts-dataset
6
+ size_categories:
7
+ - n<1K
8
+ tags:
9
+ - image
10
+ - image-segmentation
11
+ ---
12
+
13
+ # IPL-CityscapesLuminanceContrasts-dataset
14
+
15
+ Controled luminance and contrasts modified dataset version of the famous autonomous driving semantic segmentation Cityscapes dataset.
16
+
17
+ ## Dataset generation
18
+
19
+ For each original image, we convert it to ATD color space. Once in this space, we compute its mean luminance, achromatic contrast and chromatic contast. We modify each of its characteristics in turns from 0.5 to 1.5 of its original value. Then we return the image to RGB space. We apply it to 100 Cityscapes images.
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 are in the modified_images folder. This folder has 11 subfolder according to the modified chromatic contrast.