Update README.md
Browse files
README.md
CHANGED
@@ -26,4 +26,6 @@ dataset_info:
|
|
26 |
Kinda similar to https://huggingface.co/datasets/offchan/fill50k but with more images, lower resolution,
|
27 |
uniform circle radius, and uniform color randomization covering the full spectrum of all possible colors.
|
28 |
|
29 |
-
Colors are 2x3 array containing circle color followed by background color in RGB format.
|
|
|
|
|
|
26 |
Kinda similar to https://huggingface.co/datasets/offchan/fill50k but with more images, lower resolution,
|
27 |
uniform circle radius, and uniform color randomization covering the full spectrum of all possible colors.
|
28 |
|
29 |
+
Colors are 2x3 array containing circle color followed by background color in RGB format.
|
30 |
+
Color names are derived by finding the closest color in a list of predefined common colors.
|
31 |
+
Distance between 2 colors is calculated using the sum of weighted squared differences. The weights are 0.299, 0.587, and 0.114.
|