Update README.md
Browse files
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
|
| 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.
|