nickpai commited on
Commit
5997bf7
·
verified ·
1 Parent(s): 0e795b0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -113,7 +113,7 @@ val_dataset = load_dataset("nickpai/coco2017-colorization", split="validation")
113
 
114
  ### 1. Grayscale Images
115
  - Images in grayscale mode are identified and removed.
116
- - Grayscale images lack color information and may not be suitable for certain tasks.
117
 
118
  ### 2. Identical Color Histograms
119
  - Images with identical histograms across color channels (red, green, and blue) are removed.
 
113
 
114
  ### 1. Grayscale Images
115
  - Images in grayscale mode are identified and removed.
116
+ - Grayscale images lack color information are not be suitable for image colorization.
117
 
118
  ### 2. Identical Color Histograms
119
  - Images with identical histograms across color channels (red, green, and blue) are removed.