--- 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.