Update README.md
Browse files
README.md
CHANGED
@@ -146,3 +146,5 @@ val_dataset = load_dataset("nickpai/coco2017-colorization", split="validation",
|
|
146 |
### 3. Low Color Variance
|
147 |
- Images with low color variance, determined by a specified threshold, are removed.
|
148 |
- Low color variance can indicate poor image quality or uniform color distribution.
|
|
|
|
|
|
146 |
### 3. Low Color Variance
|
147 |
- Images with low color variance, determined by a specified threshold, are removed.
|
148 |
- Low color variance can indicate poor image quality or uniform color distribution.
|
149 |
+
|
150 |
+
For more details about the filtering criteria, refer to the [Dataset-for-Image-Colorization](https://github.com/nick8592/Dataset-for-Image-Colorization.git) repository.
|