File size: 927 Bytes
3d2bcf7 90ae842 237362c 42f38c3 c68e61a 42f38c3 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 |
---
dataset_info:
features:
- name: image
dtype: image
- name: text
dtype: string
- name: colors
dtype:
array2_d:
shape:
- 2
- 3
dtype: float32
- name: conditioning_image
dtype: image
splits:
- name: train
num_bytes: 66204989.0
num_examples: 100000
download_size: 46802201
dataset_size: 66204989.0
---
# Dataset Card for "fill100k"
Kinda similar to https://huggingface.co/datasets/offchan/fill50k but with more images, lower resolution,
uniform circle radius, and uniform color randomization covering the full spectrum of all possible colors.
Colors are 2x3 array containing circle color followed by background color in RGB format.
Color names are derived from the closest color in a list of predefined common colors.
Distance between 2 colors is calculated using the sum of weighted squared differences. The weights are 0.299, 0.587, and 0.114. |