nickpai commited on
Commit
f80cbc2
·
verified ·
1 Parent(s): 77f7858

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
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.