Datasets:
Modalities:
Image
Formats:
imagefolder
Size:
< 1K
ArXiv:
Tags:
vision-language-models
cue-conflict
color-hybrid-illusions
factorized-diffusion
multimodal-evaluation
perceptual-bias
License:
Upload folder using huggingface_hub
Browse filesThis view is limited to 50 files because it contains too many changes. See raw diff
- README.md +84 -3
- dataset.json +1420 -0
- images/0002c.png +3 -0
- images/0002g.png +3 -0
- images/0003c.png +3 -0
- images/0003g.png +3 -0
- images/0005c.png +3 -0
- images/0005g.png +3 -0
- images/0006c.png +3 -0
- images/0006g.png +3 -0
- images/0007c.png +3 -0
- images/0007g.png +3 -0
- images/0012c.png +3 -0
- images/0012g.png +3 -0
- images/0018c.png +3 -0
- images/0018g.png +3 -0
- images/0030c.png +3 -0
- images/0030g.png +3 -0
- images/0031c.png +3 -0
- images/0031g.png +3 -0
- images/0048c.png +3 -0
- images/0048g.png +3 -0
- images/0051c.png +3 -0
- images/0051g.png +3 -0
- images/0057c.png +3 -0
- images/0057g.png +3 -0
- images/0062c.png +3 -0
- images/0062g.png +3 -0
- images/0064c.png +3 -0
- images/0064g.png +3 -0
- images/0070c.png +3 -0
- images/0070g.png +3 -0
- images/0074c.png +3 -0
- images/0074g.png +3 -0
- images/0078c.png +3 -0
- images/0078g.png +3 -0
- images/0083c.png +3 -0
- images/0083g.png +3 -0
- images/0098c.png +3 -0
- images/0098g.png +3 -0
- images/0100c.png +3 -0
- images/0100g.png +3 -0
- images/0117c.png +3 -0
- images/0117g.png +3 -0
- images/0118c.png +3 -0
- images/0118g.png +3 -0
- images/0132c.png +3 -0
- images/0132g.png +3 -0
- images/0150c.png +3 -0
- images/0150g.png +3 -0
README.md
CHANGED
|
@@ -1,3 +1,84 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: cc-by-4.0
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc-by-4.0
|
| 3 |
+
task_categories:
|
| 4 |
+
- zero-shot-image-classification
|
| 5 |
+
- image-classification
|
| 6 |
+
- visual-question-answering
|
| 7 |
+
tags:
|
| 8 |
+
- vision-language-models
|
| 9 |
+
- cue-conflict
|
| 10 |
+
- color-hybrid-illusions
|
| 11 |
+
- factorized-diffusion
|
| 12 |
+
- multimodal-evaluation
|
| 13 |
+
- perceptual-bias
|
| 14 |
+
size_categories:
|
| 15 |
+
- n<1K
|
| 16 |
+
---
|
| 17 |
+
|
| 18 |
+
# Color Hybrid Illusions Dataset
|
| 19 |
+
|
| 20 |
+
A benchmark dataset of **177 image pairs** for studying how vision-language models (VLMs) resolve conflicting visual cues. Each image depicts one entity in **color** and a different entity in **grayscale**, created using [Factorized Diffusion](https://arxiv.org/abs/2407.11900).
|
| 21 |
+
|
| 22 |
+
## Overview
|
| 23 |
+
|
| 24 |
+
When you view a color hybrid image in full color, you see one object (e.g., a bird). When you convert it to grayscale, a different object emerges (e.g., a flower). This dataset uses that conflict to test whether VLMs rely more on chromatic (color) or luminance (grayscale/shape) cues for object recognition.
|
| 25 |
+
|
| 26 |
+
**Key finding:** Across 11 VLMs and 3,894 predictions, most models exhibit **grayscale bias** (avg gray accuracy 0.681 vs. color accuracy 0.554), suggesting VLMs generally privilege shape and luminance structure over color information.
|
| 27 |
+
|
| 28 |
+
## Dataset Structure
|
| 29 |
+
|
| 30 |
+
- **`dataset.json`** — Metadata for all 177 pairs, including prompts, object labels, and quality tiers.
|
| 31 |
+
- **`images/`** — 354 PNG images (one color `c` + one grayscale `g` per pair).
|
| 32 |
+
|
| 33 |
+
### Naming Convention
|
| 34 |
+
|
| 35 |
+
Images are named `{number}c.png` (color view) and `{number}g.png` (grayscale view), zero-padded to 4 digits. For example, pair #98 → `0098c.png` and `0098g.png`.
|
| 36 |
+
|
| 37 |
+
### Metadata Fields
|
| 38 |
+
|
| 39 |
+
| Field | Description |
|
| 40 |
+
|---|---|
|
| 41 |
+
| `number` | Image pair ID |
|
| 42 |
+
| `greyscale` | Prompt used for the grayscale component |
|
| 43 |
+
| `color` | Prompt used for the color component |
|
| 44 |
+
| `quality` | Human-rated quality tier: **L** (low), **M** (medium), **H** (high) |
|
| 45 |
+
| `grey_object` | Ground-truth object label for the grayscale view |
|
| 46 |
+
| `color_object` | Ground-truth object label for the color view |
|
| 47 |
+
|
| 48 |
+
### Quality Tiers
|
| 49 |
+
|
| 50 |
+
- **H (High):** Clear, drastic difference between entities across views
|
| 51 |
+
- **M (Medium):** Moderate distinction between entities
|
| 52 |
+
- **L (Low):** Less distinction between entities across views
|
| 53 |
+
|
| 54 |
+
## Example
|
| 55 |
+
|
| 56 |
+
| Grayscale View → "flower" | Color View → "bird" |
|
| 57 |
+
|:---:|:---:|
|
| 58 |
+
| `0098g.png` | `0098c.png` |
|
| 59 |
+
|
| 60 |
+
## Models Evaluated
|
| 61 |
+
|
| 62 |
+
| Family | Models |
|
| 63 |
+
|---|---|
|
| 64 |
+
| Contrastive | CLIP, ALIGN, SigLIP |
|
| 65 |
+
| Generative (Q-Former) | BLIP-2 |
|
| 66 |
+
| Instruction-tuned LLM | LLaVA-1.5, LLaVA-1.6, Qwen2-VL |
|
| 67 |
+
| Compact VLM | SmolVLM, Moondream2 |
|
| 68 |
+
| Proprietary API | GPT-4o-mini, GPT-5.5 |
|
| 69 |
+
|
| 70 |
+
## Citation
|
| 71 |
+
|
| 72 |
+
```bibtex
|
| 73 |
+
@misc{li2026entityrecognition,
|
| 74 |
+
title={Entity Recognition with Vision Language Models on Diffusion-Based Color Hybrid Illusions},
|
| 75 |
+
author={Bill Li and Paul Junver Soriano and Rahul Koonantavida},
|
| 76 |
+
year={2026},
|
| 77 |
+
institution={San José State University}
|
| 78 |
+
}
|
| 79 |
+
```
|
| 80 |
+
|
| 81 |
+
## Links
|
| 82 |
+
|
| 83 |
+
- **Project Website:** [hybrid-color-images.vercel.app](https://hybrid-color-images.vercel.app/)
|
| 84 |
+
- **Factorized Diffusion:** [Geng et al., ECCV 2024](https://arxiv.org/abs/2407.11900)
|
dataset.json
ADDED
|
@@ -0,0 +1,1420 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"data": [
|
| 3 |
+
{
|
| 4 |
+
"number": 2,
|
| 5 |
+
"greyscale": "a grayscale etching of a violin",
|
| 6 |
+
"color": "a colorful pastel drawing of an eagle",
|
| 7 |
+
"quality": "L",
|
| 8 |
+
"grey_object": "violin",
|
| 9 |
+
"color_object": "eagle"
|
| 10 |
+
},
|
| 11 |
+
{
|
| 12 |
+
"number": 3,
|
| 13 |
+
"greyscale": "an ink wash of a bottle",
|
| 14 |
+
"color": "a richly colored sketch of a kingfisher",
|
| 15 |
+
"quality": "M",
|
| 16 |
+
"grey_object": "bottle",
|
| 17 |
+
"color_object": "bird"
|
| 18 |
+
},
|
| 19 |
+
{
|
| 20 |
+
"number": 5,
|
| 21 |
+
"greyscale": "a black and white painting of a guitar",
|
| 22 |
+
"color": "a richly colored sketch of an octopus",
|
| 23 |
+
"quality": "H",
|
| 24 |
+
"grey_object": "guitar",
|
| 25 |
+
"color_object": "octopus"
|
| 26 |
+
},
|
| 27 |
+
{
|
| 28 |
+
"number": 6,
|
| 29 |
+
"greyscale": "a monochrome study of a castle",
|
| 30 |
+
"color": "a colorful pastel drawing of a crab",
|
| 31 |
+
"quality": "M",
|
| 32 |
+
"grey_object": "castle",
|
| 33 |
+
"color_object": "crab"
|
| 34 |
+
},
|
| 35 |
+
{
|
| 36 |
+
"number": 7,
|
| 37 |
+
"greyscale": "a charcoal sketch of a bridge",
|
| 38 |
+
"color": "a richly colored sketch of a dolphin",
|
| 39 |
+
"quality": "M",
|
| 40 |
+
"grey_object": "bridge",
|
| 41 |
+
"color_object": "dolphin"
|
| 42 |
+
},
|
| 43 |
+
{
|
| 44 |
+
"number": 12,
|
| 45 |
+
"greyscale": "a grayscale etching of a feather",
|
| 46 |
+
"color": "a colorful pastel drawing of a tiger",
|
| 47 |
+
"quality": "L",
|
| 48 |
+
"grey_object": "feather",
|
| 49 |
+
"color_object": "tiger"
|
| 50 |
+
},
|
| 51 |
+
{
|
| 52 |
+
"number": 18,
|
| 53 |
+
"greyscale": "a graphite rendering of a lily",
|
| 54 |
+
"color": "a colorful pastel drawing of a finch",
|
| 55 |
+
"quality": "H",
|
| 56 |
+
"grey_object": "flower",
|
| 57 |
+
"color_object": "bird"
|
| 58 |
+
},
|
| 59 |
+
{
|
| 60 |
+
"number": 30,
|
| 61 |
+
"greyscale": "a pencil drawing of a branch",
|
| 62 |
+
"color": "a colorful pastel drawing of a hummingbird",
|
| 63 |
+
"quality": "L",
|
| 64 |
+
"grey_object": "branch",
|
| 65 |
+
"color_object": "bird"
|
| 66 |
+
},
|
| 67 |
+
{
|
| 68 |
+
"number": 31,
|
| 69 |
+
"greyscale": "a shaded sketch of a plume",
|
| 70 |
+
"color": "a richly colored sketch of a dragonfly",
|
| 71 |
+
"quality": "M",
|
| 72 |
+
"grey_object": "plume",
|
| 73 |
+
"color_object": "dragonfly"
|
| 74 |
+
},
|
| 75 |
+
{
|
| 76 |
+
"number": 48,
|
| 77 |
+
"greyscale": "a graphite rendering of a balloon",
|
| 78 |
+
"color": "a colorful pastel drawing of a llama",
|
| 79 |
+
"quality": "L",
|
| 80 |
+
"grey_object": "balloon",
|
| 81 |
+
"color_object": "llama"
|
| 82 |
+
},
|
| 83 |
+
{
|
| 84 |
+
"number": 51,
|
| 85 |
+
"greyscale": "a shaded sketch of a mask",
|
| 86 |
+
"color": "a richly colored sketch of a peacock",
|
| 87 |
+
"quality": "L",
|
| 88 |
+
"grey_object": "mask",
|
| 89 |
+
"color_object": "peacock"
|
| 90 |
+
},
|
| 91 |
+
{
|
| 92 |
+
"number": 57,
|
| 93 |
+
"greyscale": "a charcoal sketch of a boat",
|
| 94 |
+
"color": "a richly colored sketch of a ladybug",
|
| 95 |
+
"quality": "M",
|
| 96 |
+
"grey_object": "boat",
|
| 97 |
+
"color_object": "ladybug"
|
| 98 |
+
},
|
| 99 |
+
{
|
| 100 |
+
"number": 62,
|
| 101 |
+
"greyscale": "a grayscale etching of a windmill",
|
| 102 |
+
"color": "a colorful pastel drawing of a koi",
|
| 103 |
+
"quality": "L",
|
| 104 |
+
"grey_object": "windmill",
|
| 105 |
+
"color_object": "fish"
|
| 106 |
+
},
|
| 107 |
+
{
|
| 108 |
+
"number": 64,
|
| 109 |
+
"greyscale": "a contour drawing of a temple",
|
| 110 |
+
"color": "a colorful pastel drawing of a frog",
|
| 111 |
+
"quality": "L",
|
| 112 |
+
"grey_object": "temple",
|
| 113 |
+
"color_object": "frog"
|
| 114 |
+
},
|
| 115 |
+
{
|
| 116 |
+
"number": 70,
|
| 117 |
+
"greyscale": "a pencil drawing of a mountain",
|
| 118 |
+
"color": "a colorful pastel drawing of a kitten",
|
| 119 |
+
"quality": "M",
|
| 120 |
+
"grey_object": "mountain",
|
| 121 |
+
"color_object": "kitten"
|
| 122 |
+
},
|
| 123 |
+
{
|
| 124 |
+
"number": 74,
|
| 125 |
+
"greyscale": "a contour drawing of a moon",
|
| 126 |
+
"color": "a colorful pastel drawing of a walrus",
|
| 127 |
+
"quality": "L",
|
| 128 |
+
"grey_object": "moon",
|
| 129 |
+
"color_object": "walrus"
|
| 130 |
+
},
|
| 131 |
+
{
|
| 132 |
+
"number": 78,
|
| 133 |
+
"greyscale": "a graphite rendering of a banana",
|
| 134 |
+
"color": "a colorful pastel drawing of a parrot",
|
| 135 |
+
"quality": "M",
|
| 136 |
+
"grey_object": "banana",
|
| 137 |
+
"color_object": "parrot"
|
| 138 |
+
},
|
| 139 |
+
{
|
| 140 |
+
"number": 83,
|
| 141 |
+
"greyscale": "a monochrome study of a bottle",
|
| 142 |
+
"color": "a playful acrylic painting of a kingfisher",
|
| 143 |
+
"quality": "L",
|
| 144 |
+
"grey_object": "bottle",
|
| 145 |
+
"color_object": "kingfisher"
|
| 146 |
+
},
|
| 147 |
+
{
|
| 148 |
+
"number": 98,
|
| 149 |
+
"greyscale": "a shaded sketch of a lily",
|
| 150 |
+
"color": "a vivid poster of a finch",
|
| 151 |
+
"quality": "H",
|
| 152 |
+
"grey_object": "flower",
|
| 153 |
+
"color_object": "bird"
|
| 154 |
+
},
|
| 155 |
+
{
|
| 156 |
+
"number": 100,
|
| 157 |
+
"greyscale": "an ink wash of a mushroom",
|
| 158 |
+
"color": "a vivid poster of a manatee",
|
| 159 |
+
"quality": "L",
|
| 160 |
+
"grey_object": "mushroom",
|
| 161 |
+
"color_object": "manatee"
|
| 162 |
+
},
|
| 163 |
+
{
|
| 164 |
+
"number": 117,
|
| 165 |
+
"greyscale": "a pencil drawing of a vase",
|
| 166 |
+
"color": "a playful acrylic painting of an iguana",
|
| 167 |
+
"quality": "M",
|
| 168 |
+
"grey_object": "vase",
|
| 169 |
+
"color_object": "iguana"
|
| 170 |
+
},
|
| 171 |
+
{
|
| 172 |
+
"number": 118,
|
| 173 |
+
"greyscale": "a shaded sketch of a cup",
|
| 174 |
+
"color": "a vivid poster of a gecko",
|
| 175 |
+
"quality": "L",
|
| 176 |
+
"grey_object": "cup",
|
| 177 |
+
"color_object": "gecko"
|
| 178 |
+
},
|
| 179 |
+
{
|
| 180 |
+
"number": 132,
|
| 181 |
+
"greyscale": "a black and white painting of a drum",
|
| 182 |
+
"color": "a vivid poster of a jellyfish",
|
| 183 |
+
"quality": "M",
|
| 184 |
+
"grey_object": "drum",
|
| 185 |
+
"color_object": "jellyfish"
|
| 186 |
+
},
|
| 187 |
+
{
|
| 188 |
+
"number": 150,
|
| 189 |
+
"greyscale": "an ink wash of a mountain",
|
| 190 |
+
"color": "a vivid poster of a kitten",
|
| 191 |
+
"quality": "M",
|
| 192 |
+
"grey_object": "mountain",
|
| 193 |
+
"color_object": "kitten"
|
| 194 |
+
},
|
| 195 |
+
{
|
| 196 |
+
"number": 159,
|
| 197 |
+
"greyscale": "a grayscale etching of a pear",
|
| 198 |
+
"color": "a playful acrylic painting of a goldfish",
|
| 199 |
+
"quality": "L",
|
| 200 |
+
"grey_object": "pear",
|
| 201 |
+
"color_object": "goldfish"
|
| 202 |
+
},
|
| 203 |
+
{
|
| 204 |
+
"number": 162,
|
| 205 |
+
"greyscale": "a graphite rendering of a violin",
|
| 206 |
+
"color": "a saturated mural of an eagle",
|
| 207 |
+
"quality": "L",
|
| 208 |
+
"grey_object": "violin",
|
| 209 |
+
"color_object": "eagle"
|
| 210 |
+
},
|
| 211 |
+
{
|
| 212 |
+
"number": 175,
|
| 213 |
+
"greyscale": "a shaded sketch of a tulip",
|
| 214 |
+
"color": "a bold tempera image of a moose",
|
| 215 |
+
"quality": "L",
|
| 216 |
+
"grey_object": "tulip",
|
| 217 |
+
"color_object": "moose"
|
| 218 |
+
},
|
| 219 |
+
{
|
| 220 |
+
"number": 196,
|
| 221 |
+
"greyscale": "a grayscale etching of a candle",
|
| 222 |
+
"color": "a saturated mural of a clownfish",
|
| 223 |
+
"quality": "L",
|
| 224 |
+
"grey_object": "candle",
|
| 225 |
+
"color_object": "fish"
|
| 226 |
+
},
|
| 227 |
+
{
|
| 228 |
+
"number": 197,
|
| 229 |
+
"greyscale": "an ink wash of a vase",
|
| 230 |
+
"color": "a bold tempera image of an iguana",
|
| 231 |
+
"quality": "L",
|
| 232 |
+
"grey_object": "vase",
|
| 233 |
+
"color_object": "iguana"
|
| 234 |
+
},
|
| 235 |
+
{
|
| 236 |
+
"number": 209,
|
| 237 |
+
"greyscale": "a printmaking image of a twig",
|
| 238 |
+
"color": "a glowing mixed-media painting of a leopard",
|
| 239 |
+
"quality": "M",
|
| 240 |
+
"grey_object": "twig",
|
| 241 |
+
"color_object": "leopard"
|
| 242 |
+
},
|
| 243 |
+
{
|
| 244 |
+
"number": 244,
|
| 245 |
+
"greyscale": "a poster sketch of a temple",
|
| 246 |
+
"color": "a vivid storyboard of an alpaca",
|
| 247 |
+
"quality": "L",
|
| 248 |
+
"grey_object": "temple",
|
| 249 |
+
"color_object": "alpaca"
|
| 250 |
+
},
|
| 251 |
+
{
|
| 252 |
+
"number": 269,
|
| 253 |
+
"greyscale": "a printmaking image of an onion",
|
| 254 |
+
"color": "a glowing mixed-media painting of a pelican",
|
| 255 |
+
"quality": "L",
|
| 256 |
+
"grey_object": "onion",
|
| 257 |
+
"color_object": "pelican"
|
| 258 |
+
},
|
| 259 |
+
{
|
| 260 |
+
"number": 291,
|
| 261 |
+
"greyscale": "a stylized grayscale image of a branch",
|
| 262 |
+
"color": "a glowing mixed-media painting of a rabbit",
|
| 263 |
+
"quality": "L",
|
| 264 |
+
"grey_object": "branch",
|
| 265 |
+
"color_object": "rabbit"
|
| 266 |
+
},
|
| 267 |
+
{
|
| 268 |
+
"number": 293,
|
| 269 |
+
"greyscale": "a fresco study of a cone",
|
| 270 |
+
"color": "a glowing mixed-media painting of a canary",
|
| 271 |
+
"quality": "M",
|
| 272 |
+
"grey_object": "cone",
|
| 273 |
+
"color_object": "bird"
|
| 274 |
+
},
|
| 275 |
+
{
|
| 276 |
+
"number": 333,
|
| 277 |
+
"greyscale": "a fresco study of a cloud",
|
| 278 |
+
"color": "a glowing mixed-media painting of a turtle",
|
| 279 |
+
"quality": "L",
|
| 280 |
+
"grey_object": "cloud",
|
| 281 |
+
"color_object": "turtle"
|
| 282 |
+
},
|
| 283 |
+
{
|
| 284 |
+
"number": 339,
|
| 285 |
+
"greyscale": "a printmaking image of a banana",
|
| 286 |
+
"color": "a glowing mixed-media painting of a frog",
|
| 287 |
+
"quality": "M",
|
| 288 |
+
"grey_object": "banana",
|
| 289 |
+
"color_object": "frog"
|
| 290 |
+
},
|
| 291 |
+
{
|
| 292 |
+
"number": 347,
|
| 293 |
+
"greyscale": "a linocut of a carrot",
|
| 294 |
+
"color": "a glowing mixed-media painting of a robin",
|
| 295 |
+
"quality": "L",
|
| 296 |
+
"grey_object": "carrot",
|
| 297 |
+
"color_object": "bird"
|
| 298 |
+
},
|
| 299 |
+
{
|
| 300 |
+
"number": 379,
|
| 301 |
+
"greyscale": "a printmaking image of a vase",
|
| 302 |
+
"color": "a glowing mixed-media painting of a monkey",
|
| 303 |
+
"quality": "H",
|
| 304 |
+
"grey_object": "vase",
|
| 305 |
+
"color_object": "monkey"
|
| 306 |
+
},
|
| 307 |
+
{
|
| 308 |
+
"number": 400,
|
| 309 |
+
"greyscale": "a decorative grayscale painting of a tree",
|
| 310 |
+
"color": "a luminous storybook painting of a rooster",
|
| 311 |
+
"quality": "L",
|
| 312 |
+
"grey_object": "tree",
|
| 313 |
+
"color_object": "rooster"
|
| 314 |
+
},
|
| 315 |
+
{
|
| 316 |
+
"number": 403,
|
| 317 |
+
"greyscale": "a pastel outline of a bottle",
|
| 318 |
+
"color": "a stained-glass style painting of a kingfisher",
|
| 319 |
+
"quality": "H",
|
| 320 |
+
"grey_object": "bottle",
|
| 321 |
+
"color_object": "bird"
|
| 322 |
+
},
|
| 323 |
+
{
|
| 324 |
+
"number": 465,
|
| 325 |
+
"greyscale": "a delicate graphite study of a hut",
|
| 326 |
+
"color": "a stained-glass style painting of a lobster",
|
| 327 |
+
"quality": "L",
|
| 328 |
+
"grey_object": "hut",
|
| 329 |
+
"color_object": "lobster"
|
| 330 |
+
},
|
| 331 |
+
{
|
| 332 |
+
"number": 524,
|
| 333 |
+
"greyscale": "a nursery drawing of a palm",
|
| 334 |
+
"color": "a luminous storybook painting of a squid",
|
| 335 |
+
"quality": "M",
|
| 336 |
+
"grey_object": "tree",
|
| 337 |
+
"color_object": "squid"
|
| 338 |
+
},
|
| 339 |
+
{
|
| 340 |
+
"number": 536,
|
| 341 |
+
"greyscale": "a wax-crayon sketch of a torch",
|
| 342 |
+
"color": "a luminous storybook painting of a canary",
|
| 343 |
+
"quality": "M",
|
| 344 |
+
"grey_object": "torch",
|
| 345 |
+
"color_object": "bird"
|
| 346 |
+
},
|
| 347 |
+
{
|
| 348 |
+
"number": 552,
|
| 349 |
+
"greyscale": "a hand-drawn monochrome image of a mask",
|
| 350 |
+
"color": "a luminous storybook painting of a ladybug",
|
| 351 |
+
"quality": "H",
|
| 352 |
+
"grey_object": "mask",
|
| 353 |
+
"color_object": "ladybug"
|
| 354 |
+
},
|
| 355 |
+
{
|
| 356 |
+
"number": 553,
|
| 357 |
+
"greyscale": "a pastel outline of a drum",
|
| 358 |
+
"color": "a stained-glass style painting of a turtle",
|
| 359 |
+
"quality": "M",
|
| 360 |
+
"grey_object": "drum",
|
| 361 |
+
"color_object": "turtle"
|
| 362 |
+
},
|
| 363 |
+
{
|
| 364 |
+
"number": 618,
|
| 365 |
+
"greyscale": "a folk sketch of a plum",
|
| 366 |
+
"color": "a radiant decorative poster of a whale",
|
| 367 |
+
"quality": "L",
|
| 368 |
+
"grey_object": "plum",
|
| 369 |
+
"color_object": "whale"
|
| 370 |
+
},
|
| 371 |
+
{
|
| 372 |
+
"number": 620,
|
| 373 |
+
"greyscale": "a grayscale poster of an apple",
|
| 374 |
+
"color": "a radiant decorative poster of a turtle",
|
| 375 |
+
"quality": "L",
|
| 376 |
+
"grey_object": "apple",
|
| 377 |
+
"color_object": "turtle"
|
| 378 |
+
},
|
| 379 |
+
{
|
| 380 |
+
"number": 623,
|
| 381 |
+
"greyscale": "a quiet ink sketch of a pumpkin",
|
| 382 |
+
"color": "a jewel-colored illustration of a crane",
|
| 383 |
+
"quality": "M",
|
| 384 |
+
"grey_object": "pumpkin",
|
| 385 |
+
"color_object": "crane"
|
| 386 |
+
},
|
| 387 |
+
{
|
| 388 |
+
"number": 684,
|
| 389 |
+
"greyscale": "a chalkboard illustration of a rose",
|
| 390 |
+
"color": "a radiant decorative poster of a rooster",
|
| 391 |
+
"quality": "H",
|
| 392 |
+
"grey_object": "rose",
|
| 393 |
+
"color_object": "rooster"
|
| 394 |
+
},
|
| 395 |
+
{
|
| 396 |
+
"number": 685,
|
| 397 |
+
"greyscale": "a simple line drawing of a tulip",
|
| 398 |
+
"color": "a jewel-colored illustration of a goldfish",
|
| 399 |
+
"quality": "M",
|
| 400 |
+
"grey_object": "flower",
|
| 401 |
+
"color_object": "fish"
|
| 402 |
+
},
|
| 403 |
+
{
|
| 404 |
+
"number": 700,
|
| 405 |
+
"greyscale": "a grayscale poster of a tree",
|
| 406 |
+
"color": "a radiant decorative poster of a fox",
|
| 407 |
+
"quality": "M",
|
| 408 |
+
"grey_object": "tree",
|
| 409 |
+
"color_object": "fox"
|
| 410 |
+
},
|
| 411 |
+
{
|
| 412 |
+
"number": 722,
|
| 413 |
+
"greyscale": "a textured charcoal image of a pear",
|
| 414 |
+
"color": "a radiant decorative poster of a llama",
|
| 415 |
+
"quality": "L",
|
| 416 |
+
"grey_object": "pear",
|
| 417 |
+
"color_object": "llama"
|
| 418 |
+
},
|
| 419 |
+
{
|
| 420 |
+
"number": 730,
|
| 421 |
+
"greyscale": "a grayscale poster of a hill",
|
| 422 |
+
"color": "a radiant decorative poster of a koala",
|
| 423 |
+
"quality": "H",
|
| 424 |
+
"grey_object": "hill",
|
| 425 |
+
"color_object": "koala"
|
| 426 |
+
},
|
| 427 |
+
{
|
| 428 |
+
"number": 738,
|
| 429 |
+
"greyscale": "a folk sketch of a pagoda",
|
| 430 |
+
"color": "a radiant decorative poster of a squid",
|
| 431 |
+
"quality": "H",
|
| 432 |
+
"grey_object": "pagoda",
|
| 433 |
+
"color_object": "squid"
|
| 434 |
+
},
|
| 435 |
+
{
|
| 436 |
+
"number": 763,
|
| 437 |
+
"greyscale": "a quiet ink sketch of a cup",
|
| 438 |
+
"color": "a jewel-colored illustration of a chameleon",
|
| 439 |
+
"quality": "L",
|
| 440 |
+
"grey_object": "cup",
|
| 441 |
+
"color_object": "chameleon"
|
| 442 |
+
},
|
| 443 |
+
{
|
| 444 |
+
"number": 770,
|
| 445 |
+
"greyscale": "a grayscale poster of a plume",
|
| 446 |
+
"color": "a radiant decorative poster of a kingfisher",
|
| 447 |
+
"quality": "H",
|
| 448 |
+
"grey_object": "plume",
|
| 449 |
+
"color_object": "bird"
|
| 450 |
+
},
|
| 451 |
+
{
|
| 452 |
+
"number": 777,
|
| 453 |
+
"greyscale": "a miniature painting of a pine",
|
| 454 |
+
"color": "a jewel-colored illustration of a sloth",
|
| 455 |
+
"quality": "L",
|
| 456 |
+
"grey_object": "pine",
|
| 457 |
+
"color_object": "sloth"
|
| 458 |
+
},
|
| 459 |
+
{
|
| 460 |
+
"number": 785,
|
| 461 |
+
"greyscale": "a simple line drawing of a rose",
|
| 462 |
+
"color": "a jewel-colored illustration of an oriole",
|
| 463 |
+
"quality": "M",
|
| 464 |
+
"grey_object": "rose",
|
| 465 |
+
"color_object": "bird"
|
| 466 |
+
},
|
| 467 |
+
{
|
| 468 |
+
"number": 792,
|
| 469 |
+
"greyscale": "a textured charcoal image of a church",
|
| 470 |
+
"color": "a radiant decorative poster of a frog",
|
| 471 |
+
"quality": "M",
|
| 472 |
+
"grey_object": "church",
|
| 473 |
+
"color_object": "frog"
|
| 474 |
+
},
|
| 475 |
+
{
|
| 476 |
+
"number": 795,
|
| 477 |
+
"greyscale": "a simple line drawing of a castle",
|
| 478 |
+
"color": "a jewel-colored illustration of an otter",
|
| 479 |
+
"quality": "L",
|
| 480 |
+
"grey_object": "castle",
|
| 481 |
+
"color_object": "otter"
|
| 482 |
+
},
|
| 483 |
+
{
|
| 484 |
+
"number": 810,
|
| 485 |
+
"greyscale": "a charcoal sketch of a crow on a fence post",
|
| 486 |
+
"color": "a colorful painting of a peacock displaying its tail",
|
| 487 |
+
"quality": "M",
|
| 488 |
+
"grey_object": "crow",
|
| 489 |
+
"color_object": "peacock"
|
| 490 |
+
},
|
| 491 |
+
{
|
| 492 |
+
"number": 840,
|
| 493 |
+
"greyscale": "a charcoal sketch of a snow-covered valley",
|
| 494 |
+
"color": "a colorful painting of a macaw perched in a rainforest",
|
| 495 |
+
"quality": "L",
|
| 496 |
+
"grey_object": "valley",
|
| 497 |
+
"color_object": "bird"
|
| 498 |
+
},
|
| 499 |
+
{
|
| 500 |
+
"number": 841,
|
| 501 |
+
"greyscale": "a pencil drawing of sand dunes in a desert",
|
| 502 |
+
"color": "a vivid painting of a mandarin duck on a pond",
|
| 503 |
+
"quality": "L",
|
| 504 |
+
"grey_object": "dunes",
|
| 505 |
+
"color_object": "duck"
|
| 506 |
+
},
|
| 507 |
+
{
|
| 508 |
+
"number": 853,
|
| 509 |
+
"greyscale": "a pencil sketch of a mushroom in a forest",
|
| 510 |
+
"color": "a vivid painting of a coral garden underwater",
|
| 511 |
+
"quality": "L",
|
| 512 |
+
"grey_object": "mushroom",
|
| 513 |
+
"color_object": "garden"
|
| 514 |
+
},
|
| 515 |
+
{
|
| 516 |
+
"number": 874,
|
| 517 |
+
"greyscale": "a charcoal sketch of a scarecrow in a cornfield",
|
| 518 |
+
"color": "a colorful painting of a hummingbird feeding on a flower",
|
| 519 |
+
"quality": "L",
|
| 520 |
+
"grey_object": "scarecrow",
|
| 521 |
+
"color_object": "hummingbird"
|
| 522 |
+
},
|
| 523 |
+
{
|
| 524 |
+
"number": 883,
|
| 525 |
+
"greyscale": "a pencil sketch of crumpled paper",
|
| 526 |
+
"color": "a vivid painting of a rainbow of exotic birds",
|
| 527 |
+
"quality": "L",
|
| 528 |
+
"grey_object": "paper",
|
| 529 |
+
"color_object": "birds"
|
| 530 |
+
},
|
| 531 |
+
{
|
| 532 |
+
"number": 885,
|
| 533 |
+
"greyscale": "a pencil drawing of a shattered mirror",
|
| 534 |
+
"color": "a vivid painting of a festival lantern release",
|
| 535 |
+
"quality": "H",
|
| 536 |
+
"grey_object": "mirror",
|
| 537 |
+
"color_object": "lanterns"
|
| 538 |
+
},
|
| 539 |
+
{
|
| 540 |
+
"number": 890,
|
| 541 |
+
"greyscale": "a charcoal sketch of a person reading under a tree",
|
| 542 |
+
"color": "a colorful painting of a macaw feeding on berries",
|
| 543 |
+
"quality": "M",
|
| 544 |
+
"grey_object": "person",
|
| 545 |
+
"color_object": "macaw"
|
| 546 |
+
},
|
| 547 |
+
{
|
| 548 |
+
"number": 911,
|
| 549 |
+
"greyscale": "a pencil drawing of a bowl of fruit in shadow",
|
| 550 |
+
"color": "a vivid painting of a reef shark among coral",
|
| 551 |
+
"quality": "L",
|
| 552 |
+
"grey_object": "fruit",
|
| 553 |
+
"color_object": "shark"
|
| 554 |
+
},
|
| 555 |
+
{
|
| 556 |
+
"number": 919,
|
| 557 |
+
"greyscale": "a pencil drawing of a fishing net on a dock",
|
| 558 |
+
"color": "a vivid painting of a toucan perched in dense foliage",
|
| 559 |
+
"quality": "M",
|
| 560 |
+
"grey_object": "net",
|
| 561 |
+
"color_object": "toucan"
|
| 562 |
+
},
|
| 563 |
+
{
|
| 564 |
+
"number": 928,
|
| 565 |
+
"greyscale": "a charcoal drawing of a cracked eggshell",
|
| 566 |
+
"color": "a colorful painting of a Bengal tiger in lush green jungle",
|
| 567 |
+
"quality": "L",
|
| 568 |
+
"grey_object": "eggshell",
|
| 569 |
+
"color_object": "tiger"
|
| 570 |
+
},
|
| 571 |
+
{
|
| 572 |
+
"number": 940,
|
| 573 |
+
"greyscale": "a charcoal sketch of a silhouetted city skyline",
|
| 574 |
+
"color": "a colorful painting of a reef full of sea turtles",
|
| 575 |
+
"quality": "L",
|
| 576 |
+
"grey_object": "skyline",
|
| 577 |
+
"color_object": "reef"
|
| 578 |
+
},
|
| 579 |
+
{
|
| 580 |
+
"number": 960,
|
| 581 |
+
"greyscale": "a charcoal sketch of an armchair by a window",
|
| 582 |
+
"color": "a colorful painting of a scarlet macaw in a rainforest",
|
| 583 |
+
"quality": "L",
|
| 584 |
+
"grey_object": "armchair",
|
| 585 |
+
"color_object": "macaw"
|
| 586 |
+
},
|
| 587 |
+
{
|
| 588 |
+
"number": 970,
|
| 589 |
+
"greyscale": "a charcoal sketch of garden shears on a bench",
|
| 590 |
+
"color": "a colorful painting of a sunflower field under blue sky",
|
| 591 |
+
"quality": "L",
|
| 592 |
+
"grey_object": "shears",
|
| 593 |
+
"color_object": "sunflower"
|
| 594 |
+
},
|
| 595 |
+
{
|
| 596 |
+
"number": 997,
|
| 597 |
+
"greyscale": "a pencil sketch of a grocery receipt",
|
| 598 |
+
"color": "a vivid painting of a violet-backed starling in Africa",
|
| 599 |
+
"quality": "L",
|
| 600 |
+
"grey_object": "receipt",
|
| 601 |
+
"color_object": "bird"
|
| 602 |
+
},
|
| 603 |
+
{
|
| 604 |
+
"number": 1000,
|
| 605 |
+
"greyscale": "a charcoal sketch of pebbles on a riverbed",
|
| 606 |
+
"color": "a colorful painting of a garden in full midsummer bloom",
|
| 607 |
+
"quality": "M",
|
| 608 |
+
"grey_object": "pebbles",
|
| 609 |
+
"color_object": "garden"
|
| 610 |
+
},
|
| 611 |
+
{
|
| 612 |
+
"number": 1006,
|
| 613 |
+
"greyscale": "a charcoal sketch of a limestone cave interior",
|
| 614 |
+
"color": "a colorful painting of a jungle clearing with orchids",
|
| 615 |
+
"quality": "L",
|
| 616 |
+
"grey_object": "cave",
|
| 617 |
+
"color_object": "jungle"
|
| 618 |
+
},
|
| 619 |
+
{
|
| 620 |
+
"number": 1008,
|
| 621 |
+
"greyscale": "a charcoal drawing of sandstone layers in a cliff",
|
| 622 |
+
"color": "a colorful painting of a terraced hillside of flowers",
|
| 623 |
+
"quality": "L",
|
| 624 |
+
"grey_object": "cliff",
|
| 625 |
+
"color_object": "flower"
|
| 626 |
+
},
|
| 627 |
+
{
|
| 628 |
+
"number": 1010,
|
| 629 |
+
"greyscale": "a charcoal sketch of an old wooden door",
|
| 630 |
+
"color": "a colorful painting of a toucan in a fruiting tree",
|
| 631 |
+
"quality": "L",
|
| 632 |
+
"grey_object": "door",
|
| 633 |
+
"color_object": "toucan"
|
| 634 |
+
},
|
| 635 |
+
{
|
| 636 |
+
"number": 1034,
|
| 637 |
+
"greyscale": "a charcoal drawing of a door handle on a wall",
|
| 638 |
+
"color": "a colorful painting of a tropical bird sanctuary",
|
| 639 |
+
"quality": "L",
|
| 640 |
+
"grey_object": "door",
|
| 641 |
+
"color_object": "birds"
|
| 642 |
+
},
|
| 643 |
+
{
|
| 644 |
+
"number": 1040,
|
| 645 |
+
"greyscale": "a charcoal sketch of a pile of coal",
|
| 646 |
+
"color": "a colorful painting of a field of California wildflowers",
|
| 647 |
+
"quality": "H",
|
| 648 |
+
"grey_object": "coal",
|
| 649 |
+
"color_object": "flowers"
|
| 650 |
+
},
|
| 651 |
+
{
|
| 652 |
+
"number": 1042,
|
| 653 |
+
"greyscale": "a charcoal sketch of a grey pavement crack",
|
| 654 |
+
"color": "a colorful painting of flowers growing through pavement",
|
| 655 |
+
"quality": "L",
|
| 656 |
+
"grey_object": "pavement",
|
| 657 |
+
"color_object": "flower"
|
| 658 |
+
},
|
| 659 |
+
{
|
| 660 |
+
"number": 1057,
|
| 661 |
+
"greyscale": "a pencil sketch of a bundle of sticks",
|
| 662 |
+
"color": "a vivid painting of a bouquet of tropical flowers",
|
| 663 |
+
"quality": "L",
|
| 664 |
+
"grey_object": "sticks",
|
| 665 |
+
"color_object": "flower"
|
| 666 |
+
},
|
| 667 |
+
{
|
| 668 |
+
"number": 1058,
|
| 669 |
+
"greyscale": "a charcoal drawing of a pile of grey stones",
|
| 670 |
+
"color": "a colorful painting of a mandala made of flowers",
|
| 671 |
+
"quality": "L",
|
| 672 |
+
"grey_object": "stones",
|
| 673 |
+
"color_object": "mandala"
|
| 674 |
+
},
|
| 675 |
+
{
|
| 676 |
+
"number": 1076,
|
| 677 |
+
"greyscale": "a charcoal sketch of a grey woolen sock",
|
| 678 |
+
"color": "a colorful painting of a hand-knitted Norwegian sweater",
|
| 679 |
+
"quality": "M",
|
| 680 |
+
"grey_object": "sock",
|
| 681 |
+
"color_object": "sweater"
|
| 682 |
+
},
|
| 683 |
+
{
|
| 684 |
+
"number": 1100,
|
| 685 |
+
"greyscale": "a charcoal sketch of a barn owl on a fence post",
|
| 686 |
+
"color": "a colorful painting of a scarlet macaw perched in a tree",
|
| 687 |
+
"quality": "L",
|
| 688 |
+
"grey_object": "owl",
|
| 689 |
+
"color_object": "macaw"
|
| 690 |
+
},
|
| 691 |
+
{
|
| 692 |
+
"number": 1101,
|
| 693 |
+
"greyscale": "a pencil drawing of a black bear in a pine forest",
|
| 694 |
+
"color": "a vivid painting of an orange tiger in tall grass",
|
| 695 |
+
"quality": "M",
|
| 696 |
+
"grey_object": "bear",
|
| 697 |
+
"color_object": "tiger"
|
| 698 |
+
},
|
| 699 |
+
{
|
| 700 |
+
"number": 1102,
|
| 701 |
+
"greyscale": "a charcoal sketch of a grey wolf in winter woods",
|
| 702 |
+
"color": "a colorful painting of a red fox in autumn leaves",
|
| 703 |
+
"quality": "L",
|
| 704 |
+
"grey_object": "wolf",
|
| 705 |
+
"color_object": "fox"
|
| 706 |
+
},
|
| 707 |
+
{
|
| 708 |
+
"number": 1104,
|
| 709 |
+
"greyscale": "a charcoal drawing of a gorilla in dense forest",
|
| 710 |
+
"color": "a colorful painting of an orangutan in a rainforest",
|
| 711 |
+
"quality": "L",
|
| 712 |
+
"grey_object": "gorilla",
|
| 713 |
+
"color_object": "orangutan"
|
| 714 |
+
},
|
| 715 |
+
{
|
| 716 |
+
"number": 1114,
|
| 717 |
+
"greyscale": "a charcoal sketch of a crow perched on a branch",
|
| 718 |
+
"color": "a colorful painting of a blue jay on a flowering tree",
|
| 719 |
+
"quality": "L",
|
| 720 |
+
"grey_object": "crow",
|
| 721 |
+
"color_object": "jay"
|
| 722 |
+
},
|
| 723 |
+
{
|
| 724 |
+
"number": 1214,
|
| 725 |
+
"greyscale": "a charcoal drawing of a hurricane from above",
|
| 726 |
+
"color": "a colorful painting of a double rainbow over the ocean",
|
| 727 |
+
"quality": "L",
|
| 728 |
+
"grey_object": "hurricane",
|
| 729 |
+
"color_object": "rainbow"
|
| 730 |
+
},
|
| 731 |
+
{
|
| 732 |
+
"number": 1230,
|
| 733 |
+
"greyscale": "a charcoal sketch of a moth on a window screen",
|
| 734 |
+
"color": "a colorful painting of a monarch butterfly on milkweed",
|
| 735 |
+
"quality": "L",
|
| 736 |
+
"grey_object": "moth",
|
| 737 |
+
"color_object": "butterfly"
|
| 738 |
+
},
|
| 739 |
+
{
|
| 740 |
+
"number": 1607,
|
| 741 |
+
"greyscale": "a grayscale painting of a frost",
|
| 742 |
+
"color": "a highly detailed color drawing of a box",
|
| 743 |
+
"quality": "M",
|
| 744 |
+
"grey_object": "frost",
|
| 745 |
+
"color_object": "box"
|
| 746 |
+
},
|
| 747 |
+
{
|
| 748 |
+
"number": 1612,
|
| 749 |
+
"greyscale": "a simple black and white drawing of an asparagus",
|
| 750 |
+
"color": "a vibrant digital painting of a fish",
|
| 751 |
+
"quality": "L",
|
| 752 |
+
"grey_object": "asparagus",
|
| 753 |
+
"color_object": "fish"
|
| 754 |
+
},
|
| 755 |
+
{
|
| 756 |
+
"number": 1624,
|
| 757 |
+
"greyscale": "a charcoal sketch of a river",
|
| 758 |
+
"color": "a colorful painting of a storm",
|
| 759 |
+
"quality": "L",
|
| 760 |
+
"grey_object": "river",
|
| 761 |
+
"color_object": "storm"
|
| 762 |
+
},
|
| 763 |
+
{
|
| 764 |
+
"number": 1629,
|
| 765 |
+
"greyscale": "a simple black and white drawing of a tornado",
|
| 766 |
+
"color": "a highly detailed color drawing of an elderberry",
|
| 767 |
+
"quality": "L",
|
| 768 |
+
"grey_object": "tornado",
|
| 769 |
+
"color_object": "elderberry"
|
| 770 |
+
},
|
| 771 |
+
{
|
| 772 |
+
"number": 1631,
|
| 773 |
+
"greyscale": "a grayscale painting of a dog",
|
| 774 |
+
"color": "a highly detailed color drawing of a toad",
|
| 775 |
+
"quality": "L",
|
| 776 |
+
"grey_object": "dog",
|
| 777 |
+
"color_object": "toad"
|
| 778 |
+
},
|
| 779 |
+
{
|
| 780 |
+
"number": 1635,
|
| 781 |
+
"greyscale": "a pencil drawing of a table",
|
| 782 |
+
"color": "a colorful painting of a metallic switch",
|
| 783 |
+
"quality": "M",
|
| 784 |
+
"grey_object": "table",
|
| 785 |
+
"color_object": "switch"
|
| 786 |
+
},
|
| 787 |
+
{
|
| 788 |
+
"number": 1638,
|
| 789 |
+
"greyscale": "a pencil drawing of a mop",
|
| 790 |
+
"color": "a colorful painting of a tomato",
|
| 791 |
+
"quality": "M",
|
| 792 |
+
"grey_object": "mop",
|
| 793 |
+
"color_object": "tomato"
|
| 794 |
+
},
|
| 795 |
+
{
|
| 796 |
+
"number": 1641,
|
| 797 |
+
"greyscale": "a grayscale painting of a coffee",
|
| 798 |
+
"color": "a colorful painting of a bow",
|
| 799 |
+
"quality": "L",
|
| 800 |
+
"grey_object": "coffee",
|
| 801 |
+
"color_object": "bow"
|
| 802 |
+
},
|
| 803 |
+
{
|
| 804 |
+
"number": 1645,
|
| 805 |
+
"greyscale": "a charcoal sketch of a cat",
|
| 806 |
+
"color": "a neon colored illustration of an ocean",
|
| 807 |
+
"quality": "M",
|
| 808 |
+
"grey_object": "cat",
|
| 809 |
+
"color_object": "ocean"
|
| 810 |
+
},
|
| 811 |
+
{
|
| 812 |
+
"number": 1653,
|
| 813 |
+
"greyscale": "a charcoal sketch of an alligator",
|
| 814 |
+
"color": "a vibrant digital painting of a keyboard",
|
| 815 |
+
"quality": "L",
|
| 816 |
+
"grey_object": "alligator",
|
| 817 |
+
"color_object": "keyboard"
|
| 818 |
+
},
|
| 819 |
+
{
|
| 820 |
+
"number": 1658,
|
| 821 |
+
"greyscale": "a pencil drawing of a teddy",
|
| 822 |
+
"color": "a colorful painting of a fox",
|
| 823 |
+
"quality": "M",
|
| 824 |
+
"grey_object": "teddy",
|
| 825 |
+
"color_object": "fox"
|
| 826 |
+
},
|
| 827 |
+
{
|
| 828 |
+
"number": 1666,
|
| 829 |
+
"greyscale": "a grayscale painting of an orange",
|
| 830 |
+
"color": "a bright watercolor of a wine",
|
| 831 |
+
"quality": "L",
|
| 832 |
+
"grey_object": "orange",
|
| 833 |
+
"color_object": "wine"
|
| 834 |
+
},
|
| 835 |
+
{
|
| 836 |
+
"number": 1668,
|
| 837 |
+
"greyscale": "a pencil drawing of a teddies",
|
| 838 |
+
"color": "a bright watercolor of an ipod",
|
| 839 |
+
"quality": "L",
|
| 840 |
+
"grey_object": "teddy",
|
| 841 |
+
"color_object": "ipod"
|
| 842 |
+
},
|
| 843 |
+
{
|
| 844 |
+
"number": 1669,
|
| 845 |
+
"greyscale": "an ink sketch of a shoe",
|
| 846 |
+
"color": "a colorful painting of a bananas",
|
| 847 |
+
"quality": "M",
|
| 848 |
+
"grey_object": "shoe",
|
| 849 |
+
"color_object": "banana"
|
| 850 |
+
},
|
| 851 |
+
{
|
| 852 |
+
"number": 1672,
|
| 853 |
+
"greyscale": "an ink sketch of a horse",
|
| 854 |
+
"color": "a neon colored illustration of a trucks",
|
| 855 |
+
"quality": "L",
|
| 856 |
+
"grey_object": "horse",
|
| 857 |
+
"color_object": "truck"
|
| 858 |
+
},
|
| 859 |
+
{
|
| 860 |
+
"number": 1674,
|
| 861 |
+
"greyscale": "a charcoal sketch of a parsnip",
|
| 862 |
+
"color": "a colorful painting of a jicama",
|
| 863 |
+
"quality": "H",
|
| 864 |
+
"grey_object": "parsnip",
|
| 865 |
+
"color_object": "jicama"
|
| 866 |
+
},
|
| 867 |
+
{
|
| 868 |
+
"number": 1678,
|
| 869 |
+
"greyscale": "a grayscale painting of a pillow",
|
| 870 |
+
"color": "a colorful painting of a tree",
|
| 871 |
+
"quality": "L",
|
| 872 |
+
"grey_object": "pillow",
|
| 873 |
+
"color_object": "tree"
|
| 874 |
+
},
|
| 875 |
+
{
|
| 876 |
+
"number": 1702,
|
| 877 |
+
"greyscale": "a charcoal sketch of a purse",
|
| 878 |
+
"color": "a colorful painting of an avocado",
|
| 879 |
+
"quality": "L",
|
| 880 |
+
"grey_object": "purse",
|
| 881 |
+
"color_object": "avocado"
|
| 882 |
+
},
|
| 883 |
+
{
|
| 884 |
+
"number": 1729,
|
| 885 |
+
"greyscale": "a pencil drawing of a hazelnut",
|
| 886 |
+
"color": "a bright watercolor of a canary",
|
| 887 |
+
"quality": "L",
|
| 888 |
+
"grey_object": "hazelnut",
|
| 889 |
+
"color_object": "canary"
|
| 890 |
+
},
|
| 891 |
+
{
|
| 892 |
+
"number": 1734,
|
| 893 |
+
"greyscale": "an ink sketch of an ice cream",
|
| 894 |
+
"color": "a vibrant digital painting of a donut",
|
| 895 |
+
"quality": "L",
|
| 896 |
+
"grey_object": "ice cream",
|
| 897 |
+
"color_object": "donut"
|
| 898 |
+
},
|
| 899 |
+
{
|
| 900 |
+
"number": 1745,
|
| 901 |
+
"greyscale": "an ink sketch of a pomegranate",
|
| 902 |
+
"color": "a bright watercolor of a blueberry",
|
| 903 |
+
"quality": "H",
|
| 904 |
+
"grey_object": "pomegranate",
|
| 905 |
+
"color_object": "blueberry"
|
| 906 |
+
},
|
| 907 |
+
{
|
| 908 |
+
"number": 1763,
|
| 909 |
+
"greyscale": "a grayscale painting of a bumpy baseball",
|
| 910 |
+
"color": "a colorful painting of a pea",
|
| 911 |
+
"quality": "M",
|
| 912 |
+
"grey_object": "baseball",
|
| 913 |
+
"color_object": "pea"
|
| 914 |
+
},
|
| 915 |
+
{
|
| 916 |
+
"number": 1780,
|
| 917 |
+
"greyscale": "a grayscale painting of a hill",
|
| 918 |
+
"color": "a vibrant digital painting of a large lake",
|
| 919 |
+
"quality": "L",
|
| 920 |
+
"grey_object": "hill",
|
| 921 |
+
"color_object": "lake"
|
| 922 |
+
},
|
| 923 |
+
{
|
| 924 |
+
"number": 1791,
|
| 925 |
+
"greyscale": "a charcoal sketch of a white chord",
|
| 926 |
+
"color": "a highly detailed color drawing of a dog",
|
| 927 |
+
"quality": "M",
|
| 928 |
+
"grey_object": "cello",
|
| 929 |
+
"color_object": "dog"
|
| 930 |
+
},
|
| 931 |
+
{
|
| 932 |
+
"number": 1793,
|
| 933 |
+
"greyscale": "a pencil drawing of a pizza",
|
| 934 |
+
"color": "a highly detailed color drawing of an umbrella",
|
| 935 |
+
"quality": "L",
|
| 936 |
+
"grey_object": "pizza",
|
| 937 |
+
"color_object": "umbrella"
|
| 938 |
+
},
|
| 939 |
+
{
|
| 940 |
+
"number": 1802,
|
| 941 |
+
"greyscale": "an ink sketch of a flowers",
|
| 942 |
+
"color": "a neon colored illustration of a splash",
|
| 943 |
+
"quality": "M",
|
| 944 |
+
"grey_object": "flower",
|
| 945 |
+
"color_object": "splash"
|
| 946 |
+
},
|
| 947 |
+
{
|
| 948 |
+
"number": 1803,
|
| 949 |
+
"greyscale": "a simple black and white drawing of a valley",
|
| 950 |
+
"color": "a neon colored illustration of a crab",
|
| 951 |
+
"quality": "L",
|
| 952 |
+
"grey_object": "valley",
|
| 953 |
+
"color_object": "crab"
|
| 954 |
+
},
|
| 955 |
+
{
|
| 956 |
+
"number": 1821,
|
| 957 |
+
"greyscale": "an ink sketch of a thermometer",
|
| 958 |
+
"color": "a bright watercolor of a newt",
|
| 959 |
+
"quality": "H",
|
| 960 |
+
"grey_object": "thermometer",
|
| 961 |
+
"color_object": "newt"
|
| 962 |
+
},
|
| 963 |
+
{
|
| 964 |
+
"number": 1823,
|
| 965 |
+
"greyscale": "a simple black and white drawing of a chicken",
|
| 966 |
+
"color": "a neon colored illustration of a new walnut",
|
| 967 |
+
"quality": "L",
|
| 968 |
+
"grey_object": "chicken",
|
| 969 |
+
"color_object": "walnut"
|
| 970 |
+
},
|
| 971 |
+
{
|
| 972 |
+
"number": 1836,
|
| 973 |
+
"greyscale": "a pencil drawing of an avocado",
|
| 974 |
+
"color": "a vibrant digital painting of a rhino",
|
| 975 |
+
"quality": "M",
|
| 976 |
+
"grey_object": "avocado",
|
| 977 |
+
"color_object": "rhino"
|
| 978 |
+
},
|
| 979 |
+
{
|
| 980 |
+
"number": 1842,
|
| 981 |
+
"greyscale": "a pencil drawing of a bracelet",
|
| 982 |
+
"color": "a colorful painting of a radio",
|
| 983 |
+
"quality": "L",
|
| 984 |
+
"grey_object": "bracelet",
|
| 985 |
+
"color_object": "radio"
|
| 986 |
+
},
|
| 987 |
+
{
|
| 988 |
+
"number": 1853,
|
| 989 |
+
"greyscale": "a pencil drawing of a baboon",
|
| 990 |
+
"color": "a colorful painting of a zebra",
|
| 991 |
+
"quality": "L",
|
| 992 |
+
"grey_object": "baboon",
|
| 993 |
+
"color_object": "zebra"
|
| 994 |
+
},
|
| 995 |
+
{
|
| 996 |
+
"number": 1855,
|
| 997 |
+
"greyscale": "an ink sketch of a bull",
|
| 998 |
+
"color": "a vibrant digital painting of an onion",
|
| 999 |
+
"quality": "M",
|
| 1000 |
+
"grey_object": "bull",
|
| 1001 |
+
"color_object": "onion"
|
| 1002 |
+
},
|
| 1003 |
+
{
|
| 1004 |
+
"number": 1856,
|
| 1005 |
+
"greyscale": "a pencil drawing of a rough broccoli",
|
| 1006 |
+
"color": "a colorful painting of a lake",
|
| 1007 |
+
"quality": "L",
|
| 1008 |
+
"grey_object": "broccoli",
|
| 1009 |
+
"color_object": "lake"
|
| 1010 |
+
},
|
| 1011 |
+
{
|
| 1012 |
+
"number": 1858,
|
| 1013 |
+
"greyscale": "a grayscale painting of a plum",
|
| 1014 |
+
"color": "a bright watercolor of a couch",
|
| 1015 |
+
"quality": "L",
|
| 1016 |
+
"grey_object": "plum",
|
| 1017 |
+
"color_object": "couch"
|
| 1018 |
+
},
|
| 1019 |
+
{
|
| 1020 |
+
"number": 1864,
|
| 1021 |
+
"greyscale": "a pencil drawing of a large dagger",
|
| 1022 |
+
"color": "a highly detailed color drawing of a glossy carrot",
|
| 1023 |
+
"quality": "M",
|
| 1024 |
+
"grey_object": "dagger",
|
| 1025 |
+
"color_object": "carrot"
|
| 1026 |
+
},
|
| 1027 |
+
{
|
| 1028 |
+
"number": 1878,
|
| 1029 |
+
"greyscale": "a simple black and white drawing of a warthog",
|
| 1030 |
+
"color": "a neon colored illustration of a taco",
|
| 1031 |
+
"quality": "H",
|
| 1032 |
+
"grey_object": "warthog",
|
| 1033 |
+
"color_object": "taco"
|
| 1034 |
+
},
|
| 1035 |
+
{
|
| 1036 |
+
"number": 1879,
|
| 1037 |
+
"greyscale": "a pencil drawing of a wooden sun",
|
| 1038 |
+
"color": "a bright watercolor of a cloudberry",
|
| 1039 |
+
"quality": "L",
|
| 1040 |
+
"grey_object": "sun",
|
| 1041 |
+
"color_object": "pomegranate"
|
| 1042 |
+
},
|
| 1043 |
+
{
|
| 1044 |
+
"number": 1902,
|
| 1045 |
+
"greyscale": "an ink sketch of a bag",
|
| 1046 |
+
"color": "a neon colored illustration of a red table",
|
| 1047 |
+
"quality": "L",
|
| 1048 |
+
"grey_object": "bag",
|
| 1049 |
+
"color_object": "table"
|
| 1050 |
+
},
|
| 1051 |
+
{
|
| 1052 |
+
"number": 1922,
|
| 1053 |
+
"greyscale": "a grayscale painting of a wind",
|
| 1054 |
+
"color": "a bright watercolor of a parrot",
|
| 1055 |
+
"quality": "L",
|
| 1056 |
+
"grey_object": "wind",
|
| 1057 |
+
"color_object": "parrot"
|
| 1058 |
+
},
|
| 1059 |
+
{
|
| 1060 |
+
"number": 1928,
|
| 1061 |
+
"greyscale": "a pencil drawing of a spinach",
|
| 1062 |
+
"color": "a highly detailed color drawing of a pink sock",
|
| 1063 |
+
"quality": "L",
|
| 1064 |
+
"grey_object": "spinach",
|
| 1065 |
+
"color_object": "sock"
|
| 1066 |
+
},
|
| 1067 |
+
{
|
| 1068 |
+
"number": 1955,
|
| 1069 |
+
"greyscale": "an ink sketch of a song",
|
| 1070 |
+
"color": "a neon colored illustration of a bumpy baseball",
|
| 1071 |
+
"quality": "L",
|
| 1072 |
+
"grey_object": "song",
|
| 1073 |
+
"color_object": "baseball"
|
| 1074 |
+
},
|
| 1075 |
+
{
|
| 1076 |
+
"number": 1960,
|
| 1077 |
+
"greyscale": "an ink sketch of a cauliflower",
|
| 1078 |
+
"color": "a bright watercolor of a cow",
|
| 1079 |
+
"quality": "L",
|
| 1080 |
+
"grey_object": "cauliflower",
|
| 1081 |
+
"color_object": "cow"
|
| 1082 |
+
},
|
| 1083 |
+
{
|
| 1084 |
+
"number": 1962,
|
| 1085 |
+
"greyscale": "a pencil drawing of a burger",
|
| 1086 |
+
"color": "a highly detailed color drawing of a chameleon",
|
| 1087 |
+
"quality": "L",
|
| 1088 |
+
"grey_object": "burger",
|
| 1089 |
+
"color_object": "chameleon"
|
| 1090 |
+
},
|
| 1091 |
+
{
|
| 1092 |
+
"number": 1963,
|
| 1093 |
+
"greyscale": "a charcoal sketch of a giant ipod",
|
| 1094 |
+
"color": "a neon colored illustration of a stove",
|
| 1095 |
+
"quality": "L",
|
| 1096 |
+
"grey_object": "ipod",
|
| 1097 |
+
"color_object": "stove"
|
| 1098 |
+
},
|
| 1099 |
+
{
|
| 1100 |
+
"number": 1975,
|
| 1101 |
+
"greyscale": "a charcoal sketch of a bumpy porpoise",
|
| 1102 |
+
"color": "a bright watercolor of a ginger",
|
| 1103 |
+
"quality": "L",
|
| 1104 |
+
"grey_object": "porpoise",
|
| 1105 |
+
"color_object": "ginger"
|
| 1106 |
+
},
|
| 1107 |
+
{
|
| 1108 |
+
"number": 1988,
|
| 1109 |
+
"greyscale": "a simple black and white drawing of a pencil",
|
| 1110 |
+
"color": "a vibrant digital painting of a rough dill",
|
| 1111 |
+
"quality": "L",
|
| 1112 |
+
"grey_object": "pencil",
|
| 1113 |
+
"color_object": "dill"
|
| 1114 |
+
},
|
| 1115 |
+
{
|
| 1116 |
+
"number": 1989,
|
| 1117 |
+
"greyscale": "a simple black and white drawing of a bell",
|
| 1118 |
+
"color": "a neon colored illustration of a mandarine",
|
| 1119 |
+
"quality": "L",
|
| 1120 |
+
"grey_object": "bell",
|
| 1121 |
+
"color_object": "mandarine"
|
| 1122 |
+
},
|
| 1123 |
+
{
|
| 1124 |
+
"number": 1993,
|
| 1125 |
+
"greyscale": "a simple black and white drawing of a new desk",
|
| 1126 |
+
"color": "a vibrant digital painting of a key",
|
| 1127 |
+
"quality": "L",
|
| 1128 |
+
"grey_object": "desk",
|
| 1129 |
+
"color_object": "key"
|
| 1130 |
+
},
|
| 1131 |
+
{
|
| 1132 |
+
"number": 1997,
|
| 1133 |
+
"greyscale": "a simple black and white drawing of a fog",
|
| 1134 |
+
"color": "a neon colored illustration of a noodle",
|
| 1135 |
+
"quality": "M",
|
| 1136 |
+
"grey_object": "fog",
|
| 1137 |
+
"color_object": "noodle"
|
| 1138 |
+
},
|
| 1139 |
+
{
|
| 1140 |
+
"number": 2014,
|
| 1141 |
+
"greyscale": "an ink sketch of a sausage",
|
| 1142 |
+
"color": "a bright watercolor of a fig",
|
| 1143 |
+
"quality": "M",
|
| 1144 |
+
"grey_object": "sausage",
|
| 1145 |
+
"color_object": "fig"
|
| 1146 |
+
},
|
| 1147 |
+
{
|
| 1148 |
+
"number": 2024,
|
| 1149 |
+
"greyscale": "a charcoal sketch of a glass faucet",
|
| 1150 |
+
"color": "a colorful painting of a boysenberry",
|
| 1151 |
+
"quality": "M",
|
| 1152 |
+
"grey_object": "faucet",
|
| 1153 |
+
"color_object": "boysenberry"
|
| 1154 |
+
},
|
| 1155 |
+
{
|
| 1156 |
+
"number": 2025,
|
| 1157 |
+
"greyscale": "a grayscale painting of a cucumber",
|
| 1158 |
+
"color": "a vibrant digital painting of a battery",
|
| 1159 |
+
"quality": "L",
|
| 1160 |
+
"grey_object": "cucumber",
|
| 1161 |
+
"color_object": "battery"
|
| 1162 |
+
},
|
| 1163 |
+
{
|
| 1164 |
+
"number": 2037,
|
| 1165 |
+
"greyscale": "a grayscale painting of a window",
|
| 1166 |
+
"color": "a bright watercolor of a chicken",
|
| 1167 |
+
"quality": "L",
|
| 1168 |
+
"grey_object": "window",
|
| 1169 |
+
"color_object": "chicken"
|
| 1170 |
+
},
|
| 1171 |
+
{
|
| 1172 |
+
"number": 2039,
|
| 1173 |
+
"greyscale": "a charcoal sketch of a soda",
|
| 1174 |
+
"color": "a colorful painting of a soup",
|
| 1175 |
+
"quality": "H",
|
| 1176 |
+
"grey_object": "soda",
|
| 1177 |
+
"color_object": "soup"
|
| 1178 |
+
},
|
| 1179 |
+
{
|
| 1180 |
+
"number": 2049,
|
| 1181 |
+
"greyscale": "a pencil drawing of a hamster",
|
| 1182 |
+
"color": "a neon colored illustration of a horse",
|
| 1183 |
+
"quality": "M",
|
| 1184 |
+
"grey_object": "hamster",
|
| 1185 |
+
"color_object": "horse"
|
| 1186 |
+
},
|
| 1187 |
+
{
|
| 1188 |
+
"number": 2063,
|
| 1189 |
+
"greyscale": "a charcoal sketch of a pink mountain",
|
| 1190 |
+
"color": "a neon colored illustration of a peanut",
|
| 1191 |
+
"quality": "L",
|
| 1192 |
+
"grey_object": "mountain",
|
| 1193 |
+
"color_object": "peanut"
|
| 1194 |
+
},
|
| 1195 |
+
{
|
| 1196 |
+
"number": 2064,
|
| 1197 |
+
"greyscale": "a simple black and white drawing of a dictionary",
|
| 1198 |
+
"color": "a colorful painting of a multitool",
|
| 1199 |
+
"quality": "L",
|
| 1200 |
+
"grey_object": "dictionary",
|
| 1201 |
+
"color_object": "multitool"
|
| 1202 |
+
},
|
| 1203 |
+
{
|
| 1204 |
+
"number": 2066,
|
| 1205 |
+
"greyscale": "a pencil drawing of a chamomile",
|
| 1206 |
+
"color": "a colorful painting of a blouse",
|
| 1207 |
+
"quality": "M",
|
| 1208 |
+
"grey_object": "chamomile",
|
| 1209 |
+
"color_object": "blouse"
|
| 1210 |
+
},
|
| 1211 |
+
{
|
| 1212 |
+
"number": 2068,
|
| 1213 |
+
"greyscale": "a grayscale painting of a flower",
|
| 1214 |
+
"color": "a neon colored illustration of a car",
|
| 1215 |
+
"quality": "M",
|
| 1216 |
+
"grey_object": "flower",
|
| 1217 |
+
"color_object": "car"
|
| 1218 |
+
},
|
| 1219 |
+
{
|
| 1220 |
+
"number": 2094,
|
| 1221 |
+
"greyscale": "a grayscale painting of a lobster",
|
| 1222 |
+
"color": "a neon colored illustration of a passionfruit",
|
| 1223 |
+
"quality": "M",
|
| 1224 |
+
"grey_object": "lobster",
|
| 1225 |
+
"color_object": "passionfruit"
|
| 1226 |
+
},
|
| 1227 |
+
{
|
| 1228 |
+
"number": 2107,
|
| 1229 |
+
"greyscale": "an ink sketch of a rosemary",
|
| 1230 |
+
"color": "a vibrant digital painting of a yak",
|
| 1231 |
+
"quality": "M",
|
| 1232 |
+
"grey_object": "rosemary",
|
| 1233 |
+
"color_object": "yak"
|
| 1234 |
+
},
|
| 1235 |
+
{
|
| 1236 |
+
"number": 2108,
|
| 1237 |
+
"greyscale": "an ink sketch of a crispy lion",
|
| 1238 |
+
"color": "a colorful painting of a beet",
|
| 1239 |
+
"quality": "L",
|
| 1240 |
+
"grey_object": "lion",
|
| 1241 |
+
"color_object": "beet"
|
| 1242 |
+
},
|
| 1243 |
+
{
|
| 1244 |
+
"number": 2128,
|
| 1245 |
+
"greyscale": "an ink sketch of a knife",
|
| 1246 |
+
"color": "a vibrant digital painting of an elk",
|
| 1247 |
+
"quality": "L",
|
| 1248 |
+
"grey_object": "knife",
|
| 1249 |
+
"color_object": "elk"
|
| 1250 |
+
},
|
| 1251 |
+
{
|
| 1252 |
+
"number": 2155,
|
| 1253 |
+
"greyscale": "a grayscale painting of an elephant",
|
| 1254 |
+
"color": "a neon colored illustration of a bell",
|
| 1255 |
+
"quality": "L",
|
| 1256 |
+
"grey_object": "elephant",
|
| 1257 |
+
"color_object": "bell"
|
| 1258 |
+
},
|
| 1259 |
+
{
|
| 1260 |
+
"number": 2160,
|
| 1261 |
+
"greyscale": "a grayscale painting of a chimpanzee",
|
| 1262 |
+
"color": "a neon colored illustration of a pizza",
|
| 1263 |
+
"quality": "H",
|
| 1264 |
+
"grey_object": "chimpanzee",
|
| 1265 |
+
"color_object": "pizza"
|
| 1266 |
+
},
|
| 1267 |
+
{
|
| 1268 |
+
"number": 2180,
|
| 1269 |
+
"greyscale": "an ink sketch of an ocean",
|
| 1270 |
+
"color": "a highly detailed color drawing of a cup",
|
| 1271 |
+
"quality": "L",
|
| 1272 |
+
"grey_object": "ocean",
|
| 1273 |
+
"color_object": "cup"
|
| 1274 |
+
},
|
| 1275 |
+
{
|
| 1276 |
+
"number": 2193,
|
| 1277 |
+
"greyscale": "a pencil drawing of a red stone",
|
| 1278 |
+
"color": "a highly detailed color drawing of a bowl",
|
| 1279 |
+
"quality": "M",
|
| 1280 |
+
"grey_object": "stone",
|
| 1281 |
+
"color_object": "bowl"
|
| 1282 |
+
},
|
| 1283 |
+
{
|
| 1284 |
+
"number": 2196,
|
| 1285 |
+
"greyscale": "a simple black and white drawing of a plug",
|
| 1286 |
+
"color": "a neon colored illustration of a chair",
|
| 1287 |
+
"quality": "M",
|
| 1288 |
+
"grey_object": "plug",
|
| 1289 |
+
"color_object": "chair"
|
| 1290 |
+
},
|
| 1291 |
+
{
|
| 1292 |
+
"number": 2230,
|
| 1293 |
+
"greyscale": "a simple black and white drawing of a shiny sprinkler",
|
| 1294 |
+
"color": "a bright watercolor of an opossum",
|
| 1295 |
+
"quality": "L",
|
| 1296 |
+
"grey_object": "sprinkler",
|
| 1297 |
+
"color_object": "opossum"
|
| 1298 |
+
},
|
| 1299 |
+
{
|
| 1300 |
+
"number": 2233,
|
| 1301 |
+
"greyscale": "a grayscale painting of a jackfruit",
|
| 1302 |
+
"color": "a highly detailed color drawing of a quilt",
|
| 1303 |
+
"quality": "M",
|
| 1304 |
+
"grey_object": "jackfruit",
|
| 1305 |
+
"color_object": "quilt"
|
| 1306 |
+
},
|
| 1307 |
+
{
|
| 1308 |
+
"number": 2250,
|
| 1309 |
+
"greyscale": "a pencil drawing of a twister",
|
| 1310 |
+
"color": "a bright watercolor of a reindeer",
|
| 1311 |
+
"quality": "L",
|
| 1312 |
+
"grey_object": "twister",
|
| 1313 |
+
"color_object": "reindeer"
|
| 1314 |
+
},
|
| 1315 |
+
{
|
| 1316 |
+
"number": 2277,
|
| 1317 |
+
"greyscale": "an ink sketch of a pipe",
|
| 1318 |
+
"color": "a bright watercolor of a kohlrabi",
|
| 1319 |
+
"quality": "M",
|
| 1320 |
+
"grey_object": "pipe",
|
| 1321 |
+
"color_object": "cabbage"
|
| 1322 |
+
},
|
| 1323 |
+
{
|
| 1324 |
+
"number": 2286,
|
| 1325 |
+
"greyscale": "a charcoal sketch of a glass",
|
| 1326 |
+
"color": "a bright watercolor of a rabbit",
|
| 1327 |
+
"quality": "H",
|
| 1328 |
+
"grey_object": "glass",
|
| 1329 |
+
"color_object": "rabbit"
|
| 1330 |
+
},
|
| 1331 |
+
{
|
| 1332 |
+
"number": 2292,
|
| 1333 |
+
"greyscale": "a simple black and white drawing of a keyboard",
|
| 1334 |
+
"color": "a vibrant digital painting of a toothbrush",
|
| 1335 |
+
"quality": "M",
|
| 1336 |
+
"grey_object": "keyboard",
|
| 1337 |
+
"color_object": "toothbrush"
|
| 1338 |
+
},
|
| 1339 |
+
{
|
| 1340 |
+
"number": 2297,
|
| 1341 |
+
"greyscale": "a charcoal sketch of a lawnmower",
|
| 1342 |
+
"color": "a colorful painting of a bathtub",
|
| 1343 |
+
"quality": "L",
|
| 1344 |
+
"grey_object": "lawnmower",
|
| 1345 |
+
"color_object": "bathtub"
|
| 1346 |
+
},
|
| 1347 |
+
{
|
| 1348 |
+
"number": 2298,
|
| 1349 |
+
"greyscale": "a charcoal sketch of a sun",
|
| 1350 |
+
"color": "a bright watercolor of a notebook",
|
| 1351 |
+
"quality": "M",
|
| 1352 |
+
"grey_object": "sun",
|
| 1353 |
+
"color_object": "notebook"
|
| 1354 |
+
},
|
| 1355 |
+
{
|
| 1356 |
+
"number": 2300,
|
| 1357 |
+
"greyscale": "a pencil drawing of a pineapple",
|
| 1358 |
+
"color": "a neon colored illustration of a bed",
|
| 1359 |
+
"quality": "M",
|
| 1360 |
+
"grey_object": "pineapple",
|
| 1361 |
+
"color_object": "bed"
|
| 1362 |
+
},
|
| 1363 |
+
{
|
| 1364 |
+
"number": 2318,
|
| 1365 |
+
"greyscale": "a grayscale painting of a glass ring",
|
| 1366 |
+
"color": "a highly detailed color drawing of a phone",
|
| 1367 |
+
"quality": "L",
|
| 1368 |
+
"grey_object": "ring",
|
| 1369 |
+
"color_object": "phone"
|
| 1370 |
+
},
|
| 1371 |
+
{
|
| 1372 |
+
"number": 2325,
|
| 1373 |
+
"greyscale": "a simple black and white drawing of a monitor",
|
| 1374 |
+
"color": "a colorful painting of a melon",
|
| 1375 |
+
"quality": "M",
|
| 1376 |
+
"grey_object": "monitor",
|
| 1377 |
+
"color_object": "melon"
|
| 1378 |
+
},
|
| 1379 |
+
{
|
| 1380 |
+
"number": 2344,
|
| 1381 |
+
"greyscale": "a charcoal sketch of a chameleon",
|
| 1382 |
+
"color": "a colorful painting of a music",
|
| 1383 |
+
"quality": "L",
|
| 1384 |
+
"grey_object": "chameleon",
|
| 1385 |
+
"color_object": "music"
|
| 1386 |
+
},
|
| 1387 |
+
{
|
| 1388 |
+
"number": 2347,
|
| 1389 |
+
"greyscale": "a pencil drawing of a red bucket",
|
| 1390 |
+
"color": "a colorful painting of a rusty hill",
|
| 1391 |
+
"quality": "L",
|
| 1392 |
+
"grey_object": "bucket",
|
| 1393 |
+
"color_object": "hill"
|
| 1394 |
+
},
|
| 1395 |
+
{
|
| 1396 |
+
"number": 2348,
|
| 1397 |
+
"greyscale": "a charcoal sketch of a rough valley",
|
| 1398 |
+
"color": "a highly detailed color drawing of a laptop",
|
| 1399 |
+
"quality": "H",
|
| 1400 |
+
"grey_object": "valley",
|
| 1401 |
+
"color_object": "laptop"
|
| 1402 |
+
},
|
| 1403 |
+
{
|
| 1404 |
+
"number": 2349,
|
| 1405 |
+
"greyscale": "a grayscale painting of a lightning",
|
| 1406 |
+
"color": "a vibrant digital painting of a notepad",
|
| 1407 |
+
"quality": "L",
|
| 1408 |
+
"grey_object": "lightning",
|
| 1409 |
+
"color_object": "notepad"
|
| 1410 |
+
},
|
| 1411 |
+
{
|
| 1412 |
+
"number": 2382,
|
| 1413 |
+
"greyscale": "an ink sketch of a lamb",
|
| 1414 |
+
"color": "a neon colored illustration of a new carrot",
|
| 1415 |
+
"quality": "M",
|
| 1416 |
+
"grey_object": "lamb",
|
| 1417 |
+
"color_object": "carrot"
|
| 1418 |
+
}
|
| 1419 |
+
]
|
| 1420 |
+
}
|
images/0002c.png
ADDED
|
Git LFS Details
|
images/0002g.png
ADDED
|
Git LFS Details
|
images/0003c.png
ADDED
|
Git LFS Details
|
images/0003g.png
ADDED
|
Git LFS Details
|
images/0005c.png
ADDED
|
Git LFS Details
|
images/0005g.png
ADDED
|
Git LFS Details
|
images/0006c.png
ADDED
|
Git LFS Details
|
images/0006g.png
ADDED
|
Git LFS Details
|
images/0007c.png
ADDED
|
Git LFS Details
|
images/0007g.png
ADDED
|
Git LFS Details
|
images/0012c.png
ADDED
|
Git LFS Details
|
images/0012g.png
ADDED
|
Git LFS Details
|
images/0018c.png
ADDED
|
Git LFS Details
|
images/0018g.png
ADDED
|
Git LFS Details
|
images/0030c.png
ADDED
|
Git LFS Details
|
images/0030g.png
ADDED
|
Git LFS Details
|
images/0031c.png
ADDED
|
Git LFS Details
|
images/0031g.png
ADDED
|
Git LFS Details
|
images/0048c.png
ADDED
|
Git LFS Details
|
images/0048g.png
ADDED
|
Git LFS Details
|
images/0051c.png
ADDED
|
Git LFS Details
|
images/0051g.png
ADDED
|
Git LFS Details
|
images/0057c.png
ADDED
|
Git LFS Details
|
images/0057g.png
ADDED
|
Git LFS Details
|
images/0062c.png
ADDED
|
Git LFS Details
|
images/0062g.png
ADDED
|
Git LFS Details
|
images/0064c.png
ADDED
|
Git LFS Details
|
images/0064g.png
ADDED
|
Git LFS Details
|
images/0070c.png
ADDED
|
Git LFS Details
|
images/0070g.png
ADDED
|
Git LFS Details
|
images/0074c.png
ADDED
|
Git LFS Details
|
images/0074g.png
ADDED
|
Git LFS Details
|
images/0078c.png
ADDED
|
Git LFS Details
|
images/0078g.png
ADDED
|
Git LFS Details
|
images/0083c.png
ADDED
|
Git LFS Details
|
images/0083g.png
ADDED
|
Git LFS Details
|
images/0098c.png
ADDED
|
Git LFS Details
|
images/0098g.png
ADDED
|
Git LFS Details
|
images/0100c.png
ADDED
|
Git LFS Details
|
images/0100g.png
ADDED
|
Git LFS Details
|
images/0117c.png
ADDED
|
Git LFS Details
|
images/0117g.png
ADDED
|
Git LFS Details
|
images/0118c.png
ADDED
|
Git LFS Details
|
images/0118g.png
ADDED
|
Git LFS Details
|
images/0132c.png
ADDED
|
Git LFS Details
|
images/0132g.png
ADDED
|
Git LFS Details
|
images/0150c.png
ADDED
|
Git LFS Details
|
images/0150g.png
ADDED
|
Git LFS Details
|