Upload 84 files
Browse filesupload 2b checkpoint
This view is limited to 50 files because it contains too many changes.
See raw diff
- .gitattributes +1 -0
- README.md +202 -3
- adapter_config.json +41 -0
- adapter_model.bin +3 -0
- added_tokens.json +16 -0
- chat_template.json +3 -0
- config.json +49 -0
- eval/A-OKVQA_pred.txt +1000 -0
- eval/A-OKVQA_score.json +5 -0
- eval/CIRR_pred.txt +1000 -0
- eval/CIRR_score.json +5 -0
- eval/ChartQA_pred.txt +1000 -0
- eval/ChartQA_score.json +5 -0
- eval/Country211_pred.txt +1000 -0
- eval/Country211_score.json +5 -0
- eval/DocVQA_pred.txt +1000 -0
- eval/DocVQA_score.json +5 -0
- eval/EDIS_pred.txt +0 -0
- eval/EDIS_score.json +5 -0
- eval/FashionIQ_pred.txt +1000 -0
- eval/FashionIQ_score.json +5 -0
- eval/GQA_pred.txt +1000 -0
- eval/GQA_score.json +5 -0
- eval/HatefulMemes_pred.txt +1000 -0
- eval/HatefulMemes_score.json +5 -0
- eval/ImageNet-1K_pred.txt +1000 -0
- eval/ImageNet-1K_score.json +5 -0
- eval/ImageNet-A_pred.txt +1000 -0
- eval/ImageNet-A_score.json +5 -0
- eval/ImageNet-R_pred.txt +1000 -0
- eval/ImageNet-R_score.json +5 -0
- eval/InfographicsVQA_pred.txt +1000 -0
- eval/InfographicsVQA_score.json +5 -0
- eval/MSCOCO_i2t_pred.txt +1000 -0
- eval/MSCOCO_i2t_score.json +5 -0
- eval/MSCOCO_pred.txt +0 -0
- eval/MSCOCO_score.json +5 -0
- eval/MSCOCO_t2i_pred.txt +1000 -0
- eval/MSCOCO_t2i_score.json +5 -0
- eval/N24News_pred.txt +1000 -0
- eval/N24News_score.json +5 -0
- eval/NIGHTS_pred.txt +1000 -0
- eval/NIGHTS_score.json +5 -0
- eval/OK-VQA_pred.txt +1000 -0
- eval/OK-VQA_score.json +5 -0
- eval/OVEN_pred.txt +0 -0
- eval/OVEN_score.json +5 -0
- eval/ObjectNet_pred.txt +1000 -0
- eval/ObjectNet_score.json +5 -0
- eval/Place365_pred.txt +1000 -0
.gitattributes
CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
+
tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
@@ -1,3 +1,202 @@
|
|
1 |
-
---
|
2 |
-
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: Qwen/Qwen2-VL-2B-Instruct
|
3 |
+
library_name: peft
|
4 |
+
---
|
5 |
+
|
6 |
+
# Model Card for Model ID
|
7 |
+
|
8 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
9 |
+
|
10 |
+
|
11 |
+
|
12 |
+
## Model Details
|
13 |
+
|
14 |
+
### Model Description
|
15 |
+
|
16 |
+
<!-- Provide a longer summary of what this model is. -->
|
17 |
+
|
18 |
+
|
19 |
+
|
20 |
+
- **Developed by:** [More Information Needed]
|
21 |
+
- **Funded by [optional]:** [More Information Needed]
|
22 |
+
- **Shared by [optional]:** [More Information Needed]
|
23 |
+
- **Model type:** [More Information Needed]
|
24 |
+
- **Language(s) (NLP):** [More Information Needed]
|
25 |
+
- **License:** [More Information Needed]
|
26 |
+
- **Finetuned from model [optional]:** [More Information Needed]
|
27 |
+
|
28 |
+
### Model Sources [optional]
|
29 |
+
|
30 |
+
<!-- Provide the basic links for the model. -->
|
31 |
+
|
32 |
+
- **Repository:** [More Information Needed]
|
33 |
+
- **Paper [optional]:** [More Information Needed]
|
34 |
+
- **Demo [optional]:** [More Information Needed]
|
35 |
+
|
36 |
+
## Uses
|
37 |
+
|
38 |
+
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
39 |
+
|
40 |
+
### Direct Use
|
41 |
+
|
42 |
+
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
|
43 |
+
|
44 |
+
[More Information Needed]
|
45 |
+
|
46 |
+
### Downstream Use [optional]
|
47 |
+
|
48 |
+
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
|
49 |
+
|
50 |
+
[More Information Needed]
|
51 |
+
|
52 |
+
### Out-of-Scope Use
|
53 |
+
|
54 |
+
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
|
55 |
+
|
56 |
+
[More Information Needed]
|
57 |
+
|
58 |
+
## Bias, Risks, and Limitations
|
59 |
+
|
60 |
+
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
61 |
+
|
62 |
+
[More Information Needed]
|
63 |
+
|
64 |
+
### Recommendations
|
65 |
+
|
66 |
+
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
|
67 |
+
|
68 |
+
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
|
69 |
+
|
70 |
+
## How to Get Started with the Model
|
71 |
+
|
72 |
+
Use the code below to get started with the model.
|
73 |
+
|
74 |
+
[More Information Needed]
|
75 |
+
|
76 |
+
## Training Details
|
77 |
+
|
78 |
+
### Training Data
|
79 |
+
|
80 |
+
<!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
|
81 |
+
|
82 |
+
[More Information Needed]
|
83 |
+
|
84 |
+
### Training Procedure
|
85 |
+
|
86 |
+
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
|
87 |
+
|
88 |
+
#### Preprocessing [optional]
|
89 |
+
|
90 |
+
[More Information Needed]
|
91 |
+
|
92 |
+
|
93 |
+
#### Training Hyperparameters
|
94 |
+
|
95 |
+
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
|
96 |
+
|
97 |
+
#### Speeds, Sizes, Times [optional]
|
98 |
+
|
99 |
+
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
|
100 |
+
|
101 |
+
[More Information Needed]
|
102 |
+
|
103 |
+
## Evaluation
|
104 |
+
|
105 |
+
<!-- This section describes the evaluation protocols and provides the results. -->
|
106 |
+
|
107 |
+
### Testing Data, Factors & Metrics
|
108 |
+
|
109 |
+
#### Testing Data
|
110 |
+
|
111 |
+
<!-- This should link to a Dataset Card if possible. -->
|
112 |
+
|
113 |
+
[More Information Needed]
|
114 |
+
|
115 |
+
#### Factors
|
116 |
+
|
117 |
+
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
|
118 |
+
|
119 |
+
[More Information Needed]
|
120 |
+
|
121 |
+
#### Metrics
|
122 |
+
|
123 |
+
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
|
124 |
+
|
125 |
+
[More Information Needed]
|
126 |
+
|
127 |
+
### Results
|
128 |
+
|
129 |
+
[More Information Needed]
|
130 |
+
|
131 |
+
#### Summary
|
132 |
+
|
133 |
+
|
134 |
+
|
135 |
+
## Model Examination [optional]
|
136 |
+
|
137 |
+
<!-- Relevant interpretability work for the model goes here -->
|
138 |
+
|
139 |
+
[More Information Needed]
|
140 |
+
|
141 |
+
## Environmental Impact
|
142 |
+
|
143 |
+
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
|
144 |
+
|
145 |
+
Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
|
146 |
+
|
147 |
+
- **Hardware Type:** [More Information Needed]
|
148 |
+
- **Hours used:** [More Information Needed]
|
149 |
+
- **Cloud Provider:** [More Information Needed]
|
150 |
+
- **Compute Region:** [More Information Needed]
|
151 |
+
- **Carbon Emitted:** [More Information Needed]
|
152 |
+
|
153 |
+
## Technical Specifications [optional]
|
154 |
+
|
155 |
+
### Model Architecture and Objective
|
156 |
+
|
157 |
+
[More Information Needed]
|
158 |
+
|
159 |
+
### Compute Infrastructure
|
160 |
+
|
161 |
+
[More Information Needed]
|
162 |
+
|
163 |
+
#### Hardware
|
164 |
+
|
165 |
+
[More Information Needed]
|
166 |
+
|
167 |
+
#### Software
|
168 |
+
|
169 |
+
[More Information Needed]
|
170 |
+
|
171 |
+
## Citation [optional]
|
172 |
+
|
173 |
+
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
174 |
+
|
175 |
+
**BibTeX:**
|
176 |
+
|
177 |
+
[More Information Needed]
|
178 |
+
|
179 |
+
**APA:**
|
180 |
+
|
181 |
+
[More Information Needed]
|
182 |
+
|
183 |
+
## Glossary [optional]
|
184 |
+
|
185 |
+
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
|
186 |
+
|
187 |
+
[More Information Needed]
|
188 |
+
|
189 |
+
## More Information [optional]
|
190 |
+
|
191 |
+
[More Information Needed]
|
192 |
+
|
193 |
+
## Model Card Authors [optional]
|
194 |
+
|
195 |
+
[More Information Needed]
|
196 |
+
|
197 |
+
## Model Card Contact
|
198 |
+
|
199 |
+
[More Information Needed]
|
200 |
+
### Framework versions
|
201 |
+
|
202 |
+
- PEFT 0.14.0
|
adapter_config.json
ADDED
@@ -0,0 +1,41 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": {
|
4 |
+
"base_model_class": "Qwen2VLForConditionalGeneration",
|
5 |
+
"parent_library": "src.vlm_backbone.qwen2_vl.modeling_qwen2_vl"
|
6 |
+
},
|
7 |
+
"base_model_name_or_path": "Qwen/Qwen2-VL-2B-Instruct",
|
8 |
+
"bias": "none",
|
9 |
+
"eva_config": null,
|
10 |
+
"exclude_modules": null,
|
11 |
+
"fan_in_fan_out": false,
|
12 |
+
"inference_mode": true,
|
13 |
+
"init_lora_weights": "gaussian",
|
14 |
+
"layer_replication": null,
|
15 |
+
"layers_pattern": null,
|
16 |
+
"layers_to_transform": null,
|
17 |
+
"loftq_config": {},
|
18 |
+
"lora_alpha": 64,
|
19 |
+
"lora_bias": false,
|
20 |
+
"lora_dropout": 0.1,
|
21 |
+
"megatron_config": null,
|
22 |
+
"megatron_core": "megatron.core",
|
23 |
+
"modules_to_save": null,
|
24 |
+
"peft_type": "LORA",
|
25 |
+
"r": 8,
|
26 |
+
"rank_pattern": {},
|
27 |
+
"revision": null,
|
28 |
+
"target_modules": [
|
29 |
+
"v_proj",
|
30 |
+
"q_proj",
|
31 |
+
"o_proj",
|
32 |
+
"out_proj",
|
33 |
+
"qkv_proj",
|
34 |
+
"gate_up_proj",
|
35 |
+
"down_proj",
|
36 |
+
"k_proj"
|
37 |
+
],
|
38 |
+
"task_type": null,
|
39 |
+
"use_dora": true,
|
40 |
+
"use_rslora": false
|
41 |
+
}
|
adapter_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5ca2537e6c0a862b2c05060b54d08f27a19b6ee17ceafbe9d1b73efa250c4eca
|
3 |
+
size 18846106
|
added_tokens.json
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"<|box_end|>": 151649,
|
3 |
+
"<|box_start|>": 151648,
|
4 |
+
"<|endoftext|>": 151643,
|
5 |
+
"<|im_end|>": 151645,
|
6 |
+
"<|im_start|>": 151644,
|
7 |
+
"<|image_pad|>": 151655,
|
8 |
+
"<|object_ref_end|>": 151647,
|
9 |
+
"<|object_ref_start|>": 151646,
|
10 |
+
"<|quad_end|>": 151651,
|
11 |
+
"<|quad_start|>": 151650,
|
12 |
+
"<|video_pad|>": 151656,
|
13 |
+
"<|vision_end|>": 151653,
|
14 |
+
"<|vision_pad|>": 151654,
|
15 |
+
"<|vision_start|>": 151652
|
16 |
+
}
|
chat_template.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"chat_template": "{% set image_count = namespace(value=0) %}{% set video_count = namespace(value=0) %}{% for message in messages %}{% if loop.first and message['role'] != 'system' %}<|im_start|>system\nYou are a helpful assistant.<|im_end|>\n{% endif %}<|im_start|>{{ message['role'] }}\n{% if message['content'] is string %}{{ message['content'] }}<|im_end|>\n{% else %}{% for content in message['content'] %}{% if content['type'] == 'image' or 'image' in content or 'image_url' in content %}{% set image_count.value = image_count.value + 1 %}{% if add_vision_id %}Picture {{ image_count.value }}: {% endif %}<|vision_start|><|image_pad|><|vision_end|>{% elif content['type'] == 'video' or 'video' in content %}{% set video_count.value = video_count.value + 1 %}{% if add_vision_id %}Video {{ video_count.value }}: {% endif %}<|vision_start|><|video_pad|><|vision_end|>{% elif 'text' in content %}{{ content['text'] }}{% endif %}{% endfor %}<|im_end|>\n{% endif %}{% endfor %}{% if add_generation_prompt %}<|im_start|>assistant\n{% endif %}"
|
3 |
+
}
|
config.json
ADDED
@@ -0,0 +1,49 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_attn_implementation_autoset": true,
|
3 |
+
"_name_or_path": "Qwen/Qwen2-VL-2B-Instruct",
|
4 |
+
"architectures": [
|
5 |
+
"Qwen2VLForConditionalGeneration"
|
6 |
+
],
|
7 |
+
"attention_dropout": 0.0,
|
8 |
+
"bos_token_id": 151643,
|
9 |
+
"eos_token_id": 151645,
|
10 |
+
"hidden_act": "silu",
|
11 |
+
"hidden_size": 1536,
|
12 |
+
"image_token_id": 151655,
|
13 |
+
"initializer_range": 0.02,
|
14 |
+
"intermediate_size": 8960,
|
15 |
+
"max_position_embeddings": 32768,
|
16 |
+
"max_window_layers": 28,
|
17 |
+
"model_type": "qwen2_vl",
|
18 |
+
"num_attention_heads": 12,
|
19 |
+
"num_hidden_layers": 28,
|
20 |
+
"num_key_value_heads": 2,
|
21 |
+
"rms_norm_eps": 1e-06,
|
22 |
+
"rope_scaling": {
|
23 |
+
"mrope_section": [
|
24 |
+
16,
|
25 |
+
24,
|
26 |
+
24
|
27 |
+
],
|
28 |
+
"rope_type": "default",
|
29 |
+
"type": "default"
|
30 |
+
},
|
31 |
+
"rope_theta": 1000000.0,
|
32 |
+
"sliding_window": 32768,
|
33 |
+
"tie_word_embeddings": true,
|
34 |
+
"torch_dtype": "bfloat16",
|
35 |
+
"transformers_version": "4.48.1",
|
36 |
+
"use_cache": true,
|
37 |
+
"use_sliding_window": false,
|
38 |
+
"video_token_id": 151656,
|
39 |
+
"vision_config": {
|
40 |
+
"hidden_size": 1536,
|
41 |
+
"in_chans": 3,
|
42 |
+
"model_type": "qwen2_vl",
|
43 |
+
"spatial_patch_size": 14
|
44 |
+
},
|
45 |
+
"vision_end_token_id": 151653,
|
46 |
+
"vision_start_token_id": 151652,
|
47 |
+
"vision_token_id": 151654,
|
48 |
+
"vocab_size": 151936
|
49 |
+
}
|
eval/A-OKVQA_pred.txt
ADDED
@@ -0,0 +1,1000 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
('teeth', '')
|
2 |
+
('thirty', '')
|
3 |
+
('water', '')
|
4 |
+
('frosting', '')
|
5 |
+
('phone', '')
|
6 |
+
('animals', '')
|
7 |
+
('drying hair', '')
|
8 |
+
('handle', '')
|
9 |
+
('waterboarding', '')
|
10 |
+
('denim', '')
|
11 |
+
('united states', '')
|
12 |
+
('cake', '')
|
13 |
+
('grapes', '')
|
14 |
+
('cough drops', '')
|
15 |
+
('united states', '')
|
16 |
+
('paper', '')
|
17 |
+
('sunset', '')
|
18 |
+
('i do', '')
|
19 |
+
('holiday dinner', '')
|
20 |
+
('fondant', '')
|
21 |
+
('serve', '')
|
22 |
+
('frisbee', '')
|
23 |
+
('animals', '')
|
24 |
+
('ski resort', '')
|
25 |
+
('airplane', '')
|
26 |
+
('bottom', '')
|
27 |
+
('passenger loading', '')
|
28 |
+
('nintendo wii', '')
|
29 |
+
('heat', '')
|
30 |
+
('bottom', '')
|
31 |
+
('farm', '')
|
32 |
+
('white bag', '')
|
33 |
+
('happy birthday', '')
|
34 |
+
('playing baseball', '')
|
35 |
+
('shampoo conditioner', '')
|
36 |
+
('wii boxing', '')
|
37 |
+
('home run', '')
|
38 |
+
('building', '')
|
39 |
+
('grassy', '')
|
40 |
+
('metal', '')
|
41 |
+
('animals', '')
|
42 |
+
('bathroom', '')
|
43 |
+
('kitchen', '')
|
44 |
+
('cutting food', '')
|
45 |
+
('tissues', '')
|
46 |
+
('tie dyed', '')
|
47 |
+
('japanese', '')
|
48 |
+
('call letters', '')
|
49 |
+
('safety', '')
|
50 |
+
('spend time', '')
|
51 |
+
('bottom', '')
|
52 |
+
('commercial', '')
|
53 |
+
('nothing', '')
|
54 |
+
('bedroom', '')
|
55 |
+
('pizza party', '')
|
56 |
+
('dirt bikes', '')
|
57 |
+
('new york', '')
|
58 |
+
('fruit', '')
|
59 |
+
('parking', '')
|
60 |
+
('left', '')
|
61 |
+
('france', '')
|
62 |
+
('christmas', '')
|
63 |
+
('sports car', '')
|
64 |
+
('tennis balls', '')
|
65 |
+
('falling', '')
|
66 |
+
('mushrooms', '')
|
67 |
+
('fruit', '')
|
68 |
+
('white car', '')
|
69 |
+
('safety', '')
|
70 |
+
('poles', '')
|
71 |
+
('microwave', '')
|
72 |
+
('stone', '')
|
73 |
+
('jessica biel', '')
|
74 |
+
('frosting', '')
|
75 |
+
('propulsion', '')
|
76 |
+
('girl man', '')
|
77 |
+
('to travel', '')
|
78 |
+
('kite', '')
|
79 |
+
('cell phone', '')
|
80 |
+
('mushrooms', '')
|
81 |
+
('to transport', '')
|
82 |
+
('striped', '')
|
83 |
+
('paris', '')
|
84 |
+
('africa', '')
|
85 |
+
('garage', '')
|
86 |
+
('window', '')
|
87 |
+
('dipping', '')
|
88 |
+
('sunlight', '')
|
89 |
+
('both', '')
|
90 |
+
('building', '')
|
91 |
+
('fireplace', '')
|
92 |
+
('rain', '')
|
93 |
+
('to eat', '')
|
94 |
+
('new york', '')
|
95 |
+
('skiing', '')
|
96 |
+
('city', '')
|
97 |
+
('pitcher', '')
|
98 |
+
('camera', '')
|
99 |
+
('parking', '')
|
100 |
+
('room', '')
|
101 |
+
('xena', '')
|
102 |
+
('art show', '')
|
103 |
+
('equestrianism', '')
|
104 |
+
('green', '')
|
105 |
+
('sisters', '')
|
106 |
+
('drinks', '')
|
107 |
+
('palm tree', '')
|
108 |
+
('sails', '')
|
109 |
+
('mexican', '')
|
110 |
+
('school', '')
|
111 |
+
('diagonal', '')
|
112 |
+
('frosting', '')
|
113 |
+
('twentieth', '')
|
114 |
+
('feline', '')
|
115 |
+
('dodge', '')
|
116 |
+
('grill', '')
|
117 |
+
('feline', '')
|
118 |
+
('traffic light', '')
|
119 |
+
('grazing', '')
|
120 |
+
('spectating', '')
|
121 |
+
('bow tie', '')
|
122 |
+
('mason jar', '')
|
123 |
+
('vegetarians', '')
|
124 |
+
('bananas', '')
|
125 |
+
('liquer', '')
|
126 |
+
('broccoli', '')
|
127 |
+
('disneyland', '')
|
128 |
+
('picture', '')
|
129 |
+
('middle', '')
|
130 |
+
('raining', '')
|
131 |
+
('picture', '')
|
132 |
+
('basement', '')
|
133 |
+
('canadian geese', '')
|
134 |
+
('britain', '')
|
135 |
+
('tennis', '')
|
136 |
+
('red stripe', '')
|
137 |
+
('cool', '')
|
138 |
+
('tusks', '')
|
139 |
+
('waiting room', '')
|
140 |
+
('red bus', '')
|
141 |
+
('airplane', '')
|
142 |
+
('suitcase', '')
|
143 |
+
('to transport', '')
|
144 |
+
('train tracks', '')
|
145 |
+
('taking selfie', '')
|
146 |
+
('speakers', '')
|
147 |
+
('seattle', '')
|
148 |
+
('smiling', '')
|
149 |
+
('nintendo wii', '')
|
150 |
+
('investments', '')
|
151 |
+
('oranges', '')
|
152 |
+
('tissues', '')
|
153 |
+
('none', '')
|
154 |
+
('ground', '')
|
155 |
+
('one', '')
|
156 |
+
('omaha', '')
|
157 |
+
('oncoming traffic', '')
|
158 |
+
('nothing', '')
|
159 |
+
('advertisement', '')
|
160 |
+
('nintendo wii', '')
|
161 |
+
('europe', '')
|
162 |
+
('margherita', '')
|
163 |
+
('skating', '')
|
164 |
+
('stone', '')
|
165 |
+
('running', '')
|
166 |
+
('eating leaves', '')
|
167 |
+
('commercial', '')
|
168 |
+
('stove/oven', '')
|
169 |
+
('meat', '')
|
170 |
+
('hooves', '')
|
171 |
+
('hp', '')
|
172 |
+
('fork', '')
|
173 |
+
('building', '')
|
174 |
+
('animals', '')
|
175 |
+
('animals', '')
|
176 |
+
('wax', '')
|
177 |
+
('vegetarian', '')
|
178 |
+
('girl man', '')
|
179 |
+
('stripes', '')
|
180 |
+
('four', '')
|
181 |
+
('liquer', '')
|
182 |
+
('classmates', '')
|
183 |
+
('liquer', '')
|
184 |
+
('red bus', '')
|
185 |
+
('plastic', '')
|
186 |
+
('brown', '')
|
187 |
+
('storage', '')
|
188 |
+
('toaster', '')
|
189 |
+
('to travel', '')
|
190 |
+
('japanese', '')
|
191 |
+
('flying', '')
|
192 |
+
('red wine', '')
|
193 |
+
('basement', '')
|
194 |
+
('thriller fiction', '')
|
195 |
+
('four', '')
|
196 |
+
('room', '')
|
197 |
+
('road', '')
|
198 |
+
('on beach', '')
|
199 |
+
('plowing', '')
|
200 |
+
('fridge', '')
|
201 |
+
('sunlight', '')
|
202 |
+
('protection', '')
|
203 |
+
('christmas', '')
|
204 |
+
('to transport', '')
|
205 |
+
('spiderman', '')
|
206 |
+
('throw ball', '')
|
207 |
+
('throw ball', '')
|
208 |
+
('mother', '')
|
209 |
+
('eat them', '')
|
210 |
+
('girl man', '')
|
211 |
+
('wimbledon', '')
|
212 |
+
('clothing', '')
|
213 |
+
('apple', '')
|
214 |
+
('ten', '')
|
215 |
+
('public transport', '')
|
216 |
+
('carrot', '')
|
217 |
+
('farm', '')
|
218 |
+
('plowing', '')
|
219 |
+
('storage', '')
|
220 |
+
('airport', '')
|
221 |
+
('truck', '')
|
222 |
+
('wire ties', '')
|
223 |
+
('skateboard', '')
|
224 |
+
('grandparents', '')
|
225 |
+
('trash', '')
|
226 |
+
('stop', '')
|
227 |
+
('athlete', '')
|
228 |
+
('missed', '')
|
229 |
+
('food', '')
|
230 |
+
('wire ties', '')
|
231 |
+
('oranges', '')
|
232 |
+
('forest', '')
|
233 |
+
('pacifier', '')
|
234 |
+
('parade', '')
|
235 |
+
('yeast', '')
|
236 |
+
('dinner', '')
|
237 |
+
('sisters', '')
|
238 |
+
('remote controls', '')
|
239 |
+
('four', '')
|
240 |
+
('vespa', '')
|
241 |
+
('disposable', '')
|
242 |
+
('raining', '')
|
243 |
+
('underground', '')
|
244 |
+
('flying', '')
|
245 |
+
('liquer', '')
|
246 |
+
('london', '')
|
247 |
+
('europe', '')
|
248 |
+
('bottom', '')
|
249 |
+
('girl man', '')
|
250 |
+
('hot sauce', '')
|
251 |
+
('tokyo', '')
|
252 |
+
('waterboarding', '')
|
253 |
+
('flower', '')
|
254 |
+
('ten', '')
|
255 |
+
('for bikes', '')
|
256 |
+
('21', '')
|
257 |
+
('room', '')
|
258 |
+
('riding them', '')
|
259 |
+
('talk show', '')
|
260 |
+
('horses', '')
|
261 |
+
('banana split', '')
|
262 |
+
('pushing off', '')
|
263 |
+
('eat', '')
|
264 |
+
('white car', '')
|
265 |
+
('station', '')
|
266 |
+
('snowboarding', '')
|
267 |
+
('middle', '')
|
268 |
+
('four', '')
|
269 |
+
('spiderman', '')
|
270 |
+
('little league', '')
|
271 |
+
('thirty', '')
|
272 |
+
('white bag', '')
|
273 |
+
('eating', '')
|
274 |
+
('living room', '')
|
275 |
+
('singing', '')
|
276 |
+
('cutting food', '')
|
277 |
+
('residential', '')
|
278 |
+
('laptop', '')
|
279 |
+
('candle', '')
|
280 |
+
('yellow', '')
|
281 |
+
('wok', '')
|
282 |
+
('clothing', '')
|
283 |
+
('candle', '')
|
284 |
+
('classmates', '')
|
285 |
+
('peel it', '')
|
286 |
+
('nothing', '')
|
287 |
+
('animals', '')
|
288 |
+
('bottom', '')
|
289 |
+
('beer', '')
|
290 |
+
('fence', '')
|
291 |
+
('fall season', '')
|
292 |
+
('girl man', '')
|
293 |
+
('striped', '')
|
294 |
+
('zero', '')
|
295 |
+
('coke', '')
|
296 |
+
('public transport', '')
|
297 |
+
('mouse', '')
|
298 |
+
('forehand', '')
|
299 |
+
('parallel', '')
|
300 |
+
('cement', '')
|
301 |
+
('four', '')
|
302 |
+
('suitcase', '')
|
303 |
+
('for shade', '')
|
304 |
+
('headphones', '')
|
305 |
+
('beer', '')
|
306 |
+
('four', '')
|
307 |
+
("don't walk", '')
|
308 |
+
('suitcase', '')
|
309 |
+
('room', '')
|
310 |
+
('shoes', '')
|
311 |
+
('orange', '')
|
312 |
+
('cotton', '')
|
313 |
+
('computer', '')
|
314 |
+
('herding', '')
|
315 |
+
('breakfast', '')
|
316 |
+
('two', '')
|
317 |
+
('yellow', '')
|
318 |
+
('zebra', '')
|
319 |
+
('lighting', '')
|
320 |
+
('children', '')
|
321 |
+
('skateboard', '')
|
322 |
+
('business', '')
|
323 |
+
('knife', '')
|
324 |
+
('handle', '')
|
325 |
+
('whale', '')
|
326 |
+
('new york', '')
|
327 |
+
('nike', '')
|
328 |
+
('raining', '')
|
329 |
+
('taking selfie', '')
|
330 |
+
('sports car', '')
|
331 |
+
('dirt', '')
|
332 |
+
('building', '')
|
333 |
+
('white van', '')
|
334 |
+
('cooling', '')
|
335 |
+
('to catch', '')
|
336 |
+
('four', '')
|
337 |
+
('cool', '')
|
338 |
+
('doorway', '')
|
339 |
+
('four', '')
|
340 |
+
('grassy', '')
|
341 |
+
('clay', '')
|
342 |
+
('morning', '')
|
343 |
+
('grassy', '')
|
344 |
+
('forehand', '')
|
345 |
+
('balls', '')
|
346 |
+
('green', '')
|
347 |
+
("don't walk", '')
|
348 |
+
('teapot', '')
|
349 |
+
('oncoming traffic', '')
|
350 |
+
('rain protection', '')
|
351 |
+
('black', '')
|
352 |
+
('stone', '')
|
353 |
+
('shoes', '')
|
354 |
+
('time lapse', '')
|
355 |
+
('grey', '')
|
356 |
+
('statues', '')
|
357 |
+
('four', '')
|
358 |
+
('red wine', '')
|
359 |
+
('heat', '')
|
360 |
+
('cruise', '')
|
361 |
+
('animals', '')
|
362 |
+
('nintendo wii', '')
|
363 |
+
('bottom', '')
|
364 |
+
('forehand', '')
|
365 |
+
('to transport', '')
|
366 |
+
('glass', '')
|
367 |
+
('imac', '')
|
368 |
+
('united states', '')
|
369 |
+
('omaha', '')
|
370 |
+
('holding pencils', '')
|
371 |
+
('cigarette', '')
|
372 |
+
('hp', '')
|
373 |
+
('academic', '')
|
374 |
+
('shoes', '')
|
375 |
+
('pickles', '')
|
376 |
+
('parallel', '')
|
377 |
+
('four', '')
|
378 |
+
('bottom', '')
|
379 |
+
('safety', '')
|
380 |
+
('one', '')
|
381 |
+
('nike', '')
|
382 |
+
('icing', '')
|
383 |
+
('home plate', '')
|
384 |
+
('meat', '')
|
385 |
+
('love us', '')
|
386 |
+
('drinks', '')
|
387 |
+
('striped', '')
|
388 |
+
('safety', '')
|
389 |
+
('four', '')
|
390 |
+
('helium', '')
|
391 |
+
('afternoon', '')
|
392 |
+
('to balance', '')
|
393 |
+
('home', '')
|
394 |
+
('weekend', '')
|
395 |
+
('black', '')
|
396 |
+
('fish eye', '')
|
397 |
+
('airplane', '')
|
398 |
+
('donut', '')
|
399 |
+
('broccoli', '')
|
400 |
+
('zero', '')
|
401 |
+
('herd sheep', '')
|
402 |
+
('playful', '')
|
403 |
+
('victorian', '')
|
404 |
+
('running', '')
|
405 |
+
('in shape', '')
|
406 |
+
('animals', '')
|
407 |
+
('equestrianism', '')
|
408 |
+
('asian', '')
|
409 |
+
('fireplace', '')
|
410 |
+
('cellular', '')
|
411 |
+
('cow', '')
|
412 |
+
('hotel', '')
|
413 |
+
('wire ties', '')
|
414 |
+
('peapod', '')
|
415 |
+
('playing baseball', '')
|
416 |
+
('ipod', '')
|
417 |
+
('sleep', '')
|
418 |
+
('little league', '')
|
419 |
+
('sadness', '')
|
420 |
+
('meat', '')
|
421 |
+
('canada', '')
|
422 |
+
('drinks', '')
|
423 |
+
('summer', '')
|
424 |
+
('three', '')
|
425 |
+
('mushrooms', '')
|
426 |
+
('shade', '')
|
427 |
+
('home run', '')
|
428 |
+
('drinks', '')
|
429 |
+
('building', '')
|
430 |
+
('hooves', '')
|
431 |
+
('hotel', '')
|
432 |
+
('white', '')
|
433 |
+
('africa', '')
|
434 |
+
('gloves', '')
|
435 |
+
('ground', '')
|
436 |
+
('to eat', '')
|
437 |
+
('fruit', '')
|
438 |
+
('same color', '')
|
439 |
+
('visibility', '')
|
440 |
+
('on beach', '')
|
441 |
+
('yellow', '')
|
442 |
+
('bedroom', '')
|
443 |
+
('chairlift', '')
|
444 |
+
('dirt', '')
|
445 |
+
('sunset', '')
|
446 |
+
('for shade', '')
|
447 |
+
('yellow', '')
|
448 |
+
('olive oil', '')
|
449 |
+
('kayaking', '')
|
450 |
+
('wine tasting', '')
|
451 |
+
('holding pencils', '')
|
452 |
+
('window', '')
|
453 |
+
('dirty', '')
|
454 |
+
('motorcycle', '')
|
455 |
+
('to eat', '')
|
456 |
+
('chariot racing', '')
|
457 |
+
('stir', '')
|
458 |
+
('grass', '')
|
459 |
+
('sitting', '')
|
460 |
+
('liquer', '')
|
461 |
+
('four', '')
|
462 |
+
('hp', '')
|
463 |
+
('safety', '')
|
464 |
+
('snow', '')
|
465 |
+
('wimbledon', '')
|
466 |
+
('britain', '')
|
467 |
+
('purse', '')
|
468 |
+
('taking selfie', '')
|
469 |
+
('love us', '')
|
470 |
+
('rain protection', '')
|
471 |
+
('to race', '')
|
472 |
+
('herding', '')
|
473 |
+
('travel', '')
|
474 |
+
('f', '')
|
475 |
+
('21', '')
|
476 |
+
('camera', '')
|
477 |
+
('vegetarians', '')
|
478 |
+
('elephant', '')
|
479 |
+
('airplane', '')
|
480 |
+
('to travel', '')
|
481 |
+
('crust', '')
|
482 |
+
('poles', '')
|
483 |
+
('grass', '')
|
484 |
+
('soda', '')
|
485 |
+
('electric', '')
|
486 |
+
('forehand', '')
|
487 |
+
('coke', '')
|
488 |
+
('body surf', '')
|
489 |
+
('tourists', '')
|
490 |
+
('to ride', '')
|
491 |
+
('us', '')
|
492 |
+
('rail grind', '')
|
493 |
+
('living room', '')
|
494 |
+
('cake', '')
|
495 |
+
('laughing', '')
|
496 |
+
('knight', '')
|
497 |
+
('office', '')
|
498 |
+
('for shade', '')
|
499 |
+
('getting married', '')
|
500 |
+
('sightseeing rides', '')
|
501 |
+
('crossing street', '')
|
502 |
+
('cologne germany', '')
|
503 |
+
('jockeys', '')
|
504 |
+
('coffee', '')
|
505 |
+
('usps', '')
|
506 |
+
('in shape', '')
|
507 |
+
('1369', '')
|
508 |
+
('wrinkles', '')
|
509 |
+
('smoking', '')
|
510 |
+
('eating', '')
|
511 |
+
('museum', '')
|
512 |
+
('pottery', '')
|
513 |
+
('farm', '')
|
514 |
+
('clean', '')
|
515 |
+
('ten', '')
|
516 |
+
('getting married', '')
|
517 |
+
('airport', '')
|
518 |
+
('bug shield', '')
|
519 |
+
('fighter jets', '')
|
520 |
+
('bartender', '')
|
521 |
+
('clean', '')
|
522 |
+
('four', '')
|
523 |
+
('watch tv', '')
|
524 |
+
('protect it', '')
|
525 |
+
('building', '')
|
526 |
+
('badminton', '')
|
527 |
+
('stretching', '')
|
528 |
+
('xena', '')
|
529 |
+
('sisters', '')
|
530 |
+
('one', '')
|
531 |
+
('girl man', '')
|
532 |
+
('coach', '')
|
533 |
+
('sails', '')
|
534 |
+
('fire hydrants', '')
|
535 |
+
('tokyo', '')
|
536 |
+
('cement', '')
|
537 |
+
('for bikes', '')
|
538 |
+
('hats', '')
|
539 |
+
('classmates', '')
|
540 |
+
('frosting', '')
|
541 |
+
('raining', '')
|
542 |
+
('glass', '')
|
543 |
+
('electric', '')
|
544 |
+
('sails', '')
|
545 |
+
('rail grind', '')
|
546 |
+
('wine', '')
|
547 |
+
('getting married', '')
|
548 |
+
('window', '')
|
549 |
+
('backyard', '')
|
550 |
+
('running', '')
|
551 |
+
('moving', '')
|
552 |
+
('sisters', '')
|
553 |
+
('chess', '')
|
554 |
+
('drainage', '')
|
555 |
+
('octopus', '')
|
556 |
+
('electric', '')
|
557 |
+
('tennis', '')
|
558 |
+
('giraffe', '')
|
559 |
+
('john mcenroe', '')
|
560 |
+
('pedestrian', '')
|
561 |
+
('pulling it', '')
|
562 |
+
('mousepad', '')
|
563 |
+
('exclamation', '')
|
564 |
+
('catcher', '')
|
565 |
+
('dock', '')
|
566 |
+
('kimberly elise', '')
|
567 |
+
('red velvet', '')
|
568 |
+
('eat food', '')
|
569 |
+
('illinois', '')
|
570 |
+
('protect it', '')
|
571 |
+
('airplane', '')
|
572 |
+
('building', '')
|
573 |
+
('return serve', '')
|
574 |
+
('left hand', '')
|
575 |
+
('sleeping bag', '')
|
576 |
+
('middle', '')
|
577 |
+
('i do', '')
|
578 |
+
('serve', '')
|
579 |
+
('zebra', '')
|
580 |
+
('donuts', '')
|
581 |
+
('buildings', '')
|
582 |
+
('picture', '')
|
583 |
+
('seventeen', '')
|
584 |
+
('camera', '')
|
585 |
+
('cow', '')
|
586 |
+
('building', '')
|
587 |
+
('buses', '')
|
588 |
+
('for shade', '')
|
589 |
+
('meat', '')
|
590 |
+
('cooler', '')
|
591 |
+
('utensils', '')
|
592 |
+
('clouds', '')
|
593 |
+
('michael', '')
|
594 |
+
('glass', '')
|
595 |
+
('groom', '')
|
596 |
+
('baseball bat', '')
|
597 |
+
('water', '')
|
598 |
+
('speakers', '')
|
599 |
+
('charcuterie', '')
|
600 |
+
('picture', '')
|
601 |
+
('white', '')
|
602 |
+
('fall season', '')
|
603 |
+
('domestic pet', '')
|
604 |
+
('black', '')
|
605 |
+
('north bergen', '')
|
606 |
+
('seniors', '')
|
607 |
+
('passenger loading', '')
|
608 |
+
('metal', '')
|
609 |
+
('ocean', '')
|
610 |
+
('east asia', '')
|
611 |
+
('watch tv', '')
|
612 |
+
('thirty', '')
|
613 |
+
('asian', '')
|
614 |
+
('eat food', '')
|
615 |
+
('phone', '')
|
616 |
+
('feline', '')
|
617 |
+
('police officer', '')
|
618 |
+
('churning water', '')
|
619 |
+
('large closet', '')
|
620 |
+
('yogurt', '')
|
621 |
+
('snow boarding', '')
|
622 |
+
('four', '')
|
623 |
+
('tusk', '')
|
624 |
+
('east asia', '')
|
625 |
+
('car wash', '')
|
626 |
+
('pelican', '')
|
627 |
+
('animals', '')
|
628 |
+
('both', '')
|
629 |
+
('four', '')
|
630 |
+
('i do', '')
|
631 |
+
('room', '')
|
632 |
+
('canadian geese', '')
|
633 |
+
('sisters', '')
|
634 |
+
('serve', '')
|
635 |
+
('sunlight', '')
|
636 |
+
('fun', '')
|
637 |
+
('squatting', '')
|
638 |
+
('pizzeria', '')
|
639 |
+
('liquer', '')
|
640 |
+
('eye protection', '')
|
641 |
+
('flag', '')
|
642 |
+
('fish', '')
|
643 |
+
('donald duck', '')
|
644 |
+
('pulling it', '')
|
645 |
+
('four', '')
|
646 |
+
('girl man', '')
|
647 |
+
('grilled', '')
|
648 |
+
('20-30 years', '')
|
649 |
+
('checkerboard', '')
|
650 |
+
('afternoon', '')
|
651 |
+
('balls', '')
|
652 |
+
('protect it', '')
|
653 |
+
('eat', '')
|
654 |
+
('eat food', '')
|
655 |
+
('match', '')
|
656 |
+
('mouse', '')
|
657 |
+
('fence', '')
|
658 |
+
('watch tv', '')
|
659 |
+
('jeep', '')
|
660 |
+
('train tracks', '')
|
661 |
+
('bunt', '')
|
662 |
+
('buses', '')
|
663 |
+
('liquer', '')
|
664 |
+
('catcher', '')
|
665 |
+
('camera', '')
|
666 |
+
('plowing', '')
|
667 |
+
('australia', '')
|
668 |
+
('doughnuts', '')
|
669 |
+
('running', '')
|
670 |
+
('red', '')
|
671 |
+
('frosting', '')
|
672 |
+
('islam', '')
|
673 |
+
('nintendo wii', '')
|
674 |
+
('park', '')
|
675 |
+
('europe', '')
|
676 |
+
('forest', '')
|
677 |
+
('pulling it', '')
|
678 |
+
('stir frying', '')
|
679 |
+
('snow', '')
|
680 |
+
('elephant', '')
|
681 |
+
('bunt', '')
|
682 |
+
('truck', '')
|
683 |
+
('compact fluorescent', '')
|
684 |
+
('sunlight', '')
|
685 |
+
('catcher', '')
|
686 |
+
('fall season', '')
|
687 |
+
('coke', '')
|
688 |
+
('thirty', '')
|
689 |
+
('pizzeria', '')
|
690 |
+
('striped', '')
|
691 |
+
('napping', '')
|
692 |
+
('parade', '')
|
693 |
+
('usps', '')
|
694 |
+
('6 feet', '')
|
695 |
+
('herding', '')
|
696 |
+
('liquer', '')
|
697 |
+
('june', '')
|
698 |
+
('exhibition', '')
|
699 |
+
('train tracks', '')
|
700 |
+
('speeding', '')
|
701 |
+
('awaiting greenlight', '')
|
702 |
+
('parking', '')
|
703 |
+
('plastic', '')
|
704 |
+
('jumping', '')
|
705 |
+
('clown fish', '')
|
706 |
+
('tusks', '')
|
707 |
+
('bow tie', '')
|
708 |
+
('film', '')
|
709 |
+
('motorcycle dealer', '')
|
710 |
+
('toy story', '')
|
711 |
+
('tomato', '')
|
712 |
+
('electric', '')
|
713 |
+
('fence', '')
|
714 |
+
('powdered sugar', '')
|
715 |
+
('cigarette', '')
|
716 |
+
('fence', '')
|
717 |
+
('breakfast', '')
|
718 |
+
('handle', '')
|
719 |
+
('glass', '')
|
720 |
+
('donuts', '')
|
721 |
+
('zero', '')
|
722 |
+
('sails', '')
|
723 |
+
('kitchen', '')
|
724 |
+
('hotel room', '')
|
725 |
+
('crt', '')
|
726 |
+
('cutting food', '')
|
727 |
+
('devil', '')
|
728 |
+
('top', '')
|
729 |
+
('legos', '')
|
730 |
+
('picture taking', '')
|
731 |
+
('ocean', '')
|
732 |
+
('hereford', '')
|
733 |
+
('fall season', '')
|
734 |
+
('seventeen', '')
|
735 |
+
('downhill', '')
|
736 |
+
('pelican', '')
|
737 |
+
('coke', '')
|
738 |
+
('farm', '')
|
739 |
+
('tropical', '')
|
740 |
+
('plaid', '')
|
741 |
+
('nothing', '')
|
742 |
+
('smoking', '')
|
743 |
+
('paper', '')
|
744 |
+
('headset', '')
|
745 |
+
('cake', '')
|
746 |
+
('running', '')
|
747 |
+
('sarong', '')
|
748 |
+
('gas', '')
|
749 |
+
('chess', '')
|
750 |
+
('bottom', '')
|
751 |
+
('eye protection', '')
|
752 |
+
('gloves', '')
|
753 |
+
('curiosity', '')
|
754 |
+
('japan', '')
|
755 |
+
('construction worker', '')
|
756 |
+
('heat', '')
|
757 |
+
('christmas', '')
|
758 |
+
('john mcenroe', '')
|
759 |
+
('thirty', '')
|
760 |
+
('fondant', '')
|
761 |
+
('zero', '')
|
762 |
+
('plate', '')
|
763 |
+
('fruit', '')
|
764 |
+
('to catch', '')
|
765 |
+
('onion', '')
|
766 |
+
('dirt', '')
|
767 |
+
('dinner', '')
|
768 |
+
('apple', '')
|
769 |
+
('mustang', '')
|
770 |
+
('oncoming traffic', '')
|
771 |
+
('forest', '')
|
772 |
+
('home run', '')
|
773 |
+
('squatting', '')
|
774 |
+
('resort', '')
|
775 |
+
('clean', '')
|
776 |
+
('britain', '')
|
777 |
+
('frisbee', '')
|
778 |
+
('roasted', '')
|
779 |
+
('fluffy', '')
|
780 |
+
('porcelain', '')
|
781 |
+
('margherita', '')
|
782 |
+
('utensils', '')
|
783 |
+
('breakfast', '')
|
784 |
+
('us', '')
|
785 |
+
('residential', '')
|
786 |
+
('laying', '')
|
787 |
+
('alcohol', '')
|
788 |
+
('grapes', '')
|
789 |
+
('egypt', '')
|
790 |
+
('animals', '')
|
791 |
+
('mountain', '')
|
792 |
+
('fashion', '')
|
793 |
+
('cars', '')
|
794 |
+
('metal', '')
|
795 |
+
('four', '')
|
796 |
+
('restroom', '')
|
797 |
+
('plastic', '')
|
798 |
+
('cross street', '')
|
799 |
+
('skateboard', '')
|
800 |
+
('serve', '')
|
801 |
+
('staring', '')
|
802 |
+
('sadness', '')
|
803 |
+
('to sell', '')
|
804 |
+
('drying hands', '')
|
805 |
+
('mouse', '')
|
806 |
+
('dodgers', '')
|
807 |
+
('printing', '')
|
808 |
+
('four', '')
|
809 |
+
('laptop', '')
|
810 |
+
('oncoming traffic', '')
|
811 |
+
('diagonal', '')
|
812 |
+
('bottom', '')
|
813 |
+
('lgbt', '')
|
814 |
+
('tennis competition', '')
|
815 |
+
('clown fish', '')
|
816 |
+
('love us', '')
|
817 |
+
('europe', '')
|
818 |
+
('red light', '')
|
819 |
+
('smiling', '')
|
820 |
+
('fridge', '')
|
821 |
+
('carrot', '')
|
822 |
+
('animals', '')
|
823 |
+
('propulsion', '')
|
824 |
+
('absolutely no', '')
|
825 |
+
('console', '')
|
826 |
+
('flying', '')
|
827 |
+
('tractor', '')
|
828 |
+
('ceiling', '')
|
829 |
+
('building', '')
|
830 |
+
('one', '')
|
831 |
+
('union jack', '')
|
832 |
+
('photographers', '')
|
833 |
+
('baseball cap', '')
|
834 |
+
('produce', '')
|
835 |
+
('forehand', '')
|
836 |
+
('downhill', '')
|
837 |
+
('pointsettia', '')
|
838 |
+
('oncoming traffic', '')
|
839 |
+
('smoke', '')
|
840 |
+
('cell phone', '')
|
841 |
+
('grip', '')
|
842 |
+
('pushing off', '')
|
843 |
+
('united states', '')
|
844 |
+
('christianity', '')
|
845 |
+
('ten', '')
|
846 |
+
('pizzeria', '')
|
847 |
+
('take picture', '')
|
848 |
+
('red wine', '')
|
849 |
+
('passenger transport', '')
|
850 |
+
('taking selfie', '')
|
851 |
+
('girl man', '')
|
852 |
+
('picture', '')
|
853 |
+
('remote controls', '')
|
854 |
+
('ranch', '')
|
855 |
+
('commercial', '')
|
856 |
+
('left hand', '')
|
857 |
+
('surfboard', '')
|
858 |
+
('baseball bat', '')
|
859 |
+
('volvo', '')
|
860 |
+
('for reception', '')
|
861 |
+
('love us', '')
|
862 |
+
('academic', '')
|
863 |
+
('grill', '')
|
864 |
+
('bottom', '')
|
865 |
+
('fireplace', '')
|
866 |
+
('bottom', '')
|
867 |
+
('jumping', '')
|
868 |
+
('cellular', '')
|
869 |
+
('raining', '')
|
870 |
+
('sisters', '')
|
871 |
+
('balls', '')
|
872 |
+
('back seat', '')
|
873 |
+
('laptop', '')
|
874 |
+
('to sell', '')
|
875 |
+
('drinking', '')
|
876 |
+
('icing', '')
|
877 |
+
('pepsi', '')
|
878 |
+
('skyline', '')
|
879 |
+
('teddy bear', '')
|
880 |
+
('parallel', '')
|
881 |
+
('rail grind', '')
|
882 |
+
('herding', '')
|
883 |
+
('formal', '')
|
884 |
+
('seattle', '')
|
885 |
+
('analog', '')
|
886 |
+
('pulling it', '')
|
887 |
+
('90', '')
|
888 |
+
('tennis', '')
|
889 |
+
('herd sheep', '')
|
890 |
+
('fruit', '')
|
891 |
+
('glasses', '')
|
892 |
+
('europe', '')
|
893 |
+
('bananas', '')
|
894 |
+
('snow', '')
|
895 |
+
('trophy', '')
|
896 |
+
('seniors', '')
|
897 |
+
('bottom', '')
|
898 |
+
('building', '')
|
899 |
+
('building', '')
|
900 |
+
('soda', '')
|
901 |
+
('cook', '')
|
902 |
+
('desserts', '')
|
903 |
+
('to transport', '')
|
904 |
+
('island', '')
|
905 |
+
('tennis balls', '')
|
906 |
+
('girl man', '')
|
907 |
+
('throw ball', '')
|
908 |
+
('cross street', '')
|
909 |
+
('london', '')
|
910 |
+
('united states', '')
|
911 |
+
('cocoa', '')
|
912 |
+
('four', '')
|
913 |
+
('volkswagen', '')
|
914 |
+
('fruit', '')
|
915 |
+
('heat', '')
|
916 |
+
('isuzu', '')
|
917 |
+
('top', '')
|
918 |
+
('in shape', '')
|
919 |
+
('picture', '')
|
920 |
+
('apple', '')
|
921 |
+
('snowboarding', '')
|
922 |
+
('grass', '')
|
923 |
+
('parallel', '')
|
924 |
+
('horses', '')
|
925 |
+
('public transport', '')
|
926 |
+
('building', '')
|
927 |
+
('commercial kitchen', '')
|
928 |
+
('truck', '')
|
929 |
+
('four', '')
|
930 |
+
('frosting', '')
|
931 |
+
('sugar', '')
|
932 |
+
('laying', '')
|
933 |
+
('white bag', '')
|
934 |
+
('orange tractor', '')
|
935 |
+
('formal', '')
|
936 |
+
('for bikes', '')
|
937 |
+
('frisbee', '')
|
938 |
+
('malaysia', '')
|
939 |
+
('potato', '')
|
940 |
+
('office', '')
|
941 |
+
('tv', '')
|
942 |
+
('white', '')
|
943 |
+
('hooves', '')
|
944 |
+
('fish', '')
|
945 |
+
('fruit', '')
|
946 |
+
('girl man', '')
|
947 |
+
('eating', '')
|
948 |
+
('broken bones', '')
|
949 |
+
('tin foil', '')
|
950 |
+
('crashing', '')
|
951 |
+
('john mcenroe', '')
|
952 |
+
('reading', '')
|
953 |
+
('sailing vessel', '')
|
954 |
+
('safety', '')
|
955 |
+
('sneakers', '')
|
956 |
+
('us', '')
|
957 |
+
('imac', '')
|
958 |
+
('under armour', '')
|
959 |
+
('africa', '')
|
960 |
+
('nothing', '')
|
961 |
+
('return serve', '')
|
962 |
+
('asian', '')
|
963 |
+
('union jack', '')
|
964 |
+
('skateboard', '')
|
965 |
+
('grocery store', '')
|
966 |
+
('on beach', '')
|
967 |
+
('sitting', '')
|
968 |
+
('hp', '')
|
969 |
+
('staring', '')
|
970 |
+
('watch tv', '')
|
971 |
+
('africa', '')
|
972 |
+
('fall season', '')
|
973 |
+
('left hand', '')
|
974 |
+
('gloves', '')
|
975 |
+
('for bikes', '')
|
976 |
+
('gymnasium', '')
|
977 |
+
('tank car', '')
|
978 |
+
('holding pencils', '')
|
979 |
+
('body surf', '')
|
980 |
+
('living room', '')
|
981 |
+
('metal', '')
|
982 |
+
('sails', '')
|
983 |
+
('playing baseball', '')
|
984 |
+
('two', '')
|
985 |
+
('wake up', '')
|
986 |
+
('tours', '')
|
987 |
+
('one', '')
|
988 |
+
('rice', '')
|
989 |
+
('microwave', '')
|
990 |
+
('wine tasting', '')
|
991 |
+
('one', '')
|
992 |
+
('stella artois', '')
|
993 |
+
('picture taking', '')
|
994 |
+
('forehand', '')
|
995 |
+
('microwave', '')
|
996 |
+
('clock', '')
|
997 |
+
('east asia', '')
|
998 |
+
('evening', '')
|
999 |
+
('t-hsirt', '')
|
1000 |
+
('crust', '')
|
eval/A-OKVQA_score.json
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"acc": 0.405,
|
3 |
+
"num_correct": 405,
|
4 |
+
"num_pred": 1000
|
5 |
+
}
|
eval/CIRR_pred.txt
ADDED
@@ -0,0 +1,1000 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-1028-1-img1.jpg')
|
2 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-63-0-img1.jpg')
|
3 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-613-1-img0.jpg')
|
4 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-1044-1-img1.jpg')
|
5 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-613-1-img0.jpg')
|
6 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-752-0-img0.jpg')
|
7 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-150-0-img1.jpg')
|
8 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-150-0-img1.jpg')
|
9 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-977-3-img1.jpg')
|
10 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-104-3-img1.jpg')
|
11 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-717-3-img0.jpg')
|
12 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-940-1-img0.jpg')
|
13 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-613-1-img0.jpg')
|
14 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-12-3-img0.jpg')
|
15 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-628-1-img1.jpg')
|
16 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-158-0-img1.jpg')
|
17 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-167-1-img1.jpg')
|
18 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-167-3-img0.jpg')
|
19 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-125-2-img1.jpg')
|
20 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-548-2-img1.jpg')
|
21 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-149-0-img1.jpg')
|
22 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-355-1-img1.jpg')
|
23 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-1004-1-img0.jpg')
|
24 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-717-0-img0.jpg')
|
25 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-630-0-img1.jpg')
|
26 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-115-2-img0.jpg')
|
27 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-115-2-img0.jpg')
|
28 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-115-3-img0.jpg')
|
29 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-1047-1-img1.jpg')
|
30 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-221-2-img0.jpg')
|
31 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-853-3-img0.jpg')
|
32 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-174-0-img1.jpg')
|
33 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-302-3-img0.jpg')
|
34 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-1038-1-img0.jpg')
|
35 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-475-2-img0.jpg')
|
36 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-985-0-img0.jpg')
|
37 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-1010-3-img1.jpg')
|
38 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-475-3-img0.jpg')
|
39 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-117-3-img0.jpg')
|
40 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-117-3-img1.jpg')
|
41 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-854-3-img1.jpg')
|
42 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-384-0-img1.jpg')
|
43 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-631-1-img1.jpg')
|
44 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-179-1-img0.jpg')
|
45 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-1019-3-img1.jpg')
|
46 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-951-1-img1.jpg')
|
47 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-726-3-img0.jpg')
|
48 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-181-3-img0.jpg')
|
49 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-609-3-img1.jpg')
|
50 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-733-0-img0.jpg')
|
51 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-359-0-img1.jpg')
|
52 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-423-3-img1.jpg')
|
53 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-181-3-img1.jpg')
|
54 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-181-3-img1.jpg')
|
55 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-554-3-img1.jpg')
|
56 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-134-1-img1.jpg')
|
57 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-134-1-img1.jpg')
|
58 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-135-0-img1.jpg')
|
59 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-135-0-img1.jpg')
|
60 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-549-3-img1.jpg')
|
61 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-147-1-img1.jpg')
|
62 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-516-3-img1.jpg')
|
63 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-661-0-img0.jpg')
|
64 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-135-3-img1.jpg')
|
65 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-185-2-img1.jpg')
|
66 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-187-2-img0.jpg')
|
67 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-1023-1-img1.jpg')
|
68 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-1023-1-img1.jpg')
|
69 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-1025-3-img1.jpg')
|
70 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-390-1-img1.jpg')
|
71 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-1026-2-img1.jpg')
|
72 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-1026-2-img1.jpg')
|
73 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-97-2-img1.jpg')
|
74 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-390-1-img1.jpg')
|
75 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-813-0-img1.jpg')
|
76 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-949-2-img0.jpg')
|
77 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-814-0-img0.jpg')
|
78 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-711-2-img1.jpg')
|
79 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-294-3-img1.jpg')
|
80 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-1026-0-img1.jpg')
|
81 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-199-1-img0.jpg')
|
82 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-814-0-img0.jpg')
|
83 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-813-0-img0.jpg')
|
84 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-83-0-img1.jpg')
|
85 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-308-3-img1.jpg')
|
86 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-475-2-img0.jpg')
|
87 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-985-0-img0.jpg')
|
88 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-1038-1-img0.jpg')
|
89 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-308-3-img1.jpg')
|
90 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-1027-1-img0.jpg')
|
91 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-985-0-img0.jpg')
|
92 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-1028-2-img0.jpg')
|
93 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-244-0-img0.jpg')
|
94 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-1028-2-img1.jpg')
|
95 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-1028-2-img1.jpg')
|
96 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-1028-1-img1.jpg')
|
97 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-63-0-img1.jpg')
|
98 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-1028-1-img1.jpg')
|
99 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-1028-1-img1.jpg')
|
100 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-1002-2-img0.jpg')
|
101 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-896-2-img0.jpg')
|
102 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-558-3-img1.jpg')
|
103 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-1028-3-img0.jpg')
|
104 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-558-0-img0.jpg')
|
105 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-1028-3-img0.jpg')
|
106 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-50-3-img0.jpg')
|
107 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-684-2-img1.jpg')
|
108 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-684-2-img1.jpg')
|
109 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-371-2-img0.jpg')
|
110 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-50-2-img1.jpg')
|
111 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-99-2-img0.jpg')
|
112 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-414-1-img0.jpg')
|
113 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-375-0-img0.jpg')
|
114 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-989-1-img1.jpg')
|
115 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-558-3-img1.jpg')
|
116 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-1031-2-img0.jpg')
|
117 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-1031-2-img0.jpg')
|
118 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-775-0-img0.jpg')
|
119 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-424-0-img1.jpg')
|
120 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-414-1-img0.jpg')
|
121 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-714-2-img1.jpg')
|
122 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-714-2-img1.jpg')
|
123 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-1031-2-img1.jpg')
|
124 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-375-0-img0.jpg')
|
125 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-414-1-img0.jpg')
|
126 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-643-0-img1.jpg')
|
127 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-1031-2-img1.jpg')
|
128 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-5-3-img0.jpg')
|
129 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-714-2-img1.jpg')
|
130 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-5-3-img0.jpg')
|
131 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-364-2-img1.jpg')
|
132 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-1032-0-img1.jpg')
|
133 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-1032-0-img1.jpg')
|
134 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-1032-0-img1.jpg')
|
135 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-675-0-img0.jpg')
|
136 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-675-2-img0.jpg')
|
137 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-180-3-img1.jpg')
|
138 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-1032-1-img1.jpg')
|
139 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-131-2-img0.jpg')
|
140 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-675-2-img0.jpg')
|
141 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-675-0-img0.jpg')
|
142 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-675-2-img0.jpg')
|
143 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-1032-1-img1.jpg')
|
144 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-1032-2-img1.jpg')
|
145 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-850-1-img0.jpg')
|
146 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-140-0-img0.jpg')
|
147 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-61-0-img1.jpg')
|
148 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-1032-0-img1.jpg')
|
149 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-1032-2-img1.jpg')
|
150 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-1032-1-img0.jpg')
|
151 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-780-1-img1.jpg')
|
152 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-140-2-img0.jpg')
|
153 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-143-0-img0.jpg')
|
154 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-483-1-img1.jpg')
|
155 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-1033-1-img0.jpg')
|
156 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-1033-1-img1.jpg')
|
157 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-143-0-img0.jpg')
|
158 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-143-1-img0.jpg')
|
159 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-143-0-img1.jpg')
|
160 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-1033-2-img0.jpg')
|
161 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-1033-0-img1.jpg')
|
162 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-1033-0-img1.jpg')
|
163 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-1033-2-img0.jpg')
|
164 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-1033-1-img1.jpg')
|
165 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-1033-0-img1.jpg')
|
166 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-1052-2-img0.jpg')
|
167 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-143-2-img1.jpg')
|
168 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-143-2-img0.jpg')
|
169 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-143-1-img0.jpg')
|
170 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-143-0-img1.jpg')
|
171 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-197-0-img1.jpg')
|
172 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-1033-0-img1.jpg')
|
173 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-1033-3-img0.jpg')
|
174 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-1033-0-img1.jpg')
|
175 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-1033-0-img1.jpg')
|
176 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-618-1-img0.jpg')
|
177 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-618-1-img0.jpg')
|
178 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-1033-3-img1.jpg')
|
179 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-938-0-img1.jpg')
|
180 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-1033-3-img1.jpg')
|
181 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-1035-0-img1.jpg')
|
182 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-1035-0-img0.jpg')
|
183 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-1035-1-img0.jpg')
|
184 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-125-2-img0.jpg')
|
185 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-885-1-img0.jpg')
|
186 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-228-1-img0.jpg')
|
187 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-1035-3-img1.jpg')
|
188 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-826-1-img0.jpg')
|
189 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-1035-1-img0.jpg')
|
190 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-1035-0-img0.jpg')
|
191 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-1035-3-img1.jpg')
|
192 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-1035-1-img0.jpg')
|
193 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-605-2-img1.jpg')
|
194 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-118-0-img0.jpg')
|
195 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-144-0-img1.jpg')
|
196 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-1035-3-img0.jpg')
|
197 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-1035-2-img0.jpg')
|
198 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-358-1-img1.jpg')
|
199 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-393-0-img1.jpg')
|
200 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-153-2-img1.jpg')
|
201 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-1035-3-img0.jpg')
|
202 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-1035-1-img0.jpg')
|
203 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-1035-0-img1.jpg')
|
204 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-393-1-img1.jpg')
|
205 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-891-3-img0.jpg')
|
206 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-228-1-img0.jpg')
|
207 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-147-2-img0.jpg')
|
208 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-1037-3-img1.jpg')
|
209 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-385-1-img1.jpg')
|
210 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-385-1-img1.jpg')
|
211 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-224-1-img1.jpg')
|
212 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-743-3-img0.jpg')
|
213 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-575-1-img0.jpg')
|
214 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-957-1-img0.jpg')
|
215 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-1037-3-img1.jpg')
|
216 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-98-1-img1.jpg')
|
217 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-613-1-img0.jpg')
|
218 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-224-1-img1.jpg')
|
219 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-385-1-img1.jpg')
|
220 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-399-2-img0.jpg')
|
221 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-957-1-img0.jpg')
|
222 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-846-2-img0.jpg')
|
223 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-740-0-img1.jpg')
|
224 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-1039-2-img0.jpg')
|
225 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-1039-3-img0.jpg')
|
226 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-455-0-img1.jpg')
|
227 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-164-0-img1.jpg')
|
228 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-31-1-img0.jpg')
|
229 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-1039-3-img0.jpg')
|
230 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-710-0-img1.jpg')
|
231 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-572-2-img1.jpg')
|
232 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-530-3-img0.jpg')
|
233 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-1039-2-img0.jpg')
|
234 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-455-0-img1.jpg')
|
235 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-1039-3-img1.jpg')
|
236 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-337-0-img1.jpg')
|
237 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-104-2-img1.jpg')
|
238 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-634-1-img0.jpg')
|
239 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-572-2-img1.jpg')
|
240 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-301-0-img1.jpg')
|
241 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-910-2-img0.jpg')
|
242 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-46-1-img0.jpg')
|
243 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-211-3-img1.jpg')
|
244 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-500-1-img1.jpg')
|
245 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-104-3-img0.jpg')
|
246 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-155-3-img1.jpg')
|
247 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-104-1-img0.jpg')
|
248 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-115-2-img0.jpg')
|
249 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-149-0-img0.jpg')
|
250 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-707-0-img1.jpg')
|
251 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-104-1-img0.jpg')
|
252 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-634-1-img0.jpg')
|
253 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-104-1-img0.jpg')
|
254 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-211-3-img1.jpg')
|
255 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-46-1-img1.jpg')
|
256 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-149-0-img1.jpg')
|
257 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-940-3-img0.jpg')
|
258 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-613-1-img0.jpg')
|
259 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-1042-0-img0.jpg')
|
260 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-652-0-img0.jpg')
|
261 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-786-0-img1.jpg')
|
262 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-115-2-img0.jpg')
|
263 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-149-3-img1.jpg')
|
264 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-149-0-img1.jpg')
|
265 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-359-0-img1.jpg')
|
266 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-1042-0-img0.jpg')
|
267 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-613-1-img0.jpg')
|
268 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-1042-3-img0.jpg')
|
269 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-613-1-img0.jpg')
|
270 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-613-1-img0.jpg')
|
271 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-154-0-img1.jpg')
|
272 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-609-3-img1.jpg')
|
273 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-733-0-img0.jpg')
|
274 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-496-1-img1.jpg')
|
275 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-177-3-img1.jpg')
|
276 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-177-2-img1.jpg')
|
277 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-286-0-img1.jpg')
|
278 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-817-1-img0.jpg')
|
279 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-46-1-img0.jpg')
|
280 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-613-1-img0.jpg')
|
281 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-177-3-img1.jpg')
|
282 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-1042-0-img1.jpg')
|
283 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-46-1-img0.jpg')
|
284 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-149-1-img0.jpg')
|
285 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-149-1-img0.jpg')
|
286 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-1042-3-img0.jpg')
|
287 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-181-3-img1.jpg')
|
288 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-57-3-img0.jpg')
|
289 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-149-0-img1.jpg')
|
290 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-817-1-img0.jpg')
|
291 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-818-0-img1.jpg')
|
292 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-747-3-img0.jpg')
|
293 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-817-1-img0.jpg')
|
294 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-57-3-img1.jpg')
|
295 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-1037-2-img1.jpg')
|
296 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-1042-2-img0.jpg')
|
297 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-189-3-img0.jpg')
|
298 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-149-0-img1.jpg')
|
299 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-818-0-img1.jpg')
|
300 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-1042-2-img0.jpg')
|
301 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-1042-0-img0.jpg')
|
302 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-438-1-img1.jpg')
|
303 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-513-3-img0.jpg')
|
304 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-513-3-img0.jpg')
|
305 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-149-0-img1.jpg')
|
306 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-149-0-img1.jpg')
|
307 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-149-3-img0.jpg')
|
308 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-149-0-img1.jpg')
|
309 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-149-2-img1.jpg')
|
310 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-149-0-img1.jpg')
|
311 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-432-1-img1.jpg')
|
312 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-467-1-img0.jpg')
|
313 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-467-1-img0.jpg')
|
314 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-149-0-img1.jpg')
|
315 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-149-0-img1.jpg')
|
316 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-149-3-img0.jpg')
|
317 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-104-2-img0.jpg')
|
318 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-432-1-img1.jpg')
|
319 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-432-0-img1.jpg')
|
320 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-104-2-img1.jpg')
|
321 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-432-0-img1.jpg')
|
322 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-432-0-img1.jpg')
|
323 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-149-3-img0.jpg')
|
324 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-115-3-img0.jpg')
|
325 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-118-0-img0.jpg')
|
326 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-752-0-img0.jpg')
|
327 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-118-0-img0.jpg')
|
328 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-118-0-img0.jpg')
|
329 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-150-0-img1.jpg')
|
330 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-118-2-img1.jpg')
|
331 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-774-0-img1.jpg')
|
332 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-438-1-img1.jpg')
|
333 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-1003-2-img1.jpg')
|
334 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-104-1-img0.jpg')
|
335 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-150-3-img0.jpg')
|
336 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-150-0-img0.jpg')
|
337 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-150-0-img1.jpg')
|
338 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-432-0-img1.jpg')
|
339 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-212-3-img1.jpg')
|
340 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-23-2-img0.jpg')
|
341 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-104-1-img0.jpg')
|
342 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-23-2-img0.jpg')
|
343 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-47-1-img0.jpg')
|
344 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-229-3-img1.jpg')
|
345 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-229-3-img1.jpg')
|
346 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-150-0-img1.jpg')
|
347 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-365-2-img0.jpg')
|
348 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-23-3-img1.jpg')
|
349 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-104-3-img0.jpg')
|
350 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-150-3-img0.jpg')
|
351 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-150-2-img1.jpg')
|
352 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-229-3-img1.jpg')
|
353 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-23-2-img0.jpg')
|
354 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-47-1-img0.jpg')
|
355 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-365-2-img0.jpg')
|
356 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-104-2-img1.jpg')
|
357 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-365-2-img0.jpg')
|
358 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-150-1-img0.jpg')
|
359 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-138-0-img0.jpg')
|
360 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-150-0-img1.jpg')
|
361 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-150-0-img1.jpg')
|
362 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-150-3-img1.jpg')
|
363 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-150-0-img1.jpg')
|
364 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-365-2-img0.jpg')
|
365 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-661-2-img0.jpg')
|
366 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-1044-2-img1.jpg')
|
367 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-138-0-img0.jpg')
|
368 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-150-0-img1.jpg')
|
369 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-857-3-img0.jpg')
|
370 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-1044-0-img1.jpg')
|
371 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-1044-0-img0.jpg')
|
372 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-1044-1-img1.jpg')
|
373 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-1044-1-img1.jpg')
|
374 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-1044-3-img1.jpg')
|
375 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-1044-0-img1.jpg')
|
376 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-926-0-img0.jpg')
|
377 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-857-3-img1.jpg')
|
378 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-431-0-img0.jpg')
|
379 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-717-3-img0.jpg')
|
380 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-787-0-img1.jpg')
|
381 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-1048-0-img1.jpg')
|
382 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-621-0-img0.jpg')
|
383 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-757-3-img0.jpg')
|
384 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-353-1-img0.jpg')
|
385 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-337-3-img0.jpg')
|
386 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-1048-1-img0.jpg')
|
387 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-812-3-img0.jpg')
|
388 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-578-3-img1.jpg')
|
389 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-131-2-img1.jpg')
|
390 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-337-0-img1.jpg')
|
391 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-213-2-img0.jpg')
|
392 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-213-3-img0.jpg')
|
393 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-154-0-img1.jpg')
|
394 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-1048-1-img0.jpg')
|
395 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-812-3-img0.jpg')
|
396 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-674-1-img1.jpg')
|
397 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-1037-0-img1.jpg')
|
398 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-1037-0-img1.jpg')
|
399 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-630-0-img1.jpg')
|
400 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-167-0-img0.jpg')
|
401 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-674-2-img1.jpg')
|
402 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-141-0-img1.jpg')
|
403 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-1042-0-img1.jpg')
|
404 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-630-0-img1.jpg')
|
405 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-155-0-img0.jpg')
|
406 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-674-0-img1.jpg')
|
407 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-1049-1-img0.jpg')
|
408 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-1049-1-img0.jpg')
|
409 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-47-1-img0.jpg')
|
410 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-467-0-img0.jpg')
|
411 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-924-2-img0.jpg')
|
412 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-47-0-img1.jpg')
|
413 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-155-1-img0.jpg')
|
414 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-47-1-img0.jpg')
|
415 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-1049-1-img0.jpg')
|
416 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-141-0-img1.jpg')
|
417 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-1050-3-img1.jpg')
|
418 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-155-1-img0.jpg')
|
419 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-924-2-img0.jpg')
|
420 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-155-2-img1.jpg')
|
421 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-299-1-img1.jpg')
|
422 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-358-0-img1.jpg')
|
423 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-454-3-img0.jpg')
|
424 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-276-2-img1.jpg')
|
425 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-924-0-img0.jpg')
|
426 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-319-0-img0.jpg')
|
427 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-454-3-img0.jpg')
|
428 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-737-3-img0.jpg')
|
429 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-1050-3-img0.jpg')
|
430 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-454-3-img0.jpg')
|
431 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-1051-2-img1.jpg')
|
432 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-155-2-img1.jpg')
|
433 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-373-0-img0.jpg')
|
434 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-1051-2-img1.jpg')
|
435 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-489-0-img0.jpg')
|
436 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-306-1-img0.jpg')
|
437 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-1051-2-img1.jpg')
|
438 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-1051-3-img1.jpg')
|
439 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-924-0-img0.jpg')
|
440 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-156-2-img0.jpg')
|
441 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-1051-2-img1.jpg')
|
442 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-1051-3-img1.jpg')
|
443 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-1051-2-img0.jpg')
|
444 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-1051-2-img0.jpg')
|
445 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-1051-2-img1.jpg')
|
446 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-156-3-img0.jpg')
|
447 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-156-3-img1.jpg')
|
448 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-156-2-img1.jpg')
|
449 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-156-2-img1.jpg')
|
450 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-62-0-img1.jpg')
|
451 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-156-3-img0.jpg')
|
452 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-1051-2-img1.jpg')
|
453 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-1051-3-img1.jpg')
|
454 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-1051-2-img0.jpg')
|
455 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-156-3-img0.jpg')
|
456 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-156-3-img1.jpg')
|
457 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-689-2-img0.jpg')
|
458 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-158-0-img1.jpg')
|
459 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-3-1-img0.jpg')
|
460 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-3-2-img1.jpg')
|
461 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-340-1-img1.jpg')
|
462 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-780-0-img1.jpg')
|
463 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-481-0-img0.jpg')
|
464 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-481-0-img0.jpg')
|
465 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-1052-1-img0.jpg')
|
466 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-459-1-img0.jpg')
|
467 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-3-2-img1.jpg')
|
468 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-158-1-img1.jpg')
|
469 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-320-2-img0.jpg')
|
470 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-459-0-img1.jpg')
|
471 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-459-0-img1.jpg')
|
472 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-481-0-img0.jpg')
|
473 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-3-1-img0.jpg')
|
474 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-158-1-img1.jpg')
|
475 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-93-3-img0.jpg')
|
476 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-1052-2-img0.jpg')
|
477 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-459-0-img1.jpg')
|
478 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-158-0-img1.jpg')
|
479 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-931-3-img1.jpg')
|
480 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-12-3-img0.jpg')
|
481 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-466-0-img1.jpg')
|
482 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-564-2-img0.jpg')
|
483 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-677-3-img0.jpg')
|
484 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-33-2-img1.jpg')
|
485 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-789-1-img1.jpg')
|
486 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-466-0-img1.jpg')
|
487 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-931-3-img1.jpg')
|
488 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-93-3-img0.jpg')
|
489 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-264-2-img0.jpg')
|
490 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-564-2-img0.jpg')
|
491 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-677-3-img0.jpg')
|
492 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-543-2-img1.jpg')
|
493 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-463-1-img1.jpg')
|
494 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-214-1-img0.jpg')
|
495 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-287-2-img1.jpg')
|
496 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-1053-2-img1.jpg')
|
497 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-543-3-img0.jpg')
|
498 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-288-3-img0.jpg')
|
499 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-505-3-img0.jpg')
|
500 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-264-2-img1.jpg')
|
501 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-463-1-img1.jpg')
|
502 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-819-0-img0.jpg')
|
503 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-1053-2-img1.jpg')
|
504 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-1053-2-img1.jpg')
|
505 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-158-3-img0.jpg')
|
506 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-287-2-img1.jpg')
|
507 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-963-0-img1.jpg')
|
508 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-543-1-img1.jpg')
|
509 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-543-1-img1.jpg')
|
510 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-1053-0-img1.jpg')
|
511 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-334-3-img0.jpg')
|
512 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-789-0-img1.jpg')
|
513 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-399-2-img0.jpg')
|
514 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-184-2-img0.jpg')
|
515 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-1046-1-img1.jpg')
|
516 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-1046-0-img1.jpg')
|
517 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-1053-2-img1.jpg')
|
518 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-1053-3-img1.jpg')
|
519 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-184-2-img0.jpg')
|
520 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-399-1-img0.jpg')
|
521 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-1046-1-img1.jpg')
|
522 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-1053-0-img1.jpg')
|
523 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-399-3-img0.jpg')
|
524 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-789-0-img1.jpg')
|
525 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-399-2-img0.jpg')
|
526 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-1014-2-img0.jpg')
|
527 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-817-1-img0.jpg')
|
528 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-418-2-img0.jpg')
|
529 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-403-2-img1.jpg')
|
530 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-171-1-img0.jpg')
|
531 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-1014-1-img0.jpg')
|
532 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-1023-3-img1.jpg')
|
533 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-957-0-img1.jpg')
|
534 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-356-1-img0.jpg')
|
535 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-491-2-img1.jpg')
|
536 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-162-2-img0.jpg')
|
537 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-1014-2-img0.jpg')
|
538 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-171-1-img0.jpg')
|
539 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-539-0-img0.jpg')
|
540 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-403-2-img1.jpg')
|
541 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-106-1-img1.jpg')
|
542 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-538-3-img1.jpg')
|
543 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-553-0-img0.jpg')
|
544 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-268-0-img0.jpg')
|
545 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-1014-2-img1.jpg')
|
546 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-1023-3-img1.jpg')
|
547 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-1014-0-img0.jpg')
|
548 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-106-1-img0.jpg')
|
549 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-106-1-img0.jpg')
|
550 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-538-3-img1.jpg')
|
551 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-162-1-img0.jpg')
|
552 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-162-2-img0.jpg')
|
553 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-1014-2-img0.jpg')
|
554 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-170-3-img0.jpg')
|
555 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-783-2-img0.jpg')
|
556 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-162-1-img0.jpg')
|
557 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-553-0-img0.jpg')
|
558 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-36-0-img1.jpg')
|
559 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-553-0-img0.jpg')
|
560 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-162-2-img0.jpg')
|
561 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-162-1-img0.jpg')
|
562 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-993-1-img1.jpg')
|
563 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-162-2-img0.jpg')
|
564 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-553-0-img0.jpg')
|
565 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-833-1-img1.jpg')
|
566 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-833-1-img1.jpg')
|
567 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-162-1-img1.jpg')
|
568 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-993-1-img1.jpg')
|
569 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-946-3-img0.jpg')
|
570 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-106-1-img1.jpg')
|
571 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-353-2-img0.jpg')
|
572 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-162-2-img1.jpg')
|
573 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-393-0-img1.jpg')
|
574 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-107-3-img0.jpg')
|
575 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-426-0-img0.jpg')
|
576 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-134-3-img0.jpg')
|
577 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-407-3-img1.jpg')
|
578 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-163-1-img1.jpg')
|
579 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-163-1-img1.jpg')
|
580 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-163-2-img1.jpg')
|
581 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-296-3-img0.jpg')
|
582 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-296-3-img0.jpg')
|
583 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-426-0-img0.jpg')
|
584 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-120-1-img0.jpg')
|
585 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-120-1-img0.jpg')
|
586 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-163-3-img1.jpg')
|
587 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-163-2-img1.jpg')
|
588 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-163-3-img0.jpg')
|
589 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-166-2-img0.jpg')
|
590 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-150-1-img1.jpg')
|
591 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-166-0-img1.jpg')
|
592 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-166-0-img1.jpg')
|
593 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-426-0-img0.jpg')
|
594 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-353-0-img0.jpg')
|
595 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-546-3-img1.jpg')
|
596 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-166-2-img0.jpg')
|
597 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-150-1-img1.jpg')
|
598 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-426-0-img0.jpg')
|
599 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-926-0-img0.jpg')
|
600 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-448-2-img1.jpg')
|
601 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-166-0-img1.jpg')
|
602 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-750-3-img0.jpg')
|
603 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-205-2-img1.jpg')
|
604 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-205-1-img1.jpg')
|
605 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-205-3-img0.jpg')
|
606 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-775-0-img0.jpg')
|
607 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-608-3-img1.jpg')
|
608 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-106-2-img1.jpg')
|
609 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-426-0-img0.jpg')
|
610 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-106-2-img1.jpg')
|
611 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-106-2-img1.jpg')
|
612 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-108-3-img0.jpg')
|
613 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-109-3-img0.jpg')
|
614 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-205-1-img1.jpg')
|
615 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-205-1-img1.jpg')
|
616 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-350-1-img0.jpg')
|
617 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-205-1-img1.jpg')
|
618 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-130-0-img0.jpg')
|
619 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-676-3-img0.jpg')
|
620 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-712-3-img0.jpg')
|
621 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-293-0-img0.jpg')
|
622 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-1000-1-img0.jpg')
|
623 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-996-3-img0.jpg')
|
624 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-996-3-img0.jpg')
|
625 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-181-1-img0.jpg')
|
626 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-586-1-img1.jpg')
|
627 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-238-2-img0.jpg')
|
628 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-108-1-img0.jpg')
|
629 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-108-2-img1.jpg')
|
630 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-108-0-img0.jpg')
|
631 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-996-1-img0.jpg')
|
632 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-854-3-img1.jpg')
|
633 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-1000-1-img0.jpg')
|
634 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-712-3-img0.jpg')
|
635 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-108-2-img1.jpg')
|
636 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-108-0-img0.jpg')
|
637 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-167-1-img1.jpg')
|
638 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-167-1-img1.jpg')
|
639 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-205-3-img0.jpg')
|
640 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-996-3-img0.jpg')
|
641 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-1015-0-img1.jpg')
|
642 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-384-1-img0.jpg')
|
643 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-1001-3-img0.jpg')
|
644 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-800-0-img0.jpg')
|
645 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-704-3-img0.jpg')
|
646 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-504-1-img0.jpg')
|
647 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-108-0-img1.jpg')
|
648 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-537-1-img0.jpg')
|
649 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-427-0-img0.jpg')
|
650 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-537-3-img1.jpg')
|
651 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-108-0-img1.jpg')
|
652 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-31-1-img0.jpg')
|
653 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-427-0-img0.jpg')
|
654 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-196-3-img1.jpg')
|
655 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-311-3-img0.jpg')
|
656 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-566-0-img1.jpg')
|
657 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-664-1-img0.jpg')
|
658 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-427-0-img0.jpg')
|
659 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-108-0-img0.jpg')
|
660 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-22-2-img1.jpg')
|
661 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-20-1-img0.jpg')
|
662 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-347-0-img1.jpg')
|
663 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-196-0-img0.jpg')
|
664 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-238-1-img1.jpg')
|
665 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-238-3-img0.jpg')
|
666 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-869-2-img0.jpg')
|
667 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-100-1-img0.jpg')
|
668 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-192-2-img0.jpg')
|
669 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-538-1-img0.jpg')
|
670 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-238-2-img0.jpg')
|
671 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-167-3-img0.jpg')
|
672 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-109-1-img1.jpg')
|
673 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-424-0-img1.jpg')
|
674 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-22-1-img0.jpg')
|
675 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-22-3-img0.jpg')
|
676 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-869-2-img0.jpg')
|
677 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-523-1-img1.jpg')
|
678 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-367-0-img1.jpg')
|
679 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-930-3-img0.jpg')
|
680 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-945-2-img1.jpg')
|
681 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-100-0-img0.jpg')
|
682 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-664-2-img0.jpg')
|
683 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-14-3-img0.jpg')
|
684 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-14-2-img0.jpg')
|
685 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-201-0-img1.jpg')
|
686 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-538-1-img0.jpg')
|
687 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-930-3-img0.jpg')
|
688 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-794-1-img1.jpg')
|
689 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-794-1-img1.jpg')
|
690 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-855-1-img1.jpg')
|
691 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-14-1-img1.jpg')
|
692 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-14-2-img0.jpg')
|
693 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-14-1-img1.jpg')
|
694 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-498-0-img0.jpg')
|
695 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-238-0-img1.jpg')
|
696 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-22-1-img1.jpg')
|
697 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-14-1-img1.jpg')
|
698 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-14-3-img1.jpg')
|
699 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-14-3-img1.jpg')
|
700 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-1002-0-img0.jpg')
|
701 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-1002-1-img1.jpg')
|
702 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-180-0-img0.jpg')
|
703 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-609-3-img1.jpg')
|
704 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-167-1-img0.jpg')
|
705 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-167-0-img0.jpg')
|
706 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-14-3-img1.jpg')
|
707 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-168-3-img0.jpg')
|
708 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-168-1-img1.jpg')
|
709 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-143-0-img0.jpg')
|
710 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-1002-0-img0.jpg')
|
711 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-205-1-img1.jpg')
|
712 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-843-3-img0.jpg')
|
713 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-885-2-img1.jpg')
|
714 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-109-3-img0.jpg')
|
715 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-81-2-img0.jpg')
|
716 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-516-2-img0.jpg')
|
717 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-516-2-img0.jpg')
|
718 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-168-3-img0.jpg')
|
719 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-81-2-img0.jpg')
|
720 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-109-3-img0.jpg')
|
721 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-79-1-img1.jpg')
|
722 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-319-0-img0.jpg')
|
723 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-1002-0-img0.jpg')
|
724 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-1002-1-img0.jpg')
|
725 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-977-2-img1.jpg')
|
726 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-516-2-img0.jpg')
|
727 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-168-2-img1.jpg')
|
728 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-1040-1-img1.jpg')
|
729 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-109-1-img1.jpg')
|
730 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-79-1-img1.jpg')
|
731 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-350-1-img0.jpg')
|
732 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-1040-2-img0.jpg')
|
733 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-1040-1-img0.jpg')
|
734 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-22-0-img1.jpg')
|
735 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-387-3-img1.jpg')
|
736 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-109-1-img1.jpg')
|
737 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-168-3-img1.jpg')
|
738 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-1040-1-img1.jpg')
|
739 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-1040-2-img0.jpg')
|
740 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-168-2-img1.jpg')
|
741 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-216-2-img1.jpg')
|
742 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-491-3-img0.jpg')
|
743 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-22-2-img0.jpg')
|
744 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-350-1-img0.jpg')
|
745 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-112-2-img0.jpg')
|
746 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-327-2-img1.jpg')
|
747 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-327-1-img0.jpg')
|
748 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-327-2-img1.jpg')
|
749 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-525-3-img0.jpg')
|
750 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-1002-1-img0.jpg')
|
751 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-483-0-img1.jpg')
|
752 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-878-0-img1.jpg')
|
753 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-878-0-img1.jpg')
|
754 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-547-2-img0.jpg')
|
755 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-376-3-img1.jpg')
|
756 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-444-3-img0.jpg')
|
757 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-675-2-img0.jpg')
|
758 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-105-0-img1.jpg')
|
759 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-491-3-img0.jpg')
|
760 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-327-2-img1.jpg')
|
761 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-169-0-img0.jpg')
|
762 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-47-0-img1.jpg')
|
763 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-1002-3-img0.jpg')
|
764 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-1002-1-img1.jpg')
|
765 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-333-3-img0.jpg')
|
766 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-780-1-img0.jpg')
|
767 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-818-0-img0.jpg')
|
768 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-363-0-img1.jpg')
|
769 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-421-1-img0.jpg')
|
770 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-878-0-img1.jpg')
|
771 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-169-1-img1.jpg')
|
772 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-169-1-img1.jpg')
|
773 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-169-1-img1.jpg')
|
774 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-1002-2-img0.jpg')
|
775 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-735-3-img1.jpg')
|
776 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-1052-2-img1.jpg')
|
777 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-221-0-img1.jpg')
|
778 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-221-2-img0.jpg')
|
779 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-112-2-img0.jpg')
|
780 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-302-3-img1.jpg')
|
781 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-112-1-img0.jpg')
|
782 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-36-2-img1.jpg')
|
783 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-17-1-img0.jpg')
|
784 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-983-2-img1.jpg')
|
785 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-473-3-img1.jpg')
|
786 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-330-1-img0.jpg')
|
787 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-330-1-img0.jpg')
|
788 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-1002-2-img0.jpg')
|
789 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-17-0-img1.jpg')
|
790 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-17-0-img1.jpg')
|
791 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-853-3-img0.jpg')
|
792 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-421-1-img0.jpg')
|
793 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-421-1-img0.jpg')
|
794 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-112-1-img0.jpg')
|
795 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-1002-2-img1.jpg')
|
796 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-1052-2-img1.jpg')
|
797 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-662-2-img0.jpg')
|
798 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-519-2-img0.jpg')
|
799 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-84-2-img0.jpg')
|
800 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-330-1-img0.jpg')
|
801 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-133-3-img1.jpg')
|
802 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-363-1-img0.jpg')
|
803 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-171-3-img0.jpg')
|
804 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-1002-3-img0.jpg')
|
805 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-47-1-img0.jpg')
|
806 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-977-3-img1.jpg')
|
807 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-171-3-img0.jpg')
|
808 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-395-0-img1.jpg')
|
809 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-84-2-img0.jpg')
|
810 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-850-2-img1.jpg')
|
811 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-82-3-img1.jpg')
|
812 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-374-2-img1.jpg')
|
813 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-1003-3-img1.jpg')
|
814 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-432-1-img1.jpg')
|
815 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-1002-3-img0.jpg')
|
816 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-405-2-img1.jpg')
|
817 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-163-1-img1.jpg')
|
818 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-14-3-img1.jpg')
|
819 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-14-1-img1.jpg')
|
820 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-47-2-img1.jpg')
|
821 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-977-3-img1.jpg')
|
822 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-1002-3-img0.jpg')
|
823 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-43-0-img0.jpg')
|
824 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-43-1-img0.jpg')
|
825 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-43-1-img0.jpg')
|
826 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-82-3-img1.jpg')
|
827 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-763-0-img0.jpg')
|
828 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-720-0-img1.jpg')
|
829 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-505-3-img0.jpg')
|
830 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-214-1-img0.jpg')
|
831 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-748-0-img0.jpg')
|
832 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-168-3-img0.jpg')
|
833 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-168-3-img0.jpg')
|
834 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-62-3-img0.jpg')
|
835 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-43-1-img0.jpg')
|
836 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-172-0-img1.jpg')
|
837 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-172-0-img0.jpg')
|
838 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-864-0-img0.jpg')
|
839 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-76-2-img0.jpg')
|
840 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-1002-3-img1.jpg')
|
841 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-172-0-img0.jpg')
|
842 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-172-0-img1.jpg')
|
843 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-838-3-img0.jpg')
|
844 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-115-3-img0.jpg')
|
845 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-168-3-img0.jpg')
|
846 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-734-1-img0.jpg')
|
847 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-393-3-img1.jpg')
|
848 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-172-1-img0.jpg')
|
849 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-717-3-img0.jpg')
|
850 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-172-1-img0.jpg')
|
851 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-838-3-img0.jpg')
|
852 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-172-1-img1.jpg')
|
853 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-589-2-img0.jpg')
|
854 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-172-2-img1.jpg')
|
855 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-172-0-img1.jpg')
|
856 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-243-0-img0.jpg')
|
857 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-630-0-img0.jpg')
|
858 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-768-3-img1.jpg')
|
859 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-1004-1-img0.jpg')
|
860 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-172-1-img0.jpg')
|
861 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-589-2-img0.jpg')
|
862 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-172-2-img1.jpg')
|
863 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-216-0-img1.jpg')
|
864 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-327-1-img1.jpg')
|
865 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-554-3-img1.jpg')
|
866 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-334-3-img1.jpg')
|
867 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-172-0-img0.jpg')
|
868 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-630-0-img0.jpg')
|
869 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-787-3-img0.jpg')
|
870 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-1004-1-img0.jpg')
|
871 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-172-0-img0.jpg')
|
872 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-538-3-img0.jpg')
|
873 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-98-1-img0.jpg')
|
874 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-1009-2-img1.jpg')
|
875 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-1009-0-img0.jpg')
|
876 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-1009-0-img1.jpg')
|
877 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-1009-0-img0.jpg')
|
878 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-1009-0-img1.jpg')
|
879 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-1009-1-img1.jpg')
|
880 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-172-1-img0.jpg')
|
881 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-172-0-img0.jpg')
|
882 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-172-3-img0.jpg')
|
883 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-538-3-img1.jpg')
|
884 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-17-2-img0.jpg')
|
885 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-1047-3-img0.jpg')
|
886 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-1009-0-img1.jpg')
|
887 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-1009-1-img0.jpg')
|
888 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-1009-2-img0.jpg')
|
889 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-115-3-img0.jpg')
|
890 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-115-3-img0.jpg')
|
891 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-116-2-img0.jpg')
|
892 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-1009-2-img0.jpg')
|
893 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-1009-2-img0.jpg')
|
894 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-667-2-img1.jpg')
|
895 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-1047-2-img1.jpg')
|
896 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-1047-3-img0.jpg')
|
897 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-17-2-img0.jpg')
|
898 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-277-1-img1.jpg')
|
899 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-252-3-img1.jpg')
|
900 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-252-3-img1.jpg')
|
901 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-429-3-img0.jpg')
|
902 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-1009-1-img1.jpg')
|
903 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-1009-2-img1.jpg')
|
904 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-17-2-img1.jpg')
|
905 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-393-1-img1.jpg')
|
906 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-393-0-img1.jpg')
|
907 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-304-2-img0.jpg')
|
908 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-621-0-img1.jpg')
|
909 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-277-1-img1.jpg')
|
910 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-1009-3-img1.jpg')
|
911 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-1009-3-img1.jpg')
|
912 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-1009-2-img0.jpg')
|
913 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-17-3-img1.jpg')
|
914 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-17-3-img1.jpg')
|
915 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-17-3-img1.jpg')
|
916 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-886-3-img1.jpg')
|
917 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-706-1-img0.jpg')
|
918 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-855-0-img0.jpg')
|
919 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-174-0-img1.jpg')
|
920 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-174-0-img0.jpg')
|
921 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-174-0-img1.jpg')
|
922 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-174-3-img1.jpg')
|
923 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-174-0-img1.jpg')
|
924 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-174-3-img1.jpg')
|
925 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-872-1-img0.jpg')
|
926 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-609-3-img0.jpg')
|
927 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-1010-1-img1.jpg')
|
928 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-174-3-img1.jpg')
|
929 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-175-0-img0.jpg')
|
930 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-388-3-img1.jpg')
|
931 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-871-1-img0.jpg')
|
932 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-117-2-img0.jpg')
|
933 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-612-1-img0.jpg')
|
934 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-681-2-img0.jpg')
|
935 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-175-0-img0.jpg')
|
936 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-780-0-img1.jpg')
|
937 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-780-3-img1.jpg')
|
938 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-175-0-img0.jpg')
|
939 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-1010-1-img0.jpg')
|
940 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-930-1-img1.jpg')
|
941 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-748-0-img0.jpg')
|
942 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-591-1-img0.jpg')
|
943 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-127-1-img1.jpg')
|
944 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-674-1-img1.jpg')
|
945 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-857-3-img1.jpg')
|
946 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-509-3-img1.jpg')
|
947 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-317-3-img1.jpg')
|
948 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-475-3-img0.jpg')
|
949 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-499-1-img0.jpg')
|
950 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-985-0-img0.jpg')
|
951 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-256-0-img0.jpg')
|
952 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-134-1-img0.jpg')
|
953 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-1010-3-img1.jpg')
|
954 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-475-3-img0.jpg')
|
955 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-1010-3-img1.jpg')
|
956 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-175-2-img0.jpg')
|
957 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-674-1-img1.jpg')
|
958 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-780-1-img1.jpg')
|
959 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-835-3-img0.jpg')
|
960 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-835-2-img1.jpg')
|
961 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-117-3-img0.jpg')
|
962 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-423-1-img0.jpg')
|
963 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-59-1-img1.jpg')
|
964 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-672-3-img1.jpg')
|
965 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-381-1-img0.jpg')
|
966 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-381-1-img0.jpg')
|
967 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-381-2-img0.jpg')
|
968 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-209-0-img1.jpg')
|
969 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-672-0-img0.jpg')
|
970 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-117-2-img0.jpg')
|
971 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-1011-3-img1.jpg')
|
972 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-423-1-img0.jpg')
|
973 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-175-2-img1.jpg')
|
974 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-830-2-img0.jpg')
|
975 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-117-3-img1.jpg')
|
976 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-417-1-img1.jpg')
|
977 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-306-0-img0.jpg')
|
978 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-175-0-img0.jpg')
|
979 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-780-1-img0.jpg')
|
980 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-698-2-img1.jpg')
|
981 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-698-2-img1.jpg')
|
982 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-472-0-img1.jpg')
|
983 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-842-3-img0.jpg')
|
984 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-706-1-img0.jpg')
|
985 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-45-2-img0.jpg')
|
986 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-696-2-img1.jpg')
|
987 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-696-2-img1.jpg')
|
988 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-381-2-img1.jpg')
|
989 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-1042-2-img0.jpg')
|
990 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-121-0-img1.jpg')
|
991 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-181-2-img0.jpg')
|
992 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-175-3-img1.jpg')
|
993 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-285-2-img0.jpg')
|
994 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-696-2-img1.jpg')
|
995 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-381-0-img1.jpg')
|
996 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-32-2-img1.jpg')
|
997 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-176-0-img1.jpg')
|
998 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-532-3-img0.jpg')
|
999 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-978-1-img0.jpg')
|
1000 |
+
('<|image_1|>\nRepresent the given image.\n', 'CIRR/dev-228-2-img0.jpg')
|
eval/CIRR_score.json
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"acc": 0.486,
|
3 |
+
"num_correct": 486,
|
4 |
+
"num_pred": 1000
|
5 |
+
}
|
eval/ChartQA_pred.txt
ADDED
@@ -0,0 +1,1000 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
('10', '')
|
2 |
+
('0.7', '')
|
3 |
+
('3', '')
|
4 |
+
('Yes', '')
|
5 |
+
('23', '')
|
6 |
+
('17', '')
|
7 |
+
('62', '')
|
8 |
+
('Yes', '')
|
9 |
+
('Inspired', '')
|
10 |
+
('16', '')
|
11 |
+
('1.06', '')
|
12 |
+
('0.11', '')
|
13 |
+
('17', '')
|
14 |
+
('23.025', '')
|
15 |
+
('0.02', '')
|
16 |
+
('51', '')
|
17 |
+
('2014', '')
|
18 |
+
('2014', '')
|
19 |
+
('3', '')
|
20 |
+
('No', '')
|
21 |
+
('Blue', '')
|
22 |
+
('2004', '')
|
23 |
+
('29', '')
|
24 |
+
('0.33333333', '')
|
25 |
+
('Yes', '')
|
26 |
+
('Yes', '')
|
27 |
+
('80', '')
|
28 |
+
('70', '')
|
29 |
+
('63', '')
|
30 |
+
('35', '')
|
31 |
+
('14', '')
|
32 |
+
('44', '')
|
33 |
+
('42', '')
|
34 |
+
('No', '')
|
35 |
+
('Italy', '')
|
36 |
+
('Mexico', '')
|
37 |
+
('36', '')
|
38 |
+
('Over 30 mins', '')
|
39 |
+
('77', '')
|
40 |
+
('32', '')
|
41 |
+
('92', '')
|
42 |
+
('1.051388889', '')
|
43 |
+
('0.235', '')
|
44 |
+
('15', '')
|
45 |
+
('2015', '')
|
46 |
+
('30.45', '')
|
47 |
+
('68', '')
|
48 |
+
('2019', '')
|
49 |
+
('83', '')
|
50 |
+
('1.216666667', '')
|
51 |
+
('Simulation', '')
|
52 |
+
('4', '')
|
53 |
+
('Yes', '')
|
54 |
+
('Yes', '')
|
55 |
+
('Yes', '')
|
56 |
+
('0.33333333', '')
|
57 |
+
('Democrat (scores 60 to 100)', '')
|
58 |
+
('51', '')
|
59 |
+
('Libya', '')
|
60 |
+
('0.431818182', '')
|
61 |
+
('29', '')
|
62 |
+
('98', '')
|
63 |
+
('United Kingdom', '')
|
64 |
+
('63', '')
|
65 |
+
('72', '')
|
66 |
+
('0.33333333', '')
|
67 |
+
('2.315', '')
|
68 |
+
('7.3', '')
|
69 |
+
('175', '')
|
70 |
+
('No', '')
|
71 |
+
('93.45', '')
|
72 |
+
('0.43', '')
|
73 |
+
('Yes', '')
|
74 |
+
('0.7', '')
|
75 |
+
('32.03', '')
|
76 |
+
('106.4', '')
|
77 |
+
('52', '')
|
78 |
+
('Yes', '')
|
79 |
+
('Portugal', '')
|
80 |
+
('UK', '')
|
81 |
+
('65', '')
|
82 |
+
('0.484375', '')
|
83 |
+
('0.55', '')
|
84 |
+
('Poll workers in your community', '')
|
85 |
+
('Rep/Lean Rep', '')
|
86 |
+
('0.484375', '')
|
87 |
+
('67', '')
|
88 |
+
('116', '')
|
89 |
+
('41', '')
|
90 |
+
('0.633333333', '')
|
91 |
+
('Nicaragua', '')
|
92 |
+
('No', '')
|
93 |
+
('10', '')
|
94 |
+
('98', '')
|
95 |
+
('Solomon Islands', '')
|
96 |
+
('Jamaica', '')
|
97 |
+
('50', '')
|
98 |
+
('30', '')
|
99 |
+
('977633', '')
|
100 |
+
('23.025', '')
|
101 |
+
('3', '')
|
102 |
+
('Yes', '')
|
103 |
+
('15', '')
|
104 |
+
('49', '')
|
105 |
+
('25', '')
|
106 |
+
('2', '')
|
107 |
+
('72', '')
|
108 |
+
('1.015645372', '')
|
109 |
+
('3', '')
|
110 |
+
('27', '')
|
111 |
+
('Pink', '')
|
112 |
+
('0.18', '')
|
113 |
+
('1.4', '')
|
114 |
+
('No', '')
|
115 |
+
('2.42', '')
|
116 |
+
('1.81', '')
|
117 |
+
('19', '')
|
118 |
+
('Yes', '')
|
119 |
+
('0.3', '')
|
120 |
+
('0.9375', '')
|
121 |
+
('19', '')
|
122 |
+
('0.07', '')
|
123 |
+
('PP', '')
|
124 |
+
('3', '')
|
125 |
+
('71', '')
|
126 |
+
('Less', '')
|
127 |
+
('30', '')
|
128 |
+
('No', '')
|
129 |
+
('Ethiopia', '')
|
130 |
+
('8', '')
|
131 |
+
('30', '')
|
132 |
+
('Blue', '')
|
133 |
+
('83', '')
|
134 |
+
('0.633333333', '')
|
135 |
+
('51', '')
|
136 |
+
('0.484375', '')
|
137 |
+
('61', '')
|
138 |
+
('Yes', '')
|
139 |
+
('Yes', '')
|
140 |
+
('1.216666667', '')
|
141 |
+
('2013', '')
|
142 |
+
('2', '')
|
143 |
+
('Yes', '')
|
144 |
+
('0.484375', '')
|
145 |
+
('Red', '')
|
146 |
+
('4', '')
|
147 |
+
('92', '')
|
148 |
+
('46.6', '')
|
149 |
+
('Favorable', '')
|
150 |
+
('1.015645372', '')
|
151 |
+
('53', '')
|
152 |
+
('No', '')
|
153 |
+
('1994', '')
|
154 |
+
('1994', '')
|
155 |
+
('Pink', '')
|
156 |
+
('23', '')
|
157 |
+
('17', '')
|
158 |
+
('2009', '')
|
159 |
+
('47', '')
|
160 |
+
('4', '')
|
161 |
+
('March 2011', '')
|
162 |
+
('Tend to favor one side', '')
|
163 |
+
('Yes', '')
|
164 |
+
('57', '')
|
165 |
+
('27', '')
|
166 |
+
('34.33', '')
|
167 |
+
('Yes', '')
|
168 |
+
('0.484375', '')
|
169 |
+
('Dark blue', '')
|
170 |
+
('No', '')
|
171 |
+
("Don't Know", '')
|
172 |
+
('Yes', '')
|
173 |
+
('10', '')
|
174 |
+
('76', '')
|
175 |
+
('41', '')
|
176 |
+
('Yes', '')
|
177 |
+
('67', '')
|
178 |
+
('Yes', '')
|
179 |
+
('Dissatisfied', '')
|
180 |
+
('0.549', '')
|
181 |
+
('Better off', '')
|
182 |
+
('Better off', '')
|
183 |
+
("Don't Know", '')
|
184 |
+
('30', '')
|
185 |
+
('Dissatisfied', '')
|
186 |
+
('3.0238', '')
|
187 |
+
('76', '')
|
188 |
+
('No', '')
|
189 |
+
('Blue', '')
|
190 |
+
('30', '')
|
191 |
+
('16', '')
|
192 |
+
('65+', '')
|
193 |
+
('0.11', '')
|
194 |
+
('60', '')
|
195 |
+
('No role', '')
|
196 |
+
('10.25', '')
|
197 |
+
('Japan', '')
|
198 |
+
('53', '')
|
199 |
+
('5.12', '')
|
200 |
+
('0.11', '')
|
201 |
+
('blue', '')
|
202 |
+
('Men', '')
|
203 |
+
('Pink', '')
|
204 |
+
('Yes', '')
|
205 |
+
('Heart disease', '')
|
206 |
+
('Yes', '')
|
207 |
+
('North America', '')
|
208 |
+
('Yes', '')
|
209 |
+
('Obesity', '')
|
210 |
+
('126', '')
|
211 |
+
('5', '')
|
212 |
+
('0.549', '')
|
213 |
+
('3', '')
|
214 |
+
('Yes', '')
|
215 |
+
('0.01', '')
|
216 |
+
('1.216666667', '')
|
217 |
+
('1.19', '')
|
218 |
+
('1.216666667', '')
|
219 |
+
('Low bone mineral density', '')
|
220 |
+
('Yes', '')
|
221 |
+
('27.5', '')
|
222 |
+
('27.5', '')
|
223 |
+
('15', '')
|
224 |
+
('Yes', '')
|
225 |
+
('33', '')
|
226 |
+
('0.32', '')
|
227 |
+
('Burkina Faso', '')
|
228 |
+
('15', '')
|
229 |
+
('Lithuania', '')
|
230 |
+
('23.31', '')
|
231 |
+
('0.6', '')
|
232 |
+
('0.549', '')
|
233 |
+
('0.01', '')
|
234 |
+
('0.01', '')
|
235 |
+
('1.6', '')
|
236 |
+
('0.6', '')
|
237 |
+
('20.98', '')
|
238 |
+
('0.27', '')
|
239 |
+
('41', '')
|
240 |
+
('24.6', '')
|
241 |
+
('Nepal', '')
|
242 |
+
('Definitely yes', '')
|
243 |
+
('5.23', '')
|
244 |
+
('5.76', '')
|
245 |
+
('3', '')
|
246 |
+
('10.6', '')
|
247 |
+
('96', '')
|
248 |
+
('Yes', '')
|
249 |
+
('Blue', '')
|
250 |
+
('40', '')
|
251 |
+
('Mexico', '')
|
252 |
+
('1.058333333', '')
|
253 |
+
('40.7', '')
|
254 |
+
('15.9', '')
|
255 |
+
('33', '')
|
256 |
+
('30.33', '')
|
257 |
+
('Belarus', '')
|
258 |
+
('0.484375', '')
|
259 |
+
('Mongolia', '')
|
260 |
+
('Yes', '')
|
261 |
+
('9.29', '')
|
262 |
+
('Yes', '')
|
263 |
+
('5', '')
|
264 |
+
('44', '')
|
265 |
+
('6.85', '')
|
266 |
+
('Yes', '')
|
267 |
+
('55', '')
|
268 |
+
('43.4', '')
|
269 |
+
('3', '')
|
270 |
+
('No', '')
|
271 |
+
('Greece', '')
|
272 |
+
('Yes', '')
|
273 |
+
('Dark blue', '')
|
274 |
+
('Yes', '')
|
275 |
+
('Human capital', '')
|
276 |
+
('Estimated revenue in billion U.S. dollars', '')
|
277 |
+
('2015', '')
|
278 |
+
('143', '')
|
279 |
+
('48.01', '')
|
280 |
+
('22.675', '')
|
281 |
+
('0.04', '')
|
282 |
+
('123.3', '')
|
283 |
+
('56.6', '')
|
284 |
+
('21.1', '')
|
285 |
+
('0.69', '')
|
286 |
+
('0.235', '')
|
287 |
+
('24', '')
|
288 |
+
('7.3', '')
|
289 |
+
('Switzerland', '')
|
290 |
+
('1251.8', '')
|
291 |
+
('Alcohol', '')
|
292 |
+
('776', '')
|
293 |
+
('Philippines', '')
|
294 |
+
('Yes', '')
|
295 |
+
('Brazil', '')
|
296 |
+
('3.4', '')
|
297 |
+
('United States', '')
|
298 |
+
('3.0238', '')
|
299 |
+
('95', '')
|
300 |
+
('Yes', '')
|
301 |
+
('Deaths from HIV/AIDS', '')
|
302 |
+
('Yes', '')
|
303 |
+
('Samoa', '')
|
304 |
+
('[Gambia, Niger]', '')
|
305 |
+
('18762.59', '')
|
306 |
+
('448.8', '')
|
307 |
+
('19', '')
|
308 |
+
('Yes', '')
|
309 |
+
('5', '')
|
310 |
+
('Yes', '')
|
311 |
+
('Medium car (petrol)', '')
|
312 |
+
('Yes', '')
|
313 |
+
('Malawi', '')
|
314 |
+
('1.702702703', '')
|
315 |
+
('Spain', '')
|
316 |
+
('2.315', '')
|
317 |
+
('22.675', '')
|
318 |
+
('63', '')
|
319 |
+
('Dark blue', '')
|
320 |
+
('0.03', '')
|
321 |
+
('8.5', '')
|
322 |
+
('10.87', '')
|
323 |
+
('3.88', '')
|
324 |
+
('0', '')
|
325 |
+
('9545.35', '')
|
326 |
+
('23800.7', '')
|
327 |
+
('Men', '')
|
328 |
+
('60', '')
|
329 |
+
('28', '')
|
330 |
+
('Yes', '')
|
331 |
+
('Brazil', '')
|
332 |
+
('Men', '')
|
333 |
+
('Chemistry', '')
|
334 |
+
('Yes', '')
|
335 |
+
('Venezuela', '')
|
336 |
+
('0.25', '')
|
337 |
+
('Red', '')
|
338 |
+
('1.216666667', '')
|
339 |
+
('Pink', '')
|
340 |
+
('Yes', '')
|
341 |
+
('53.9', '')
|
342 |
+
('Yes', '')
|
343 |
+
('8.87', '')
|
344 |
+
('30.45', '')
|
345 |
+
('7.54', '')
|
346 |
+
('2.315', '')
|
347 |
+
('Myanmar', '')
|
348 |
+
('Zambia', '')
|
349 |
+
('[2014, 2016]', '')
|
350 |
+
('2015', '')
|
351 |
+
('Brazil', '')
|
352 |
+
('Spain', '')
|
353 |
+
('Belize', '')
|
354 |
+
('Papua New Guinea', '')
|
355 |
+
('Benin', '')
|
356 |
+
('Sudan', '')
|
357 |
+
('Mongolia', '')
|
358 |
+
('8', '')
|
359 |
+
('North America', '')
|
360 |
+
('2014', '')
|
361 |
+
('3', '')
|
362 |
+
('Year', '')
|
363 |
+
('Hong Kong', '')
|
364 |
+
('[2003, 2004]', '')
|
365 |
+
('Samoa', '')
|
366 |
+
('Purple', '')
|
367 |
+
('Estonia', '')
|
368 |
+
('Yes', '')
|
369 |
+
('1960', '')
|
370 |
+
('3', '')
|
371 |
+
('4', '')
|
372 |
+
('1990', '')
|
373 |
+
('2', '')
|
374 |
+
('Yes', '')
|
375 |
+
('Purple', '')
|
376 |
+
('[2011, 2012]', '')
|
377 |
+
('2011', '')
|
378 |
+
('[Germany, Bolivia, Dominican Republic]', '')
|
379 |
+
('2', '')
|
380 |
+
('1', '')
|
381 |
+
('1994', '')
|
382 |
+
('0.01', '')
|
383 |
+
('2', '')
|
384 |
+
('8', '')
|
385 |
+
('2014', '')
|
386 |
+
('8', '')
|
387 |
+
('33', '')
|
388 |
+
('3', '')
|
389 |
+
('Burundi', '')
|
390 |
+
('0.05', '')
|
391 |
+
('1994', '')
|
392 |
+
('[United Kingdom, Cape Verde]', '')
|
393 |
+
('Gabon', '')
|
394 |
+
('1987', '')
|
395 |
+
('red', '')
|
396 |
+
('2005', '')
|
397 |
+
('Red', '')
|
398 |
+
('1992', '')
|
399 |
+
('Belize', '')
|
400 |
+
('3', '')
|
401 |
+
('Asia', '')
|
402 |
+
('[1965, 1970]', '')
|
403 |
+
('2008', '')
|
404 |
+
('Fiji', '')
|
405 |
+
('1975', '')
|
406 |
+
('3', '')
|
407 |
+
('Yes', '')
|
408 |
+
('Yes', '')
|
409 |
+
('Eritrea', '')
|
410 |
+
('Eritrea', '')
|
411 |
+
('50-69 years old', '')
|
412 |
+
('4', '')
|
413 |
+
('Botswana', '')
|
414 |
+
('Chile', '')
|
415 |
+
('Cape Verde', '')
|
416 |
+
('[2014, 2016]', '')
|
417 |
+
('Portugal', '')
|
418 |
+
('3', '')
|
419 |
+
('Child (before age 5)', '')
|
420 |
+
('[2003,2009]', '')
|
421 |
+
('1970', '')
|
422 |
+
('1978', '')
|
423 |
+
('Ireland', '')
|
424 |
+
('Ireland', '')
|
425 |
+
('Togo', '')
|
426 |
+
('3', '')
|
427 |
+
('Mali', '')
|
428 |
+
('2004', '')
|
429 |
+
('3', '')
|
430 |
+
('Taiwan', '')
|
431 |
+
('2012', '')
|
432 |
+
('Primary school', '')
|
433 |
+
('Switzerland', '')
|
434 |
+
('2001', '')
|
435 |
+
('Belgium', '')
|
436 |
+
('33', '')
|
437 |
+
('Yes', '')
|
438 |
+
('Yes', '')
|
439 |
+
('5', '')
|
440 |
+
('42.25', '')
|
441 |
+
('Tend to favor one side', '')
|
442 |
+
('Rep/Lean Rep', '')
|
443 |
+
('Blue', '')
|
444 |
+
('93.45', '')
|
445 |
+
('U.S.', '')
|
446 |
+
('UK', '')
|
447 |
+
('Men', '')
|
448 |
+
('1.058333333', '')
|
449 |
+
('62', '')
|
450 |
+
('1.216666667', '')
|
451 |
+
('Too little', '')
|
452 |
+
('0.57', '')
|
453 |
+
('18', '')
|
454 |
+
('Yes', '')
|
455 |
+
('0.43', '')
|
456 |
+
('Yes', '')
|
457 |
+
('68', '')
|
458 |
+
('44', '')
|
459 |
+
('71', '')
|
460 |
+
('16', '')
|
461 |
+
('20', '')
|
462 |
+
('50', '')
|
463 |
+
('Democrat (scores 60 to 100)', '')
|
464 |
+
('0.9375', '')
|
465 |
+
('45', '')
|
466 |
+
('No', '')
|
467 |
+
('50-69 years old', '')
|
468 |
+
('Yes', '')
|
469 |
+
('blue', '')
|
470 |
+
('51', '')
|
471 |
+
('37', '')
|
472 |
+
('11', '')
|
473 |
+
('7', '')
|
474 |
+
('Yes', '')
|
475 |
+
('57', '')
|
476 |
+
('44', '')
|
477 |
+
('52', '')
|
478 |
+
('0.32', '')
|
479 |
+
('3', '')
|
480 |
+
('98', '')
|
481 |
+
('51', '')
|
482 |
+
('1.216666667', '')
|
483 |
+
('71', '')
|
484 |
+
('98', '')
|
485 |
+
('42', '')
|
486 |
+
('Yes', '')
|
487 |
+
('33', '')
|
488 |
+
('70', '')
|
489 |
+
('Democrats & Republicans', '')
|
490 |
+
('Men', '')
|
491 |
+
('10', '')
|
492 |
+
('1.216666667', '')
|
493 |
+
('21', '')
|
494 |
+
('Yes', '')
|
495 |
+
('39', '')
|
496 |
+
('Less', '')
|
497 |
+
('27', '')
|
498 |
+
('0.33333333', '')
|
499 |
+
('[Should not, Should]', '')
|
500 |
+
('0.33333333', '')
|
501 |
+
('18/19', '')
|
502 |
+
('63', '')
|
503 |
+
('67', '')
|
504 |
+
('Yes', '')
|
505 |
+
('Total Millennials (ages 18-33)', '')
|
506 |
+
('10', '')
|
507 |
+
('52', '')
|
508 |
+
('33', '')
|
509 |
+
('50-64 years', '')
|
510 |
+
('0.18', '')
|
511 |
+
('51', '')
|
512 |
+
('0.414285714', '')
|
513 |
+
('47.47', '')
|
514 |
+
('30.27', '')
|
515 |
+
('213', '')
|
516 |
+
('121', '')
|
517 |
+
('Bulgaria', '')
|
518 |
+
('Bulgaria', '')
|
519 |
+
('Montenegro', '')
|
520 |
+
('30.5', '')
|
521 |
+
('5', '')
|
522 |
+
('3', '')
|
523 |
+
('Portugal', '')
|
524 |
+
('25.7', '')
|
525 |
+
('2', '')
|
526 |
+
('Same', '')
|
527 |
+
('blue', '')
|
528 |
+
('Yes', '')
|
529 |
+
('Russia', '')
|
530 |
+
('0.1', '')
|
531 |
+
('blue', '')
|
532 |
+
('16.5', '')
|
533 |
+
('4.2', '')
|
534 |
+
('5.44', '')
|
535 |
+
('98', '')
|
536 |
+
('Yes', '')
|
537 |
+
('United Kingdom', '')
|
538 |
+
('0.19', '')
|
539 |
+
('Red', '')
|
540 |
+
('106.4', '')
|
541 |
+
('Definitely yes', '')
|
542 |
+
('Yes', '')
|
543 |
+
('Netherlands', '')
|
544 |
+
('No', '')
|
545 |
+
('5', '')
|
546 |
+
('Yes', '')
|
547 |
+
('3', '')
|
548 |
+
('28.7', '')
|
549 |
+
('Cuba', '')
|
550 |
+
('50', '')
|
551 |
+
('89', '')
|
552 |
+
('67', '')
|
553 |
+
('36', '')
|
554 |
+
('4', '')
|
555 |
+
('Right decision', '')
|
556 |
+
('39', '')
|
557 |
+
('42', '')
|
558 |
+
('Male', '')
|
559 |
+
('8', '')
|
560 |
+
('Yes', '')
|
561 |
+
('Indonesia', '')
|
562 |
+
('0.01', '')
|
563 |
+
('Pink', '')
|
564 |
+
('0.87', '')
|
565 |
+
('48', '')
|
566 |
+
('15', '')
|
567 |
+
('Yes', '')
|
568 |
+
('Poland', '')
|
569 |
+
('Sri Lanka', '')
|
570 |
+
('22.675', '')
|
571 |
+
('East Asia and Pacific', '')
|
572 |
+
('7.3', '')
|
573 |
+
('Benin', '')
|
574 |
+
('0.484375', '')
|
575 |
+
('43', '')
|
576 |
+
('23.68', '')
|
577 |
+
('Spain', '')
|
578 |
+
('Yes', '')
|
579 |
+
('5', '')
|
580 |
+
('[2003, 2004]', '')
|
581 |
+
('[Austria, Chile]', '')
|
582 |
+
('[Australia, Italy]', '')
|
583 |
+
('[Slovenia, Turkey]', '')
|
584 |
+
('2014', '')
|
585 |
+
('United States', '')
|
586 |
+
('2.625', '')
|
587 |
+
('2010', '')
|
588 |
+
('3', '')
|
589 |
+
('[Austria, Chile]', '')
|
590 |
+
('11', '')
|
591 |
+
('[Lithuania, Saudi Arabia]', '')
|
592 |
+
('[Lithuania, Saudi Arabia]', '')
|
593 |
+
('Belgium', '')
|
594 |
+
('New Zealand', '')
|
595 |
+
('Korea', '')
|
596 |
+
('33', '')
|
597 |
+
('Ethiopia', '')
|
598 |
+
('4', '')
|
599 |
+
('1994', '')
|
600 |
+
('2001', '')
|
601 |
+
('Chinese Taipei', '')
|
602 |
+
('3', '')
|
603 |
+
('2012', '')
|
604 |
+
('Brazil', '')
|
605 |
+
('Facebook Messenger*', '')
|
606 |
+
('3594', '')
|
607 |
+
('Bridgestone (Japan)', '')
|
608 |
+
('5.23', '')
|
609 |
+
('American Airlines', '')
|
610 |
+
('12.4', '')
|
611 |
+
('987.75', '')
|
612 |
+
('197.3', '')
|
613 |
+
('[1.34, 1.37]', '')
|
614 |
+
('1.346', '')
|
615 |
+
('increasing', '')
|
616 |
+
('30.45', '')
|
617 |
+
('4.3', '')
|
618 |
+
('3.2', '')
|
619 |
+
('2015', '')
|
620 |
+
('44', '')
|
621 |
+
('2015', '')
|
622 |
+
('8', '')
|
623 |
+
('0.11', '')
|
624 |
+
('0.484375', '')
|
625 |
+
('October', '')
|
626 |
+
('4', '')
|
627 |
+
('20', '')
|
628 |
+
('60', '')
|
629 |
+
('537689', '')
|
630 |
+
('44', '')
|
631 |
+
('2014', '')
|
632 |
+
('1.216666667', '')
|
633 |
+
('Not documented, fate unknown*', '')
|
634 |
+
('1.216666667', '')
|
635 |
+
('4', '')
|
636 |
+
('67', '')
|
637 |
+
('3996', '')
|
638 |
+
('696', '')
|
639 |
+
('84', '')
|
640 |
+
('2017', '')
|
641 |
+
('44519', '')
|
642 |
+
('Yes', '')
|
643 |
+
('increasing', '')
|
644 |
+
('44', '')
|
645 |
+
('Pulmonary arterial hypertension', '')
|
646 |
+
('4', '')
|
647 |
+
('Passenger cars', '')
|
648 |
+
('10.6', '')
|
649 |
+
('Russian Federation', '')
|
650 |
+
('64', '')
|
651 |
+
('2005', '')
|
652 |
+
('4', '')
|
653 |
+
('6.6', '')
|
654 |
+
('Yes', '')
|
655 |
+
('123.3', '')
|
656 |
+
('44', '')
|
657 |
+
('4', '')
|
658 |
+
('57.7', '')
|
659 |
+
('Canada', '')
|
660 |
+
('19', '')
|
661 |
+
('0.1', '')
|
662 |
+
('54', '')
|
663 |
+
('YouTube', '')
|
664 |
+
('16', '')
|
665 |
+
('2019', '')
|
666 |
+
('44', '')
|
667 |
+
("Don't Know", '')
|
668 |
+
('10', '')
|
669 |
+
('2021', '')
|
670 |
+
('33.33', '')
|
671 |
+
('CIC Lyonnaise de Banque', '')
|
672 |
+
('46337', '')
|
673 |
+
('Periscope', '')
|
674 |
+
('3.0238', '')
|
675 |
+
('17', '')
|
676 |
+
('19', '')
|
677 |
+
('2021', '')
|
678 |
+
('5.6', '')
|
679 |
+
('44', '')
|
680 |
+
('44.4', '')
|
681 |
+
('Kit (Nike)', '')
|
682 |
+
('15.75', '')
|
683 |
+
('41856', '')
|
684 |
+
('34236', '')
|
685 |
+
('3', '')
|
686 |
+
('26', '')
|
687 |
+
('2', '')
|
688 |
+
('1.015645372', '')
|
689 |
+
('69', '')
|
690 |
+
('1.216666667', '')
|
691 |
+
('LAAP*', '')
|
692 |
+
('67.9', '')
|
693 |
+
('4', '')
|
694 |
+
('16230', '')
|
695 |
+
('41.5', '')
|
696 |
+
('6.5', '')
|
697 |
+
('Michael Kors', '')
|
698 |
+
('20.9', '')
|
699 |
+
('Finland', '')
|
700 |
+
('24.6', '')
|
701 |
+
('11', '')
|
702 |
+
('1.577', '')
|
703 |
+
('18.2', '')
|
704 |
+
('43.2', '')
|
705 |
+
("Don't Know", '')
|
706 |
+
('1.015645372', '')
|
707 |
+
('6.6', '')
|
708 |
+
('19.3', '')
|
709 |
+
('19.7', '')
|
710 |
+
('19.7', '')
|
711 |
+
('Definitely yes', '')
|
712 |
+
('23.8', '')
|
713 |
+
('2001', '')
|
714 |
+
('3.88', '')
|
715 |
+
('1408', '')
|
716 |
+
('1055', '')
|
717 |
+
('2019', '')
|
718 |
+
('[2003,2009]', '')
|
719 |
+
('Not worried at all', '')
|
720 |
+
('0.3', '')
|
721 |
+
('25-34', '')
|
722 |
+
('18', '')
|
723 |
+
('Corn', '')
|
724 |
+
('1104.17', '')
|
725 |
+
('91817', '')
|
726 |
+
('91817', '')
|
727 |
+
('83.29', '')
|
728 |
+
('0.32', '')
|
729 |
+
('NFL (2016)', '')
|
730 |
+
('55.88', '')
|
731 |
+
('2020', '')
|
732 |
+
('0.23', '')
|
733 |
+
('1-5 mins', '')
|
734 |
+
('69', '')
|
735 |
+
('2021', '')
|
736 |
+
('827', '')
|
737 |
+
('Black or African American alone', '')
|
738 |
+
('77517', '')
|
739 |
+
('[2003,2009]', '')
|
740 |
+
('0.18', '')
|
741 |
+
('New York', '')
|
742 |
+
('91817', '')
|
743 |
+
('15017', '')
|
744 |
+
('9527', '')
|
745 |
+
('2015', '')
|
746 |
+
('21.5', '')
|
747 |
+
('53', '')
|
748 |
+
('43', '')
|
749 |
+
('10.2', '')
|
750 |
+
('20.9', '')
|
751 |
+
('1.346', '')
|
752 |
+
('0.28', '')
|
753 |
+
('2009', '')
|
754 |
+
('28.44', '')
|
755 |
+
('8.6', '')
|
756 |
+
('27.7', '')
|
757 |
+
('446.13', '')
|
758 |
+
('916.58', '')
|
759 |
+
('2020', '')
|
760 |
+
('189.6', '')
|
761 |
+
("May '21", '')
|
762 |
+
('2.93', '')
|
763 |
+
('India', '')
|
764 |
+
('24', '')
|
765 |
+
('2009', '')
|
766 |
+
('42.83', '')
|
767 |
+
('50.4', '')
|
768 |
+
('106.4', '')
|
769 |
+
('3', '')
|
770 |
+
('10', '')
|
771 |
+
('77', '')
|
772 |
+
('Mining', '')
|
773 |
+
('Moderna', '')
|
774 |
+
('Folksam', '')
|
775 |
+
('Definitely yes', '')
|
776 |
+
('2016', '')
|
777 |
+
("May '21", '')
|
778 |
+
('5.04', '')
|
779 |
+
('37190', '')
|
780 |
+
('Russian Federation', '')
|
781 |
+
('11', '')
|
782 |
+
('0.01', '')
|
783 |
+
('Purple', '')
|
784 |
+
('34.3', '')
|
785 |
+
('Robku TV', '')
|
786 |
+
('0.04', '')
|
787 |
+
('2007', '')
|
788 |
+
('126', '')
|
789 |
+
('28.49', '')
|
790 |
+
('30.1', '')
|
791 |
+
('2.06', '')
|
792 |
+
('5.1', '')
|
793 |
+
('Philosophy', '')
|
794 |
+
('26276', '')
|
795 |
+
('Online authorized dealers', '')
|
796 |
+
('42.25', '')
|
797 |
+
('19', '')
|
798 |
+
('4', '')
|
799 |
+
('5', '')
|
800 |
+
('45', '')
|
801 |
+
('Canada', '')
|
802 |
+
('1.81', '')
|
803 |
+
('13942', '')
|
804 |
+
('20656', '')
|
805 |
+
('10', '')
|
806 |
+
('[Thailand, South Korea]', '')
|
807 |
+
('11', '')
|
808 |
+
('61.2', '')
|
809 |
+
('48', '')
|
810 |
+
('30.45', '')
|
811 |
+
('62', '')
|
812 |
+
('203', '')
|
813 |
+
('77', '')
|
814 |
+
('44.7', '')
|
815 |
+
('4', '')
|
816 |
+
('1.015645372', '')
|
817 |
+
('Estimated revenue in billion U.S. dollars', '')
|
818 |
+
('2001', '')
|
819 |
+
('27.7', '')
|
820 |
+
('22.675', '')
|
821 |
+
('2020', '')
|
822 |
+
('2914.18', '')
|
823 |
+
('blue', '')
|
824 |
+
('0.07', '')
|
825 |
+
('24', '')
|
826 |
+
('67', '')
|
827 |
+
('8', '')
|
828 |
+
('33.8', '')
|
829 |
+
('32.4', '')
|
830 |
+
('37.5', '')
|
831 |
+
('4', '')
|
832 |
+
('17', '')
|
833 |
+
('2014', '')
|
834 |
+
('1', '')
|
835 |
+
('Analytics', '')
|
836 |
+
('73.3', '')
|
837 |
+
('25', '')
|
838 |
+
('23', '')
|
839 |
+
('16.59', '')
|
840 |
+
('2019', '')
|
841 |
+
('52.45', '')
|
842 |
+
('0.43', '')
|
843 |
+
('856.36', '')
|
844 |
+
('2010', '')
|
845 |
+
('Dissatisfied', '')
|
846 |
+
('30', '')
|
847 |
+
('15', '')
|
848 |
+
('32', '')
|
849 |
+
('Facebook', '')
|
850 |
+
('84', '')
|
851 |
+
('[2017, 2023]', '')
|
852 |
+
('Digestive health', '')
|
853 |
+
('51', '')
|
854 |
+
('35 to 44', '')
|
855 |
+
('91', '')
|
856 |
+
('Men', '')
|
857 |
+
('2010', '')
|
858 |
+
('60', '')
|
859 |
+
('2007-2008', '')
|
860 |
+
('25397', '')
|
861 |
+
('151', '')
|
862 |
+
('235', '')
|
863 |
+
('Female', '')
|
864 |
+
('5.7', '')
|
865 |
+
('2019', '')
|
866 |
+
('2.125694444', '')
|
867 |
+
('67', '')
|
868 |
+
('Yes', '')
|
869 |
+
('4', '')
|
870 |
+
('Better off', '')
|
871 |
+
('100 - 500 euros', '')
|
872 |
+
('3.4', '')
|
873 |
+
('Insured all year, not underinsured', '')
|
874 |
+
('2013', '')
|
875 |
+
('0.08', '')
|
876 |
+
('48', '')
|
877 |
+
('2018', '')
|
878 |
+
('4.8', '')
|
879 |
+
('2013', '')
|
880 |
+
('2016', '')
|
881 |
+
('20', '')
|
882 |
+
('47', '')
|
883 |
+
('65', '')
|
884 |
+
('38', '')
|
885 |
+
('105.4', '')
|
886 |
+
('258.4', '')
|
887 |
+
('27', '')
|
888 |
+
('37', '')
|
889 |
+
('646.43', '')
|
890 |
+
('1041.6', '')
|
891 |
+
('Men', '')
|
892 |
+
('71', '')
|
893 |
+
('1592', '')
|
894 |
+
('1189', '')
|
895 |
+
('2020', '')
|
896 |
+
('2013', '')
|
897 |
+
('12', '')
|
898 |
+
('65', '')
|
899 |
+
('2017', '')
|
900 |
+
('10', '')
|
901 |
+
('2015', '')
|
902 |
+
('11277', '')
|
903 |
+
('2015/16', '')
|
904 |
+
('13942', '')
|
905 |
+
("Pirates of the Caribbean: Dead Man's Chest", '')
|
906 |
+
('Pirates of the Caribbean: The Curse of the Black Pearl', '')
|
907 |
+
('60', '')
|
908 |
+
('32', '')
|
909 |
+
('Cooking (e.g., MasterChef, Chopped, etc.)', '')
|
910 |
+
('32', '')
|
911 |
+
('2019', '')
|
912 |
+
('2020', '')
|
913 |
+
('599', '')
|
914 |
+
('347.82', '')
|
915 |
+
('45', '')
|
916 |
+
('61', '')
|
917 |
+
('131', '')
|
918 |
+
('35', '')
|
919 |
+
('8.6', '')
|
920 |
+
('43.4', '')
|
921 |
+
('Jimmy Fallon', '')
|
922 |
+
('0.4', '')
|
923 |
+
('99750', '')
|
924 |
+
('113702', '')
|
925 |
+
('85', '')
|
926 |
+
('65', '')
|
927 |
+
('6.6', '')
|
928 |
+
('5.4', '')
|
929 |
+
('69', '')
|
930 |
+
('98', '')
|
931 |
+
('91', '')
|
932 |
+
('82.5', '')
|
933 |
+
('19.7', '')
|
934 |
+
('5.7', '')
|
935 |
+
('27', '')
|
936 |
+
('69', '')
|
937 |
+
('28.3', '')
|
938 |
+
('5.1', '')
|
939 |
+
('63', '')
|
940 |
+
('28', '')
|
941 |
+
('15', '')
|
942 |
+
('16', '')
|
943 |
+
('2017', '')
|
944 |
+
('175', '')
|
945 |
+
('2018', '')
|
946 |
+
('43', '')
|
947 |
+
('3.7', '')
|
948 |
+
('2010', '')
|
949 |
+
('Female', '')
|
950 |
+
('18', '')
|
951 |
+
('3.72', '')
|
952 |
+
('0.28', '')
|
953 |
+
('Cinematography', '')
|
954 |
+
('50.4', '')
|
955 |
+
('Mexico', '')
|
956 |
+
('40', '')
|
957 |
+
('3.9', '')
|
958 |
+
('6.7', '')
|
959 |
+
('645', '')
|
960 |
+
('627.31', '')
|
961 |
+
('Male', '')
|
962 |
+
('10', '')
|
963 |
+
('67.31', '')
|
964 |
+
('3.89', '')
|
965 |
+
('55.88', '')
|
966 |
+
('8.12', '')
|
967 |
+
('Men', '')
|
968 |
+
('23.8', '')
|
969 |
+
('43', '')
|
970 |
+
('More likely', '')
|
971 |
+
('8', '')
|
972 |
+
('28', '')
|
973 |
+
('61 years and older', '')
|
974 |
+
('9 years and younger', '')
|
975 |
+
('73.3', '')
|
976 |
+
('46.1', '')
|
977 |
+
('Media workers', '')
|
978 |
+
('72', '')
|
979 |
+
('12.99', '')
|
980 |
+
('16.59', '')
|
981 |
+
("Don't Know", '')
|
982 |
+
('4', '')
|
983 |
+
('Blue', '')
|
984 |
+
('3.86', '')
|
985 |
+
('0.7', '')
|
986 |
+
('34.3', '')
|
987 |
+
('33', '')
|
988 |
+
('33.33', '')
|
989 |
+
('5.6', '')
|
990 |
+
('North America', '')
|
991 |
+
('18/19', '')
|
992 |
+
('971', '')
|
993 |
+
('80.7', '')
|
994 |
+
('7.3', '')
|
995 |
+
('9', '')
|
996 |
+
('41', '')
|
997 |
+
('40', '')
|
998 |
+
('Snapchat', '')
|
999 |
+
('Blue', '')
|
1000 |
+
('Cash', '')
|
eval/ChartQA_score.json
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"acc": 0.425,
|
3 |
+
"num_correct": 425,
|
4 |
+
"num_pred": 1000
|
5 |
+
}
|
eval/Country211_pred.txt
ADDED
@@ -0,0 +1,1000 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
('Bahamas', '')
|
2 |
+
('Maldives', '')
|
3 |
+
('Timor-Leste', '')
|
4 |
+
('Czech Republic', '')
|
5 |
+
('Croatia', '')
|
6 |
+
('Georgia', '')
|
7 |
+
('New Zealand', '')
|
8 |
+
('Sri Lanka', '')
|
9 |
+
('Kazakhstan', '')
|
10 |
+
('Tanzania', '')
|
11 |
+
('Vatican', '')
|
12 |
+
('Aland Islands', '')
|
13 |
+
('Morocco', '')
|
14 |
+
('St. Lucia', '')
|
15 |
+
('Angola', '')
|
16 |
+
('Samoa', '')
|
17 |
+
('Guatemala', '')
|
18 |
+
('Timor-Leste', '')
|
19 |
+
('Cyprus', '')
|
20 |
+
('Haiti', '')
|
21 |
+
('Botswana', '')
|
22 |
+
('Bahamas', '')
|
23 |
+
('Angola', '')
|
24 |
+
('Israel', '')
|
25 |
+
('Somalia', '')
|
26 |
+
('Brunei Darussalam', '')
|
27 |
+
('Indonesia', '')
|
28 |
+
('Israel', '')
|
29 |
+
('Nigeria', '')
|
30 |
+
('Gibraltar', '')
|
31 |
+
('Ireland', '')
|
32 |
+
('Norway', '')
|
33 |
+
('Albania', '')
|
34 |
+
('Sudan', '')
|
35 |
+
('Gibraltar', '')
|
36 |
+
('Antarctica', '')
|
37 |
+
('Haiti', '')
|
38 |
+
('Ethiopia', '')
|
39 |
+
('Vanuatu', '')
|
40 |
+
('Antigua and Barbuda', '')
|
41 |
+
('Italy', '')
|
42 |
+
('British Virgin Islands', '')
|
43 |
+
('Cambodia', '')
|
44 |
+
('El Salvador', '')
|
45 |
+
('Zimbabwe', '')
|
46 |
+
('Macedonia', '')
|
47 |
+
('Nepal', '')
|
48 |
+
('Bhutan', '')
|
49 |
+
('Iceland', '')
|
50 |
+
('Egypt', '')
|
51 |
+
('Bahamas', '')
|
52 |
+
('Slovakia', '')
|
53 |
+
('Iran', '')
|
54 |
+
('Iran', '')
|
55 |
+
('Nepal', '')
|
56 |
+
('Iran', '')
|
57 |
+
('Moldova', '')
|
58 |
+
('New Zealand', '')
|
59 |
+
('Ethiopia', '')
|
60 |
+
("Cote d'Ivoire", '')
|
61 |
+
('Ukraine', '')
|
62 |
+
('Brunei Darussalam', '')
|
63 |
+
('Namibia', '')
|
64 |
+
('Tunisia', '')
|
65 |
+
('Gibraltar', '')
|
66 |
+
('Israel', '')
|
67 |
+
('Papua New Guinea', '')
|
68 |
+
('Bahamas', '')
|
69 |
+
('Laos', '')
|
70 |
+
('United Arab Emirates', '')
|
71 |
+
('Kenya', '')
|
72 |
+
('Afghanistan', '')
|
73 |
+
('Saint-Martin', '')
|
74 |
+
('Mongolia', '')
|
75 |
+
('Burkina Faso', '')
|
76 |
+
('France', '')
|
77 |
+
('South Sudan', '')
|
78 |
+
('Botswana', '')
|
79 |
+
('Vatican', '')
|
80 |
+
('French Polynesia', '')
|
81 |
+
('South Georgia and South Sandwich Is.', '')
|
82 |
+
('Macedonia', '')
|
83 |
+
('Uganda', '')
|
84 |
+
('Kazakhstan', '')
|
85 |
+
('Laos', '')
|
86 |
+
('Italy', '')
|
87 |
+
('Timor-Leste', '')
|
88 |
+
('Peru', '')
|
89 |
+
('Mongolia', '')
|
90 |
+
('Madagascar', '')
|
91 |
+
('Bahamas', '')
|
92 |
+
('Croatia', '')
|
93 |
+
('Rwanda', '')
|
94 |
+
('Antarctica', '')
|
95 |
+
('Angola', '')
|
96 |
+
('Afghanistan', '')
|
97 |
+
('Namibia', '')
|
98 |
+
('Mongolia', '')
|
99 |
+
('Jamaica', '')
|
100 |
+
('Armenia', '')
|
101 |
+
('Bahrain', '')
|
102 |
+
('Peru', '')
|
103 |
+
('Armenia', '')
|
104 |
+
('Albania', '')
|
105 |
+
('Poland', '')
|
106 |
+
('Kuwait', '')
|
107 |
+
('Ethiopia', '')
|
108 |
+
('Cambodia', '')
|
109 |
+
('Seychelles', '')
|
110 |
+
('Mauritania', '')
|
111 |
+
('Bermuda', '')
|
112 |
+
('Kuwait', '')
|
113 |
+
('Brunei Darussalam', '')
|
114 |
+
('Ghana', '')
|
115 |
+
('Luxembourg', '')
|
116 |
+
("Cote d'Ivoire", '')
|
117 |
+
('Sudan', '')
|
118 |
+
('Cyprus', '')
|
119 |
+
('Bhutan', '')
|
120 |
+
('Hungary', '')
|
121 |
+
('Dominican Republic', '')
|
122 |
+
('Cambodia', '')
|
123 |
+
('Morocco', '')
|
124 |
+
('Ukraine', '')
|
125 |
+
('Algeria', '')
|
126 |
+
('Brunei Darussalam', '')
|
127 |
+
('French Polynesia', '')
|
128 |
+
('Ethiopia', '')
|
129 |
+
('Bulgaria', '')
|
130 |
+
('Gibraltar', '')
|
131 |
+
('Morocco', '')
|
132 |
+
('Timor-Leste', '')
|
133 |
+
('Nepal', '')
|
134 |
+
('Bahamas', '')
|
135 |
+
('Albania', '')
|
136 |
+
('Vatican', '')
|
137 |
+
('Albania', '')
|
138 |
+
('Vatican', '')
|
139 |
+
('Ethiopia', '')
|
140 |
+
('Namibia', '')
|
141 |
+
('Laos', '')
|
142 |
+
('Tanzania', '')
|
143 |
+
('Senegal', '')
|
144 |
+
('Vietnam', '')
|
145 |
+
('France', '')
|
146 |
+
('Nepal', '')
|
147 |
+
('Bahamas', '')
|
148 |
+
('Mongolia', '')
|
149 |
+
('Dominican Republic', '')
|
150 |
+
('Greenland', '')
|
151 |
+
('Indonesia', '')
|
152 |
+
('Israel', '')
|
153 |
+
('Cabo Verde', '')
|
154 |
+
('Taiwan', '')
|
155 |
+
('Angola', '')
|
156 |
+
('Luxembourg', '')
|
157 |
+
('Brunei Darussalam', '')
|
158 |
+
('Ireland', '')
|
159 |
+
('Kuwait', '')
|
160 |
+
('Monaco', '')
|
161 |
+
('Tunisia', '')
|
162 |
+
('Bangladesh', '')
|
163 |
+
('Gibraltar', '')
|
164 |
+
('Namibia', '')
|
165 |
+
('Mauritius', '')
|
166 |
+
('Israel', '')
|
167 |
+
('Bosnia and Herzegovina', '')
|
168 |
+
('Barbados', '')
|
169 |
+
('Kuwait', '')
|
170 |
+
('Bosnia and Herzegovina', '')
|
171 |
+
('Thailand', '')
|
172 |
+
('St. Kitts and Nevis', '')
|
173 |
+
('Jamaica', '')
|
174 |
+
('Bangladesh', '')
|
175 |
+
('Antarctica', '')
|
176 |
+
('South Georgia and South Sandwich Is.', '')
|
177 |
+
('Luxembourg', '')
|
178 |
+
('Morocco', '')
|
179 |
+
('Jordan', '')
|
180 |
+
('Austria', '')
|
181 |
+
('Botswana', '')
|
182 |
+
('Israel', '')
|
183 |
+
('Mauritius', '')
|
184 |
+
('Iran', '')
|
185 |
+
('Gabon', '')
|
186 |
+
('Hong Kong', '')
|
187 |
+
('Tunisia', '')
|
188 |
+
('Rwanda', '')
|
189 |
+
('Antigua and Barbuda', '')
|
190 |
+
('Israel', '')
|
191 |
+
('Bahrain', '')
|
192 |
+
('Iceland', '')
|
193 |
+
('Guatemala', '')
|
194 |
+
('Sweden', '')
|
195 |
+
('Mauritius', '')
|
196 |
+
('Iran', '')
|
197 |
+
('Albania', '')
|
198 |
+
('Israel', '')
|
199 |
+
('Iceland', '')
|
200 |
+
('Togo', '')
|
201 |
+
('Bahrain', '')
|
202 |
+
('Namibia', '')
|
203 |
+
('Nepal', '')
|
204 |
+
('Namibia', '')
|
205 |
+
('Maldives', '')
|
206 |
+
('Armenia', '')
|
207 |
+
('Albania', '')
|
208 |
+
('Bahamas', '')
|
209 |
+
('Hungary', '')
|
210 |
+
('Angola', '')
|
211 |
+
('Croatia', '')
|
212 |
+
('Maldives', '')
|
213 |
+
('Bahamas', '')
|
214 |
+
('Botswana', '')
|
215 |
+
('Seychelles', '')
|
216 |
+
('Mongolia', '')
|
217 |
+
('Bosnia and Herzegovina', '')
|
218 |
+
('Morocco', '')
|
219 |
+
('Bhutan', '')
|
220 |
+
('Afghanistan', '')
|
221 |
+
('Israel', '')
|
222 |
+
('Gabon', '')
|
223 |
+
('Czech Republic', '')
|
224 |
+
('Palestine', '')
|
225 |
+
('Uzbekistan', '')
|
226 |
+
('Maldives', '')
|
227 |
+
('Nigeria', '')
|
228 |
+
('Ethiopia', '')
|
229 |
+
('Norway', '')
|
230 |
+
('Finland', '')
|
231 |
+
('Israel', '')
|
232 |
+
('Vatican', '')
|
233 |
+
('Bahamas', '')
|
234 |
+
('Gabon', '')
|
235 |
+
('Estonia', '')
|
236 |
+
('Namibia', '')
|
237 |
+
('Iran', '')
|
238 |
+
("Cote d'Ivoire", '')
|
239 |
+
('Slovenia', '')
|
240 |
+
('Poland', '')
|
241 |
+
('Albania', '')
|
242 |
+
('Brunei Darussalam', '')
|
243 |
+
('Bangladesh', '')
|
244 |
+
('Philippines', '')
|
245 |
+
('Taiwan', '')
|
246 |
+
('Bahamas', '')
|
247 |
+
('Mauritius', '')
|
248 |
+
('Finland', '')
|
249 |
+
('Armenia', '')
|
250 |
+
('Luxembourg', '')
|
251 |
+
('Gibraltar', '')
|
252 |
+
('Israel', '')
|
253 |
+
('Cyprus', '')
|
254 |
+
('Burkina Faso', '')
|
255 |
+
('Iran', '')
|
256 |
+
('Iran', '')
|
257 |
+
('Bahamas', '')
|
258 |
+
('Iran', '')
|
259 |
+
("Cote d'Ivoire", '')
|
260 |
+
('Tanzania', '')
|
261 |
+
('Iceland', '')
|
262 |
+
('Sri Lanka', '')
|
263 |
+
('Palestine', '')
|
264 |
+
('Israel', '')
|
265 |
+
('Vatican', '')
|
266 |
+
('Finland', '')
|
267 |
+
('Mauritania', '')
|
268 |
+
('United Kingdom', '')
|
269 |
+
('Paraguay', '')
|
270 |
+
('Mozambique', '')
|
271 |
+
('Nepal', '')
|
272 |
+
('Barbados', '')
|
273 |
+
('Timor-Leste', '')
|
274 |
+
('Israel', '')
|
275 |
+
('Cabo Verde', '')
|
276 |
+
('Bahamas', '')
|
277 |
+
('Mauritius', '')
|
278 |
+
('Maldives', '')
|
279 |
+
('Luxembourg', '')
|
280 |
+
('Barbados', '')
|
281 |
+
('Bhutan', '')
|
282 |
+
('Taiwan', '')
|
283 |
+
('New Zealand', '')
|
284 |
+
('Tanzania', '')
|
285 |
+
('Finland', '')
|
286 |
+
('Cambodia', '')
|
287 |
+
('Mongolia', '')
|
288 |
+
('Albania', '')
|
289 |
+
('Myanmar', '')
|
290 |
+
('Israel', '')
|
291 |
+
('Iran', '')
|
292 |
+
('Dominican Republic', '')
|
293 |
+
('Armenia', '')
|
294 |
+
('Brunei Darussalam', '')
|
295 |
+
('Iceland', '')
|
296 |
+
('Iran', '')
|
297 |
+
('Ukraine', '')
|
298 |
+
('Botswana', '')
|
299 |
+
('Nepal', '')
|
300 |
+
('Palestine', '')
|
301 |
+
('Svalbard and Jan Mayen Islands', '')
|
302 |
+
('Austria', '')
|
303 |
+
('Bahrain', '')
|
304 |
+
('Luxembourg', '')
|
305 |
+
('North Korea', '')
|
306 |
+
('Mauritania', '')
|
307 |
+
('Mongolia', '')
|
308 |
+
('Sudan', '')
|
309 |
+
('Macau', '')
|
310 |
+
('Afghanistan', '')
|
311 |
+
('Faeroe Islands', '')
|
312 |
+
('Iran', '')
|
313 |
+
('Cabo Verde', '')
|
314 |
+
('Costa Rica', '')
|
315 |
+
('Myanmar', '')
|
316 |
+
('Bermuda', '')
|
317 |
+
('Mauritius', '')
|
318 |
+
('Albania', '')
|
319 |
+
('Finland', '')
|
320 |
+
('Morocco', '')
|
321 |
+
('Dominican Republic', '')
|
322 |
+
('Bahamas', '')
|
323 |
+
('Liechtenstein', '')
|
324 |
+
('Morocco', '')
|
325 |
+
('Mongolia', '')
|
326 |
+
('Liechtenstein', '')
|
327 |
+
('St. Kitts and Nevis', '')
|
328 |
+
('Austria', '')
|
329 |
+
('Curacao', '')
|
330 |
+
('Ethiopia', '')
|
331 |
+
('Cabo Verde', '')
|
332 |
+
('Moldova', '')
|
333 |
+
('Monaco', '')
|
334 |
+
('Bahrain', '')
|
335 |
+
('Luxembourg', '')
|
336 |
+
('Armenia', '')
|
337 |
+
('Aland Islands', '')
|
338 |
+
('Namibia', '')
|
339 |
+
('Iceland', '')
|
340 |
+
('Antigua and Barbuda', '')
|
341 |
+
('Nepal', '')
|
342 |
+
('Senegal', '')
|
343 |
+
('Mongolia', '')
|
344 |
+
('Mongolia', '')
|
345 |
+
('Bahrain', '')
|
346 |
+
('Bahamas', '')
|
347 |
+
('Vietnam', '')
|
348 |
+
('Iran', '')
|
349 |
+
('Somalia', '')
|
350 |
+
('Estonia', '')
|
351 |
+
('Switzerland', '')
|
352 |
+
('Austria', '')
|
353 |
+
('Belize', '')
|
354 |
+
('Finland', '')
|
355 |
+
('Finland', '')
|
356 |
+
('Malta', '')
|
357 |
+
('Grenada', '')
|
358 |
+
('Guam', '')
|
359 |
+
('Gabon', '')
|
360 |
+
('Egypt', '')
|
361 |
+
('Austria', '')
|
362 |
+
('Solomon Islands', '')
|
363 |
+
('Bahamas', '')
|
364 |
+
('Belize', '')
|
365 |
+
('Namibia', '')
|
366 |
+
('Nepal', '')
|
367 |
+
('Morocco', '')
|
368 |
+
('Antarctica', '')
|
369 |
+
('Paraguay', '')
|
370 |
+
('Gabon', '')
|
371 |
+
('Israel', '')
|
372 |
+
('Macau', '')
|
373 |
+
('Denmark', '')
|
374 |
+
('Bhutan', '')
|
375 |
+
('Central African Republic', '')
|
376 |
+
('Spain', '')
|
377 |
+
('Israel', '')
|
378 |
+
('Morocco', '')
|
379 |
+
('Philippines', '')
|
380 |
+
('Bahamas', '')
|
381 |
+
('Uganda', '')
|
382 |
+
('Belarus', '')
|
383 |
+
('Bahamas', '')
|
384 |
+
('Grenada', '')
|
385 |
+
('Tanzania', '')
|
386 |
+
('Bhutan', '')
|
387 |
+
('Jamaica', '')
|
388 |
+
('Uzbekistan', '')
|
389 |
+
('Mauritania', '')
|
390 |
+
('French Polynesia', '')
|
391 |
+
('Andorra', '')
|
392 |
+
('Brunei Darussalam', '')
|
393 |
+
('Romania', '')
|
394 |
+
('Egypt', '')
|
395 |
+
('Uzbekistan', '')
|
396 |
+
('Bahrain', '')
|
397 |
+
('St. Lucia', '')
|
398 |
+
('Thailand', '')
|
399 |
+
('Afghanistan', '')
|
400 |
+
('Austria', '')
|
401 |
+
('Bahamas', '')
|
402 |
+
('Brunei Darussalam', '')
|
403 |
+
('Iran', '')
|
404 |
+
('Cabo Verde', '')
|
405 |
+
('Bahamas', '')
|
406 |
+
('Israel', '')
|
407 |
+
('Botswana', '')
|
408 |
+
('Luxembourg', '')
|
409 |
+
('Norway', '')
|
410 |
+
('Somalia', '')
|
411 |
+
('Bhutan', '')
|
412 |
+
('New Zealand', '')
|
413 |
+
('Bahamas', '')
|
414 |
+
('Bhutan', '')
|
415 |
+
('Hungary', '')
|
416 |
+
('Morocco', '')
|
417 |
+
('Maldives', '')
|
418 |
+
('Iran', '')
|
419 |
+
('Austria', '')
|
420 |
+
('Burkina Faso', '')
|
421 |
+
('Ecuador', '')
|
422 |
+
('Albania', '')
|
423 |
+
('Kyrgyz Republic', '')
|
424 |
+
('Egypt', '')
|
425 |
+
('Barbados', '')
|
426 |
+
('Uganda', '')
|
427 |
+
('St. Kitts and Nevis', '')
|
428 |
+
('Uganda', '')
|
429 |
+
('Botswana', '')
|
430 |
+
('Indonesia', '')
|
431 |
+
('Afghanistan', '')
|
432 |
+
('Greece', '')
|
433 |
+
('Ethiopia', '')
|
434 |
+
('Papua New Guinea', '')
|
435 |
+
('Afghanistan', '')
|
436 |
+
('Iran', '')
|
437 |
+
('Gabon', '')
|
438 |
+
('Senegal', '')
|
439 |
+
('Botswana', '')
|
440 |
+
('Iran', '')
|
441 |
+
('Namibia', '')
|
442 |
+
('Uganda', '')
|
443 |
+
('New Zealand', '')
|
444 |
+
('United Arab Emirates', '')
|
445 |
+
('Luxembourg', '')
|
446 |
+
('Gabon', '')
|
447 |
+
('Barbados', '')
|
448 |
+
('British Virgin Islands', '')
|
449 |
+
('Mongolia', '')
|
450 |
+
('Cambodia', '')
|
451 |
+
('Tanzania', '')
|
452 |
+
('Luxembourg', '')
|
453 |
+
('Bangladesh', '')
|
454 |
+
('Bahamas', '')
|
455 |
+
('Bahrain', '')
|
456 |
+
('St. Lucia', '')
|
457 |
+
('Mongolia', '')
|
458 |
+
('Laos', '')
|
459 |
+
('United States Virgin Islands', '')
|
460 |
+
('France', '')
|
461 |
+
('Macedonia', '')
|
462 |
+
('Greenland', '')
|
463 |
+
('Vatican', '')
|
464 |
+
('Armenia', '')
|
465 |
+
('North Korea', '')
|
466 |
+
('Solomon Islands', '')
|
467 |
+
('Israel', '')
|
468 |
+
('British Virgin Islands', '')
|
469 |
+
('Myanmar', '')
|
470 |
+
('Angola', '')
|
471 |
+
('Greenland', '')
|
472 |
+
('Madagascar', '')
|
473 |
+
('Bosnia and Herzegovina', '')
|
474 |
+
('Bahamas', '')
|
475 |
+
('Senegal', '')
|
476 |
+
('Azerbaijan', '')
|
477 |
+
('Maldives', '')
|
478 |
+
('Cabo Verde', '')
|
479 |
+
('Finland', '')
|
480 |
+
('Luxembourg', '')
|
481 |
+
('Oman', '')
|
482 |
+
('Morocco', '')
|
483 |
+
('Malaysia', '')
|
484 |
+
('Albania', '')
|
485 |
+
('Burkina Faso', '')
|
486 |
+
('Macedonia', '')
|
487 |
+
('Bahrain', '')
|
488 |
+
('Cambodia', '')
|
489 |
+
('France', '')
|
490 |
+
('French Polynesia', '')
|
491 |
+
('Ethiopia', '')
|
492 |
+
('Albania', '')
|
493 |
+
('Tajikistan', '')
|
494 |
+
('Gibraltar', '')
|
495 |
+
('Latvia', '')
|
496 |
+
('Romania', '')
|
497 |
+
('Afghanistan', '')
|
498 |
+
('Brunei Darussalam', '')
|
499 |
+
('Cabo Verde', '')
|
500 |
+
('Israel', '')
|
501 |
+
('Sri Lanka', '')
|
502 |
+
('Botswana', '')
|
503 |
+
('Bhutan', '')
|
504 |
+
('Bahamas', '')
|
505 |
+
('Palestine', '')
|
506 |
+
('Hungary', '')
|
507 |
+
('Brunei Darussalam', '')
|
508 |
+
('St. Lucia', '')
|
509 |
+
('Saudi Arabia', '')
|
510 |
+
('Iran', '')
|
511 |
+
('Morocco', '')
|
512 |
+
('Egypt', '')
|
513 |
+
('Mongolia', '')
|
514 |
+
('British Virgin Islands', '')
|
515 |
+
('Tanzania', '')
|
516 |
+
('Svalbard and Jan Mayen Islands', '')
|
517 |
+
('Bahrain', '')
|
518 |
+
('Iran', '')
|
519 |
+
('Maldives', '')
|
520 |
+
('Barbados', '')
|
521 |
+
('San Marino', '')
|
522 |
+
('Peru', '')
|
523 |
+
('Ethiopia', '')
|
524 |
+
('France', '')
|
525 |
+
('Brunei Darussalam', '')
|
526 |
+
('Burkina Faso', '')
|
527 |
+
('Albania', '')
|
528 |
+
('Barbados', '')
|
529 |
+
('Bahrain', '')
|
530 |
+
('Afghanistan', '')
|
531 |
+
('Finland', '')
|
532 |
+
('Central African Republic', '')
|
533 |
+
('Dominican Republic', '')
|
534 |
+
('Barbados', '')
|
535 |
+
('North Korea', '')
|
536 |
+
('Bermuda', '')
|
537 |
+
('Iran', '')
|
538 |
+
('Bangladesh', '')
|
539 |
+
('Somalia', '')
|
540 |
+
('Nepal', '')
|
541 |
+
('Mauritius', '')
|
542 |
+
('Iran', '')
|
543 |
+
('Barbados', '')
|
544 |
+
('Nepal', '')
|
545 |
+
('France', '')
|
546 |
+
('Bahrain', '')
|
547 |
+
('Bangladesh', '')
|
548 |
+
('Romania', '')
|
549 |
+
('Uganda', '')
|
550 |
+
('Bhutan', '')
|
551 |
+
('Albania', '')
|
552 |
+
('Iran', '')
|
553 |
+
('Morocco', '')
|
554 |
+
('Nepal', '')
|
555 |
+
('Laos', '')
|
556 |
+
('Belize', '')
|
557 |
+
('British Virgin Islands', '')
|
558 |
+
('Mongolia', '')
|
559 |
+
('Brunei Darussalam', '')
|
560 |
+
('British Virgin Islands', '')
|
561 |
+
('Maldives', '')
|
562 |
+
('St. Kitts and Nevis', '')
|
563 |
+
('Maldives', '')
|
564 |
+
('United Arab Emirates', '')
|
565 |
+
('Israel', '')
|
566 |
+
('Romania', '')
|
567 |
+
('Bahamas', '')
|
568 |
+
('Bhutan', '')
|
569 |
+
('Bhutan', '')
|
570 |
+
('Nepal', '')
|
571 |
+
('Albania', '')
|
572 |
+
('Timor-Leste', '')
|
573 |
+
('Monaco', '')
|
574 |
+
('Nigeria', '')
|
575 |
+
('Estonia', '')
|
576 |
+
('Cambodia', '')
|
577 |
+
('Philippines', '')
|
578 |
+
('Botswana', '')
|
579 |
+
('Nepal', '')
|
580 |
+
('Malaysia', '')
|
581 |
+
('Bahamas', '')
|
582 |
+
('Iran', '')
|
583 |
+
('Namibia', '')
|
584 |
+
('Nepal', '')
|
585 |
+
('Iran', '')
|
586 |
+
('Morocco', '')
|
587 |
+
('Ethiopia', '')
|
588 |
+
('Bermuda', '')
|
589 |
+
('Brunei Darussalam', '')
|
590 |
+
('Vatican', '')
|
591 |
+
('South Korea', '')
|
592 |
+
('Israel', '')
|
593 |
+
('Romania', '')
|
594 |
+
('Bahrain', '')
|
595 |
+
('Morocco', '')
|
596 |
+
('Cyprus', '')
|
597 |
+
('Vatican', '')
|
598 |
+
('Israel', '')
|
599 |
+
('Burkina Faso', '')
|
600 |
+
('Norway', '')
|
601 |
+
('Cyprus', '')
|
602 |
+
('Albania', '')
|
603 |
+
('Nepal', '')
|
604 |
+
('Haiti', '')
|
605 |
+
('Madagascar', '')
|
606 |
+
('Bhutan', '')
|
607 |
+
('Israel', '')
|
608 |
+
('Croatia', '')
|
609 |
+
('Mauritania', '')
|
610 |
+
('Iran', '')
|
611 |
+
('Mongolia', '')
|
612 |
+
('North Korea', '')
|
613 |
+
('Bahamas', '')
|
614 |
+
('Cambodia', '')
|
615 |
+
('Bahrain', '')
|
616 |
+
('Uganda', '')
|
617 |
+
('Kuwait', '')
|
618 |
+
('Timor-Leste', '')
|
619 |
+
('Cabo Verde', '')
|
620 |
+
('Poland', '')
|
621 |
+
('Namibia', '')
|
622 |
+
('Somalia', '')
|
623 |
+
("Cote d'Ivoire", '')
|
624 |
+
('Bhutan', '')
|
625 |
+
('Netherlands', '')
|
626 |
+
('Latvia', '')
|
627 |
+
('Maldives', '')
|
628 |
+
('Cabo Verde', '')
|
629 |
+
("Cote d'Ivoire", '')
|
630 |
+
('Antigua and Barbuda', '')
|
631 |
+
('Bahrain', '')
|
632 |
+
('Mauritius', '')
|
633 |
+
('Tunisia', '')
|
634 |
+
('Cambodia', '')
|
635 |
+
('Armenia', '')
|
636 |
+
('Cyprus', '')
|
637 |
+
('Malawi', '')
|
638 |
+
('Andorra', '')
|
639 |
+
('Mauritius', '')
|
640 |
+
('Namibia', '')
|
641 |
+
('Montenegro', '')
|
642 |
+
('Vatican', '')
|
643 |
+
('Bahrain', '')
|
644 |
+
('Finland', '')
|
645 |
+
('Norway', '')
|
646 |
+
('Guatemala', '')
|
647 |
+
('Norway', '')
|
648 |
+
('Uganda', '')
|
649 |
+
('Palestine', '')
|
650 |
+
('Hungary', '')
|
651 |
+
('Madagascar', '')
|
652 |
+
('Samoa', '')
|
653 |
+
('Bahrain', '')
|
654 |
+
('Bolivia', '')
|
655 |
+
('Israel', '')
|
656 |
+
('Afghanistan', '')
|
657 |
+
('Poland', '')
|
658 |
+
('Oman', '')
|
659 |
+
('Maldives', '')
|
660 |
+
('Dominican Republic', '')
|
661 |
+
('Bahrain', '')
|
662 |
+
('St. Kitts and Nevis', '')
|
663 |
+
('Mozambique', '')
|
664 |
+
('Yemen', '')
|
665 |
+
('Brunei Darussalam', '')
|
666 |
+
('Guatemala', '')
|
667 |
+
('Nepal', '')
|
668 |
+
('British Virgin Islands', '')
|
669 |
+
('Netherlands', '')
|
670 |
+
('Antigua and Barbuda', '')
|
671 |
+
('Barbados', '')
|
672 |
+
('Botswana', '')
|
673 |
+
('Kazakhstan', '')
|
674 |
+
('Zambia', '')
|
675 |
+
('Madagascar', '')
|
676 |
+
('Bahamas', '')
|
677 |
+
('Tajikistan', '')
|
678 |
+
('Uganda', '')
|
679 |
+
('Albania', '')
|
680 |
+
('Poland', '')
|
681 |
+
('Netherlands', '')
|
682 |
+
('Czech Republic', '')
|
683 |
+
('Namibia', '')
|
684 |
+
('Greece', '')
|
685 |
+
('Cabo Verde', '')
|
686 |
+
('Bhutan', '')
|
687 |
+
('Vatican', '')
|
688 |
+
('Israel', '')
|
689 |
+
('Germany', '')
|
690 |
+
('Israel', '')
|
691 |
+
('Gabon', '')
|
692 |
+
('Benin', '')
|
693 |
+
('Belgium', '')
|
694 |
+
('Hungary', '')
|
695 |
+
('Malta', '')
|
696 |
+
('Aland Islands', '')
|
697 |
+
('Brunei Darussalam', '')
|
698 |
+
('Bolivia', '')
|
699 |
+
('Bhutan', '')
|
700 |
+
('Svalbard and Jan Mayen Islands', '')
|
701 |
+
('Kuwait', '')
|
702 |
+
('Armenia', '')
|
703 |
+
('Sudan', '')
|
704 |
+
('Svalbard and Jan Mayen Islands', '')
|
705 |
+
('Hungary', '')
|
706 |
+
('Uzbekistan', '')
|
707 |
+
('Namibia', '')
|
708 |
+
('Czech Republic', '')
|
709 |
+
('Cyprus', '')
|
710 |
+
('Cabo Verde', '')
|
711 |
+
('Mauritius', '')
|
712 |
+
('Malaysia', '')
|
713 |
+
('Israel', '')
|
714 |
+
('Faeroe Islands', '')
|
715 |
+
('Botswana', '')
|
716 |
+
('Macedonia', '')
|
717 |
+
('Brunei Darussalam', '')
|
718 |
+
('Poland', '')
|
719 |
+
('Brunei Darussalam', '')
|
720 |
+
('Namibia', '')
|
721 |
+
('Macau', '')
|
722 |
+
('Papua New Guinea', '')
|
723 |
+
('Tanzania', '')
|
724 |
+
('Latvia', '')
|
725 |
+
('Mauritius', '')
|
726 |
+
('Austria', '')
|
727 |
+
('Maldives', '')
|
728 |
+
('Taiwan', '')
|
729 |
+
('Bahamas', '')
|
730 |
+
('Uganda', '')
|
731 |
+
('French Polynesia', '')
|
732 |
+
('Iran', '')
|
733 |
+
('Curacao', '')
|
734 |
+
('Greenland', '')
|
735 |
+
('Afghanistan', '')
|
736 |
+
('Morocco', '')
|
737 |
+
('British Virgin Islands', '')
|
738 |
+
('Laos', '')
|
739 |
+
('Iran', '')
|
740 |
+
('Albania', '')
|
741 |
+
('Finland', '')
|
742 |
+
('Slovakia', '')
|
743 |
+
('France', '')
|
744 |
+
('Afghanistan', '')
|
745 |
+
('Bahamas', '')
|
746 |
+
('Israel', '')
|
747 |
+
('Afghanistan', '')
|
748 |
+
('Botswana', '')
|
749 |
+
('Tajikistan', '')
|
750 |
+
('Namibia', '')
|
751 |
+
('El Salvador', '')
|
752 |
+
('Uganda', '')
|
753 |
+
('Finland', '')
|
754 |
+
('Namibia', '')
|
755 |
+
('Bahamas', '')
|
756 |
+
('Dominican Republic', '')
|
757 |
+
('Iran', '')
|
758 |
+
('Iran', '')
|
759 |
+
('Estonia', '')
|
760 |
+
('Botswana', '')
|
761 |
+
('Nepal', '')
|
762 |
+
('Turkmenistan', '')
|
763 |
+
('Bangladesh', '')
|
764 |
+
('Mauritius', '')
|
765 |
+
('Luxembourg', '')
|
766 |
+
('Mozambique', '')
|
767 |
+
('Vanuatu', '')
|
768 |
+
('Norway', '')
|
769 |
+
('Timor-Leste', '')
|
770 |
+
('Israel', '')
|
771 |
+
('Morocco', '')
|
772 |
+
('South Georgia and South Sandwich Is.', '')
|
773 |
+
('Antarctica', '')
|
774 |
+
('Cabo Verde', '')
|
775 |
+
('Laos', '')
|
776 |
+
('Albania', '')
|
777 |
+
('South Georgia and South Sandwich Is.', '')
|
778 |
+
("Cote d'Ivoire", '')
|
779 |
+
('Spain', '')
|
780 |
+
('New Zealand', '')
|
781 |
+
('Mauritius', '')
|
782 |
+
('Botswana', '')
|
783 |
+
('Uganda', '')
|
784 |
+
('Barbados', '')
|
785 |
+
('Israel', '')
|
786 |
+
('Luxembourg', '')
|
787 |
+
('Antarctica', '')
|
788 |
+
('Israel', '')
|
789 |
+
('North Korea', '')
|
790 |
+
('Myanmar', '')
|
791 |
+
('Peru', '')
|
792 |
+
('Iran', '')
|
793 |
+
('Namibia', '')
|
794 |
+
('Angola', '')
|
795 |
+
('Morocco', '')
|
796 |
+
('Bahrain', '')
|
797 |
+
('Austria', '')
|
798 |
+
('Norway', '')
|
799 |
+
('Iran', '')
|
800 |
+
('Botswana', '')
|
801 |
+
('Timor-Leste', '')
|
802 |
+
('Bhutan', '')
|
803 |
+
('Antarctica', '')
|
804 |
+
('Angola', '')
|
805 |
+
('Madagascar', '')
|
806 |
+
('Latvia', '')
|
807 |
+
('Bahrain', '')
|
808 |
+
('Curacao', '')
|
809 |
+
('Vatican', '')
|
810 |
+
('Austria', '')
|
811 |
+
('Tajikistan', '')
|
812 |
+
('St. Lucia', '')
|
813 |
+
('Laos', '')
|
814 |
+
('Maldives', '')
|
815 |
+
('Iran', '')
|
816 |
+
('Iran', '')
|
817 |
+
('Andorra', '')
|
818 |
+
('Hungary', '')
|
819 |
+
('San Marino', '')
|
820 |
+
('Morocco', '')
|
821 |
+
('Mongolia', '')
|
822 |
+
('Barbados', '')
|
823 |
+
('Italy', '')
|
824 |
+
('Brunei Darussalam', '')
|
825 |
+
('Hungary', '')
|
826 |
+
('Portugal', '')
|
827 |
+
('Aland Islands', '')
|
828 |
+
('North Korea', '')
|
829 |
+
('Aruba', '')
|
830 |
+
('Guatemala', '')
|
831 |
+
('Norway', '')
|
832 |
+
('Mauritius', '')
|
833 |
+
('Cambodia', '')
|
834 |
+
('Israel', '')
|
835 |
+
('Yemen', '')
|
836 |
+
('Brunei Darussalam', '')
|
837 |
+
('Namibia', '')
|
838 |
+
('Mauritius', '')
|
839 |
+
('Bosnia and Herzegovina', '')
|
840 |
+
('Sweden', '')
|
841 |
+
('Taiwan', '')
|
842 |
+
('France', '')
|
843 |
+
('Albania', '')
|
844 |
+
('Indonesia', '')
|
845 |
+
('Mongolia', '')
|
846 |
+
('Antarctica', '')
|
847 |
+
('Chile', '')
|
848 |
+
('Maldives', '')
|
849 |
+
('Gabon', '')
|
850 |
+
('Palestine', '')
|
851 |
+
('Jamaica', '')
|
852 |
+
('Iran', '')
|
853 |
+
('Gibraltar', '')
|
854 |
+
('Vatican', '')
|
855 |
+
('Burkina Faso', '')
|
856 |
+
('Bahrain', '')
|
857 |
+
('Brunei Darussalam', '')
|
858 |
+
('Bahrain', '')
|
859 |
+
('Bahrain', '')
|
860 |
+
('Nepal', '')
|
861 |
+
('Aland Islands', '')
|
862 |
+
('Poland', '')
|
863 |
+
('Samoa', '')
|
864 |
+
('Costa Rica', '')
|
865 |
+
('Norway', '')
|
866 |
+
('New Zealand', '')
|
867 |
+
('Dominican Republic', '')
|
868 |
+
('Jamaica', '')
|
869 |
+
('Bhutan', '')
|
870 |
+
('Israel', '')
|
871 |
+
('St. Lucia', '')
|
872 |
+
('Israel', '')
|
873 |
+
('St. Lucia', '')
|
874 |
+
('Bahamas', '')
|
875 |
+
('Namibia', '')
|
876 |
+
('Botswana', '')
|
877 |
+
('Slovenia', '')
|
878 |
+
('Monaco', '')
|
879 |
+
('Algeria', '')
|
880 |
+
('France', '')
|
881 |
+
('Nepal', '')
|
882 |
+
('Sweden', '')
|
883 |
+
('South Georgia and South Sandwich Is.', '')
|
884 |
+
('Mauritius', '')
|
885 |
+
('Burkina Faso', '')
|
886 |
+
('Uzbekistan', '')
|
887 |
+
('Latvia', '')
|
888 |
+
('Kuwait', '')
|
889 |
+
('Falkland Islands', '')
|
890 |
+
('Cabo Verde', '')
|
891 |
+
('Angola', '')
|
892 |
+
('Belarus', '')
|
893 |
+
('Bahamas', '')
|
894 |
+
('San Marino', '')
|
895 |
+
('Uganda', '')
|
896 |
+
("Cote d'Ivoire", '')
|
897 |
+
('Luxembourg', '')
|
898 |
+
('Lebanon', '')
|
899 |
+
('Morocco', '')
|
900 |
+
('Papua New Guinea', '')
|
901 |
+
('Cambodia', '')
|
902 |
+
('France', '')
|
903 |
+
('St. Lucia', '')
|
904 |
+
('Timor-Leste', '')
|
905 |
+
('Botswana', '')
|
906 |
+
('Bahrain', '')
|
907 |
+
('Gabon', '')
|
908 |
+
('Estonia', '')
|
909 |
+
('Turkmenistan', '')
|
910 |
+
('Costa Rica', '')
|
911 |
+
('Montenegro', '')
|
912 |
+
('Guatemala', '')
|
913 |
+
('United Arab Emirates', '')
|
914 |
+
('Cyprus', '')
|
915 |
+
('Slovakia', '')
|
916 |
+
('Indonesia', '')
|
917 |
+
('Brunei Darussalam', '')
|
918 |
+
('Armenia', '')
|
919 |
+
('Bangladesh', '')
|
920 |
+
('Armenia', '')
|
921 |
+
('Slovakia', '')
|
922 |
+
('Latvia', '')
|
923 |
+
('Guatemala', '')
|
924 |
+
('Paraguay', '')
|
925 |
+
('Andorra', '')
|
926 |
+
('Bahamas', '')
|
927 |
+
('Palestine', '')
|
928 |
+
('Bahrain', '')
|
929 |
+
('Namibia', '')
|
930 |
+
('Morocco', '')
|
931 |
+
('New Caledonia', '')
|
932 |
+
('Uganda', '')
|
933 |
+
('Sri Lanka', '')
|
934 |
+
('Bahamas', '')
|
935 |
+
('Cambodia', '')
|
936 |
+
('Palestine', '')
|
937 |
+
('Bahrain', '')
|
938 |
+
('Thailand', '')
|
939 |
+
('Luxembourg', '')
|
940 |
+
('Luxembourg', '')
|
941 |
+
('Rwanda', '')
|
942 |
+
('Senegal', '')
|
943 |
+
('Bangladesh', '')
|
944 |
+
('Israel', '')
|
945 |
+
('Morocco', '')
|
946 |
+
('Nepal', '')
|
947 |
+
('Madagascar', '')
|
948 |
+
('Jamaica', '')
|
949 |
+
('Hungary', '')
|
950 |
+
('Portugal', '')
|
951 |
+
('Tanzania', '')
|
952 |
+
('Hungary', '')
|
953 |
+
('Paraguay', '')
|
954 |
+
('Botswana', '')
|
955 |
+
('Antigua and Barbuda', '')
|
956 |
+
('United Arab Emirates', '')
|
957 |
+
('Kenya', '')
|
958 |
+
('Malawi', '')
|
959 |
+
('Namibia', '')
|
960 |
+
('Vatican', '')
|
961 |
+
('Azerbaijan', '')
|
962 |
+
('Cameroon', '')
|
963 |
+
('Philippines', '')
|
964 |
+
('Luxembourg', '')
|
965 |
+
('Cyprus', '')
|
966 |
+
('New Zealand', '')
|
967 |
+
('Botswana', '')
|
968 |
+
('Monaco', '')
|
969 |
+
('Vietnam', '')
|
970 |
+
('Antarctica', '')
|
971 |
+
('Israel', '')
|
972 |
+
('Tunisia', '')
|
973 |
+
('Ethiopia', '')
|
974 |
+
('Norway', '')
|
975 |
+
('Kazakhstan', '')
|
976 |
+
('Papua New Guinea', '')
|
977 |
+
('Mauritius', '')
|
978 |
+
('Netherlands', '')
|
979 |
+
('Namibia', '')
|
980 |
+
('Armenia', '')
|
981 |
+
('Iran', '')
|
982 |
+
('Nigeria', '')
|
983 |
+
('Iran', '')
|
984 |
+
('Uzbekistan', '')
|
985 |
+
('Palestine', '')
|
986 |
+
('Bangladesh', '')
|
987 |
+
('Kuwait', '')
|
988 |
+
('Vatican', '')
|
989 |
+
('Bahrain', '')
|
990 |
+
('Gabon', '')
|
991 |
+
('Estonia', '')
|
992 |
+
('Uganda', '')
|
993 |
+
('Morocco', '')
|
994 |
+
('St. Lucia', '')
|
995 |
+
('Curacao', '')
|
996 |
+
('Taiwan', '')
|
997 |
+
('Nepal', '')
|
998 |
+
('San Marino', '')
|
999 |
+
('Bahamas', '')
|
1000 |
+
('Namibia', '')
|
eval/Country211_score.json
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"acc": 0.22,
|
3 |
+
"num_correct": 220,
|
4 |
+
"num_pred": 1000
|
5 |
+
}
|
eval/DocVQA_pred.txt
ADDED
@@ -0,0 +1,1000 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
('0.28', '')
|
2 |
+
('university of california', '')
|
3 |
+
('itc limited', '')
|
4 |
+
('san diego', '')
|
5 |
+
('Director', '')
|
6 |
+
('1128 SIXTEENTH ST., N. W., WASHINGTON, D. C. 20036', '')
|
7 |
+
('aashirvaad', '')
|
8 |
+
('The Robert A. Welch Foundation', '')
|
9 |
+
('11:14 to 11:39 a.m.', '')
|
10 |
+
('$975.00', '')
|
11 |
+
('wallace l. mckeehan', '')
|
12 |
+
('dark fantasy', '')
|
13 |
+
('wills lifestyle', '')
|
14 |
+
('2', '')
|
15 |
+
('12:25 to 12:58 p.m.', '')
|
16 |
+
('2', '')
|
17 |
+
('6', '')
|
18 |
+
('6', '')
|
19 |
+
('trrf scientific advisory council meeting', '')
|
20 |
+
('3', '')
|
21 |
+
('cigfil limited', '')
|
22 |
+
('chennai', '')
|
23 |
+
('(79.23%)', '')
|
24 |
+
('11:39 to 11:44 a.m.', '')
|
25 |
+
("As competitor's joined the price war", '')
|
26 |
+
('82.85', '')
|
27 |
+
('20.77%', '')
|
28 |
+
('17.15', '')
|
29 |
+
('A. C. Monk', '')
|
30 |
+
('31', '')
|
31 |
+
('ITC Limited', '')
|
32 |
+
('bengaluru', '')
|
33 |
+
('2', '')
|
34 |
+
('22', '')
|
35 |
+
('y. c. deveshwar', '')
|
36 |
+
('10,000', '')
|
37 |
+
('24,26,435', '')
|
38 |
+
('70%', '')
|
39 |
+
('14,000', '')
|
40 |
+
('57', '')
|
41 |
+
('itc limited', '')
|
42 |
+
('The Environment', '')
|
43 |
+
('2013', '')
|
44 |
+
('50', '')
|
45 |
+
('Essenza Di Wills, Fiama Di Wills, Vivel and Superia', '')
|
46 |
+
('Classmate and Paperkraft', '')
|
47 |
+
('Wills Lifestyle and John Players', '')
|
48 |
+
('Mangaldeep', '')
|
49 |
+
('Aim', '')
|
50 |
+
('Responsible Luxury', '')
|
51 |
+
('$200', '')
|
52 |
+
('$485', '')
|
53 |
+
('82%', '')
|
54 |
+
('Emotional Enhancement', '')
|
55 |
+
('29', '')
|
56 |
+
('meharry medical college', '')
|
57 |
+
('Scissors Menthol Fresh', '')
|
58 |
+
('February 24', '')
|
59 |
+
('64%', '')
|
60 |
+
('Wendell Rodricks Now At Wills Lifestyle', '')
|
61 |
+
('16', '')
|
62 |
+
('GENERAL FOOD FUND, INC', '')
|
63 |
+
('johnplayers jeans', '')
|
64 |
+
('Uttar Pradesh and Kerala', '')
|
65 |
+
('eleven', '')
|
66 |
+
('58.5', '')
|
67 |
+
('Twenty (20)', '')
|
68 |
+
('30', '')
|
69 |
+
('7', '')
|
70 |
+
('33.0', '')
|
71 |
+
('37.0', '')
|
72 |
+
('TEN', '')
|
73 |
+
('FOUR WEEKS', '')
|
74 |
+
('CAUDAL VEIN', '')
|
75 |
+
('ITC Limited', '')
|
76 |
+
('BASAL DIET', '')
|
77 |
+
('103', '')
|
78 |
+
('PLATTE COUNTY VOLUNTEERS AGAINST HUNGER', '')
|
79 |
+
('itc', '')
|
80 |
+
('34,400', '')
|
81 |
+
('29.9', '')
|
82 |
+
('report and accounts', '')
|
83 |
+
('ltl service', '')
|
84 |
+
('1,423', '')
|
85 |
+
('33,600', '')
|
86 |
+
('scientists', '')
|
87 |
+
('Dr. Joseph C. Hwang', '')
|
88 |
+
('Dr. Arley T. Bever', '')
|
89 |
+
('conference proceedings', '')
|
90 |
+
('WILLIAM J. DARBY', '')
|
91 |
+
('Steering Committee Meeting', '')
|
92 |
+
('Volunteers Against Hunger Steering Committee', '')
|
93 |
+
('Bert Shulimson', '')
|
94 |
+
('bingo', '')
|
95 |
+
('Holiday Inn Downtown , Jefferson City , Missouri', '')
|
96 |
+
('KOOL KS', '')
|
97 |
+
('AMSTAR', '')
|
98 |
+
('VERY', '')
|
99 |
+
('independent ice and cold storage co.', '')
|
100 |
+
('Menopausal Health Publication Management', '')
|
101 |
+
('20 years', '')
|
102 |
+
('10:00 - 10:30 a.m.', '')
|
103 |
+
('ronald f. meyer', '')
|
104 |
+
('609/924-6648', '')
|
105 |
+
('January 18, 2005', '')
|
106 |
+
('swanson center for nutrition', '')
|
107 |
+
('mint-o', '')
|
108 |
+
('1979', '')
|
109 |
+
('bingo', '')
|
110 |
+
('july', '')
|
111 |
+
('bingo', '')
|
112 |
+
('723', '')
|
113 |
+
('candyman', '')
|
114 |
+
('Planning', '')
|
115 |
+
('mint-o', '')
|
116 |
+
('candyman', '')
|
117 |
+
('Aashirvaad', '')
|
118 |
+
('ITC Limited', '')
|
119 |
+
('Sunfeast Yippee!', '')
|
120 |
+
('mint-o Ultra mintz', '')
|
121 |
+
('Fiama Di Wills', '')
|
122 |
+
('ITC Limited', '')
|
123 |
+
('Sunfeast', '')
|
124 |
+
('Snacky', '')
|
125 |
+
('Dream Cream', '')
|
126 |
+
('Carol A. Tozzi, Ph.D.', '')
|
127 |
+
('July 26, 2000', '')
|
128 |
+
('essenza di wills', '')
|
129 |
+
('Essenza Di Wills, Fiama Di Wills, Vivel and Superia', '')
|
130 |
+
('wills lifestyle', '')
|
131 |
+
('essenza di wills', '')
|
132 |
+
('34', '')
|
133 |
+
('the irish sea', '')
|
134 |
+
('autumn 1969', '')
|
135 |
+
('yes', '')
|
136 |
+
('the natural environment research council', '')
|
137 |
+
('19,000', '')
|
138 |
+
('1971', '')
|
139 |
+
('ITC limited', '')
|
140 |
+
('34,500', '')
|
141 |
+
('stock keeping units', '')
|
142 |
+
('bird', '')
|
143 |
+
('PROJECT ASSIGNMENT FORM', '')
|
144 |
+
('SARGASSO SEA TEMPERATURE', '')
|
145 |
+
('Exxonmobil', '')
|
146 |
+
('John A. SMith, Ph.D.', '')
|
147 |
+
('vivel', '')
|
148 |
+
('215-741-4052', '')
|
149 |
+
('the natural environment research council', '')
|
150 |
+
('series c no4', '')
|
151 |
+
('25.9', '')
|
152 |
+
('18 million', '')
|
153 |
+
('VST INDUSTRIES LIMITED', '')
|
154 |
+
('690', '')
|
155 |
+
('INTER-OFFICE CORRESPONDENCE', '')
|
156 |
+
('Hartsville , TN', '')
|
157 |
+
('21.0', '')
|
158 |
+
('Maria Shulleeta', '')
|
159 |
+
('- 2 -', '')
|
160 |
+
('inter and intra federal government coordination', '')
|
161 |
+
('charles d. nesbit', '')
|
162 |
+
('the organizing committee', '')
|
163 |
+
('international union of nutritional sciences', '')
|
164 |
+
('8:15 to 8:56 a.m.', '')
|
165 |
+
('september 3 to 9, 1972', '')
|
166 |
+
('charles d. nesbit', '')
|
167 |
+
('international congress of nutrition', '')
|
168 |
+
('mexican government', '')
|
169 |
+
('questions and answers', '')
|
170 |
+
('english, french and spanish', '')
|
171 |
+
('questions and answers', '')
|
172 |
+
('mexico city', '')
|
173 |
+
('charles d. nesbit', '')
|
174 |
+
('february 7, 1994', '')
|
175 |
+
('brown & williamson tobacco corporation', '')
|
176 |
+
('the patent has been filed but not issued', '')
|
177 |
+
('monday, may 15', '')
|
178 |
+
('94.7680', '')
|
179 |
+
('60-1120', '')
|
180 |
+
('110-120 f', '')
|
181 |
+
('4-30-92', '')
|
182 |
+
('laboratory research division', '')
|
183 |
+
('University of Maine', '')
|
184 |
+
('Forest Products Laboratory', '')
|
185 |
+
('proprietary cellulose acetate web', '')
|
186 |
+
('research department', '')
|
187 |
+
('research service department', '')
|
188 |
+
('USMM 1/95-6/95, 12-Month Data', '')
|
189 |
+
('KOOLS', '')
|
190 |
+
('78.2%', '')
|
191 |
+
('CAPRI', '')
|
192 |
+
('August 31, 1963', '')
|
193 |
+
('31', '')
|
194 |
+
('$ 7,265,516', '')
|
195 |
+
('METH DEV', '')
|
196 |
+
('RETURN', '')
|
197 |
+
('1.0', '')
|
198 |
+
('8,899,947', '')
|
199 |
+
('6.00', '')
|
200 |
+
('administration', '')
|
201 |
+
('$ 3,038,444', '')
|
202 |
+
('KOOL KS', '')
|
203 |
+
('KOOL KS', '')
|
204 |
+
('1R4F REFERENCE RESULTS', '')
|
205 |
+
('AVERAGE 1R4F RESPONSES PER S9 LOT STRAIN TA100', '')
|
206 |
+
('MT-778', '')
|
207 |
+
('CASED, REDR BUR FOR BEST 327391', '')
|
208 |
+
('1,228.2', '')
|
209 |
+
('28.0', '')
|
210 |
+
('Z86', '')
|
211 |
+
('Consumer Dynamics GPC', '')
|
212 |
+
('(89)', '')
|
213 |
+
('69', '')
|
214 |
+
('2.5%', '')
|
215 |
+
('USMM 1/95-6/95, 12 Month Data', '')
|
216 |
+
('12427', '')
|
217 |
+
('12', '')
|
218 |
+
('Citrate', '')
|
219 |
+
('KOOL KS and CAPRI 100', '')
|
220 |
+
('Fred L. Smith, Jr.', '')
|
221 |
+
('14-3006-14', '')
|
222 |
+
('Fred L. Smith, Jr.', '')
|
223 |
+
('BURKE', '')
|
224 |
+
('Sidestream Smoke Chamber', '')
|
225 |
+
('Zero Span', '')
|
226 |
+
('University of Maine', '')
|
227 |
+
('12', '')
|
228 |
+
('- 12 -', '')
|
229 |
+
('weeks of consumption', '')
|
230 |
+
('paul saltman', '')
|
231 |
+
('diet consumed [mls]', '')
|
232 |
+
('NNK', '')
|
233 |
+
('tobacco-specific nitrosamine', '')
|
234 |
+
('The levels ranged from 0.05 - 0.23 ppm', '')
|
235 |
+
('Control [C], Thiamine deficient [TD], Ethanol-fed [ET], AND [TD+ ET] groups', '')
|
236 |
+
('Hongkong', '')
|
237 |
+
('change of due dates for monthly payroll recommendations for december - academic and nonacademic', '')
|
238 |
+
('240.00', '')
|
239 |
+
('thiamine deficient [td]', '')
|
240 |
+
("dean's office", '')
|
241 |
+
('4-6 weeks', '')
|
242 |
+
('62272', '')
|
243 |
+
('Control [C], Thiamine deficient [TD], Ethanol-fed [ET], AND [TD+ ET] groups', '')
|
244 |
+
('B&W', '')
|
245 |
+
('B&W', '')
|
246 |
+
('0.57%', '')
|
247 |
+
('thiamine deficient [td]', '')
|
248 |
+
('93-51954', '')
|
249 |
+
('1994', '')
|
250 |
+
('thiamine deficient [td]', '')
|
251 |
+
('11/8/2001', '')
|
252 |
+
('Nicotine RSM Study', '')
|
253 |
+
('Control [C], Thiamine deficient [TD], Ethanol-fed [ET], AND [TD+ ET] groups', '')
|
254 |
+
('VFM smoker profile', '')
|
255 |
+
('medical education and communications plan for the premarin product line', '')
|
256 |
+
('may 2, 1978', '')
|
257 |
+
('51092 5213', '')
|
258 |
+
('curriculum vitae', '')
|
259 |
+
('hormone replacement therapy', '')
|
260 |
+
('thomas a. mccoy', '')
|
261 |
+
('For all our tomorrows', '')
|
262 |
+
('Sustainability updates', '')
|
263 |
+
('Mangaldeep', '')
|
264 |
+
('590', '')
|
265 |
+
('december 1958', '')
|
266 |
+
('Sehore', '')
|
267 |
+
('Madhya Pradesh', '')
|
268 |
+
('THE AMERICAN SOCIETY FOR CLINICAL INVESTIGATION', '')
|
269 |
+
('Vanderbilt University', '')
|
270 |
+
('march 22, 1921', '')
|
271 |
+
('1.0%', '')
|
272 |
+
('83.4%', '')
|
273 |
+
('public schools of ponca city, oklahoma', '')
|
274 |
+
('6.1%', '')
|
275 |
+
('WelcomHotel', '')
|
276 |
+
('ITC-Welcomgroup', '')
|
277 |
+
('Dec-08', '')
|
278 |
+
('ITC-Welcomgroup', '')
|
279 |
+
('-13%', '')
|
280 |
+
('10.3%', '')
|
281 |
+
('CMRO', '')
|
282 |
+
('N. Anand', '')
|
283 |
+
('1952', '')
|
284 |
+
('Virginia Slims Superslims Consumer Testing', '')
|
285 |
+
('360-666-3549', '')
|
286 |
+
('800-686-2276', '')
|
287 |
+
('www.pharmedassociates.com', '')
|
288 |
+
('four', '')
|
289 |
+
('14', '')
|
290 |
+
('$19', '')
|
291 |
+
('Page Callaham', '')
|
292 |
+
('$ 1795', '')
|
293 |
+
('100.99', '')
|
294 |
+
('$ 975.00', '')
|
295 |
+
('16.56', '')
|
296 |
+
('209.54', '')
|
297 |
+
('Conversion of Loan to Equity', '')
|
298 |
+
('Related Party with whom transaction have taken place during the year', '')
|
299 |
+
('monthly', '')
|
300 |
+
('06/15/74', '')
|
301 |
+
('u.s. army tank destroyers', '')
|
302 |
+
('executive secretary', '')
|
303 |
+
('6.14.74', '')
|
304 |
+
('march, 1971', '')
|
305 |
+
('13-2752467', '')
|
306 |
+
('dept. of preventive medicine', '')
|
307 |
+
('SOLVIC spotting', '')
|
308 |
+
('Product Quality/Liability Issues', '')
|
309 |
+
('Amy Brown Watson', '')
|
310 |
+
('whole time director', '')
|
311 |
+
('11/03/2004', '')
|
312 |
+
('olive investment & finance limited', '')
|
313 |
+
('eal', '')
|
314 |
+
('37,44,02,902', '')
|
315 |
+
('Authors', '')
|
316 |
+
('Trimegestone - publication and Abstract tracking report', '')
|
317 |
+
('7/17/2003', '')
|
318 |
+
('Trimegestone - Publication and Abstract Tracking Report', '')
|
319 |
+
('9018', '')
|
320 |
+
('E', '')
|
321 |
+
('Phase III', '')
|
322 |
+
('July 2003', '')
|
323 |
+
('UNITED STATES', '')
|
324 |
+
('04-75-2350-8750-855', '')
|
325 |
+
('page 10', '')
|
326 |
+
('6/14/67', '')
|
327 |
+
('VST INDUSTRIES LIMITED', '')
|
328 |
+
('North east', '')
|
329 |
+
('Subsidiary Company', '')
|
330 |
+
('Luxury Tax', '')
|
331 |
+
('february 22, 1971', '')
|
332 |
+
('30313', '')
|
333 |
+
('Wyeth-Ayerst', '')
|
334 |
+
('Dave Downey', '')
|
335 |
+
('[email protected]', '')
|
336 |
+
('Hoechst Marion Roussel / Wyeth-Ayerst', '')
|
337 |
+
('Prague', '')
|
338 |
+
('1999', '')
|
339 |
+
('Washington, September 2000', '')
|
340 |
+
('three', '')
|
341 |
+
('2Q98', '')
|
342 |
+
('38.89', '')
|
343 |
+
('Leonard T. Kurland', '')
|
344 |
+
('wallace l. mckeehan', '')
|
345 |
+
('Robert Lees', '')
|
346 |
+
('O.L. Kline', '')
|
347 |
+
('DR. FREDERICK SEITZ', '')
|
348 |
+
('marilyn s. arnott', '')
|
349 |
+
('progress report', '')
|
350 |
+
('1mg', '')
|
351 |
+
('Trimegestone (1mg)', '')
|
352 |
+
('PROJECT ASSIGNMENT FORM', '')
|
353 |
+
('mid 1999', '')
|
354 |
+
('late 1999/early 2000', '')
|
355 |
+
('R.P. Heretick', '')
|
356 |
+
('June 4, 1990', '')
|
357 |
+
('U.S.A.', '')
|
358 |
+
('4/26/04', '')
|
359 |
+
('Paul', '')
|
360 |
+
('To be completed at final draft', '')
|
361 |
+
('S. Olivier', '')
|
362 |
+
('Make ACOG poster and ship it to A. Conti', '')
|
363 |
+
('4/16/04', '')
|
364 |
+
('1/12/04', '')
|
365 |
+
('attractive packaging', '')
|
366 |
+
('intensity, thinness, and hard draw.', '')
|
367 |
+
('(23mm)', '')
|
368 |
+
('12', '')
|
369 |
+
('progress report', '')
|
370 |
+
('to reduce and/or increase strength.', '')
|
371 |
+
('wyeth', '')
|
372 |
+
('preclinical', '')
|
373 |
+
('april 2003', '')
|
374 |
+
('"Soda water" and "soda pop"', '')
|
375 |
+
('40 percent', '')
|
376 |
+
('by controlling the transfer of water and other nutrients across cell membranes.', '')
|
377 |
+
('potassium compounds', '')
|
378 |
+
('Sodium is an essential nutrient in human physiology.', '')
|
379 |
+
('wisdom', '')
|
380 |
+
('President & CEO of PeerView, Inc', '')
|
381 |
+
('Richard F. Lamb', '')
|
382 |
+
('42', '')
|
383 |
+
('Men', '')
|
384 |
+
('al-azzawi. wahab et al.', '')
|
385 |
+
('table 1', '')
|
386 |
+
('34.8 gallons', '')
|
387 |
+
('1970', '')
|
388 |
+
('42.2%', '')
|
389 |
+
('Cott Corp.', '')
|
390 |
+
('$100,000', '')
|
391 |
+
('18', '')
|
392 |
+
('PROJECT ASSIGNMENT FORM', '')
|
393 |
+
('2002', '')
|
394 |
+
('Estradiol valerate/NETA', '')
|
395 |
+
('2002', '')
|
396 |
+
('Steven W. Gutkin', '')
|
397 |
+
('201-677-0498', '')
|
398 |
+
('January 18, 2005', '')
|
399 |
+
('30313', '')
|
400 |
+
('4009', '')
|
401 |
+
('Totelle 2mg', '')
|
402 |
+
('Wednesday, November 8, 2000', '')
|
403 |
+
('Bone', '')
|
404 |
+
('Efficacy', '')
|
405 |
+
('P3(7) FAST TRACK', '')
|
406 |
+
('metabolic impact/hemostasis', '')
|
407 |
+
('2Q2002', '')
|
408 |
+
('3Q2002', '')
|
409 |
+
('Atlanta, Georgia 30301', '')
|
410 |
+
('whether they cause teeth to erode or dissolve.', '')
|
411 |
+
('Added for nutritional fortification', '')
|
412 |
+
('Estradiol valerate/NETA', '')
|
413 |
+
('Gender', '')
|
414 |
+
('Notice to Employee', '')
|
415 |
+
('Science Advisory Board', '')
|
416 |
+
('Grocrey Manufacturers of America, Inc.', '')
|
417 |
+
('July 18, 1978', '')
|
418 |
+
('achieving clarity, renewing confidence', '')
|
419 |
+
('hormone therapy', '')
|
420 |
+
('Trimegestone - publication and Abstract tracking report', '')
|
421 |
+
('PEPSICO', '')
|
422 |
+
('golden tobacco limited', '')
|
423 |
+
('a2', '')
|
424 |
+
('a1', '')
|
425 |
+
('300-us endometrial, bleeding and safety', '')
|
426 |
+
('300-us bone mineral density- final data analysis', '')
|
427 |
+
('12', '')
|
428 |
+
('NOTICE OF ANNUAL MEETING OF SHAREHOLDERS', '')
|
429 |
+
('Larry D. Thompson', '')
|
430 |
+
('May 3, 2006', '')
|
431 |
+
('36', '')
|
432 |
+
('Frito-Lay, Inc.,', '')
|
433 |
+
('63', '')
|
434 |
+
('81', '')
|
435 |
+
('100', '')
|
436 |
+
('Protocol Violation', '')
|
437 |
+
('103', '')
|
438 |
+
('pinnacle system instrumentation', '')
|
439 |
+
('bone quality and the size of the acetabular component', '')
|
440 |
+
('1 mm under-ream', '')
|
441 |
+
('1-2 mm under-ream', '')
|
442 |
+
('soft bone', '')
|
443 |
+
('54 mm', '')
|
444 |
+
('pinnacle acetabular shell', '')
|
445 |
+
('54 mm', '')
|
446 |
+
('180 degrees', '')
|
447 |
+
('VANGUARD KNEE COMPONENTS', '')
|
448 |
+
('Karen D Mittleman, PhD', '')
|
449 |
+
('Senior Medical Writer', '')
|
450 |
+
('609-924-1116', '')
|
451 |
+
('[email protected]', '')
|
452 |
+
('3293F', '')
|
453 |
+
('$0.00', '')
|
454 |
+
('$0.00', '')
|
455 |
+
('$0.00', '')
|
456 |
+
('4:15 PM EST', '')
|
457 |
+
('01/01/2008', '')
|
458 |
+
('4', '')
|
459 |
+
('1', '')
|
460 |
+
('Lucky Strike', '')
|
461 |
+
('none', '')
|
462 |
+
('50557 9766', '')
|
463 |
+
('03/31/2008', '')
|
464 |
+
('$137,001.88', '')
|
465 |
+
('Medical Writer', '')
|
466 |
+
('$41,141,706.19', '')
|
467 |
+
('beth cooper', '')
|
468 |
+
('512-478-3117', '')
|
469 |
+
('8:45 EST', '')
|
470 |
+
('70', '')
|
471 |
+
('0.58', '')
|
472 |
+
('0.56', '')
|
473 |
+
('department of health, education, and welfare', '')
|
474 |
+
('donald plumb', '')
|
475 |
+
('donald plumb', '')
|
476 |
+
('center for science in the public interest', '')
|
477 |
+
('bureau of foods', '')
|
478 |
+
('Carbonated soft drinks and fruit drinks/ades', '')
|
479 |
+
('13%', '')
|
480 |
+
('Michael F. Jacobson, Ph.D.', '')
|
481 |
+
('SALTMAN', '')
|
482 |
+
('Orange flavored nutritional beverage powder, SAMSON', '')
|
483 |
+
('G. L. K. Hunter', '')
|
484 |
+
('Dr. D. S. Bhatia', '')
|
485 |
+
('587', '')
|
486 |
+
('IN', '')
|
487 |
+
('0.58', '')
|
488 |
+
('Amstar corporation', '')
|
489 |
+
('Paul', '')
|
490 |
+
('September 8, 1972', '')
|
491 |
+
('five participants', '')
|
492 |
+
('three', '')
|
493 |
+
('fifteen schools', '')
|
494 |
+
('A. B. Rizzuto', '')
|
495 |
+
('Mr. Michael F. Jacobson', '')
|
496 |
+
('$419.00', '')
|
497 |
+
('two parts', '')
|
498 |
+
('Food and Drug Administration', '')
|
499 |
+
('Food and Drug Administration(FDA)', '')
|
500 |
+
('NutraSweet', '')
|
501 |
+
('1,830,55', '')
|
502 |
+
('Vanguard - E Poly', '')
|
503 |
+
('$1,109,423', '')
|
504 |
+
('402', '')
|
505 |
+
('PIN', '')
|
506 |
+
('mr. Bob goldsmith', '')
|
507 |
+
('Michael f. Jacobson, Ph.d.', '')
|
508 |
+
('more than three', '')
|
509 |
+
('399', '')
|
510 |
+
('Barrett', '')
|
511 |
+
('More than 90 countries', '')
|
512 |
+
('Coca-Cola does not contain Saccharin', '')
|
513 |
+
('great value and great taste', '')
|
514 |
+
('over a billion times', '')
|
515 |
+
('Cass R. Sunstein', '')
|
516 |
+
('1734', '')
|
517 |
+
('Annexure to the report of the directors', '')
|
518 |
+
('3,39,119', '')
|
519 |
+
('6,986', '')
|
520 |
+
('1,08,35,696', '')
|
521 |
+
('CUYAHOGA COUNTY', '')
|
522 |
+
('246.23', '')
|
523 |
+
('october 20 - 24, 1969', '')
|
524 |
+
('washington, D.C.', '')
|
525 |
+
('9:00 - 10:00 a.m.', '')
|
526 |
+
('$1,906,000', '')
|
527 |
+
('10:20 - 10:35 a.m.', '')
|
528 |
+
('Mr. Charles A. Blixt', '')
|
529 |
+
('0.00070', '')
|
530 |
+
('Ariz. State U.', '')
|
531 |
+
('63', '')
|
532 |
+
('19', '')
|
533 |
+
('81', '')
|
534 |
+
('1955', '')
|
535 |
+
('100', '')
|
536 |
+
('achieving clarity, renewing confidence', '')
|
537 |
+
('american family physician', '')
|
538 |
+
('Journal of the American Medical Association', '')
|
539 |
+
('annals of family medicine', '')
|
540 |
+
('EAGAR subject flow', '')
|
541 |
+
('63', '')
|
542 |
+
('81', '')
|
543 |
+
('Protocol Violation', '')
|
544 |
+
('100', '')
|
545 |
+
('103', '')
|
546 |
+
('29', '')
|
547 |
+
('first floor', '')
|
548 |
+
('7', '')
|
549 |
+
('2400', '')
|
550 |
+
('megestrol acetate', '')
|
551 |
+
('megestrol acetate', '')
|
552 |
+
('Separated', '')
|
553 |
+
('menstrual bleeding in women after discontinuation', '')
|
554 |
+
('G. L. K. Hunter', '')
|
555 |
+
('storage room', '')
|
556 |
+
('10,000 gross sq. ft.', '')
|
557 |
+
('6,400', '')
|
558 |
+
('sq. ft.', '')
|
559 |
+
('$175,000', '')
|
560 |
+
('July 17 and 18, 1996', '')
|
561 |
+
('slide development', '')
|
562 |
+
('$70,000', '')
|
563 |
+
('4 review articles/clinical trial manuscripts', '')
|
564 |
+
('Things to do Today', '')
|
565 |
+
('2:00', '')
|
566 |
+
('#375878', '')
|
567 |
+
('300R', '')
|
568 |
+
('R. J. REYNOLDS TOBACCO CO.', '')
|
569 |
+
('5:15', '')
|
570 |
+
('150 min saliva', '')
|
571 |
+
('180 min saliva', '')
|
572 |
+
('27,500', '')
|
573 |
+
('18,000', '')
|
574 |
+
('314,000', '')
|
575 |
+
('cellular /molecular biology', '')
|
576 |
+
('s. c. mckarns', '')
|
577 |
+
('FDA/EMEA', '')
|
578 |
+
('2 years', '')
|
579 |
+
('Takeda Pharmaceuticals North America, Inc.', '')
|
580 |
+
('20857', '')
|
581 |
+
('David Orloff, M.D.', '')
|
582 |
+
('November 18, 2002', '')
|
583 |
+
('501', '')
|
584 |
+
('business analysis conclusions', '')
|
585 |
+
('customs excise service tax appellate tribunal', '')
|
586 |
+
('$10,000', '')
|
587 |
+
('$16,000', '')
|
588 |
+
('$175,000', '')
|
589 |
+
('$6,000', '')
|
590 |
+
('$20,000', '')
|
591 |
+
('12', '')
|
592 |
+
('dwrite 065775', '')
|
593 |
+
('01628 537 900', '')
|
594 |
+
('4 waves', '')
|
595 |
+
('$70,000-$140,000', '')
|
596 |
+
('$36,000', '')
|
597 |
+
('selling or distributing cigarettes to minors', '')
|
598 |
+
('medical education and communications plan for the premarin product line', '')
|
599 |
+
('smoking', '')
|
600 |
+
('2007-08', '')
|
601 |
+
('smoking', '')
|
602 |
+
('ELI LiLLY AND COMPANY', '')
|
603 |
+
('$203,280', '')
|
604 |
+
('Smoking controversies - Health', '')
|
605 |
+
('ELI LILLY AND COMPANY', '')
|
606 |
+
('7/10', '')
|
607 |
+
('1971', '')
|
608 |
+
('a2', '')
|
609 |
+
('a2', '')
|
610 |
+
('u05', '')
|
611 |
+
('cynthia stevens', '')
|
612 |
+
('joyce bagby', '')
|
613 |
+
('VERY', '')
|
614 |
+
('28,250', '')
|
615 |
+
('10/31/96', '')
|
616 |
+
('time in min', '')
|
617 |
+
('LOSS OF THIAMINE (%)', '')
|
618 |
+
('chapter 1', '')
|
619 |
+
('state licensing board for the healing arts', '')
|
620 |
+
('tennessee', '')
|
621 |
+
('HEATING IN NITROGEN', '')
|
622 |
+
('nashville', '')
|
623 |
+
('HEATING IN NITROGEN', '')
|
624 |
+
('heating in sealed tube', '')
|
625 |
+
('63: 101 - 63: 127', '')
|
626 |
+
('$10,768', '')
|
627 |
+
('7,770', '')
|
628 |
+
('$70,000', '')
|
629 |
+
('$9,719', '')
|
630 |
+
('time in min', '')
|
631 |
+
('heating in open air', '')
|
632 |
+
('heating in sealed tube', '')
|
633 |
+
('$10,768', '')
|
634 |
+
('$5,052', '')
|
635 |
+
('2,685', '')
|
636 |
+
('18,000', '')
|
637 |
+
('66,000', '')
|
638 |
+
('275,000', '')
|
639 |
+
('6,200', '')
|
640 |
+
('5,110', '')
|
641 |
+
('TIME(HRS)', '')
|
642 |
+
('1mg', '')
|
643 |
+
('27,500', '')
|
644 |
+
('$42,511', '')
|
645 |
+
('Dwrite 066084', '')
|
646 |
+
('1979-1980', '')
|
647 |
+
('$1.3 BILLION', '')
|
648 |
+
('Page 10 of 12', '')
|
649 |
+
('american meat institute', '')
|
650 |
+
('$478,500', '')
|
651 |
+
('1960', '')
|
652 |
+
('$15,000', '')
|
653 |
+
('disneyland hotel', '')
|
654 |
+
('fmi workshop speakers', '')
|
655 |
+
('march 31, 1982', '')
|
656 |
+
('$15,000', '')
|
657 |
+
('10', '')
|
658 |
+
('THIS SIDE OF CARD IS FOR ADDRESS', '')
|
659 |
+
('january 1963', '')
|
660 |
+
('(10 x $1,500 per member)', '')
|
661 |
+
('Nutrition Education Advisory Committee', '')
|
662 |
+
('friday', '')
|
663 |
+
('1975', '')
|
664 |
+
('WILLIAM', '')
|
665 |
+
('11', '')
|
666 |
+
('assembly', '')
|
667 |
+
('midwestern', '')
|
668 |
+
('eastern', '')
|
669 |
+
('300', '')
|
670 |
+
('3000.00', '')
|
671 |
+
('300 x $ 1,000', '')
|
672 |
+
('#375878', '')
|
673 |
+
('Mr. Dominick Griffo', '')
|
674 |
+
('Dolph Chianchiano, Esq.', '')
|
675 |
+
('september 17, 1969', '')
|
676 |
+
('president', '')
|
677 |
+
('hayden c. nicholson, m.d.', '')
|
678 |
+
('- 12 -', '')
|
679 |
+
('invitation to other programs', '')
|
680 |
+
('representative follow-up visit', '')
|
681 |
+
('table ii', '')
|
682 |
+
('11', '')
|
683 |
+
('average age of product line', '')
|
684 |
+
('preparation of the food homogenate', '')
|
685 |
+
('average age of cards', '')
|
686 |
+
('accumyn', '')
|
687 |
+
('raw, dried, frozen, chilled, precooked or prepared foods', '')
|
688 |
+
('exposure to, and type of, diluent requires further study.', '')
|
689 |
+
('12:30 p.m.', '')
|
690 |
+
('EUR', '')
|
691 |
+
('SCOTT RADIOLOGICAL GROUP, INC.', '')
|
692 |
+
('REQUEST FOR CHANGE', '')
|
693 |
+
('12:15', '')
|
694 |
+
('8-26-88', '')
|
695 |
+
('NEW PRODUCT TECHNOLOGIES', '')
|
696 |
+
('Regional Bureau Activities in NCF', '')
|
697 |
+
('741-0801', '')
|
698 |
+
('Marlboro smokers', '')
|
699 |
+
('$278 million', '')
|
700 |
+
('4', '')
|
701 |
+
('Selective estrogen receptor modulator', '')
|
702 |
+
('Quitting Smoking', '')
|
703 |
+
('$184 million', '')
|
704 |
+
('Things to do Today', '')
|
705 |
+
('6:00 p.m.', '')
|
706 |
+
('Helvetia', '')
|
707 |
+
('150 Index', '')
|
708 |
+
('Prof. W. J. Darby', '')
|
709 |
+
('$506 million', '')
|
710 |
+
('Publication Program', '')
|
711 |
+
('Tennessee', '')
|
712 |
+
('Premarin', '')
|
713 |
+
('701998', '')
|
714 |
+
('Dr. w. w. Faloon', '')
|
715 |
+
('tbd', '')
|
716 |
+
('534962', '')
|
717 |
+
('2 weeks', '')
|
718 |
+
('VANDERBILT UNIVERSITY', '')
|
719 |
+
('ILSI', '')
|
720 |
+
('eclipse', '')
|
721 |
+
('Premarin publication plan of review articles', '')
|
722 |
+
('Nashville', '')
|
723 |
+
('8/11/97', '')
|
724 |
+
('Biomet, Inc. Royalty Payment Form', '')
|
725 |
+
("culinary insights from ITC's Master Chefs", '')
|
726 |
+
('Kitchens of India', '')
|
727 |
+
('Aashirvaad', '')
|
728 |
+
('Bingo!', '')
|
729 |
+
('washington', '')
|
730 |
+
('701998', '')
|
731 |
+
('VST INDUSTRIES LIMITED', '')
|
732 |
+
('2009-10', '')
|
733 |
+
('U.S.A.', '')
|
734 |
+
('Malagnou', '')
|
735 |
+
('37', '')
|
736 |
+
('wyeth', '')
|
737 |
+
('October 18, 2002', '')
|
738 |
+
('UNITED STATES', '')
|
739 |
+
('meta-analysis of phase iii studies on bleeding pattern data', '')
|
740 |
+
('metabolic impact/hemostasis', '')
|
741 |
+
('June 2003', '')
|
742 |
+
('december 2002', '')
|
743 |
+
('January 2003', '')
|
744 |
+
('Design Write', '')
|
745 |
+
('thursday 22nd september', '')
|
746 |
+
('1997', '')
|
747 |
+
('Premarin publication plan of review articles', '')
|
748 |
+
('Pharmaceutical compendia surveillance program', '')
|
749 |
+
('Cutting Longevity Test', '')
|
750 |
+
('10.30 - 10.45', '')
|
751 |
+
('Page 2', '')
|
752 |
+
('4 million', '')
|
753 |
+
('N/A', '')
|
754 |
+
('-42-', '')
|
755 |
+
('40,000', '')
|
756 |
+
('Mallory/Head system sales in the US', '')
|
757 |
+
('270,000', '')
|
758 |
+
('professor t turner', '')
|
759 |
+
('13.00 - 14.00', '')
|
760 |
+
('$8,943,438.64', '')
|
761 |
+
('19.30 for 20.00', '')
|
762 |
+
('"Effects on health of alcohol consumption"', '')
|
763 |
+
('"Foetal damage and alcohol consumption"', '')
|
764 |
+
('Dr. C. Baum MD', '')
|
765 |
+
('$89,434.39', '')
|
766 |
+
('6/7', '')
|
767 |
+
('eleven', '')
|
768 |
+
('- 5 -', '')
|
769 |
+
('$43,787.79', '')
|
770 |
+
('April 2004', '')
|
771 |
+
('postalcard', '')
|
772 |
+
('359', '')
|
773 |
+
('1', '')
|
774 |
+
('transglutaminase', '')
|
775 |
+
('3', '')
|
776 |
+
('Commission of Human MEdicines', '')
|
777 |
+
('this side of card is for address', '')
|
778 |
+
('transglutaminase activity after mitogen treatment', '')
|
779 |
+
('Very Mild', '')
|
780 |
+
('in July Electronic Coupon Program', '')
|
781 |
+
('quality continues to be good', '')
|
782 |
+
('Policy on Document Control', '')
|
783 |
+
('Policy No. 8', '')
|
784 |
+
('"Policy on Confidential Information Management"', '')
|
785 |
+
('final approval', '')
|
786 |
+
('jen ebbinghouse', '')
|
787 |
+
('7703', '')
|
788 |
+
('darla conrad', '')
|
789 |
+
('2/1/2010', '')
|
790 |
+
('feb - 8 2010', '')
|
791 |
+
('relative body fat values for males and females in various sports.*', '')
|
792 |
+
('vanguard knee components', '')
|
793 |
+
('$263,800,996', '')
|
794 |
+
('2/12/2010', '')
|
795 |
+
('(Definitions)', '')
|
796 |
+
('chemical compounds found in cigarettes (first response)', '')
|
797 |
+
('12.3', '')
|
798 |
+
('34.3', '')
|
799 |
+
('32.7', '')
|
800 |
+
('response code request form', '')
|
801 |
+
('126,000', '')
|
802 |
+
('very concerned', '')
|
803 |
+
('cressida lozano', '')
|
804 |
+
('Dr. & Mrs. William J. Darby', '')
|
805 |
+
('Cressida lozano', '')
|
806 |
+
('(910)765-3630', '')
|
807 |
+
('MEAN GRAMS FOOD CONSUMED DAILY', '')
|
808 |
+
('9-15', '')
|
809 |
+
('shot put', '')
|
810 |
+
('17', '')
|
811 |
+
('Vantage', '')
|
812 |
+
('The Cigarette Smoking Is Dangerous to Your Health', '')
|
813 |
+
('- 12 -', '')
|
814 |
+
('2', '')
|
815 |
+
('Energy recovered from the coal in the synthesis gas', '')
|
816 |
+
('Demonstration plant', '')
|
817 |
+
('Typical', '')
|
818 |
+
('Selection Criteria', '')
|
819 |
+
('ya job quote/invoice', '')
|
820 |
+
('21,480', '')
|
821 |
+
('21,480', '')
|
822 |
+
('Exposure Groups', '')
|
823 |
+
('2565-16', '')
|
824 |
+
('Number of animals at beginning of test', '')
|
825 |
+
('Y. C. DEVESHWAR', '')
|
826 |
+
('60 min Ave', '')
|
827 |
+
('270.00', '')
|
828 |
+
('470,832', '')
|
829 |
+
('25.00', '')
|
830 |
+
('Shri J. P. Khetan', '')
|
831 |
+
('MC', '')
|
832 |
+
('0.15', '')
|
833 |
+
('0.1', '')
|
834 |
+
('2,200.72', '')
|
835 |
+
('05/20/88', '')
|
836 |
+
('447,099', '')
|
837 |
+
('Brant T. Bills', '')
|
838 |
+
('$2,000', '')
|
839 |
+
('Journal of the air pollution control association', '')
|
840 |
+
('Taylor & Francis', '')
|
841 |
+
('NPT', '')
|
842 |
+
('12', '')
|
843 |
+
('51', '')
|
844 |
+
('Robotics/analytical chemist', '')
|
845 |
+
('METHOD VALIDATION', '')
|
846 |
+
('Planning', '')
|
847 |
+
('6', '')
|
848 |
+
('RHH', '')
|
849 |
+
('487', '')
|
850 |
+
("the petroleum industries' air pollution control program", '')
|
851 |
+
('584', '')
|
852 |
+
('Schedule 12', '')
|
853 |
+
('19 Mar 2012.', '')
|
854 |
+
('153', '')
|
855 |
+
('- 2 -', '')
|
856 |
+
('NNK', '')
|
857 |
+
('Nicotine RSM', '')
|
858 |
+
('separate binder hydration in pulp', '')
|
859 |
+
('January 14, 1999', '')
|
860 |
+
('sit-down restaurants', '')
|
861 |
+
('18.81', '')
|
862 |
+
('September 10, 1996', '')
|
863 |
+
('509977', '')
|
864 |
+
('217.00', '')
|
865 |
+
('sult products', '')
|
866 |
+
('PROJECT', '')
|
867 |
+
('B12 71401', '')
|
868 |
+
('WATER ANALYSIS', '')
|
869 |
+
('002864', '')
|
870 |
+
('THE ROCKEFELLER UNIVERSITY', '')
|
871 |
+
('Envelopes - plain Manila - 9.1/2 x 12/1/2', '')
|
872 |
+
('00sel420', '')
|
873 |
+
('Ink - Parker super chrome quink - black', '')
|
874 |
+
('00sii476', '')
|
875 |
+
('international activities index', '')
|
876 |
+
('VFM smoker profile', '')
|
877 |
+
('499150499', '')
|
878 |
+
('Accordion-type cigarette', '')
|
879 |
+
('Page 2 of 2', '')
|
880 |
+
('Appendix 1 - results of method development project survey', '')
|
881 |
+
('Published', '')
|
882 |
+
('$3,500.', '')
|
883 |
+
('immediate past chairman of the board', '')
|
884 |
+
('18.57', '')
|
885 |
+
('Water in Boilers', '')
|
886 |
+
('30', '')
|
887 |
+
('Mr. R.V.K.M. Suryarau', '')
|
888 |
+
('18.40', '')
|
889 |
+
('7', '')
|
890 |
+
('8/23/84', '')
|
891 |
+
('1985', '')
|
892 |
+
('Water from Boiler Feed Tank.', '')
|
893 |
+
('26', '')
|
894 |
+
('region monthly telmark program evaluation survey', '')
|
895 |
+
('TOBACCO & CANDY DISTRIBUTORS ASSOCIATION OF NEW JERSEY', '')
|
896 |
+
('1994 portland speedway event schedules', '')
|
897 |
+
('Mg', '')
|
898 |
+
('request for change', '')
|
899 |
+
('880036', '')
|
900 |
+
('2.5', '')
|
901 |
+
('Jack Heritage', '')
|
902 |
+
('2.3', '')
|
903 |
+
('2.3', '')
|
904 |
+
('Dr. Josip Matovinovic', '')
|
905 |
+
('President & CEO of PeerView, Inc', '')
|
906 |
+
('8', '')
|
907 |
+
('229.5', '')
|
908 |
+
('William J. Pascrell, III', '')
|
909 |
+
('Clinical Nutrition Symposium', '')
|
910 |
+
('INVOICE', '')
|
911 |
+
('Mg', '')
|
912 |
+
('OFFICIAL INSTITUTIONAL PURCHASE ORDER', '')
|
913 |
+
('NEW BRAND', '')
|
914 |
+
('Forsyth', '')
|
915 |
+
('Account Names:', '')
|
916 |
+
('brand being replaced', '')
|
917 |
+
('1', '')
|
918 |
+
('Research and Development (Brands)', '')
|
919 |
+
('Product Performance', '')
|
920 |
+
('GODCHAUX-HENDERSON SUGAR CO., INC.', '')
|
921 |
+
('8/26/88', '')
|
922 |
+
('(609) 989-7491', '')
|
923 |
+
('introduction', '')
|
924 |
+
('4', '')
|
925 |
+
('discuss key values with their parents or guardians', '')
|
926 |
+
('$3,150.00', '')
|
927 |
+
('6.7', '')
|
928 |
+
('right decisions, right now', '')
|
929 |
+
('BRAND IDENTITY TASK FORCE TIMING', '')
|
930 |
+
('$34,395', '')
|
931 |
+
('THE INTERNATIONAL LIFE SCIENCES INSTITUTE', '')
|
932 |
+
('OFFICERS OF THE INSTITUTE', '')
|
933 |
+
('JOHN M. MCRAE, M.ARCH.', '')
|
934 |
+
('Journal of the American Dietetic Association', '')
|
935 |
+
('Demographic data on the adult subjects', '')
|
936 |
+
('gerry bates, M.S.', '')
|
937 |
+
('394', '')
|
938 |
+
('$34,395', '')
|
939 |
+
('state of florida, program office on aging and adult services', '')
|
940 |
+
('international life sciences institute', '')
|
941 |
+
('741-2483', '')
|
942 |
+
('716', '')
|
943 |
+
('saccharin and aspartame', '')
|
944 |
+
('August 26-27', '')
|
945 |
+
('509977', '')
|
946 |
+
('3973', '')
|
947 |
+
('15360201', '')
|
948 |
+
('7:45 A.M.', '')
|
949 |
+
('VST Industries Limited', '')
|
950 |
+
("Directors' Responsibility Statement", '')
|
951 |
+
('Andhra Pradesh, Kerala, Tamilnadu and Assam', '')
|
952 |
+
('15', '')
|
953 |
+
('80.76', '')
|
954 |
+
('30.46', '')
|
955 |
+
('4012.46', '')
|
956 |
+
('Tues. Feb. 4', '')
|
957 |
+
('RJ Reynolds', '')
|
958 |
+
('4 calls if possible', '')
|
959 |
+
('EXPERIMENT NUMBER', '')
|
960 |
+
('a2', '')
|
961 |
+
('page 10', '')
|
962 |
+
('carbohydrates and fat', '')
|
963 |
+
('Male', '')
|
964 |
+
('sugar', '')
|
965 |
+
('lactose', '')
|
966 |
+
('Canadian', '')
|
967 |
+
('2 calls if possible', '')
|
968 |
+
('VLG REPLACEMENT', '')
|
969 |
+
('STH Replacement, GC-MSD', '')
|
970 |
+
('METHOD VALIDATION', '')
|
971 |
+
('4', '')
|
972 |
+
('IMPROVE EXISTING METHOD', '')
|
973 |
+
('INTER-OFFICE CORRESPONDENCE', '')
|
974 |
+
('JUNE 7, 1990', '')
|
975 |
+
('PHILIP HANDLER', '')
|
976 |
+
('K. Shafer', '')
|
977 |
+
('NMR CHARACTERIZATION OF ART STEM EXTRACTS', '')
|
978 |
+
('59 kg (130 lb.)', '')
|
979 |
+
('22', '')
|
980 |
+
('165 cm (5\'6")', '')
|
981 |
+
('VST Industries Limited', '')
|
982 |
+
('1957', '')
|
983 |
+
('Jan van Eys', '')
|
984 |
+
('THE COCA COLA COMPANY', '')
|
985 |
+
('10-K', '')
|
986 |
+
('James. M. Bowen', '')
|
987 |
+
('8', '')
|
988 |
+
('DELAWARE', '')
|
989 |
+
('Page 2', '')
|
990 |
+
('58-0628465', '')
|
991 |
+
('Takashi Sugimura', '')
|
992 |
+
('30313', '')
|
993 |
+
('Retinoid-Binding Proteins and Cancer', '')
|
994 |
+
('new york', '')
|
995 |
+
('07', '')
|
996 |
+
('Separated', '')
|
997 |
+
('11.20-12:00', '')
|
998 |
+
('Very Mild', '')
|
999 |
+
('Untreated Check', '')
|
1000 |
+
('corn syrup', '')
|
eval/DocVQA_score.json
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"acc": 0.852,
|
3 |
+
"num_correct": 852,
|
4 |
+
"num_pred": 1000
|
5 |
+
}
|
eval/EDIS_pred.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
eval/EDIS_score.json
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"acc": 0.803,
|
3 |
+
"num_correct": 803,
|
4 |
+
"num_pred": 1000
|
5 |
+
}
|
eval/FashionIQ_pred.txt
ADDED
@@ -0,0 +1,1000 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B005X4PL1G.jpg')
|
2 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B004OP7MI0.jpg')
|
3 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00DMZAHL2.jpg')
|
4 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00COE18RO.jpg')
|
5 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B0070TYNAM.jpg')
|
6 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B0052B66GY.jpg')
|
7 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00CSNDFDG.jpg')
|
8 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B004P7TNIY.jpg')
|
9 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B008NHSU3G.jpg')
|
10 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00CQ9U2UQ.jpg')
|
11 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B0065U2ZPW.jpg')
|
12 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00F5DPMIM.jpg')
|
13 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00CW94CSS.jpg')
|
14 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B005OOUCLE.jpg')
|
15 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00C5168K8.jpg')
|
16 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00BXMPQZI.jpg')
|
17 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00AEW4384.jpg')
|
18 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00DVH1QS4.jpg')
|
19 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00C5TA8F6.jpg')
|
20 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B008BHS9H0.jpg')
|
21 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00BPEWGTS.jpg')
|
22 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00GP5TL6I.jpg')
|
23 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00AA6F0GI.jpg')
|
24 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00AIBYV1K.jpg')
|
25 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00D6QTRRC.jpg')
|
26 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00DR0LRRK.jpg')
|
27 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B005ES247K.jpg')
|
28 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B007WA2VB2.jpg')
|
29 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00EA3WE9S.jpg')
|
30 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00B4GG33W.jpg')
|
31 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00A846WGO.jpg')
|
32 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00CD8JJ7M.jpg')
|
33 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00BG5TRZ2.jpg')
|
34 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B0080N9HNU.jpg')
|
35 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B0097JDP3Y.jpg')
|
36 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B005KMQQFQ.jpg')
|
37 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B003ZJ6GCO.jpg')
|
38 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B0052B66GY.jpg')
|
39 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B0085F4XEG.jpg')
|
40 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00A7049XW.jpg')
|
41 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B007G693H2.jpg')
|
42 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B004BH166A.jpg')
|
43 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B009XHND2I.jpg')
|
44 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00B89IP36.jpg')
|
45 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B009S3I9A8.jpg')
|
46 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00G0PONNY.jpg')
|
47 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00C93VT5G.jpg')
|
48 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B006ZUSYN4.jpg')
|
49 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B008A1X87S.jpg')
|
50 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00BW4RJKM.jpg')
|
51 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B0058XRPQQ.jpg')
|
52 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00AWM67OE.jpg')
|
53 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B006VNCKJE.jpg')
|
54 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00B5J8HNW.jpg')
|
55 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B0043D2HME.jpg')
|
56 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00575VVGU.jpg')
|
57 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B0087YZPJ2.jpg')
|
58 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00EKQSAES.jpg')
|
59 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00CF2X97M.jpg')
|
60 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00C3M1IAO.jpg')
|
61 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B004VBELY0.jpg')
|
62 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00EPSQ458.jpg')
|
63 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00DSME58U.jpg')
|
64 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B006J3YCOC.jpg')
|
65 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B0091WZCE2.jpg')
|
66 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B0052B66GY.jpg')
|
67 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00AEW4384.jpg')
|
68 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00DEP9CUW.jpg')
|
69 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B0066NI17E.jpg')
|
70 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B005DRAVT0.jpg')
|
71 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B008BFR8PQ.jpg')
|
72 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00730ZGCM.jpg')
|
73 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00AEMHDIG.jpg')
|
74 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B004KB5HQW.jpg')
|
75 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B004VLI08S.jpg')
|
76 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B009SK85S2.jpg')
|
77 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00AHFXVUO.jpg')
|
78 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00D8AWLL0.jpg')
|
79 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B006ZIN6S4.jpg')
|
80 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B005TDLRRS.jpg')
|
81 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B008VIRN62.jpg')
|
82 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B008VIQTZS.jpg')
|
83 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B007NLX7SQ.jpg')
|
84 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00G0PONNY.jpg')
|
85 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00DS1XAXM.jpg')
|
86 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B006ZUSYN4.jpg')
|
87 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B007W9ZSEA.jpg')
|
88 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00B1G5SPY.jpg')
|
89 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B007HYFREG.jpg')
|
90 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B008U4K4T0.jpg')
|
91 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00A0AAD20.jpg')
|
92 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00D4JNBC8.jpg')
|
93 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00E7NYRRS.jpg')
|
94 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00DQHXEO8.jpg')
|
95 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B002XW6XZE.jpg')
|
96 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B001J2HRRW.jpg')
|
97 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00G0PONNY.jpg')
|
98 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00D75WT4U.jpg')
|
99 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B0058XPHQG.jpg')
|
100 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00DR8ZWAU.jpg')
|
101 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00DV3WRA4.jpg')
|
102 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00B22FA14.jpg')
|
103 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B008E7IBDO.jpg')
|
104 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00BV46E9K.jpg')
|
105 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B0087COXNS.jpg')
|
106 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B009YLJWUK.jpg')
|
107 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00DH7DFXC.jpg')
|
108 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00BG5R3KS.jpg')
|
109 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00BNRBLIE.jpg')
|
110 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00730ZGCM.jpg')
|
111 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00BNXTOGY.jpg')
|
112 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B009Z3QZ6Q.jpg')
|
113 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00CJQI0I2.jpg')
|
114 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00G0PONNY.jpg')
|
115 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B0085F4XEG.jpg')
|
116 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00AMRNYLS.jpg')
|
117 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B007HYFREG.jpg')
|
118 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B009XNN37W.jpg')
|
119 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B008DS1E6K.jpg')
|
120 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B007Y37P22.jpg')
|
121 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00CQSPPLS.jpg')
|
122 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B003ZUWZ3M.jpg')
|
123 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B0091QSKHE.jpg')
|
124 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B001J2HRRW.jpg')
|
125 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00D8YT7LS.jpg')
|
126 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B0016LHFE6.jpg')
|
127 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00AMRNYLS.jpg')
|
128 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00CH5GHJE.jpg')
|
129 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00A7N4DC6.jpg')
|
130 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B007WA3E8Q.jpg')
|
131 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00BSONSN8.jpg')
|
132 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B0009VT6MI.jpg')
|
133 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B008HW2UT2.jpg')
|
134 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00CAMJMRS.jpg')
|
135 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00DJZM0Z6.jpg')
|
136 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00BPIUJCA.jpg')
|
137 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00B89IP36.jpg')
|
138 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B005TDLRRS.jpg')
|
139 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00DV3WRA4.jpg')
|
140 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B0097J0RVC.jpg')
|
141 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B007HYFREG.jpg')
|
142 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00C12LOZU.jpg')
|
143 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B002FOR462.jpg')
|
144 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B007W9ZC3W.jpg')
|
145 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B007PPHY70.jpg')
|
146 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00G0PONNY.jpg')
|
147 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00CO9MVT8.jpg')
|
148 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B009MB17B4.jpg')
|
149 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00CIEPROU.jpg')
|
150 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00D6QTRRC.jpg')
|
151 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00DR8ZWAU.jpg')
|
152 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B008VIRN62.jpg')
|
153 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00G0PONNY.jpg')
|
154 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B009C6OO8C.jpg')
|
155 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B008EQ6AM4.jpg')
|
156 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00ASIH0ZC.jpg')
|
157 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00CFUEL3K.jpg')
|
158 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B0062FN2EI.jpg')
|
159 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B009C6OO8C.jpg')
|
160 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00B92B2JG.jpg')
|
161 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00GNU62GM.jpg')
|
162 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00ASI7TQM.jpg')
|
163 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B005GMTBPC.jpg')
|
164 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00DJJILJQ.jpg')
|
165 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B007KANUK0.jpg')
|
166 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00CHSE4V4.jpg')
|
167 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00DMZAHL2.jpg')
|
168 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00CRH9V0Y.jpg')
|
169 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B003M4Z9OS.jpg')
|
170 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B008595HNS.jpg')
|
171 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B0030CY6DW.jpg')
|
172 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00CJQI0I2.jpg')
|
173 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B008E7IA12.jpg')
|
174 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B002YX04ZW.jpg')
|
175 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B009FEMH76.jpg')
|
176 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B005TDLRRS.jpg')
|
177 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B006QKKVZM.jpg')
|
178 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00FZ9NF08.jpg')
|
179 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00B4GG33W.jpg')
|
180 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B0097JITVM.jpg')
|
181 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B009FEMH76.jpg')
|
182 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B0087COXNS.jpg')
|
183 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00DH7DFXC.jpg')
|
184 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B0076ZZ0DE.jpg')
|
185 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B009X6E9E0.jpg')
|
186 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B008G0ERA0.jpg')
|
187 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B007KANUK0.jpg')
|
188 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B004HSN6W0.jpg')
|
189 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B009S3I9A8.jpg')
|
190 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B008BHSSMG.jpg')
|
191 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B001PDM4E6.jpg')
|
192 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00CJPL9I6.jpg')
|
193 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00EBZUV0Y.jpg')
|
194 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B008X04NWA.jpg')
|
195 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B009EMNLOC.jpg')
|
196 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B008U4K4T0.jpg')
|
197 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00B4GG33W.jpg')
|
198 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00385IQY6.jpg')
|
199 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00ATEZA6Q.jpg')
|
200 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00AEW4384.jpg')
|
201 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00CH5GHJE.jpg')
|
202 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B0090U5OHK.jpg')
|
203 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00EA3WE9S.jpg')
|
204 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B0084DJQ6O.jpg')
|
205 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B0073WBRYQ.jpg')
|
206 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B008PG0SOO.jpg')
|
207 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00A0AAD20.jpg')
|
208 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B008TS39QC.jpg')
|
209 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00DR8ZWAU.jpg')
|
210 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B0055R3KXM.jpg')
|
211 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B007520NYO.jpg')
|
212 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B0083QFSRS.jpg')
|
213 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00DUFCJCY.jpg')
|
214 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00DCC9ZJK.jpg')
|
215 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B008PG3FP8.jpg')
|
216 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00DEP9CUW.jpg')
|
217 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00CTT4N7G.jpg')
|
218 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B007HYFREG.jpg')
|
219 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B004CZ7WUU.jpg')
|
220 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00B89IP36.jpg')
|
221 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B007V0B9UC.jpg')
|
222 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00BXMPQZI.jpg')
|
223 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B007E778LQ.jpg')
|
224 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B007F7PAOC.jpg')
|
225 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00CD8JJ7M.jpg')
|
226 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00DEP9CUW.jpg')
|
227 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00CXO1ULE.jpg')
|
228 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00AQ8PVXW.jpg')
|
229 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B004HX2DYW.jpg')
|
230 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00AKLK08G.jpg')
|
231 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B0074W1CWC.jpg')
|
232 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00C12LOZU.jpg')
|
233 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B004MDL8KW.jpg')
|
234 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B008HW2UT2.jpg')
|
235 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B005TDLRRS.jpg')
|
236 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00BWPEAP8.jpg')
|
237 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00C5168K8.jpg')
|
238 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00B95R792.jpg')
|
239 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00DONTLP0.jpg')
|
240 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B008BFR8PQ.jpg')
|
241 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00DH7E7IE.jpg')
|
242 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00CTT41D2.jpg')
|
243 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00B1AVTWG.jpg')
|
244 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B008MWER8E.jpg')
|
245 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00C5XWX0K.jpg')
|
246 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B009LIFAV6.jpg')
|
247 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B009GY7K4A.jpg')
|
248 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00801W1H6.jpg')
|
249 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B009P1MYNQ.jpg')
|
250 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00FHLNKM2.jpg')
|
251 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00G0PONNY.jpg')
|
252 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00E6RATRW.jpg')
|
253 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B0062FN2EI.jpg')
|
254 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00C4Q2RPO.jpg')
|
255 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00DMEFORK.jpg')
|
256 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00DMZAHL2.jpg')
|
257 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00DURATI8.jpg')
|
258 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B008RSU56G.jpg')
|
259 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00CSNDFDG.jpg')
|
260 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00BYF3GVA.jpg')
|
261 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00COADNNU.jpg')
|
262 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00CBY97SE.jpg')
|
263 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B0091QUWCK.jpg')
|
264 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00D3KBI3M.jpg')
|
265 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B006W8T1UO.jpg')
|
266 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00ASIH0ZC.jpg')
|
267 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00BQX4A2O.jpg')
|
268 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00B89IP36.jpg')
|
269 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00BY6HLDI.jpg')
|
270 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00G0PONNY.jpg')
|
271 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B006J3YCOC.jpg')
|
272 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B003ZJ6GCO.jpg')
|
273 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B008U4K4T0.jpg')
|
274 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B005QA9NJS.jpg')
|
275 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B006QKKVZM.jpg')
|
276 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00BNH31AU.jpg')
|
277 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B002Z7FWB8.jpg')
|
278 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B008BFR8PQ.jpg')
|
279 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00G0PONNY.jpg')
|
280 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00DEP9CUW.jpg')
|
281 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B007FHD0FI.jpg')
|
282 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00DVFJ2UK.jpg')
|
283 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B006VNFCNK.jpg')
|
284 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B007R0TNBI.jpg')
|
285 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00DR0LRRK.jpg')
|
286 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00CJQI0I2.jpg')
|
287 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00J2UZLNU.jpg')
|
288 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00A16KWZ6.jpg')
|
289 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00BQX461E.jpg')
|
290 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B009LIFAV6.jpg')
|
291 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B002UD64NW.jpg')
|
292 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B008E7IBDO.jpg')
|
293 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B008BWOCGC.jpg')
|
294 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B009S5XX0M.jpg')
|
295 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B004HSN6W0.jpg')
|
296 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00ED49C12.jpg')
|
297 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00BSONSN8.jpg')
|
298 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00AQ8PVXW.jpg')
|
299 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B009SK85S2.jpg')
|
300 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B004OP7MI0.jpg')
|
301 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00BF8B8CA.jpg')
|
302 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B008NHSU3G.jpg')
|
303 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00CHHL10M.jpg')
|
304 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00E8157H8.jpg')
|
305 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00CD9LXD4.jpg')
|
306 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00CMLUHF8.jpg')
|
307 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00EE0XOZA.jpg')
|
308 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B008EQ6AM4.jpg')
|
309 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B004KB5HQW.jpg')
|
310 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00C3M1IAO.jpg')
|
311 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00G0PONNY.jpg')
|
312 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00FHLNKM2.jpg')
|
313 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B0030CY6DW.jpg')
|
314 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00ATPE8CW.jpg')
|
315 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B0065W6F5Q.jpg')
|
316 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B007HWN10K.jpg')
|
317 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00DEP9CUW.jpg')
|
318 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B008S4C8JG.jpg')
|
319 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B004KB5HQW.jpg')
|
320 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00CN7XUWI.jpg')
|
321 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00CHS9KTA.jpg')
|
322 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B001J2HRRW.jpg')
|
323 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B0099DCINQ.jpg')
|
324 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00ASPCIF2.jpg')
|
325 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00DDHA7YQ.jpg')
|
326 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B0072QWBDE.jpg')
|
327 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00B50Y9CO.jpg')
|
328 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00AWM67OE.jpg')
|
329 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00DONTLP0.jpg')
|
330 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00DH8X2OI.jpg')
|
331 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00A0AAD20.jpg')
|
332 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00A16KWZ6.jpg')
|
333 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B007NLX7SQ.jpg')
|
334 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B007TYKJ42.jpg')
|
335 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B005H7G65O.jpg')
|
336 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B009PKDTEA.jpg')
|
337 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B008A4RNR6.jpg')
|
338 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B007UN64Q4.jpg')
|
339 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00EBZUV0Y.jpg')
|
340 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B005TDLRRS.jpg')
|
341 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B0097IX9NQ.jpg')
|
342 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B0038KR31I.jpg')
|
343 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B008U4K4T0.jpg')
|
344 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00D4BURP0.jpg')
|
345 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00BNRBJFY.jpg')
|
346 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B0084DJQ6O.jpg')
|
347 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00DEP9CUW.jpg')
|
348 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00DEP9CUW.jpg')
|
349 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B005LMZ2KU.jpg')
|
350 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00BMAPIB8.jpg')
|
351 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B008YQM98I.jpg')
|
352 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B008BHS9H0.jpg')
|
353 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00DR8ZWAU.jpg')
|
354 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B005TDLRRS.jpg')
|
355 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00COYGYPU.jpg')
|
356 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B007KANUK0.jpg')
|
357 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00DMZAHL2.jpg')
|
358 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00D4DCHXS.jpg')
|
359 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B002VECPU6.jpg')
|
360 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00DGNSEBK.jpg')
|
361 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00766RTT6.jpg')
|
362 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B008ZYZ3EG.jpg')
|
363 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B0083QEJL4.jpg')
|
364 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B008E7IA12.jpg')
|
365 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00AEW4384.jpg')
|
366 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B002TUT4UG.jpg')
|
367 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B002ZCXTA4.jpg')
|
368 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B008596V88.jpg')
|
369 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B0085U94ZO.jpg')
|
370 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B0095JQQZK.jpg')
|
371 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B007LTUAUS.jpg')
|
372 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00BBPWS5S.jpg')
|
373 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00J2UZLNU.jpg')
|
374 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B008OVNLDU.jpg')
|
375 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00C7P935E.jpg')
|
376 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B0080DKT9G.jpg')
|
377 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B008BFR8PQ.jpg')
|
378 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B0082BCNZY.jpg')
|
379 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00C5168K8.jpg')
|
380 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B002Z7FWB8.jpg')
|
381 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00C2BIUXO.jpg')
|
382 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00CTTJCUY.jpg')
|
383 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B0094DYEJC.jpg')
|
384 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B0099DCINQ.jpg')
|
385 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B007UA3ZYQ.jpg')
|
386 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B004MDL8KW.jpg')
|
387 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00AEW4384.jpg')
|
388 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00CHSE4V4.jpg')
|
389 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00E6RBFFC.jpg')
|
390 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00C7BSFX4.jpg')
|
391 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00BSONSN8.jpg')
|
392 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B005LMZ2KU.jpg')
|
393 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00AEW4384.jpg')
|
394 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B008HRLQ60.jpg')
|
395 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00FZ00I7U.jpg')
|
396 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B002HCNMTU.jpg')
|
397 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B008RSU56G.jpg')
|
398 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00DM0REWC.jpg')
|
399 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B0091SFTVC.jpg')
|
400 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B0097J0RVC.jpg')
|
401 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B007R1YUI8.jpg')
|
402 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B005LMZ2KU.jpg')
|
403 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00DMZAHL2.jpg')
|
404 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00CFY2ZWA.jpg')
|
405 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B007HYFREG.jpg')
|
406 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B0052B66GY.jpg')
|
407 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B0027RAAUE.jpg')
|
408 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00B92B2JG.jpg')
|
409 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B009DI5YSS.jpg')
|
410 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B005T4G0F6.jpg')
|
411 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B004KB5HQW.jpg')
|
412 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B0070QMT24.jpg')
|
413 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00EA3WE9S.jpg')
|
414 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00BLNL7G6.jpg')
|
415 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B0097JITVM.jpg')
|
416 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00622HIMS.jpg')
|
417 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B006PA7Q4M.jpg')
|
418 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B003ILC99S.jpg')
|
419 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00C3M1IAO.jpg')
|
420 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B004GBAUBS.jpg')
|
421 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00BQX461E.jpg')
|
422 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00CHHL10M.jpg')
|
423 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B0037PVUW2.jpg')
|
424 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00E3S6BS0.jpg')
|
425 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00DCC9ZJK.jpg')
|
426 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B008596PSY.jpg')
|
427 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B006QKKVZM.jpg')
|
428 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B008UC9MGS.jpg')
|
429 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00BUVJTSC.jpg')
|
430 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B005LMZ2KU.jpg')
|
431 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00A772MCU.jpg')
|
432 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B0051N2MMA.jpg')
|
433 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B000RL3V58.jpg')
|
434 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B0085F4XEG.jpg')
|
435 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00C12LOZU.jpg')
|
436 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00B9U19BY.jpg')
|
437 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B009C6OO8C.jpg')
|
438 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B005TDLRRS.jpg')
|
439 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B007Y37P22.jpg')
|
440 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B002TUT4UG.jpg')
|
441 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00BY6HLDI.jpg')
|
442 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B007PPHY70.jpg')
|
443 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B008U4K4T0.jpg')
|
444 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00F9KUL8W.jpg')
|
445 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00DR0LRRK.jpg')
|
446 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B0064J5JPC.jpg')
|
447 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B007GSG3U0.jpg')
|
448 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B004KB5HQW.jpg')
|
449 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B009SI9OTS.jpg')
|
450 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B005TDLRRS.jpg')
|
451 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00316G2DE.jpg')
|
452 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00CFY2ZWA.jpg')
|
453 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00CXO1ULE.jpg')
|
454 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B0097JITVM.jpg')
|
455 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B004PZHXZG.jpg')
|
456 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00EM95GJK.jpg')
|
457 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B0071KR3QG.jpg')
|
458 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00C12LOZU.jpg')
|
459 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00ASIUGVC.jpg')
|
460 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00B4GG33W.jpg')
|
461 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00DEP9CUW.jpg')
|
462 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00CIBN6H8.jpg')
|
463 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B004EHON6W.jpg')
|
464 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00E8157H8.jpg')
|
465 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00A76P278.jpg')
|
466 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B009ES4PFA.jpg')
|
467 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B007F7OJ8K.jpg')
|
468 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B009YJEIXS.jpg')
|
469 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00CP5NEFG.jpg')
|
470 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00CMLUHF8.jpg')
|
471 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B0088A1FWG.jpg')
|
472 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B0070QMT24.jpg')
|
473 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00A3UT8GE.jpg')
|
474 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00G0PONNY.jpg')
|
475 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B007GB2BZI.jpg')
|
476 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00AG3Y2JG.jpg')
|
477 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00EZITMBQ.jpg')
|
478 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00BR20TRY.jpg')
|
479 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B008U4K4T0.jpg')
|
480 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00DBDCQ7I.jpg')
|
481 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00EZITMBQ.jpg')
|
482 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B007UN64Q4.jpg')
|
483 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B004ISKT38.jpg')
|
484 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B004BUW6DO.jpg')
|
485 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B007678MDM.jpg')
|
486 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B008HSX5ZO.jpg')
|
487 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B0077G77OW.jpg')
|
488 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B002QQ9BEC.jpg')
|
489 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B008595HNS.jpg')
|
490 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B008J3LWG6.jpg')
|
491 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B005N4L15G.jpg')
|
492 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B0033UVILO.jpg')
|
493 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00CD8JJ7M.jpg')
|
494 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00A0AAD20.jpg')
|
495 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B009SPZ72E.jpg')
|
496 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00C3NG8RQ.jpg')
|
497 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00DEP9CUW.jpg')
|
498 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B008FPXR3Y.jpg')
|
499 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00DJHSWI8.jpg')
|
500 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00AD11LB8.jpg')
|
501 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B008E7IBDO.jpg')
|
502 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00B29NXUC.jpg')
|
503 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B009SK85S2.jpg')
|
504 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B0084DJQ6O.jpg')
|
505 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00DV3WRA4.jpg')
|
506 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00DHD7YK6.jpg')
|
507 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B008U4K4T0.jpg')
|
508 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B0081TBB1O.jpg')
|
509 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00DEP9CUW.jpg')
|
510 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B0091SFTVC.jpg')
|
511 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B005TDLRRS.jpg')
|
512 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B0085U9J5E.jpg')
|
513 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00C1BSDBO.jpg')
|
514 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00BH9KMO2.jpg')
|
515 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B008E4O7OO.jpg')
|
516 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00BWJ9R2A.jpg')
|
517 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00EKQSAES.jpg')
|
518 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00EKDGVL0.jpg')
|
519 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B009SI9OTS.jpg')
|
520 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B007314UDM.jpg')
|
521 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B008596V88.jpg')
|
522 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B003XRKA9I.jpg')
|
523 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B0071NHF5W.jpg')
|
524 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00BNRBD32.jpg')
|
525 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00A76OJHW.jpg')
|
526 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00DEP9CUW.jpg')
|
527 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00G0PONNY.jpg')
|
528 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00BXB7LRA.jpg')
|
529 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00E3HDPMQ.jpg')
|
530 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00A0AAD20.jpg')
|
531 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B005JW6JRM.jpg')
|
532 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B005ZWBSMM.jpg')
|
533 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B008PG3FP8.jpg')
|
534 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B007WATTEE.jpg')
|
535 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00CIQD2MW.jpg')
|
536 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B007U3P8PC.jpg')
|
537 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B004T20EFG.jpg')
|
538 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00B3VB34W.jpg')
|
539 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00EA3WE9S.jpg')
|
540 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00DEP9CUW.jpg')
|
541 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00DV3WRA4.jpg')
|
542 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00G0PONNY.jpg')
|
543 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B008ZYZ3EG.jpg')
|
544 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B005F32V6I.jpg')
|
545 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00CQ9U2UQ.jpg')
|
546 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B006VNCKJE.jpg')
|
547 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00559SS32.jpg')
|
548 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00C670RXA.jpg')
|
549 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00CGYK1MU.jpg')
|
550 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00D6Y5VWY.jpg')
|
551 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00DEP9CUW.jpg')
|
552 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00EE9CPRE.jpg')
|
553 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00D4BURP0.jpg')
|
554 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B0043D2HME.jpg')
|
555 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B004RFFHJI.jpg')
|
556 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00DBA0LLE.jpg')
|
557 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B008TYS0C4.jpg')
|
558 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B007TYKJ42.jpg')
|
559 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B007HSSKMI.jpg')
|
560 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B008583T7A.jpg')
|
561 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B0087COXNS.jpg')
|
562 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00ED49C12.jpg')
|
563 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B007P0Q6PQ.jpg')
|
564 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00C12LOZU.jpg')
|
565 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B009XHND2I.jpg')
|
566 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B007ZIRHQA.jpg')
|
567 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B0081TBB1O.jpg')
|
568 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B004VBELY0.jpg')
|
569 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00B5P4VG8.jpg')
|
570 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B0095JQTLQ.jpg')
|
571 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B005CNVKCC.jpg')
|
572 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00CJPL9I6.jpg')
|
573 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B008NHSU3G.jpg')
|
574 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00AXDA432.jpg')
|
575 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B0079F8A8I.jpg')
|
576 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B004KB5HQW.jpg')
|
577 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B008D5A9W8.jpg')
|
578 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B008S1W49I.jpg')
|
579 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B002Z7ETL2.jpg')
|
580 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B008LCUUEK.jpg')
|
581 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00BMAPIB8.jpg')
|
582 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00CMLUHF8.jpg')
|
583 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00DMEFORK.jpg')
|
584 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00CP3BTKU.jpg')
|
585 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B007XD55T8.jpg')
|
586 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B008VIRN62.jpg')
|
587 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B004HSQXPM.jpg')
|
588 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00DCC9ZJK.jpg')
|
589 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00CJTWWA6.jpg')
|
590 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00C12LOZU.jpg')
|
591 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00DEP9CUW.jpg')
|
592 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B008BHSSMG.jpg')
|
593 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B007KANUK0.jpg')
|
594 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00BMAPIB8.jpg')
|
595 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00CCBVN1K.jpg')
|
596 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00EA3WE9S.jpg')
|
597 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B008XLNM9O.jpg')
|
598 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B007HIL16U.jpg')
|
599 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B007FHE5IY.jpg')
|
600 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B007G4ZTTK.jpg')
|
601 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B004DPAV0W.jpg')
|
602 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00FZ00I7U.jpg')
|
603 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00DONTLP0.jpg')
|
604 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B008GS79VG.jpg')
|
605 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B0027BDMB4.jpg')
|
606 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00CAKLNY0.jpg')
|
607 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00318CS0S.jpg')
|
608 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00BNCH1RO.jpg')
|
609 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B0097J0RVC.jpg')
|
610 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00455GK1E.jpg')
|
611 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00575VVGU.jpg')
|
612 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00BY6HLDI.jpg')
|
613 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00AQUBNWI.jpg')
|
614 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00ARMNY1I.jpg')
|
615 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B002FOR462.jpg')
|
616 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00559SS32.jpg')
|
617 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00COADNNU.jpg')
|
618 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00DNVUBK2.jpg')
|
619 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B004XYPAL8.jpg')
|
620 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B0059BS4O4.jpg')
|
621 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B007KANUK0.jpg')
|
622 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B0052B66GY.jpg')
|
623 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00A0AAD20.jpg')
|
624 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B004T6S8ZK.jpg')
|
625 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B007WA3E8Q.jpg')
|
626 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00428MW7A.jpg')
|
627 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B0029XKWKO.jpg')
|
628 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00CY2BD1M.jpg')
|
629 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B0080E6RN2.jpg')
|
630 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00AXVFMYA.jpg')
|
631 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B009AEQD3A.jpg')
|
632 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B0097B86M2.jpg')
|
633 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00CVTMGTG.jpg')
|
634 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00A76UFK2.jpg')
|
635 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B006QKKVZM.jpg')
|
636 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00AU4EKCA.jpg')
|
637 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00DV3WRA4.jpg')
|
638 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B009LDY5S0.jpg')
|
639 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00DSME58U.jpg')
|
640 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B0075BEF4O.jpg')
|
641 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00ASI7TQM.jpg')
|
642 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B004TUD7D4.jpg')
|
643 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00383UG6E.jpg')
|
644 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00C2BIUXO.jpg')
|
645 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B0035WTC0O.jpg')
|
646 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00BR20TRY.jpg')
|
647 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B007XD6JWA.jpg')
|
648 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00BF8B8CA.jpg')
|
649 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00E8157H8.jpg')
|
650 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00DKII46G.jpg')
|
651 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B005TDLRRS.jpg')
|
652 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00CK2LIXY.jpg')
|
653 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B008RMIF5A.jpg')
|
654 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B006BFNE3I.jpg')
|
655 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00C5168K8.jpg')
|
656 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00CTT4N7G.jpg')
|
657 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00A36LLR2.jpg')
|
658 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00B804Y3K.jpg')
|
659 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B008U4K4T0.jpg')
|
660 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B0097JITVM.jpg')
|
661 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00CW94CSS.jpg')
|
662 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B0085SJZUK.jpg')
|
663 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B002Z7ETL2.jpg')
|
664 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B009MQBC46.jpg')
|
665 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00AXVFMYA.jpg')
|
666 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00E1XOZ3K.jpg')
|
667 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00BY6HLDI.jpg')
|
668 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00DTWDHWO.jpg')
|
669 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B0043D2HME.jpg')
|
670 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00C7P935E.jpg')
|
671 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B008J25Y20.jpg')
|
672 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B009ES4PFA.jpg')
|
673 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00AEW4384.jpg')
|
674 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00BSMGUPI.jpg')
|
675 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00BY3R17W.jpg')
|
676 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00B90O740.jpg')
|
677 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00E1ALO0K.jpg')
|
678 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B006PA7Q4M.jpg')
|
679 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00297BG7I.jpg')
|
680 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00DV3WRA4.jpg')
|
681 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00C6PP5CA.jpg')
|
682 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00G0PONNY.jpg')
|
683 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B007FG0Y8U.jpg')
|
684 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00C5TA8F6.jpg')
|
685 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B008GQ3H50.jpg')
|
686 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00ANR3NSQ.jpg')
|
687 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B008U8XP06.jpg')
|
688 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00CJPL9I6.jpg')
|
689 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00CIEPROU.jpg')
|
690 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B0042ETEHK.jpg')
|
691 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00CR02CF2.jpg')
|
692 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B0099DCINQ.jpg')
|
693 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00GATDMUK.jpg')
|
694 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B007G693H2.jpg')
|
695 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00BPIUJCA.jpg')
|
696 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B008AEEHA2.jpg')
|
697 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B0089CNC92.jpg')
|
698 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00CD8JJ7M.jpg')
|
699 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00BPYWKO4.jpg')
|
700 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00DMEFORK.jpg')
|
701 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00CIBN6H8.jpg')
|
702 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00BPTPJ38.jpg')
|
703 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B0043W9Z1Q.jpg')
|
704 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B008MC8438.jpg')
|
705 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00AEW4384.jpg')
|
706 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B0038HFFXY.jpg')
|
707 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00F9AJ5Y8.jpg')
|
708 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00CGTBWEG.jpg')
|
709 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B0058JXYYW.jpg')
|
710 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00BWPEAP8.jpg')
|
711 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B007HIL16U.jpg')
|
712 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B0076ODGBS.jpg')
|
713 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B008UC9MGS.jpg')
|
714 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B009SPZ72E.jpg')
|
715 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B0065W6F5Q.jpg')
|
716 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B009LDY5S0.jpg')
|
717 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B002DI8HQG.jpg')
|
718 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00AZP2T7M.jpg')
|
719 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00BMTI2S0.jpg')
|
720 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00DWGMTHQ.jpg')
|
721 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00CTT4N7G.jpg')
|
722 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B008VIV02K.jpg')
|
723 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B004568EM6.jpg')
|
724 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00GNU62GM.jpg')
|
725 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00C6PP5CA.jpg')
|
726 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B0027BDMB4.jpg')
|
727 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B005UX57P0.jpg')
|
728 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00B29NXUC.jpg')
|
729 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B006QKKVZM.jpg')
|
730 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B006YKWT18.jpg')
|
731 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B0033UVILO.jpg')
|
732 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00CJQI0I2.jpg')
|
733 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00DW8GVIW.jpg')
|
734 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00455GK1E.jpg')
|
735 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B009PKDTEA.jpg')
|
736 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00DSME58U.jpg')
|
737 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00EQSG6M8.jpg')
|
738 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B008PG3FP8.jpg')
|
739 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B0092TLPGS.jpg')
|
740 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B003ZJ6GCO.jpg')
|
741 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B008NHSU3G.jpg')
|
742 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00BEJ34Q8.jpg')
|
743 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B007KANUK0.jpg')
|
744 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00BYMX1AY.jpg')
|
745 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00BEU0S8E.jpg')
|
746 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00C3NG8RQ.jpg')
|
747 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00DR8ZWAU.jpg')
|
748 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B007Y37P22.jpg')
|
749 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B006UCQXRG.jpg')
|
750 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00B4GG33W.jpg')
|
751 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B006MQRRAW.jpg')
|
752 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B007PKECMA.jpg')
|
753 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B003L13FTI.jpg')
|
754 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00DQAL0XW.jpg')
|
755 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00AO1VEBO.jpg')
|
756 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B009DMLERE.jpg')
|
757 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00CO6KDDM.jpg')
|
758 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00DSME58U.jpg')
|
759 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00EKVI27I.jpg')
|
760 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B0097J0RVC.jpg')
|
761 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B005KMQQFQ.jpg')
|
762 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B008UC9MGS.jpg')
|
763 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B007P0Q6PQ.jpg')
|
764 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00767PZZ0.jpg')
|
765 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00BRBYOLC.jpg')
|
766 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B0082BCNZY.jpg')
|
767 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00C12KACS.jpg')
|
768 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B007W9ZC3W.jpg')
|
769 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00GP5TL6I.jpg')
|
770 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B0030IMZ1G.jpg')
|
771 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00DCC9ZJK.jpg')
|
772 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00C7P935E.jpg')
|
773 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00C97JLZ2.jpg')
|
774 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B003ZJ6GCO.jpg')
|
775 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B0043D2HME.jpg')
|
776 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B008UC9MGS.jpg')
|
777 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B004XID1GA.jpg')
|
778 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B0080E6RN2.jpg')
|
779 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B009C6OO8C.jpg')
|
780 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B009S3GIV0.jpg')
|
781 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B004LKRWWO.jpg')
|
782 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B004JLU6DM.jpg')
|
783 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00EBZUV0Y.jpg')
|
784 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B003VTQA1K.jpg')
|
785 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00DH7DFXC.jpg')
|
786 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B0038HFFXY.jpg')
|
787 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00EGJHGVW.jpg')
|
788 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B007HI6KPM.jpg')
|
789 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B0046Q4K6E.jpg')
|
790 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00G1ZZDL4.jpg')
|
791 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B002YX0KZ6.jpg')
|
792 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B007SOUELG.jpg')
|
793 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00CFL3FDQ.jpg')
|
794 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00A76OJHW.jpg')
|
795 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00CGY7236.jpg')
|
796 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B0007WIZYE.jpg')
|
797 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B004T20EFG.jpg')
|
798 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00B3599SA.jpg')
|
799 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B009X6E9E0.jpg')
|
800 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B007F7PAOC.jpg')
|
801 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B007YBDKZK.jpg')
|
802 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00AQ8PVXW.jpg')
|
803 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00BXBCUQW.jpg')
|
804 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B0029YQQYE.jpg')
|
805 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00BPIUJCA.jpg')
|
806 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B0072QWT2M.jpg')
|
807 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B0077G77OW.jpg')
|
808 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B004PZHXZG.jpg')
|
809 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B008RXA5IO.jpg')
|
810 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00BXMPQZI.jpg')
|
811 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B005ZWBSMM.jpg')
|
812 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00BPIUJCA.jpg')
|
813 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B005T4G0F6.jpg')
|
814 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00FBRGJKM.jpg')
|
815 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B007FKA7E2.jpg')
|
816 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B002Z7FWB8.jpg')
|
817 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B008BM1A0I.jpg')
|
818 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00C12KACS.jpg')
|
819 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00C12LOZU.jpg')
|
820 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B008MJWKAE.jpg')
|
821 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00B72LAS6.jpg')
|
822 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00DW475WC.jpg')
|
823 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00BYFESVM.jpg')
|
824 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00AKLK08G.jpg')
|
825 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00CGY7236.jpg')
|
826 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B007F7OJ8K.jpg')
|
827 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00DONTLP0.jpg')
|
828 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00ATEZA6Q.jpg')
|
829 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B0071NHF5W.jpg')
|
830 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00DH8X2OI.jpg')
|
831 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B004VJS5QC.jpg')
|
832 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B005TDLRRS.jpg')
|
833 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B009LDY5S0.jpg')
|
834 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00B4GG33W.jpg')
|
835 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B007Y37P22.jpg')
|
836 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00DR8ZWAU.jpg')
|
837 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00CMLUHF8.jpg')
|
838 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00C93VT5G.jpg')
|
839 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00BNCH1RO.jpg')
|
840 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00EZITMBQ.jpg')
|
841 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00DEP9CUW.jpg')
|
842 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B004T6S8ZK.jpg')
|
843 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B0033UVILO.jpg')
|
844 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00AEBAJU6.jpg')
|
845 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00CMLUHF8.jpg')
|
846 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00CPWOPJ8.jpg')
|
847 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00BPIUJCA.jpg')
|
848 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B0097B5ABC.jpg')
|
849 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00CGYK1MU.jpg')
|
850 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B003ZJ6GCO.jpg')
|
851 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B007XD6JWA.jpg')
|
852 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00B22FA14.jpg')
|
853 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00GNU62GM.jpg')
|
854 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00ASIH0ZC.jpg')
|
855 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00DH7DFXC.jpg')
|
856 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00CQBL6NG.jpg')
|
857 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00749W6HA.jpg')
|
858 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00AQ8PVXW.jpg')
|
859 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00F4MYMJO.jpg')
|
860 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B0009VT6MI.jpg')
|
861 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00EKY53XQ.jpg')
|
862 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B006GV3N56.jpg')
|
863 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00CAKLNY0.jpg')
|
864 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00DU6GQ5O.jpg')
|
865 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B009NQUQBA.jpg')
|
866 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00E7NYRRS.jpg')
|
867 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B007X5IFVQ.jpg')
|
868 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00CW94CSS.jpg')
|
869 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00COB4356.jpg')
|
870 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00D6QTRRC.jpg')
|
871 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B009XNN37W.jpg')
|
872 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B005EE3GN0.jpg')
|
873 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00COYGYPU.jpg')
|
874 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B0072QWT2M.jpg')
|
875 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B006ZWE2Y2.jpg')
|
876 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B0048C7MMU.jpg')
|
877 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00CD8K1W4.jpg')
|
878 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B005KMQPS4.jpg')
|
879 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00F20KR4M.jpg')
|
880 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B009NQUQBA.jpg')
|
881 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00E3S6BS0.jpg')
|
882 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00BH9KMO2.jpg')
|
883 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00CIEPROU.jpg')
|
884 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00D9SATFG.jpg')
|
885 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B004OP7MI0.jpg')
|
886 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00DCC9ZJK.jpg')
|
887 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B0090U5OHK.jpg')
|
888 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00CW94CSS.jpg')
|
889 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00A772MCU.jpg')
|
890 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B006QKKVZM.jpg')
|
891 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B009C6OO8C.jpg')
|
892 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B008D6LE3A.jpg')
|
893 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00E8157H8.jpg')
|
894 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00CO6KDDM.jpg')
|
895 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B007HYFREG.jpg')
|
896 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B004EHON6W.jpg')
|
897 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B0085U94ZO.jpg')
|
898 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00BXMPQZI.jpg')
|
899 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B004OP7MI0.jpg')
|
900 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00AEW4384.jpg')
|
901 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00C12LOZU.jpg')
|
902 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B006QKKVZM.jpg')
|
903 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B007FG0Y8U.jpg')
|
904 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B007HYFREG.jpg')
|
905 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B007VP2AIC.jpg')
|
906 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00BPTPJ38.jpg')
|
907 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00BXB755S.jpg')
|
908 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B008VY0EIU.jpg')
|
909 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00CB2N8FY.jpg')
|
910 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B009XNN37W.jpg')
|
911 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00G0PONNY.jpg')
|
912 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00DGNSEBK.jpg')
|
913 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00DZUQHSQ.jpg')
|
914 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B009C6OO8C.jpg')
|
915 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00BPTPJ38.jpg')
|
916 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B002HCNMTU.jpg')
|
917 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B006VNCKJE.jpg')
|
918 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00B22FA14.jpg')
|
919 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00CBBW5JA.jpg')
|
920 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B005DRAVT0.jpg')
|
921 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00BNH31AU.jpg')
|
922 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B005TDLRRS.jpg')
|
923 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00E7NYRRS.jpg')
|
924 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B004T6S8ZK.jpg')
|
925 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B007H12PCG.jpg')
|
926 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B0087COXNS.jpg')
|
927 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00BNMJRDA.jpg')
|
928 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00AG41UFY.jpg')
|
929 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B008RSU56G.jpg')
|
930 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B005ZWBSMM.jpg')
|
931 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00DRF4NGW.jpg')
|
932 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B008UC9MGS.jpg')
|
933 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00DG7SOTS.jpg')
|
934 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B004VBELY0.jpg')
|
935 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00APFDIYK.jpg')
|
936 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00B2OIJJM.jpg')
|
937 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B0072NLS9U.jpg')
|
938 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B005H6XSQA.jpg')
|
939 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B008E4O7OO.jpg')
|
940 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00BSMGUPI.jpg')
|
941 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00D3A3HRC.jpg')
|
942 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00AWM5REK.jpg')
|
943 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00DGNSEBK.jpg')
|
944 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B0081TB10A.jpg')
|
945 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00AW80GO0.jpg')
|
946 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00CH3BZVG.jpg')
|
947 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B004LGXB0K.jpg')
|
948 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B009Z3QZ6Q.jpg')
|
949 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B009PYP9WQ.jpg')
|
950 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00AA95P56.jpg')
|
951 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00B3VB34W.jpg')
|
952 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00E7NYRRS.jpg')
|
953 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B005TDLRRS.jpg')
|
954 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00DH7E7IE.jpg')
|
955 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00CSNDFDG.jpg')
|
956 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B007FG0Y8U.jpg')
|
957 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B002QQ9BEC.jpg')
|
958 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B009MB17B4.jpg')
|
959 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00DR0LRRK.jpg')
|
960 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B005WNQOQ4.jpg')
|
961 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B004MDL8KW.jpg')
|
962 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00BXB7LRA.jpg')
|
963 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B009Z3QZ6Q.jpg')
|
964 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00CW94CSS.jpg')
|
965 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00BB9UBNU.jpg')
|
966 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00B4GG33W.jpg')
|
967 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00BR20TRY.jpg')
|
968 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B008VIV02K.jpg')
|
969 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00F9KUL8W.jpg')
|
970 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00BJEV35C.jpg')
|
971 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B004XID1GA.jpg')
|
972 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00EPDRYQG.jpg')
|
973 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B008YQM98I.jpg')
|
974 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00D61ZCGW.jpg')
|
975 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00CD8JH9M.jpg')
|
976 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B005LMZ2KU.jpg')
|
977 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00EA3WE9S.jpg')
|
978 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B004VBELY0.jpg')
|
979 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00DBDVI7W.jpg')
|
980 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00C3M1IAO.jpg')
|
981 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00D61ZCGW.jpg')
|
982 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B005TDLRRS.jpg')
|
983 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00CD8JJ7M.jpg')
|
984 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00ASIUGVC.jpg')
|
985 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00AE4C2LC.jpg')
|
986 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00C5168K8.jpg')
|
987 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B0073DLNE4.jpg')
|
988 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B009E73G1U.jpg')
|
989 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B008AEELZS.jpg')
|
990 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00DR8ZWAU.jpg')
|
991 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B005UX57P0.jpg')
|
992 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B0080E6RN2.jpg')
|
993 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B0007WIZYE.jpg')
|
994 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B009LIFAV6.jpg')
|
995 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00DMZFD7K.jpg')
|
996 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00BSONSN8.jpg')
|
997 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B004PKZWNG.jpg')
|
998 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B0080E6RN2.jpg')
|
999 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B0084DJQ6O.jpg')
|
1000 |
+
('<|image_1|>\nRepresent the given image.\n', 'FashionIQ/B00DEP9CUW.jpg')
|
eval/FashionIQ_score.json
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"acc": 0.139,
|
3 |
+
"num_correct": 139,
|
4 |
+
"num_pred": 1000
|
5 |
+
}
|
eval/GQA_pred.txt
ADDED
@@ -0,0 +1,1000 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
('This is a parrot.', '')
|
2 |
+
('The helmet is light blue.', '')
|
3 |
+
('It is indoors.', '')
|
4 |
+
('Yes, there is a napkin under the utensil.', '')
|
5 |
+
('The napkin is under the utensil.', '')
|
6 |
+
('The spoon is on the right of the image.', '')
|
7 |
+
('It is a shore.', '')
|
8 |
+
('It is a shore.', '')
|
9 |
+
('That is a cabinet.', '')
|
10 |
+
('No, they are both male and female.', '')
|
11 |
+
('The man is skiing.', '')
|
12 |
+
('The bird is a parrot.', '')
|
13 |
+
('Yes, there are both a fork and a plate.', '')
|
14 |
+
('No, there are no dogs.', '')
|
15 |
+
('The curtain is on the right of the image.', '')
|
16 |
+
('The jersey is black.', '')
|
17 |
+
('Yes, the woman is sitting.', '')
|
18 |
+
('Yes, there is a boat.', '')
|
19 |
+
('The woman is holding the skis.', '')
|
20 |
+
('No, there are no nuts or vegetables.', '')
|
21 |
+
('Yes, the woman is wearing skis.', '')
|
22 |
+
('The woman is holding the skis.', '')
|
23 |
+
('Yes, there is a bookcase.', '')
|
24 |
+
('The vegetables are onions.', '')
|
25 |
+
('The man is female.', '')
|
26 |
+
('The grass is small.', '')
|
27 |
+
('No, there are no frogs or dragonflies.', '')
|
28 |
+
('The clothing is a suit.', '')
|
29 |
+
('The woman are older than the children.', '')
|
30 |
+
('It is a harbor.', '')
|
31 |
+
('It is a harbor.', '')
|
32 |
+
('The boat is small.', '')
|
33 |
+
('That is a cabinet.', '')
|
34 |
+
('The passengers are in front of the building.', '')
|
35 |
+
('The plane is white.', '')
|
36 |
+
('The fence is green.', '')
|
37 |
+
('No, there are no bottles.', '')
|
38 |
+
('The device is a television.', '')
|
39 |
+
('No, there are no pillows or books.', '')
|
40 |
+
('The pillows are to the right of the telephone.', '')
|
41 |
+
('No, there are no women.', '')
|
42 |
+
('The towel is on the left of the image.', '')
|
43 |
+
('This is a bus.', '')
|
44 |
+
('The furniture is a coffee table.', '')
|
45 |
+
('The book is on the coffee table.', '')
|
46 |
+
('The fruit is an apple.', '')
|
47 |
+
('No, the people are to the left of the man.', '')
|
48 |
+
('No, it is clear.', '')
|
49 |
+
('Yes, the nose is black.', '')
|
50 |
+
('Yes, there are books near the screen.', '')
|
51 |
+
('The girl is to the left of the man.', '')
|
52 |
+
('No, the cap is black.', '')
|
53 |
+
('Yes, there are black letters.', '')
|
54 |
+
('It is outdoors.', '')
|
55 |
+
('Yes, the nose is black.', '')
|
56 |
+
('The food is a hot dog.', '')
|
57 |
+
('The woman is to the left of the people.', '')
|
58 |
+
('Yes, there are both a bread and a plate.', '')
|
59 |
+
('The bacon is on the pizza.', '')
|
60 |
+
('No, the people are walking.', '')
|
61 |
+
('No, there are no nightstands or cabinets.', '')
|
62 |
+
('This is a cabinet.', '')
|
63 |
+
('No, there is grass but it is brown.', '')
|
64 |
+
('No, there are no boats.', '')
|
65 |
+
('The vehicle is a bus.', '')
|
66 |
+
('No, the picture is on the left of the image.', '')
|
67 |
+
('The bed is not small.', '')
|
68 |
+
('The curtain is to the left of the lamp.', '')
|
69 |
+
('The trousers are purple.', '')
|
70 |
+
('No, there are no women.', '')
|
71 |
+
('The nightstand is on the left of the image.', '')
|
72 |
+
('No, there are no bookcases.', '')
|
73 |
+
('The road is long.', '')
|
74 |
+
('The weapon is a sword.', '')
|
75 |
+
('The shirt is black.', '')
|
76 |
+
('No, there are no pillows or lamps.', '')
|
77 |
+
('The man is walking on the sidewalk.', '')
|
78 |
+
('The sidewalk is brown.', '')
|
79 |
+
('The walls are black.', '')
|
80 |
+
('The train is on the left of the image.', '')
|
81 |
+
('The bottle is to the right of the chair.', '')
|
82 |
+
('Yes, it is clear.', '')
|
83 |
+
('No, the picture is on the left of the image.', '')
|
84 |
+
('No, there are letters but they are white.', '')
|
85 |
+
('The wet suit is blue.', '')
|
86 |
+
('No, there are no women.', '')
|
87 |
+
('Yes, there is a purple bag.', '')
|
88 |
+
('The device is a console.', '')
|
89 |
+
('No, the cloths are white.', '')
|
90 |
+
('The fork is on the left of the image.', '')
|
91 |
+
('The animal is a giraffe.', '')
|
92 |
+
('The broccoli is healthier than the muffin.', '')
|
93 |
+
('The sidewalk is made of brick.', '')
|
94 |
+
('The people are wearing pants.', '')
|
95 |
+
('The spectators are watching the player.', '')
|
96 |
+
('The cabinet is wooden.', '')
|
97 |
+
('No, the cap is black.', '')
|
98 |
+
('The vehicle is a locomotive.', '')
|
99 |
+
('This is a train.', '')
|
100 |
+
('No, there is a bread on the plate.', '')
|
101 |
+
('Yes, the carrot is inside the bowl.', '')
|
102 |
+
('Yes, there is a mirror.', '')
|
103 |
+
('The shorts are black.', '')
|
104 |
+
('The umbrella is orange.', '')
|
105 |
+
('The vehicle is a tractor.', '')
|
106 |
+
('Yes, the rug is dirty.', '')
|
107 |
+
('Yes, the refrigerator is red.', '')
|
108 |
+
('The drawers are on the left of the image.', '')
|
109 |
+
('The toys are stuffed animals.', '')
|
110 |
+
('The fence is in front of the shrubs.', '')
|
111 |
+
('The fence is in front of the shrubs.', '')
|
112 |
+
('Yes, there is a woman.', '')
|
113 |
+
('Yes, the numbers are black.', '')
|
114 |
+
('No, there are no chairs.', '')
|
115 |
+
('The woman is walking.', '')
|
116 |
+
('Yes, the book is blue.', '')
|
117 |
+
('Yes, there are both a tablecloth and a fork.', '')
|
118 |
+
('No, there is wine but it is red.', '')
|
119 |
+
('The picture is on the right of the image.', '')
|
120 |
+
('No, it is indoors.', '')
|
121 |
+
('Yes, there is a bird.', '')
|
122 |
+
('The lettuce is on the bun.', '')
|
123 |
+
('The toilet is clean.', '')
|
124 |
+
('The vegetables are onions.', '')
|
125 |
+
('The van is to the right of the truck.', '')
|
126 |
+
('This is a table.', '')
|
127 |
+
('The woman is looking behind.', '')
|
128 |
+
('No, there are no balls or microwaves.', '')
|
129 |
+
('Yes, there is a surfboard.', '')
|
130 |
+
('The catcher is standing.', '')
|
131 |
+
('No, it is clear.', '')
|
132 |
+
('The woman is wearing goggles.', '')
|
133 |
+
('The vegetable is lettuce.', '')
|
134 |
+
('The chair is standing.', '')
|
135 |
+
('The guy is to the right of the man.', '')
|
136 |
+
('No, the shirt is white.', '')
|
137 |
+
('No, there are no women.', '')
|
138 |
+
('Yes, the man is wearing glasses.', '')
|
139 |
+
('Yes, there is a pepper on the pizza.', '')
|
140 |
+
('No, there are no chairs.', '')
|
141 |
+
('Yes, the shirt is green.', '')
|
142 |
+
('The pants are short.', '')
|
143 |
+
('No, there are books on the table.', '')
|
144 |
+
('The man is skiing.', '')
|
145 |
+
('Yes, the flag is blue.', '')
|
146 |
+
('The sidewalk is made of brick.', '')
|
147 |
+
('The fork is on the right of the image.', '')
|
148 |
+
('The people are skiing.', '')
|
149 |
+
('Yes, there are black letters.', '')
|
150 |
+
('Yes, there is a tie.', '')
|
151 |
+
('The color, both the marker and the post are white.', '')
|
152 |
+
('Yes, there are black letters.', '')
|
153 |
+
('Yes, there is a black bag.', '')
|
154 |
+
('No, it is clear.', '')
|
155 |
+
('The furniture is a drawer.', '')
|
156 |
+
('The cabinet is on the left of the image.', '')
|
157 |
+
('Yes, the numbers are black.', '')
|
158 |
+
('Yes, the letters are black.', '')
|
159 |
+
('The player is to the left of the man.', '')
|
160 |
+
('The walkway is full of people.', '')
|
161 |
+
('It is a forest.', '')
|
162 |
+
('The tower is on the left of the image.', '')
|
163 |
+
('Yes, there are both a truck and cars.', '')
|
164 |
+
('No, there are no bookcases.', '')
|
165 |
+
('The trousers have black color.', '')
|
166 |
+
('That is a table.', '')
|
167 |
+
('Yes, there is a bag.', '')
|
168 |
+
('Yes, the motorcycle is metallic.', '')
|
169 |
+
('No, the ground is rough.', '')
|
170 |
+
('This is a spoon.', '')
|
171 |
+
('The speaker is not large.', '')
|
172 |
+
('The nightstand is to the left of the pillow.', '')
|
173 |
+
('The animal is a bull.', '')
|
174 |
+
('The appliance is a refrigerator.', '')
|
175 |
+
('Yes, there is a child.', '')
|
176 |
+
('No, it is clear.', '')
|
177 |
+
('That is a table.', '')
|
178 |
+
('The pipe is on the scooter.', '')
|
179 |
+
('Yes, the pipe is on the scooter.', '')
|
180 |
+
('The phone is black.', '')
|
181 |
+
('No, there are no burgers or biscuits.', '')
|
182 |
+
('No, there is a cow but no fences.', '')
|
183 |
+
('Yes, the letters are black.', '')
|
184 |
+
('The cap is on the pitcher.', '')
|
185 |
+
('The color, both the hydrant and the flag are yellow.', '')
|
186 |
+
('The pencil is on the right of the image.', '')
|
187 |
+
('The food is shrimp.', '')
|
188 |
+
('The animal is a cat.', '')
|
189 |
+
('The carrots are in the top of the image.', '')
|
190 |
+
('The boy is younger than the woman.', '')
|
191 |
+
('Yes, there is a kitten.', '')
|
192 |
+
('The boat is on the left of the image.', '')
|
193 |
+
('The branches are covering the sky.', '')
|
194 |
+
('The furniture is a desk.', '')
|
195 |
+
('The doll is on the left of the image.', '')
|
196 |
+
('No, there are no boxes or napkins.', '')
|
197 |
+
('The toy is a doll.', '')
|
198 |
+
('Yes, there are guys to the left of the woman.', '')
|
199 |
+
('The device is a remote control.', '')
|
200 |
+
('The bag is a trash bag.', '')
|
201 |
+
('The clothing is a hat.', '')
|
202 |
+
('The man is to the left of the horse.', '')
|
203 |
+
('The mane is small.', '')
|
204 |
+
('Yes, the hair is short.', '')
|
205 |
+
('No, it is clear.', '')
|
206 |
+
('The guy is to the left of the people.', '')
|
207 |
+
('The animals are cows.', '')
|
208 |
+
('These are cows.', '')
|
209 |
+
('The animal is cows.', '')
|
210 |
+
('No, there is no wine.', '')
|
211 |
+
('The elephants are brown.', '')
|
212 |
+
('This is a cabinet.', '')
|
213 |
+
('The animal is an elephant.', '')
|
214 |
+
('The player is to the left of the person.', '')
|
215 |
+
('The lamp is on the cabinet.', '')
|
216 |
+
('No, there are no doors.', '')
|
217 |
+
('The net is small.', '')
|
218 |
+
('The shirt is brown.', '')
|
219 |
+
('The appliance is a dishwasher.', '')
|
220 |
+
('The door is made of metal.', '')
|
221 |
+
('Yes, the lady wears a scarf.', '')
|
222 |
+
('Yes, there is a black bicycle.', '')
|
223 |
+
('Yes, there is a wire fence.', '')
|
224 |
+
('No, there are no giraffes.', '')
|
225 |
+
('No, the sky is cloudy.', '')
|
226 |
+
('Yes, the outfit is white.', '')
|
227 |
+
('The crowd is in the stadium.', '')
|
228 |
+
('The fruits are green.', '')
|
229 |
+
('Yes, the napkin dispenser is on the wall.', '')
|
230 |
+
('The letter is on the racket.', '')
|
231 |
+
('The shop is new.', '')
|
232 |
+
('The banana is small.', '')
|
233 |
+
('The tie is green.', '')
|
234 |
+
('No, there are no beds or shelves.', '')
|
235 |
+
('The tower is red.', '')
|
236 |
+
('Yes, there is a tie.', '')
|
237 |
+
('The t-shirt is green.', '')
|
238 |
+
('The appliance is a radiator.', '')
|
239 |
+
('The person is male.', '')
|
240 |
+
('No, there are no dogs.', '')
|
241 |
+
('The vest is cream colored.', '')
|
242 |
+
('The floor is tan.', '')
|
243 |
+
('The woman is wearing a dress.', '')
|
244 |
+
('Yes, it is clear.', '')
|
245 |
+
('No, there is a mirror on the side of the vehicle.', '')
|
246 |
+
('The chair is to the right of the man.', '')
|
247 |
+
('No, there are no fences or lamps.', '')
|
248 |
+
('No, there is a chair at the table.', '')
|
249 |
+
('No, there are books on the table.', '')
|
250 |
+
('The drink is beer.', '')
|
251 |
+
('It is a restaurant.', '')
|
252 |
+
('The drawer is on the right of the image.', '')
|
253 |
+
('The drink is beer.', '')
|
254 |
+
('No, there are no women.', '')
|
255 |
+
('Yes, there is beer on the table.', '')
|
256 |
+
('The drink is beer.', '')
|
257 |
+
('No, the hair is black.', '')
|
258 |
+
('The car is black.', '')
|
259 |
+
('The piece of furniture is a shelf.', '')
|
260 |
+
('The banana is in the bottom of the image.', '')
|
261 |
+
('The zebra is black.', '')
|
262 |
+
('That is a giraffe.', '')
|
263 |
+
('That is a keyboard.', '')
|
264 |
+
('The furniture is a bed.', '')
|
265 |
+
('The bottle is in the bottom of the image.', '')
|
266 |
+
('Yes, there is a green bench.', '')
|
267 |
+
('The clothing is jeans.', '')
|
268 |
+
('The bench is in the bedroom.', '')
|
269 |
+
('The table is made of wood.', '')
|
270 |
+
('The clothes are black.', '')
|
271 |
+
('The spinach is on the left of the image.', '')
|
272 |
+
('Yes, the coat is yellow.', '')
|
273 |
+
('Yes, the sky is blue and cloudless.', '')
|
274 |
+
('Yes, the letters are black.', '')
|
275 |
+
('The pieces of furniture are beds.', '')
|
276 |
+
('The fence is to the right of the car.', '')
|
277 |
+
('No, there are no zebras or cows.', '')
|
278 |
+
('Yes, there are both a door and a window.', '')
|
279 |
+
('The woman is walking.', '')
|
280 |
+
('The woman is asian.', '')
|
281 |
+
('The man is on the bench.', '')
|
282 |
+
('Yes, there is a blue bag.', '')
|
283 |
+
('The flag is yellow.', '')
|
284 |
+
('The drawer is on the right of the image.', '')
|
285 |
+
('The woman is to the left of the person.', '')
|
286 |
+
('Yes, there is a fence.', '')
|
287 |
+
('The appliance is a refrigerator.', '')
|
288 |
+
('No, there are no dogs.', '')
|
289 |
+
('The box is made of plastic.', '')
|
290 |
+
('Yes, it is clear.', '')
|
291 |
+
('Yes, the pillow is tan.', '')
|
292 |
+
('The drawers are on the left of the image.', '')
|
293 |
+
('The sky is gray.', '')
|
294 |
+
('Yes, the person is on the left of the image.', '')
|
295 |
+
('This is an elephant.', '')
|
296 |
+
('The curtain covers the window.', '')
|
297 |
+
('The material, both the stump and the fence are wooden.', '')
|
298 |
+
('The sky is white.', '')
|
299 |
+
('The bowl is to the right of the man.', '')
|
300 |
+
('The bags are on the right of the image.', '')
|
301 |
+
('No, there are no bottles.', '')
|
302 |
+
('Yes, the book is blue.', '')
|
303 |
+
('The bottle is in the bottom of the image.', '')
|
304 |
+
('Yes, there are short windows.', '')
|
305 |
+
('The tablecloth is in the bottom of the image.', '')
|
306 |
+
('Yes, the stove is to the right of a book.', '')
|
307 |
+
('The tablecloth is blue.', '')
|
308 |
+
('No, the flowers are orange.', '')
|
309 |
+
('No, there are no airplanes.', '')
|
310 |
+
('No, there is a bird in the grass.', '')
|
311 |
+
('No, there are no doors.', '')
|
312 |
+
('The motorcyclist is wearing an outfit.', '')
|
313 |
+
('The chandelier is hanging on the ceiling.', '')
|
314 |
+
('The chandelier is on the ceiling.', '')
|
315 |
+
('No, there are no cats.', '')
|
316 |
+
('It is a lake.', '')
|
317 |
+
('The chandelier is hanging from the ceiling.', '')
|
318 |
+
('The water is dark.', '')
|
319 |
+
('The camera is to the left of the man.', '')
|
320 |
+
('No, the picture is on the left of the image.', '')
|
321 |
+
('No, there are no bottles.', '')
|
322 |
+
('No, there are no women.', '')
|
323 |
+
('It is a store.', '')
|
324 |
+
('Yes, the sky is open and clear.', '')
|
325 |
+
('No, there is no food.', '')
|
326 |
+
('Yes, there is an eagle that is large.', '')
|
327 |
+
('This is a horse.', '')
|
328 |
+
('The animal is a bear.', '')
|
329 |
+
('Yes, there is a zebra.', '')
|
330 |
+
('No, there is a picture to the right of the bus.', '')
|
331 |
+
('Yes, there is a door.', '')
|
332 |
+
('No, the pepper is cooked but red.', '')
|
333 |
+
('No, there are no dogs.', '')
|
334 |
+
('No, there are no cats.', '')
|
335 |
+
('This is a bus.', '')
|
336 |
+
('No, there are words but they are green.', '')
|
337 |
+
('Yes, there is a short surfboard.', '')
|
338 |
+
('No, there are no pillows or books.', '')
|
339 |
+
('The books are on the left of the image.', '')
|
340 |
+
('Yes, there are both a woman and a man.', '')
|
341 |
+
('The glass is on the table.', '')
|
342 |
+
('The man is in the snow.', '')
|
343 |
+
('The aircraft is an airplane.', '')
|
344 |
+
('No, there is a nightstand but no side tables.', '')
|
345 |
+
('The field is snowy.', '')
|
346 |
+
('No, the people are to the left of the man.', '')
|
347 |
+
('The window is thick.', '')
|
348 |
+
('Yes, it is indoors.', '')
|
349 |
+
('No, the trees are behind the fence.', '')
|
350 |
+
('The bottle is in the bottom of the image.', '')
|
351 |
+
('Yes, the number is on the motorbike.', '')
|
352 |
+
('No, there is a fence but it is gray.', '')
|
353 |
+
('The cake is on the right of the image.', '')
|
354 |
+
('No, the fur is black but thick.', '')
|
355 |
+
('The man is wearing a sweater.', '')
|
356 |
+
('Yes, there are red letters.', '')
|
357 |
+
('Yes, the dirt is dried.', '')
|
358 |
+
('No, there are no women.', '')
|
359 |
+
('No, the knife is silver.', '')
|
360 |
+
('It was taken at the tunnel.', '')
|
361 |
+
('It is a tunnel.', '')
|
362 |
+
('The vegetable is a cucumber.', '')
|
363 |
+
('The fruit is a banana.', '')
|
364 |
+
('Yes, the person is on the right of the image.', '')
|
365 |
+
('The vehicle is a bus.', '')
|
366 |
+
('Yes, there are both doors and windows.', '')
|
367 |
+
('The vegetable is a pepper.', '')
|
368 |
+
('It is a shore.', '')
|
369 |
+
('It is a shore.', '')
|
370 |
+
('It is a city.', '')
|
371 |
+
('It is a sidewalk.', '')
|
372 |
+
('Yes, the suit is blue.', '')
|
373 |
+
('The girl is on the racket.', '')
|
374 |
+
('Yes, the woman is wearing a necklace.', '')
|
375 |
+
('The carrots are on the left of the image.', '')
|
376 |
+
('Yes, the shirt is red.', '')
|
377 |
+
('The girl is on the tennis racket.', '')
|
378 |
+
('Yes, the horses are to the right of the carriage.', '')
|
379 |
+
('The man is female.', '')
|
380 |
+
('The trailer is to the left of the car.', '')
|
381 |
+
('The van is black.', '')
|
382 |
+
('Yes, the table is brown.', '')
|
383 |
+
('The girl is younger than the woman.', '')
|
384 |
+
('No, there are no doors.', '')
|
385 |
+
('The pepper is green.', '')
|
386 |
+
('That is a cabinet.', '')
|
387 |
+
('The car is not painted.', '')
|
388 |
+
('The cups are on the left of the image.', '')
|
389 |
+
('The drawer is on the left of the image.', '')
|
390 |
+
('No, there are no bookcases.', '')
|
391 |
+
('Yes, both the helmet and the suitcase are black.', '')
|
392 |
+
('The giraffe is on the dirt.', '')
|
393 |
+
('The giraffe is on the plain.', '')
|
394 |
+
('It is a city.', '')
|
395 |
+
('The sign is a street sign.', '')
|
396 |
+
('No, there are no umbrellas.', '')
|
397 |
+
('The book is on the left of the image.', '')
|
398 |
+
('The chair is blue.', '')
|
399 |
+
('The people are on the bench.', '')
|
400 |
+
('No, there are no beds.', '')
|
401 |
+
('The people are on the right of the image.', '')
|
402 |
+
('The animals are horses.', '')
|
403 |
+
('Yes, the man is holding the donut.', '')
|
404 |
+
('No, there are no women.', '')
|
405 |
+
('That is a train car.', '')
|
406 |
+
('Yes, there is a mirror.', '')
|
407 |
+
('The sneakers are orange.', '')
|
408 |
+
('The person is holding the pole.', '')
|
409 |
+
('The skis are black.', '')
|
410 |
+
('The shelf is made of wood.', '')
|
411 |
+
('This is a cabinet.', '')
|
412 |
+
('This is an elephant.', '')
|
413 |
+
('This is a cabinet.', '')
|
414 |
+
('The furniture is a bookshelf.', '')
|
415 |
+
('Yes, it is clear.', '')
|
416 |
+
('The color, both the blanket and the barrier are blue.', '')
|
417 |
+
('No, the picture is on the left of the image.', '')
|
418 |
+
('The shirt is black.', '')
|
419 |
+
('The purse is on the right of the image.', '')
|
420 |
+
('The food is green.', '')
|
421 |
+
('No, there are no beds.', '')
|
422 |
+
('No, the plate is pink.', '')
|
423 |
+
('The lady is to the left of the man.', '')
|
424 |
+
('The surfer is wearing a bracelet.', '')
|
425 |
+
('Yes, both the book and the bag are black.', '')
|
426 |
+
('It is a station.', '')
|
427 |
+
('Yes, the boy is throwing the frisbee.', '')
|
428 |
+
('The jacket is pink.', '')
|
429 |
+
('It is a station.', '')
|
430 |
+
('Yes, the hair is short.', '')
|
431 |
+
('The book is large.', '')
|
432 |
+
('Yes, the racket is to the right of a lady.', '')
|
433 |
+
('Yes, all the people are female.', '')
|
434 |
+
('That is a bed.', '')
|
435 |
+
('Yes, there is a tall chair.', '')
|
436 |
+
('No, the ground is snowy.', '')
|
437 |
+
('No, there are no books or DVD players.', '')
|
438 |
+
('No, there is a chair but no glasses.', '')
|
439 |
+
('The sign is on the pole.', '')
|
440 |
+
('No, there are no bottles.', '')
|
441 |
+
('Yes, all the people are female.', '')
|
442 |
+
('The food is pancakes.', '')
|
443 |
+
('No, there are no pillows or beach umbrellas.', '')
|
444 |
+
('Yes, the nose is black.', '')
|
445 |
+
('Yes, there is a bench.', '')
|
446 |
+
('The food is pancakes.', '')
|
447 |
+
('The clothing is a sweater.', '')
|
448 |
+
('The food is pancakes.', '')
|
449 |
+
('The woman is holding the skis.', '')
|
450 |
+
('The woman is playing.', '')
|
451 |
+
('Yes, there are men to the right of the barn.', '')
|
452 |
+
('The car is red.', '')
|
453 |
+
('The shirt is black.', '')
|
454 |
+
('The jersey is black.', '')
|
455 |
+
('The guy is on the left of the image.', '')
|
456 |
+
('The bags are made of paper.', '')
|
457 |
+
('The locomotive is pulling cars.', '')
|
458 |
+
('The hair is black.', '')
|
459 |
+
('The woman is to the left of the person.', '')
|
460 |
+
('Yes, there is a blue plate.', '')
|
461 |
+
('The people are on the right of the image.', '')
|
462 |
+
('The lady is on the left of the image.', '')
|
463 |
+
('Yes, there is a red bag.', '')
|
464 |
+
('The furniture is a bed.', '')
|
465 |
+
('The watercraft is a canoe.', '')
|
466 |
+
('Yes, the man is sitting.', '')
|
467 |
+
('The boat is small.', '')
|
468 |
+
('No, there are no officers or surfers.', '')
|
469 |
+
('Yes, there are both a woman and a man.', '')
|
470 |
+
('It is a pasture.', '')
|
471 |
+
('The man is playing.', '')
|
472 |
+
('Yes, the pot is sitting on the stove.', '')
|
473 |
+
('The clothing item is a wetsuit.', '')
|
474 |
+
('No, there are no chairs.', '')
|
475 |
+
('The trousers are khaki.', '')
|
476 |
+
('Yes, the polar bear is still.', '')
|
477 |
+
('The doughnut is large.', '')
|
478 |
+
('Yes, there are people to the right of the woman.', '')
|
479 |
+
('Yes, the letters are black.', '')
|
480 |
+
('Yes, the water is calm.', '')
|
481 |
+
('The devices are earphones.', '')
|
482 |
+
('The plate is to the right of the fork.', '')
|
483 |
+
('Yes, the clothes are blue.', '')
|
484 |
+
('Yes, there is a bookcase.', '')
|
485 |
+
('Yes, there is a black cat.', '')
|
486 |
+
('The hair is brown.', '')
|
487 |
+
('Yes, there is a snowboard.', '')
|
488 |
+
('Yes, it is clear.', '')
|
489 |
+
('The lady is to the left of the man.', '')
|
490 |
+
('The fence is on the left of the image.', '')
|
491 |
+
('The chair is sitting next to the cabinet.', '')
|
492 |
+
('Yes, the book is blue.', '')
|
493 |
+
('Yes, there are people to the left of the woman.', '')
|
494 |
+
('No, the socks are long but black.', '')
|
495 |
+
('The people are in the bottom of the image.', '')
|
496 |
+
('Yes, there is an umbrella.', '')
|
497 |
+
('No, there are no pigeons.', '')
|
498 |
+
('The cheese is on the crust.', '')
|
499 |
+
('The vegetables are onions.', '')
|
500 |
+
('Yes, there is a console on the floor.', '')
|
501 |
+
('No, there are no dry-erase boards or napkin dispensers.', '')
|
502 |
+
('No, there are no refrigerators or drawers.', '')
|
503 |
+
('The drawer is in the bottom of the image.', '')
|
504 |
+
('No, there are no dogs.', '')
|
505 |
+
('The bowl is in the bottom of the image.', '')
|
506 |
+
('No, there is a bag but no cars.', '')
|
507 |
+
('The bowl is empty.', '')
|
508 |
+
('The magnets are on the refrigerator.', '')
|
509 |
+
('The ottoman is to the right of the chair.', '')
|
510 |
+
('Yes, there are both a window and a door.', '')
|
511 |
+
('The ottoman is to the right of the chair.', '')
|
512 |
+
('The piece of furniture is a coffee table.', '')
|
513 |
+
('This is a cabinet.', '')
|
514 |
+
('The animal is an elephant.', '')
|
515 |
+
('The papers are on the left of the image.', '')
|
516 |
+
('The oven is on.', '')
|
517 |
+
('No, there are no women.', '')
|
518 |
+
('No, the ground is sandy.', '')
|
519 |
+
('The jar is empty.', '')
|
520 |
+
('The basket holds the condiments.', '')
|
521 |
+
('The car is silver.', '')
|
522 |
+
('No, there are no rice cookers or blenders.', '')
|
523 |
+
('The shelf is to the left of the woman.', '')
|
524 |
+
('No, there are no pillows or books.', '')
|
525 |
+
('The palms are on the right of the image.', '')
|
526 |
+
('Yes, it is clear.', '')
|
527 |
+
('The carrots are on the left of the image.', '')
|
528 |
+
('Yes, there are black words.', '')
|
529 |
+
('Yes, the man wears shorts.', '')
|
530 |
+
('Yes, both the book and the bag are black.', '')
|
531 |
+
('Yes, there is a bicycle.', '')
|
532 |
+
('The guy is to the left of the people.', '')
|
533 |
+
('No, there are no dogs.', '')
|
534 |
+
('The shirt is striped.', '')
|
535 |
+
('Yes, the car is in the top of the image.', '')
|
536 |
+
('Yes, it is partly cloudy.', '')
|
537 |
+
('The food is cookies.', '')
|
538 |
+
('The woman is to the left of the person.', '')
|
539 |
+
('No, the book is in the top of the image.', '')
|
540 |
+
('The car is on the right of the image.', '')
|
541 |
+
('The hay is in the bucket.', '')
|
542 |
+
('The bed is large.', '')
|
543 |
+
('The woman is in the bed.', '')
|
544 |
+
('No, it is indoors.', '')
|
545 |
+
('No, the door is open.', '')
|
546 |
+
('No, the shirt is yellow.', '')
|
547 |
+
('No, the hair is thin.', '')
|
548 |
+
('No, the picture is on the left of the image.', '')
|
549 |
+
('The piece of furniture is a bed.', '')
|
550 |
+
('No, the people are to the left of the man.', '')
|
551 |
+
('The ground is large.', '')
|
552 |
+
('The furniture is a shelf.', '')
|
553 |
+
('The pieces of furniture are cabinets.', '')
|
554 |
+
('Yes, there is a chair.', '')
|
555 |
+
('The man is standing in the crosswalk.', '')
|
556 |
+
('Yes, both the suitcase and the wallet are brown.', '')
|
557 |
+
('It is a road.', '')
|
558 |
+
('No, the lamp is white.', '')
|
559 |
+
('The woman is to the right of the man.', '')
|
560 |
+
('No, there are no airplanes.', '')
|
561 |
+
('Yes, the bun is brown and toasted.', '')
|
562 |
+
('The floor is brown.', '')
|
563 |
+
('The fruit is a banana.', '')
|
564 |
+
('The people are skiing.', '')
|
565 |
+
('Yes, there is a guy to the right of the person.', '')
|
566 |
+
('The bottle is made of plastic.', '')
|
567 |
+
('The furniture is cabinets.', '')
|
568 |
+
('Yes, there are letters.', '')
|
569 |
+
('Yes, the cream is in the bottom of the image.', '')
|
570 |
+
('No, the bag is black.', '')
|
571 |
+
('The fruits are bananas.', '')
|
572 |
+
('Yes, there is a cat.', '')
|
573 |
+
('No, there are no boxes or napkins.', '')
|
574 |
+
('The horse is in front of the roof.', '')
|
575 |
+
('The animal is a horse.', '')
|
576 |
+
('The animal is a horse.', '')
|
577 |
+
('The fence is to the left of the horse.', '')
|
578 |
+
('The book is white.', '')
|
579 |
+
('No, there are no refrigerators or boxes.', '')
|
580 |
+
('Yes, all the animals are cows.', '')
|
581 |
+
('No, there are no bottles.', '')
|
582 |
+
('The appliance is a stove.', '')
|
583 |
+
('No, there are no bookcases.', '')
|
584 |
+
('The hat is black.', '')
|
585 |
+
('The lettuce is on the bun.', '')
|
586 |
+
('Yes, there is a sandwich.', '')
|
587 |
+
('No, there are no women or guys.', '')
|
588 |
+
('The van is dark.', '')
|
589 |
+
('No, the drawer is on the right of the image.', '')
|
590 |
+
('The woman is on the car.', '')
|
591 |
+
('The cap is yellow.', '')
|
592 |
+
('Yes, the napkin dispenser is on the wall.', '')
|
593 |
+
('The door is open.', '')
|
594 |
+
('The furniture is a desk.', '')
|
595 |
+
('No, there is a train near the powerline.', '')
|
596 |
+
('The furniture is chairs.', '')
|
597 |
+
('Yes, the book is blue.', '')
|
598 |
+
('No, there is a plate but no knives.', '')
|
599 |
+
('The man wears a wetsuit.', '')
|
600 |
+
('The desk is not black.', '')
|
601 |
+
('That is a desk.', '')
|
602 |
+
('The skis are black.', '')
|
603 |
+
('No, there is a desk but it is white.', '')
|
604 |
+
('Yes, the door is open and cream colored.', '')
|
605 |
+
('No, it is clear.', '')
|
606 |
+
('No, there are no babies.', '')
|
607 |
+
('The tablecloth is on the right of the image.', '')
|
608 |
+
('The furniture is a table.', '')
|
609 |
+
('Yes, the hat is white.', '')
|
610 |
+
('These are cats.', '')
|
611 |
+
('The device is a laptop.', '')
|
612 |
+
('The device is a laptop.', '')
|
613 |
+
('These are cats.', '')
|
614 |
+
('No, the clock is rectangular.', '')
|
615 |
+
('The fence is on the left of the image.', '')
|
616 |
+
('The drawer is on the right of the image.', '')
|
617 |
+
('Yes, there is a cup.', '')
|
618 |
+
('The bottle is in the bottom of the image.', '')
|
619 |
+
('No, the cloths are white.', '')
|
620 |
+
('The screen is on the desk.', '')
|
621 |
+
('The tank top is white.', '')
|
622 |
+
('The counter is real.', '')
|
623 |
+
('The furniture is a bed.', '')
|
624 |
+
('The pillow is on the bed.', '')
|
625 |
+
('Yes, there is a purple bag.', '')
|
626 |
+
('Yes, there is a spoon.', '')
|
627 |
+
('Yes, the bowl is to the left of the bread.', '')
|
628 |
+
('The animal is a dog.', '')
|
629 |
+
('This is a dog.', '')
|
630 |
+
('No, there are no beds.', '')
|
631 |
+
('The pieces of furniture are drawers.', '')
|
632 |
+
('The boy is little.', '')
|
633 |
+
('The animal is a zebra.', '')
|
634 |
+
('That is a sofa.', '')
|
635 |
+
('No, the blinds are brown.', '')
|
636 |
+
('No, the table is wooden but black.', '')
|
637 |
+
('Yes, the soup is to the right of the ginger.', '')
|
638 |
+
('Yes, there is a woman.', '')
|
639 |
+
('The condiment is in the soup.', '')
|
640 |
+
('The player is to the left of the batter.', '')
|
641 |
+
('The men are on the right of the image.', '')
|
642 |
+
('No, there are no beds or shelves.', '')
|
643 |
+
('Yes, the ground is green.', '')
|
644 |
+
('The police officer is wearing a helmet.', '')
|
645 |
+
('No, the umbrellas are red.', '')
|
646 |
+
('The furniture is a desk.', '')
|
647 |
+
('No, there are no bookcases.', '')
|
648 |
+
('That is a sofa.', '')
|
649 |
+
('Yes, there are letters.', '')
|
650 |
+
('No, there are no appetizers or walnuts.', '')
|
651 |
+
('The ground is rocky.', '')
|
652 |
+
('The man is wearing a wet suit.', '')
|
653 |
+
('No, the knife is black.', '')
|
654 |
+
('The train is down.', '')
|
655 |
+
('The spoons are round.', '')
|
656 |
+
('No, there are no kites or lamps.', '')
|
657 |
+
('The skateboarder is wearing pants.', '')
|
658 |
+
('Yes, there is a boy to the left of the child.', '')
|
659 |
+
('The pants are black.', '')
|
660 |
+
('The drink is coffee.', '')
|
661 |
+
('The purse is to the right of the lady.', '')
|
662 |
+
('No, there are no towels.', '')
|
663 |
+
('No, there is no wine.', '')
|
664 |
+
('The boy is wearing a cap.', '')
|
665 |
+
('Yes, the door is white.', '')
|
666 |
+
('The player is wearing a shirt.', '')
|
667 |
+
('No, there are no women.', '')
|
668 |
+
('The boy is wearing a glove.', '')
|
669 |
+
('The people are talking.', '')
|
670 |
+
('The animal is an elephant.', '')
|
671 |
+
('The fence is made of wood.', '')
|
672 |
+
('The vegetables are beans.', '')
|
673 |
+
('The car is small.', '')
|
674 |
+
('The man is to the right of the woman.', '')
|
675 |
+
('That is a train car.', '')
|
676 |
+
('No, there is no sand.', '')
|
677 |
+
('Yes, the fence is on the left of the image.', '')
|
678 |
+
('The lady is to the left of the man.', '')
|
679 |
+
('The animal is a dog.', '')
|
680 |
+
('The train is followed by the cart.', '')
|
681 |
+
('The vehicle is a train car.', '')
|
682 |
+
('The train is in front of the windows.', '')
|
683 |
+
('The girl is on the beach.', '')
|
684 |
+
('The furniture is a drawer.', '')
|
685 |
+
('No, the hat is small.', '')
|
686 |
+
('That is a truck.', '')
|
687 |
+
('The van is blue.', '')
|
688 |
+
('No, the shirt is long sleeved.', '')
|
689 |
+
('These are bears.', '')
|
690 |
+
('The toy is green.', '')
|
691 |
+
('The American flag is small.', '')
|
692 |
+
('The vehicle is a car.', '')
|
693 |
+
('The shop is new.', '')
|
694 |
+
('That is a truck.', '')
|
695 |
+
('No, it is clear.', '')
|
696 |
+
('The man is to the left of the people.', '')
|
697 |
+
('The chandelier hangs in the roof.', '')
|
698 |
+
('Yes, the woman is sitting.', '')
|
699 |
+
('The shirt is blue.', '')
|
700 |
+
('The container is on the right of the image.', '')
|
701 |
+
('No, the picture is on the left of the image.', '')
|
702 |
+
('The man is standing on the ladder.', '')
|
703 |
+
('Yes, the dirt is dried.', '')
|
704 |
+
('The guy is dressed in red.', '')
|
705 |
+
('The pieces of furniture are shelves.', '')
|
706 |
+
('Yes, the clock is white and large.', '')
|
707 |
+
('Yes, there is light snow.', '')
|
708 |
+
('The zebra is white.', '')
|
709 |
+
('Yes, there are both a door and windows.', '')
|
710 |
+
('The spectators are watching the player.', '')
|
711 |
+
('The bench is on the porch.', '')
|
712 |
+
('The woman is to the right of the man.', '')
|
713 |
+
('The roof is on top of the building.', '')
|
714 |
+
('The floor is blue.', '')
|
715 |
+
('The hill is covered by the snow.', '')
|
716 |
+
('The man is to the right of the person.', '')
|
717 |
+
('The man is watching the tennis ball.', '')
|
718 |
+
('The skirt is white.', '')
|
719 |
+
('Yes, the bookshelves are empty.', '')
|
720 |
+
('The grass is tan.', '')
|
721 |
+
('The people are in the water.', '')
|
722 |
+
('It is indoors.', '')
|
723 |
+
('No, there are no bottles.', '')
|
724 |
+
('The vehicles are cars.', '')
|
725 |
+
('The vehicles are cars.', '')
|
726 |
+
('The vehicles are cars.', '')
|
727 |
+
('The food is a bun.', '')
|
728 |
+
('The window is open.', '')
|
729 |
+
('Yes, there are bananas to the left of the woman.', '')
|
730 |
+
('Yes, the truck is brown and old.', '')
|
731 |
+
('The fence is made of wood.', '')
|
732 |
+
('No, there is no sand.', '')
|
733 |
+
('No, there is a surfboard but it is white.', '')
|
734 |
+
('No, there are no dogs.', '')
|
735 |
+
('The umbrella is to the left of the backpack.', '')
|
736 |
+
('The man is holding the tennis racket.', '')
|
737 |
+
('Yes, the man is holding the racket.', '')
|
738 |
+
('The tennis racket hits the ball.', '')
|
739 |
+
('It was taken at the street.', '')
|
740 |
+
('No, the hair is thin.', '')
|
741 |
+
('It is a lawn.', '')
|
742 |
+
('No, there is a table but no ottomen.', '')
|
743 |
+
('That is a bed.', '')
|
744 |
+
('No, there are no towels.', '')
|
745 |
+
('The car is on the left of the image.', '')
|
746 |
+
('No, there are no dish soaps or life vests.', '')
|
747 |
+
('The boy is to the left of the lamp.', '')
|
748 |
+
('No, there are no doors.', '')
|
749 |
+
('No, there is a bus in the parking lot.', '')
|
750 |
+
('The player is to the left of the person.', '')
|
751 |
+
('The fence is made of metal.', '')
|
752 |
+
('The van is to the right of the truck.', '')
|
753 |
+
('The players are to the right of the man.', '')
|
754 |
+
('The basket holds the seasonings.', '')
|
755 |
+
('The animal is a dog.', '')
|
756 |
+
('Yes, the basket holds the condiments.', '')
|
757 |
+
('The basket holds the condiments.', '')
|
758 |
+
('The man is wearing a wet suit.', '')
|
759 |
+
('The animal is a cat.', '')
|
760 |
+
('Yes, there are black letters.', '')
|
761 |
+
('Yes, there is a bookcase.', '')
|
762 |
+
('No, there are no doors.', '')
|
763 |
+
('The hair is dark brown.', '')
|
764 |
+
('The signal light is hanging from the pole.', '')
|
765 |
+
('The zebra is white.', '')
|
766 |
+
('Yes, the faucet is closed and silver.', '')
|
767 |
+
('The woman is asian.', '')
|
768 |
+
('The tray is blue.', '')
|
769 |
+
('The tap is silver.', '')
|
770 |
+
('The woman is to the right of the man.', '')
|
771 |
+
('Yes, they are cats and elephants.', '')
|
772 |
+
('Yes, there is a woman that is sitting.', '')
|
773 |
+
('No, it is an office.', '')
|
774 |
+
('The car is on the left of the image.', '')
|
775 |
+
('The fence is made of wood.', '')
|
776 |
+
('The snowboard is on the left of the image.', '')
|
777 |
+
('Yes, the strawberry is pink.', '')
|
778 |
+
('The plate is square.', '')
|
779 |
+
('The person is holding the snow board.', '')
|
780 |
+
('It was taken at the road.', '')
|
781 |
+
('No, there are zebras in the zoo.', '')
|
782 |
+
('The vegetables are tomatoes.', '')
|
783 |
+
('The people are in the bottom of the image.', '')
|
784 |
+
('Yes, the napkin is in the bottom of the image.', '')
|
785 |
+
('Yes, the boy wears jeans.', '')
|
786 |
+
('No, the car is to the left of the bus.', '')
|
787 |
+
('The fruit is an apple.', '')
|
788 |
+
('The box is white.', '')
|
789 |
+
('The clothing is a shirt.', '')
|
790 |
+
('The hair is white.', '')
|
791 |
+
('No, there are no parking meters or balls.', '')
|
792 |
+
('The animal is a cat.', '')
|
793 |
+
('No, the bag is red and the skirt is white.', '')
|
794 |
+
('No, there are no women.', '')
|
795 |
+
('No, the hat is clean but white.', '')
|
796 |
+
('No, the chair is red.', '')
|
797 |
+
('No, there are no boats.', '')
|
798 |
+
('No, there are no babies.', '')
|
799 |
+
('The pieces of furniture are chairs.', '')
|
800 |
+
('This is a cat.', '')
|
801 |
+
('The grass is green.', '')
|
802 |
+
('The book is in the bottom of the image.', '')
|
803 |
+
('No, there are no beds.', '')
|
804 |
+
('The couch is tan.', '')
|
805 |
+
('No, the hat is tan.', '')
|
806 |
+
('Yes, it is indoors.', '')
|
807 |
+
('The man is selling umbrellas.', '')
|
808 |
+
('The food is an apple.', '')
|
809 |
+
('The freezer is to the right of the stove.', '')
|
810 |
+
('Yes, the pears are green.', '')
|
811 |
+
('The chain is connected to the post.', '')
|
812 |
+
('The traffic signal is on the pole.', '')
|
813 |
+
('The device is a laptop.', '')
|
814 |
+
('No, there are no dogs.', '')
|
815 |
+
('This is a can.', '')
|
816 |
+
('The blender is on the shelf.', '')
|
817 |
+
('The bike is in front of the blender.', '')
|
818 |
+
('No, there are no towels.', '')
|
819 |
+
('It is a station.', '')
|
820 |
+
('It is a station.', '')
|
821 |
+
('Yes, the box is closed.', '')
|
822 |
+
('The woman is to the right of the man.', '')
|
823 |
+
('The appliance is a dryer.', '')
|
824 |
+
('No, there are words but they are green.', '')
|
825 |
+
('No, the man is standing.', '')
|
826 |
+
('The pepper is on the left of the image.', '')
|
827 |
+
('No, there are no boats.', '')
|
828 |
+
('The people are walking behind the pen.', '')
|
829 |
+
('The arrow is white.', '')
|
830 |
+
('No, there is a frisbee but it is purple.', '')
|
831 |
+
('No, the picture is on the left of the image.', '')
|
832 |
+
('No, it is clear.', '')
|
833 |
+
('The device is a keyboard.', '')
|
834 |
+
('The device is a keyboard.', '')
|
835 |
+
('No, the shirt is yellow.', '')
|
836 |
+
('No, they are both male and female.', '')
|
837 |
+
('It is outdoors.', '')
|
838 |
+
('The furniture is a dresser.', '')
|
839 |
+
('No, there are no chairs.', '')
|
840 |
+
('Yes, the walls are dark and rough.', '')
|
841 |
+
('The clothing item is a coat.', '')
|
842 |
+
('No, the book is on the nightstand.', '')
|
843 |
+
('Yes, the TV is on the left of the image.', '')
|
844 |
+
('Yes, there are books near the screen.', '')
|
845 |
+
('The coat is red.', '')
|
846 |
+
('The watercraft is a canoe.', '')
|
847 |
+
('The boat is large.', '')
|
848 |
+
('The boat is wooden.', '')
|
849 |
+
('The man is in the canoe.', '')
|
850 |
+
('Yes, there is a camera.', '')
|
851 |
+
('Yes, there is a tomato.', '')
|
852 |
+
('The fruit is an apple.', '')
|
853 |
+
('The cars are on the right of the image.', '')
|
854 |
+
('No, there is a toothbrush but no soaps.', '')
|
855 |
+
('Yes, there are both vegetables and a bread.', '')
|
856 |
+
('Yes, all the animals are horses.', '')
|
857 |
+
('The piece of furniture is a cabinet.', '')
|
858 |
+
('The train is short.', '')
|
859 |
+
('The desk is not black.', '')
|
860 |
+
('The device is a phone.', '')
|
861 |
+
('The mirror is on the right of the image.', '')
|
862 |
+
('The toddler is wearing trousers.', '')
|
863 |
+
('The boy is little.', '')
|
864 |
+
('The girl is on the left of the image.', '')
|
865 |
+
('The child is sitting.', '')
|
866 |
+
('The child is younger than the woman.', '')
|
867 |
+
('The man is waiting.', '')
|
868 |
+
('Yes, there is pepperoni.', '')
|
869 |
+
('The woman is to the left of the person.', '')
|
870 |
+
('Yes, this is a blue surfboard.', '')
|
871 |
+
('The camera is gray.', '')
|
872 |
+
('Yes, the box is sitting on the shelf.', '')
|
873 |
+
('The table is made of wood.', '')
|
874 |
+
('The furniture is a table.', '')
|
875 |
+
('Yes, there is a refrigerator.', '')
|
876 |
+
('No, there are no women.', '')
|
877 |
+
('No, there are no doors.', '')
|
878 |
+
('Yes, the numbers are black.', '')
|
879 |
+
('The appliance is an ice maker.', '')
|
880 |
+
('The clock is on the ceiling.', '')
|
881 |
+
('The drawer is on the right of the image.', '')
|
882 |
+
('Yes, there are both a window and a door.', '')
|
883 |
+
('The ice maker is on the refrigerator.', '')
|
884 |
+
('The ice maker is on the refrigerator.', '')
|
885 |
+
('No, the hair is brown but short.', '')
|
886 |
+
('Yes, the numbers are black.', '')
|
887 |
+
('The shirt is long.', '')
|
888 |
+
('The lady is on the left of the image.', '')
|
889 |
+
('The cabinet is wooden.', '')
|
890 |
+
('No, there is a coat but no helmets.', '')
|
891 |
+
('The cooking utensil is a grater.', '')
|
892 |
+
('The cooking utensil is a grater.', '')
|
893 |
+
('The frosting is green.', '')
|
894 |
+
('Yes, the grater is to the right of the clock.', '')
|
895 |
+
('The purse is on the left of the image.', '')
|
896 |
+
('The kid is to the right of the man.', '')
|
897 |
+
('Yes, there is a black bag.', '')
|
898 |
+
('Yes, there are cucumbers to the right of the blueberry.', '')
|
899 |
+
('The fruit is an orange.', '')
|
900 |
+
('No, the person is on.', '')
|
901 |
+
('The clock is on the left of the image.', '')
|
902 |
+
('The cup is short.', '')
|
903 |
+
('The woman is to the left of the person.', '')
|
904 |
+
('The tracks are black.', '')
|
905 |
+
('No, there are no hats.', '')
|
906 |
+
('The vegetable is a potato.', '')
|
907 |
+
('No, there are books on the table.', '')
|
908 |
+
('The lady is watching the engineer.', '')
|
909 |
+
('The lady is watching the engineer.', '')
|
910 |
+
('The train is down.', '')
|
911 |
+
('It is indoors.', '')
|
912 |
+
('The grass is green.', '')
|
913 |
+
('The cups are on the left of the image.', '')
|
914 |
+
('Yes, there is a bridge.', '')
|
915 |
+
('The road is made of cobblestone.', '')
|
916 |
+
('No, there is no meat.', '')
|
917 |
+
('The device is a keyboard.', '')
|
918 |
+
('Yes, there is a bike.', '')
|
919 |
+
('The boy is younger than the guy.', '')
|
920 |
+
('Yes, there is an elephant.', '')
|
921 |
+
('Yes, there are both an apple and an orange.', '')
|
922 |
+
('Yes, there are DVDs to the left of the speaker.', '')
|
923 |
+
('The lady is to the right of the people.', '')
|
924 |
+
('The helmet is red.', '')
|
925 |
+
('The guy is to the left of the men.', '')
|
926 |
+
('Yes, it is outdoors.', '')
|
927 |
+
('Yes, the letters are black.', '')
|
928 |
+
('The hair is dark.', '')
|
929 |
+
('The shirt is black.', '')
|
930 |
+
('Yes, there are both a towel and a mirror.', '')
|
931 |
+
('The apple is in the bottom of the image.', '')
|
932 |
+
('Yes, there is rice.', '')
|
933 |
+
('The tent is purple.', '')
|
934 |
+
('No, there are no visitors or guys.', '')
|
935 |
+
('It is a gas station.', '')
|
936 |
+
('It is showing a classroom.', '')
|
937 |
+
('No, there is a pot but it is silver.', '')
|
938 |
+
('Yes, the dog food is in the bag.', '')
|
939 |
+
('The animal is a cat.', '')
|
940 |
+
('No, the girl is standing.', '')
|
941 |
+
('No, there are no bottles or tablecloths.', '')
|
942 |
+
('No, the nose is black.', '')
|
943 |
+
('The kids are swimming.', '')
|
944 |
+
('No, there are no women.', '')
|
945 |
+
('The child is dressed in pink.', '')
|
946 |
+
('The sidewalk is gray.', '')
|
947 |
+
('Yes, the outfit is white.', '')
|
948 |
+
('The sidewalk is made of concrete.', '')
|
949 |
+
('No, there is a fork but it is on.', '')
|
950 |
+
('Yes, the woman is on the right of the image.', '')
|
951 |
+
('The man is skiing.', '')
|
952 |
+
('The shelves are on the right of the image.', '')
|
953 |
+
('No, there are no windows.', '')
|
954 |
+
('No, the person is to the left of the train.', '')
|
955 |
+
('The pieces of furniture are shelves.', '')
|
956 |
+
('The shelves are full of teddy bears.', '')
|
957 |
+
('The toy is a teddy bear.', '')
|
958 |
+
('The drawers are on the left of the image.', '')
|
959 |
+
('The vehicle is a car.', '')
|
960 |
+
('The car is to the left of the man.', '')
|
961 |
+
('The horse is to the right of the man.', '')
|
962 |
+
('The toy is a stuffed animal.', '')
|
963 |
+
('The man is talking.', '')
|
964 |
+
('Yes, there is a black cat.', '')
|
965 |
+
('The broccoli is green.', '')
|
966 |
+
('Yes, the book is blue.', '')
|
967 |
+
('It is a parking lot.', '')
|
968 |
+
('The toy is a stuffed animal.', '')
|
969 |
+
('No, there are no windows.', '')
|
970 |
+
('The blanket is blue.', '')
|
971 |
+
('The camera is on the right of the image.', '')
|
972 |
+
('The lamp is gold.', '')
|
973 |
+
('Yes, the hill is covered with sheep.', '')
|
974 |
+
('The animals are wolves.', '')
|
975 |
+
('Yes, there is a strawberry on the cake.', '')
|
976 |
+
('The hill is covered with sheep.', '')
|
977 |
+
('The people are on the right of the image.', '')
|
978 |
+
('Yes, there is a red coat.', '')
|
979 |
+
('The material, both the closet and the pole are wooden.', '')
|
980 |
+
('The cabinet is wooden.', '')
|
981 |
+
('The fork is red.', '')
|
982 |
+
('The animal is a butterfly.', '')
|
983 |
+
('Yes, there are both a window and a door.', '')
|
984 |
+
('Yes, the coat is tan.', '')
|
985 |
+
('The animal is a butterfly.', '')
|
986 |
+
('The animal is an alligator.', '')
|
987 |
+
('The kite is blue.', '')
|
988 |
+
('No, the picture is on the left of the image.', '')
|
989 |
+
('The guy is riding a bike.', '')
|
990 |
+
('The food is chocolate.', '')
|
991 |
+
('Yes, there is a black scarf.', '')
|
992 |
+
('Yes, there is a fence.', '')
|
993 |
+
('No, there are no trains.', '')
|
994 |
+
('The ball is blue.', '')
|
995 |
+
('No, the television is large.', '')
|
996 |
+
('No, there are no bicycles or cds.', '')
|
997 |
+
('No, there is a chair to the left of the shelf.', '')
|
998 |
+
('The drawers are on the left of the image.', '')
|
999 |
+
('The animal is a dog.', '')
|
1000 |
+
('The animal is a dog.', '')
|
eval/GQA_score.json
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"acc": 0.48,
|
3 |
+
"num_correct": 480,
|
4 |
+
"num_pred": 1000
|
5 |
+
}
|
eval/HatefulMemes_pred.txt
ADDED
@@ -0,0 +1,1000 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
('Yes', '')
|
2 |
+
('No', '')
|
3 |
+
('Yes', '')
|
4 |
+
('Yes', '')
|
5 |
+
('Yes', '')
|
6 |
+
('Yes', '')
|
7 |
+
('Yes', '')
|
8 |
+
('No', '')
|
9 |
+
('No', '')
|
10 |
+
('Yes', '')
|
11 |
+
('No', '')
|
12 |
+
('Yes', '')
|
13 |
+
('Yes', '')
|
14 |
+
('Yes', '')
|
15 |
+
('No', '')
|
16 |
+
('Yes', '')
|
17 |
+
('Yes', '')
|
18 |
+
('Yes', '')
|
19 |
+
('Yes', '')
|
20 |
+
('Yes', '')
|
21 |
+
('Yes', '')
|
22 |
+
('Yes', '')
|
23 |
+
('Yes', '')
|
24 |
+
('Yes', '')
|
25 |
+
('Yes', '')
|
26 |
+
('Yes', '')
|
27 |
+
('Yes', '')
|
28 |
+
('Yes', '')
|
29 |
+
('No', '')
|
30 |
+
('No', '')
|
31 |
+
('No', '')
|
32 |
+
('No', '')
|
33 |
+
('No', '')
|
34 |
+
('Yes', '')
|
35 |
+
('No', '')
|
36 |
+
('Yes', '')
|
37 |
+
('No', '')
|
38 |
+
('Yes', '')
|
39 |
+
('Yes', '')
|
40 |
+
('Yes', '')
|
41 |
+
('Yes', '')
|
42 |
+
('Yes', '')
|
43 |
+
('No', '')
|
44 |
+
('Yes', '')
|
45 |
+
('Yes', '')
|
46 |
+
('Yes', '')
|
47 |
+
('Yes', '')
|
48 |
+
('Yes', '')
|
49 |
+
('Yes', '')
|
50 |
+
('Yes', '')
|
51 |
+
('No', '')
|
52 |
+
('No', '')
|
53 |
+
('Yes', '')
|
54 |
+
('Yes', '')
|
55 |
+
('Yes', '')
|
56 |
+
('No', '')
|
57 |
+
('No', '')
|
58 |
+
('Yes', '')
|
59 |
+
('No', '')
|
60 |
+
('Yes', '')
|
61 |
+
('Yes', '')
|
62 |
+
('Yes', '')
|
63 |
+
('No', '')
|
64 |
+
('No', '')
|
65 |
+
('No', '')
|
66 |
+
('No', '')
|
67 |
+
('Yes', '')
|
68 |
+
('Yes', '')
|
69 |
+
('No', '')
|
70 |
+
('Yes', '')
|
71 |
+
('Yes', '')
|
72 |
+
('No', '')
|
73 |
+
('Yes', '')
|
74 |
+
('No', '')
|
75 |
+
('No', '')
|
76 |
+
('No', '')
|
77 |
+
('Yes', '')
|
78 |
+
('Yes', '')
|
79 |
+
('Yes', '')
|
80 |
+
('No', '')
|
81 |
+
('No', '')
|
82 |
+
('Yes', '')
|
83 |
+
('Yes', '')
|
84 |
+
('No', '')
|
85 |
+
('Yes', '')
|
86 |
+
('Yes', '')
|
87 |
+
('Yes', '')
|
88 |
+
('Yes', '')
|
89 |
+
('Yes', '')
|
90 |
+
('Yes', '')
|
91 |
+
('No', '')
|
92 |
+
('No', '')
|
93 |
+
('Yes', '')
|
94 |
+
('Yes', '')
|
95 |
+
('No', '')
|
96 |
+
('Yes', '')
|
97 |
+
('No', '')
|
98 |
+
('Yes', '')
|
99 |
+
('Yes', '')
|
100 |
+
('No', '')
|
101 |
+
('No', '')
|
102 |
+
('Yes', '')
|
103 |
+
('Yes', '')
|
104 |
+
('Yes', '')
|
105 |
+
('No', '')
|
106 |
+
('No', '')
|
107 |
+
('No', '')
|
108 |
+
('No', '')
|
109 |
+
('Yes', '')
|
110 |
+
('Yes', '')
|
111 |
+
('No', '')
|
112 |
+
('Yes', '')
|
113 |
+
('Yes', '')
|
114 |
+
('No', '')
|
115 |
+
('Yes', '')
|
116 |
+
('No', '')
|
117 |
+
('No', '')
|
118 |
+
('No', '')
|
119 |
+
('Yes', '')
|
120 |
+
('Yes', '')
|
121 |
+
('No', '')
|
122 |
+
('No', '')
|
123 |
+
('No', '')
|
124 |
+
('No', '')
|
125 |
+
('No', '')
|
126 |
+
('Yes', '')
|
127 |
+
('No', '')
|
128 |
+
('Yes', '')
|
129 |
+
('No', '')
|
130 |
+
('No', '')
|
131 |
+
('No', '')
|
132 |
+
('No', '')
|
133 |
+
('No', '')
|
134 |
+
('Yes', '')
|
135 |
+
('Yes', '')
|
136 |
+
('No', '')
|
137 |
+
('No', '')
|
138 |
+
('Yes', '')
|
139 |
+
('Yes', '')
|
140 |
+
('No', '')
|
141 |
+
('No', '')
|
142 |
+
('No', '')
|
143 |
+
('No', '')
|
144 |
+
('Yes', '')
|
145 |
+
('No', '')
|
146 |
+
('No', '')
|
147 |
+
('No', '')
|
148 |
+
('No', '')
|
149 |
+
('Yes', '')
|
150 |
+
('No', '')
|
151 |
+
('No', '')
|
152 |
+
('Yes', '')
|
153 |
+
('No', '')
|
154 |
+
('No', '')
|
155 |
+
('No', '')
|
156 |
+
('No', '')
|
157 |
+
('No', '')
|
158 |
+
('Yes', '')
|
159 |
+
('No', '')
|
160 |
+
('Yes', '')
|
161 |
+
('No', '')
|
162 |
+
('Yes', '')
|
163 |
+
('Yes', '')
|
164 |
+
('No', '')
|
165 |
+
('Yes', '')
|
166 |
+
('Yes', '')
|
167 |
+
('No', '')
|
168 |
+
('Yes', '')
|
169 |
+
('No', '')
|
170 |
+
('No', '')
|
171 |
+
('Yes', '')
|
172 |
+
('No', '')
|
173 |
+
('No', '')
|
174 |
+
('No', '')
|
175 |
+
('Yes', '')
|
176 |
+
('No', '')
|
177 |
+
('No', '')
|
178 |
+
('No', '')
|
179 |
+
('No', '')
|
180 |
+
('No', '')
|
181 |
+
('No', '')
|
182 |
+
('No', '')
|
183 |
+
('No', '')
|
184 |
+
('Yes', '')
|
185 |
+
('Yes', '')
|
186 |
+
('Yes', '')
|
187 |
+
('Yes', '')
|
188 |
+
('No', '')
|
189 |
+
('Yes', '')
|
190 |
+
('No', '')
|
191 |
+
('No', '')
|
192 |
+
('No', '')
|
193 |
+
('Yes', '')
|
194 |
+
('No', '')
|
195 |
+
('No', '')
|
196 |
+
('No', '')
|
197 |
+
('Yes', '')
|
198 |
+
('No', '')
|
199 |
+
('Yes', '')
|
200 |
+
('Yes', '')
|
201 |
+
('No', '')
|
202 |
+
('No', '')
|
203 |
+
('Yes', '')
|
204 |
+
('Yes', '')
|
205 |
+
('No', '')
|
206 |
+
('No', '')
|
207 |
+
('No', '')
|
208 |
+
('No', '')
|
209 |
+
('No', '')
|
210 |
+
('No', '')
|
211 |
+
('No', '')
|
212 |
+
('No', '')
|
213 |
+
('No', '')
|
214 |
+
('No', '')
|
215 |
+
('No', '')
|
216 |
+
('No', '')
|
217 |
+
('No', '')
|
218 |
+
('Yes', '')
|
219 |
+
('Yes', '')
|
220 |
+
('No', '')
|
221 |
+
('No', '')
|
222 |
+
('No', '')
|
223 |
+
('No', '')
|
224 |
+
('Yes', '')
|
225 |
+
('No', '')
|
226 |
+
('Yes', '')
|
227 |
+
('Yes', '')
|
228 |
+
('No', '')
|
229 |
+
('Yes', '')
|
230 |
+
('Yes', '')
|
231 |
+
('Yes', '')
|
232 |
+
('Yes', '')
|
233 |
+
('No', '')
|
234 |
+
('Yes', '')
|
235 |
+
('No', '')
|
236 |
+
('Yes', '')
|
237 |
+
('Yes', '')
|
238 |
+
('Yes', '')
|
239 |
+
('Yes', '')
|
240 |
+
('Yes', '')
|
241 |
+
('No', '')
|
242 |
+
('No', '')
|
243 |
+
('Yes', '')
|
244 |
+
('No', '')
|
245 |
+
('Yes', '')
|
246 |
+
('Yes', '')
|
247 |
+
('Yes', '')
|
248 |
+
('Yes', '')
|
249 |
+
('No', '')
|
250 |
+
('No', '')
|
251 |
+
('No', '')
|
252 |
+
('No', '')
|
253 |
+
('Yes', '')
|
254 |
+
('No', '')
|
255 |
+
('No', '')
|
256 |
+
('No', '')
|
257 |
+
('Yes', '')
|
258 |
+
('Yes', '')
|
259 |
+
('No', '')
|
260 |
+
('Yes', '')
|
261 |
+
('No', '')
|
262 |
+
('No', '')
|
263 |
+
('No', '')
|
264 |
+
('Yes', '')
|
265 |
+
('No', '')
|
266 |
+
('No', '')
|
267 |
+
('Yes', '')
|
268 |
+
('No', '')
|
269 |
+
('No', '')
|
270 |
+
('No', '')
|
271 |
+
('Yes', '')
|
272 |
+
('Yes', '')
|
273 |
+
('Yes', '')
|
274 |
+
('No', '')
|
275 |
+
('No', '')
|
276 |
+
('No', '')
|
277 |
+
('Yes', '')
|
278 |
+
('Yes', '')
|
279 |
+
('No', '')
|
280 |
+
('Yes', '')
|
281 |
+
('Yes', '')
|
282 |
+
('No', '')
|
283 |
+
('No', '')
|
284 |
+
('No', '')
|
285 |
+
('Yes', '')
|
286 |
+
('Yes', '')
|
287 |
+
('Yes', '')
|
288 |
+
('Yes', '')
|
289 |
+
('No', '')
|
290 |
+
('No', '')
|
291 |
+
('No', '')
|
292 |
+
('No', '')
|
293 |
+
('Yes', '')
|
294 |
+
('Yes', '')
|
295 |
+
('No', '')
|
296 |
+
('Yes', '')
|
297 |
+
('No', '')
|
298 |
+
('Yes', '')
|
299 |
+
('No', '')
|
300 |
+
('Yes', '')
|
301 |
+
('No', '')
|
302 |
+
('No', '')
|
303 |
+
('No', '')
|
304 |
+
('No', '')
|
305 |
+
('No', '')
|
306 |
+
('No', '')
|
307 |
+
('No', '')
|
308 |
+
('No', '')
|
309 |
+
('No', '')
|
310 |
+
('No', '')
|
311 |
+
('No', '')
|
312 |
+
('Yes', '')
|
313 |
+
('Yes', '')
|
314 |
+
('No', '')
|
315 |
+
('No', '')
|
316 |
+
('No', '')
|
317 |
+
('Yes', '')
|
318 |
+
('No', '')
|
319 |
+
('No', '')
|
320 |
+
('No', '')
|
321 |
+
('No', '')
|
322 |
+
('No', '')
|
323 |
+
('No', '')
|
324 |
+
('Yes', '')
|
325 |
+
('No', '')
|
326 |
+
('Yes', '')
|
327 |
+
('Yes', '')
|
328 |
+
('Yes', '')
|
329 |
+
('Yes', '')
|
330 |
+
('Yes', '')
|
331 |
+
('No', '')
|
332 |
+
('No', '')
|
333 |
+
('No', '')
|
334 |
+
('No', '')
|
335 |
+
('No', '')
|
336 |
+
('No', '')
|
337 |
+
('Yes', '')
|
338 |
+
('No', '')
|
339 |
+
('Yes', '')
|
340 |
+
('Yes', '')
|
341 |
+
('Yes', '')
|
342 |
+
('Yes', '')
|
343 |
+
('Yes', '')
|
344 |
+
('No', '')
|
345 |
+
('No', '')
|
346 |
+
('No', '')
|
347 |
+
('No', '')
|
348 |
+
('Yes', '')
|
349 |
+
('No', '')
|
350 |
+
('Yes', '')
|
351 |
+
('No', '')
|
352 |
+
('Yes', '')
|
353 |
+
('No', '')
|
354 |
+
('No', '')
|
355 |
+
('No', '')
|
356 |
+
('No', '')
|
357 |
+
('No', '')
|
358 |
+
('Yes', '')
|
359 |
+
('Yes', '')
|
360 |
+
('Yes', '')
|
361 |
+
('No', '')
|
362 |
+
('No', '')
|
363 |
+
('Yes', '')
|
364 |
+
('No', '')
|
365 |
+
('Yes', '')
|
366 |
+
('No', '')
|
367 |
+
('Yes', '')
|
368 |
+
('No', '')
|
369 |
+
('No', '')
|
370 |
+
('Yes', '')
|
371 |
+
('No', '')
|
372 |
+
('Yes', '')
|
373 |
+
('No', '')
|
374 |
+
('Yes', '')
|
375 |
+
('No', '')
|
376 |
+
('No', '')
|
377 |
+
('No', '')
|
378 |
+
('Yes', '')
|
379 |
+
('No', '')
|
380 |
+
('No', '')
|
381 |
+
('Yes', '')
|
382 |
+
('Yes', '')
|
383 |
+
('Yes', '')
|
384 |
+
('No', '')
|
385 |
+
('No', '')
|
386 |
+
('Yes', '')
|
387 |
+
('Yes', '')
|
388 |
+
('No', '')
|
389 |
+
('No', '')
|
390 |
+
('No', '')
|
391 |
+
('Yes', '')
|
392 |
+
('No', '')
|
393 |
+
('No', '')
|
394 |
+
('No', '')
|
395 |
+
('Yes', '')
|
396 |
+
('Yes', '')
|
397 |
+
('No', '')
|
398 |
+
('Yes', '')
|
399 |
+
('No', '')
|
400 |
+
('No', '')
|
401 |
+
('No', '')
|
402 |
+
('Yes', '')
|
403 |
+
('No', '')
|
404 |
+
('Yes', '')
|
405 |
+
('Yes', '')
|
406 |
+
('No', '')
|
407 |
+
('No', '')
|
408 |
+
('Yes', '')
|
409 |
+
('No', '')
|
410 |
+
('No', '')
|
411 |
+
('No', '')
|
412 |
+
('Yes', '')
|
413 |
+
('No', '')
|
414 |
+
('No', '')
|
415 |
+
('No', '')
|
416 |
+
('No', '')
|
417 |
+
('Yes', '')
|
418 |
+
('No', '')
|
419 |
+
('Yes', '')
|
420 |
+
('No', '')
|
421 |
+
('No', '')
|
422 |
+
('No', '')
|
423 |
+
('No', '')
|
424 |
+
('No', '')
|
425 |
+
('No', '')
|
426 |
+
('No', '')
|
427 |
+
('No', '')
|
428 |
+
('No', '')
|
429 |
+
('No', '')
|
430 |
+
('Yes', '')
|
431 |
+
('No', '')
|
432 |
+
('No', '')
|
433 |
+
('No', '')
|
434 |
+
('Yes', '')
|
435 |
+
('No', '')
|
436 |
+
('No', '')
|
437 |
+
('No', '')
|
438 |
+
('Yes', '')
|
439 |
+
('No', '')
|
440 |
+
('No', '')
|
441 |
+
('No', '')
|
442 |
+
('Yes', '')
|
443 |
+
('Yes', '')
|
444 |
+
('No', '')
|
445 |
+
('No', '')
|
446 |
+
('Yes', '')
|
447 |
+
('No', '')
|
448 |
+
('No', '')
|
449 |
+
('No', '')
|
450 |
+
('Yes', '')
|
451 |
+
('No', '')
|
452 |
+
('No', '')
|
453 |
+
('No', '')
|
454 |
+
('No', '')
|
455 |
+
('Yes', '')
|
456 |
+
('No', '')
|
457 |
+
('No', '')
|
458 |
+
('No', '')
|
459 |
+
('No', '')
|
460 |
+
('Yes', '')
|
461 |
+
('No', '')
|
462 |
+
('Yes', '')
|
463 |
+
('No', '')
|
464 |
+
('No', '')
|
465 |
+
('No', '')
|
466 |
+
('Yes', '')
|
467 |
+
('No', '')
|
468 |
+
('No', '')
|
469 |
+
('Yes', '')
|
470 |
+
('Yes', '')
|
471 |
+
('No', '')
|
472 |
+
('No', '')
|
473 |
+
('Yes', '')
|
474 |
+
('No', '')
|
475 |
+
('No', '')
|
476 |
+
('Yes', '')
|
477 |
+
('No', '')
|
478 |
+
('No', '')
|
479 |
+
('No', '')
|
480 |
+
('No', '')
|
481 |
+
('No', '')
|
482 |
+
('No', '')
|
483 |
+
('No', '')
|
484 |
+
('Yes', '')
|
485 |
+
('Yes', '')
|
486 |
+
('No', '')
|
487 |
+
('No', '')
|
488 |
+
('No', '')
|
489 |
+
('Yes', '')
|
490 |
+
('Yes', '')
|
491 |
+
('Yes', '')
|
492 |
+
('Yes', '')
|
493 |
+
('No', '')
|
494 |
+
('No', '')
|
495 |
+
('No', '')
|
496 |
+
('Yes', '')
|
497 |
+
('Yes', '')
|
498 |
+
('No', '')
|
499 |
+
('No', '')
|
500 |
+
('No', '')
|
501 |
+
('No', '')
|
502 |
+
('Yes', '')
|
503 |
+
('No', '')
|
504 |
+
('No', '')
|
505 |
+
('No', '')
|
506 |
+
('No', '')
|
507 |
+
('No', '')
|
508 |
+
('Yes', '')
|
509 |
+
('No', '')
|
510 |
+
('No', '')
|
511 |
+
('No', '')
|
512 |
+
('No', '')
|
513 |
+
('No', '')
|
514 |
+
('No', '')
|
515 |
+
('Yes', '')
|
516 |
+
('Yes', '')
|
517 |
+
('No', '')
|
518 |
+
('Yes', '')
|
519 |
+
('Yes', '')
|
520 |
+
('Yes', '')
|
521 |
+
('Yes', '')
|
522 |
+
('No', '')
|
523 |
+
('No', '')
|
524 |
+
('No', '')
|
525 |
+
('Yes', '')
|
526 |
+
('No', '')
|
527 |
+
('Yes', '')
|
528 |
+
('No', '')
|
529 |
+
('No', '')
|
530 |
+
('Yes', '')
|
531 |
+
('No', '')
|
532 |
+
('No', '')
|
533 |
+
('No', '')
|
534 |
+
('No', '')
|
535 |
+
('Yes', '')
|
536 |
+
('Yes', '')
|
537 |
+
('Yes', '')
|
538 |
+
('No', '')
|
539 |
+
('No', '')
|
540 |
+
('No', '')
|
541 |
+
('No', '')
|
542 |
+
('No', '')
|
543 |
+
('No', '')
|
544 |
+
('No', '')
|
545 |
+
('No', '')
|
546 |
+
('No', '')
|
547 |
+
('Yes', '')
|
548 |
+
('No', '')
|
549 |
+
('No', '')
|
550 |
+
('No', '')
|
551 |
+
('No', '')
|
552 |
+
('No', '')
|
553 |
+
('Yes', '')
|
554 |
+
('No', '')
|
555 |
+
('Yes', '')
|
556 |
+
('No', '')
|
557 |
+
('No', '')
|
558 |
+
('Yes', '')
|
559 |
+
('No', '')
|
560 |
+
('Yes', '')
|
561 |
+
('Yes', '')
|
562 |
+
('No', '')
|
563 |
+
('Yes', '')
|
564 |
+
('No', '')
|
565 |
+
('Yes', '')
|
566 |
+
('No', '')
|
567 |
+
('Yes', '')
|
568 |
+
('No', '')
|
569 |
+
('No', '')
|
570 |
+
('No', '')
|
571 |
+
('No', '')
|
572 |
+
('No', '')
|
573 |
+
('No', '')
|
574 |
+
('No', '')
|
575 |
+
('No', '')
|
576 |
+
('No', '')
|
577 |
+
('No', '')
|
578 |
+
('No', '')
|
579 |
+
('No', '')
|
580 |
+
('No', '')
|
581 |
+
('No', '')
|
582 |
+
('Yes', '')
|
583 |
+
('No', '')
|
584 |
+
('No', '')
|
585 |
+
('Yes', '')
|
586 |
+
('No', '')
|
587 |
+
('No', '')
|
588 |
+
('No', '')
|
589 |
+
('No', '')
|
590 |
+
('No', '')
|
591 |
+
('No', '')
|
592 |
+
('Yes', '')
|
593 |
+
('No', '')
|
594 |
+
('No', '')
|
595 |
+
('Yes', '')
|
596 |
+
('No', '')
|
597 |
+
('No', '')
|
598 |
+
('No', '')
|
599 |
+
('No', '')
|
600 |
+
('No', '')
|
601 |
+
('No', '')
|
602 |
+
('Yes', '')
|
603 |
+
('No', '')
|
604 |
+
('No', '')
|
605 |
+
('Yes', '')
|
606 |
+
('No', '')
|
607 |
+
('No', '')
|
608 |
+
('No', '')
|
609 |
+
('No', '')
|
610 |
+
('No', '')
|
611 |
+
('No', '')
|
612 |
+
('No', '')
|
613 |
+
('No', '')
|
614 |
+
('No', '')
|
615 |
+
('Yes', '')
|
616 |
+
('Yes', '')
|
617 |
+
('Yes', '')
|
618 |
+
('Yes', '')
|
619 |
+
('No', '')
|
620 |
+
('No', '')
|
621 |
+
('No', '')
|
622 |
+
('Yes', '')
|
623 |
+
('Yes', '')
|
624 |
+
('Yes', '')
|
625 |
+
('No', '')
|
626 |
+
('No', '')
|
627 |
+
('Yes', '')
|
628 |
+
('Yes', '')
|
629 |
+
('No', '')
|
630 |
+
('Yes', '')
|
631 |
+
('No', '')
|
632 |
+
('Yes', '')
|
633 |
+
('No', '')
|
634 |
+
('Yes', '')
|
635 |
+
('No', '')
|
636 |
+
('No', '')
|
637 |
+
('No', '')
|
638 |
+
('No', '')
|
639 |
+
('No', '')
|
640 |
+
('No', '')
|
641 |
+
('No', '')
|
642 |
+
('Yes', '')
|
643 |
+
('Yes', '')
|
644 |
+
('No', '')
|
645 |
+
('Yes', '')
|
646 |
+
('No', '')
|
647 |
+
('Yes', '')
|
648 |
+
('Yes', '')
|
649 |
+
('Yes', '')
|
650 |
+
('Yes', '')
|
651 |
+
('No', '')
|
652 |
+
('Yes', '')
|
653 |
+
('No', '')
|
654 |
+
('Yes', '')
|
655 |
+
('Yes', '')
|
656 |
+
('No', '')
|
657 |
+
('No', '')
|
658 |
+
('No', '')
|
659 |
+
('No', '')
|
660 |
+
('No', '')
|
661 |
+
('Yes', '')
|
662 |
+
('No', '')
|
663 |
+
('No', '')
|
664 |
+
('No', '')
|
665 |
+
('No', '')
|
666 |
+
('No', '')
|
667 |
+
('No', '')
|
668 |
+
('No', '')
|
669 |
+
('Yes', '')
|
670 |
+
('Yes', '')
|
671 |
+
('Yes', '')
|
672 |
+
('Yes', '')
|
673 |
+
('Yes', '')
|
674 |
+
('No', '')
|
675 |
+
('No', '')
|
676 |
+
('No', '')
|
677 |
+
('No', '')
|
678 |
+
('No', '')
|
679 |
+
('Yes', '')
|
680 |
+
('No', '')
|
681 |
+
('No', '')
|
682 |
+
('No', '')
|
683 |
+
('Yes', '')
|
684 |
+
('Yes', '')
|
685 |
+
('Yes', '')
|
686 |
+
('No', '')
|
687 |
+
('No', '')
|
688 |
+
('Yes', '')
|
689 |
+
('No', '')
|
690 |
+
('No', '')
|
691 |
+
('Yes', '')
|
692 |
+
('Yes', '')
|
693 |
+
('Yes', '')
|
694 |
+
('Yes', '')
|
695 |
+
('Yes', '')
|
696 |
+
('Yes', '')
|
697 |
+
('Yes', '')
|
698 |
+
('No', '')
|
699 |
+
('No', '')
|
700 |
+
('No', '')
|
701 |
+
('No', '')
|
702 |
+
('Yes', '')
|
703 |
+
('No', '')
|
704 |
+
('No', '')
|
705 |
+
('No', '')
|
706 |
+
('Yes', '')
|
707 |
+
('No', '')
|
708 |
+
('No', '')
|
709 |
+
('No', '')
|
710 |
+
('Yes', '')
|
711 |
+
('No', '')
|
712 |
+
('No', '')
|
713 |
+
('No', '')
|
714 |
+
('Yes', '')
|
715 |
+
('No', '')
|
716 |
+
('Yes', '')
|
717 |
+
('No', '')
|
718 |
+
('Yes', '')
|
719 |
+
('No', '')
|
720 |
+
('No', '')
|
721 |
+
('No', '')
|
722 |
+
('No', '')
|
723 |
+
('No', '')
|
724 |
+
('No', '')
|
725 |
+
('No', '')
|
726 |
+
('Yes', '')
|
727 |
+
('No', '')
|
728 |
+
('No', '')
|
729 |
+
('No', '')
|
730 |
+
('Yes', '')
|
731 |
+
('Yes', '')
|
732 |
+
('No', '')
|
733 |
+
('No', '')
|
734 |
+
('No', '')
|
735 |
+
('Yes', '')
|
736 |
+
('No', '')
|
737 |
+
('Yes', '')
|
738 |
+
('Yes', '')
|
739 |
+
('Yes', '')
|
740 |
+
('No', '')
|
741 |
+
('No', '')
|
742 |
+
('No', '')
|
743 |
+
('No', '')
|
744 |
+
('No', '')
|
745 |
+
('No', '')
|
746 |
+
('Yes', '')
|
747 |
+
('No', '')
|
748 |
+
('Yes', '')
|
749 |
+
('No', '')
|
750 |
+
('No', '')
|
751 |
+
('Yes', '')
|
752 |
+
('Yes', '')
|
753 |
+
('No', '')
|
754 |
+
('Yes', '')
|
755 |
+
('No', '')
|
756 |
+
('No', '')
|
757 |
+
('Yes', '')
|
758 |
+
('No', '')
|
759 |
+
('No', '')
|
760 |
+
('No', '')
|
761 |
+
('No', '')
|
762 |
+
('Yes', '')
|
763 |
+
('No', '')
|
764 |
+
('Yes', '')
|
765 |
+
('No', '')
|
766 |
+
('No', '')
|
767 |
+
('No', '')
|
768 |
+
('No', '')
|
769 |
+
('Yes', '')
|
770 |
+
('No', '')
|
771 |
+
('No', '')
|
772 |
+
('Yes', '')
|
773 |
+
('No', '')
|
774 |
+
('No', '')
|
775 |
+
('No', '')
|
776 |
+
('No', '')
|
777 |
+
('No', '')
|
778 |
+
('No', '')
|
779 |
+
('Yes', '')
|
780 |
+
('No', '')
|
781 |
+
('No', '')
|
782 |
+
('Yes', '')
|
783 |
+
('Yes', '')
|
784 |
+
('No', '')
|
785 |
+
('Yes', '')
|
786 |
+
('No', '')
|
787 |
+
('No', '')
|
788 |
+
('Yes', '')
|
789 |
+
('No', '')
|
790 |
+
('Yes', '')
|
791 |
+
('Yes', '')
|
792 |
+
('No', '')
|
793 |
+
('Yes', '')
|
794 |
+
('Yes', '')
|
795 |
+
('Yes', '')
|
796 |
+
('Yes', '')
|
797 |
+
('No', '')
|
798 |
+
('Yes', '')
|
799 |
+
('Yes', '')
|
800 |
+
('No', '')
|
801 |
+
('No', '')
|
802 |
+
('No', '')
|
803 |
+
('Yes', '')
|
804 |
+
('Yes', '')
|
805 |
+
('Yes', '')
|
806 |
+
('No', '')
|
807 |
+
('Yes', '')
|
808 |
+
('No', '')
|
809 |
+
('Yes', '')
|
810 |
+
('No', '')
|
811 |
+
('Yes', '')
|
812 |
+
('No', '')
|
813 |
+
('Yes', '')
|
814 |
+
('Yes', '')
|
815 |
+
('No', '')
|
816 |
+
('Yes', '')
|
817 |
+
('No', '')
|
818 |
+
('No', '')
|
819 |
+
('No', '')
|
820 |
+
('No', '')
|
821 |
+
('No', '')
|
822 |
+
('No', '')
|
823 |
+
('No', '')
|
824 |
+
('No', '')
|
825 |
+
('No', '')
|
826 |
+
('No', '')
|
827 |
+
('No', '')
|
828 |
+
('No', '')
|
829 |
+
('No', '')
|
830 |
+
('No', '')
|
831 |
+
('No', '')
|
832 |
+
('No', '')
|
833 |
+
('No', '')
|
834 |
+
('No', '')
|
835 |
+
('Yes', '')
|
836 |
+
('No', '')
|
837 |
+
('No', '')
|
838 |
+
('No', '')
|
839 |
+
('No', '')
|
840 |
+
('No', '')
|
841 |
+
('No', '')
|
842 |
+
('Yes', '')
|
843 |
+
('Yes', '')
|
844 |
+
('No', '')
|
845 |
+
('No', '')
|
846 |
+
('No', '')
|
847 |
+
('No', '')
|
848 |
+
('Yes', '')
|
849 |
+
('Yes', '')
|
850 |
+
('No', '')
|
851 |
+
('No', '')
|
852 |
+
('No', '')
|
853 |
+
('No', '')
|
854 |
+
('No', '')
|
855 |
+
('Yes', '')
|
856 |
+
('Yes', '')
|
857 |
+
('Yes', '')
|
858 |
+
('No', '')
|
859 |
+
('Yes', '')
|
860 |
+
('Yes', '')
|
861 |
+
('Yes', '')
|
862 |
+
('Yes', '')
|
863 |
+
('Yes', '')
|
864 |
+
('No', '')
|
865 |
+
('Yes', '')
|
866 |
+
('No', '')
|
867 |
+
('No', '')
|
868 |
+
('No', '')
|
869 |
+
('No', '')
|
870 |
+
('Yes', '')
|
871 |
+
('No', '')
|
872 |
+
('No', '')
|
873 |
+
('Yes', '')
|
874 |
+
('No', '')
|
875 |
+
('No', '')
|
876 |
+
('Yes', '')
|
877 |
+
('No', '')
|
878 |
+
('Yes', '')
|
879 |
+
('Yes', '')
|
880 |
+
('Yes', '')
|
881 |
+
('No', '')
|
882 |
+
('No', '')
|
883 |
+
('No', '')
|
884 |
+
('No', '')
|
885 |
+
('No', '')
|
886 |
+
('Yes', '')
|
887 |
+
('No', '')
|
888 |
+
('No', '')
|
889 |
+
('No', '')
|
890 |
+
('No', '')
|
891 |
+
('Yes', '')
|
892 |
+
('Yes', '')
|
893 |
+
('Yes', '')
|
894 |
+
('No', '')
|
895 |
+
('No', '')
|
896 |
+
('Yes', '')
|
897 |
+
('Yes', '')
|
898 |
+
('No', '')
|
899 |
+
('No', '')
|
900 |
+
('No', '')
|
901 |
+
('No', '')
|
902 |
+
('No', '')
|
903 |
+
('No', '')
|
904 |
+
('No', '')
|
905 |
+
('Yes', '')
|
906 |
+
('No', '')
|
907 |
+
('No', '')
|
908 |
+
('No', '')
|
909 |
+
('No', '')
|
910 |
+
('Yes', '')
|
911 |
+
('No', '')
|
912 |
+
('No', '')
|
913 |
+
('No', '')
|
914 |
+
('Yes', '')
|
915 |
+
('No', '')
|
916 |
+
('No', '')
|
917 |
+
('Yes', '')
|
918 |
+
('No', '')
|
919 |
+
('Yes', '')
|
920 |
+
('Yes', '')
|
921 |
+
('Yes', '')
|
922 |
+
('Yes', '')
|
923 |
+
('Yes', '')
|
924 |
+
('No', '')
|
925 |
+
('Yes', '')
|
926 |
+
('Yes', '')
|
927 |
+
('Yes', '')
|
928 |
+
('Yes', '')
|
929 |
+
('No', '')
|
930 |
+
('No', '')
|
931 |
+
('Yes', '')
|
932 |
+
('Yes', '')
|
933 |
+
('No', '')
|
934 |
+
('No', '')
|
935 |
+
('No', '')
|
936 |
+
('No', '')
|
937 |
+
('No', '')
|
938 |
+
('Yes', '')
|
939 |
+
('No', '')
|
940 |
+
('Yes', '')
|
941 |
+
('No', '')
|
942 |
+
('Yes', '')
|
943 |
+
('No', '')
|
944 |
+
('Yes', '')
|
945 |
+
('Yes', '')
|
946 |
+
('Yes', '')
|
947 |
+
('No', '')
|
948 |
+
('No', '')
|
949 |
+
('Yes', '')
|
950 |
+
('No', '')
|
951 |
+
('No', '')
|
952 |
+
('No', '')
|
953 |
+
('Yes', '')
|
954 |
+
('No', '')
|
955 |
+
('Yes', '')
|
956 |
+
('Yes', '')
|
957 |
+
('Yes', '')
|
958 |
+
('Yes', '')
|
959 |
+
('No', '')
|
960 |
+
('No', '')
|
961 |
+
('No', '')
|
962 |
+
('No', '')
|
963 |
+
('Yes', '')
|
964 |
+
('Yes', '')
|
965 |
+
('No', '')
|
966 |
+
('Yes', '')
|
967 |
+
('No', '')
|
968 |
+
('No', '')
|
969 |
+
('No', '')
|
970 |
+
('Yes', '')
|
971 |
+
('No', '')
|
972 |
+
('No', '')
|
973 |
+
('No', '')
|
974 |
+
('No', '')
|
975 |
+
('No', '')
|
976 |
+
('No', '')
|
977 |
+
('Yes', '')
|
978 |
+
('No', '')
|
979 |
+
('Yes', '')
|
980 |
+
('No', '')
|
981 |
+
('Yes', '')
|
982 |
+
('Yes', '')
|
983 |
+
('No', '')
|
984 |
+
('Yes', '')
|
985 |
+
('No', '')
|
986 |
+
('Yes', '')
|
987 |
+
('No', '')
|
988 |
+
('No', '')
|
989 |
+
('No', '')
|
990 |
+
('No', '')
|
991 |
+
('Yes', '')
|
992 |
+
('Yes', '')
|
993 |
+
('Yes', '')
|
994 |
+
('No', '')
|
995 |
+
('No', '')
|
996 |
+
('No', '')
|
997 |
+
('No', '')
|
998 |
+
('No', '')
|
999 |
+
('No', '')
|
1000 |
+
('No', '')
|
eval/HatefulMemes_score.json
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"acc": 0.621,
|
3 |
+
"num_correct": 621,
|
4 |
+
"num_pred": 1000
|
5 |
+
}
|
eval/ImageNet-1K_pred.txt
ADDED
@@ -0,0 +1,1000 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
('coucal', '')
|
2 |
+
('Mexican hairless', '')
|
3 |
+
('volcano', '')
|
4 |
+
('Welsh springer spaniel', '')
|
5 |
+
('chickadee', '')
|
6 |
+
('mitten', '')
|
7 |
+
('envelope', '')
|
8 |
+
('sombrero', '')
|
9 |
+
('ear, spike, capitulum', '')
|
10 |
+
('balance beam, beam', '')
|
11 |
+
('sulphur-crested cockatoo, Kakatoe galerita, Cacatua galerita', '')
|
12 |
+
('shower cap', '')
|
13 |
+
('lens cap, lens cover', '')
|
14 |
+
('coffeepot', '')
|
15 |
+
('Angora, Angora rabbit', '')
|
16 |
+
('tricycle, trike, velocipede', '')
|
17 |
+
("yellow lady's slipper, yellow lady-slipper, Cypripedium calceolus, Cypripedium parviflorum", '')
|
18 |
+
('freight car', '')
|
19 |
+
('chiton, coat-of-mail shell, sea cradle, polyplacophore', '')
|
20 |
+
('sports car, sport car', '')
|
21 |
+
('marimba, xylophone', '')
|
22 |
+
('starfish, sea star', '')
|
23 |
+
('earthstar', '')
|
24 |
+
('African grey, African gray, Psittacus erithacus', '')
|
25 |
+
('burrito', '')
|
26 |
+
('standard poodle', '')
|
27 |
+
('sandbar, sand bar', '')
|
28 |
+
('hip, rose hip, rosehip', '')
|
29 |
+
('rock crab, Cancer irroratus', '')
|
30 |
+
('slot, one-armed bandit', '')
|
31 |
+
('window shade', '')
|
32 |
+
('crayfish, crawfish, crawdad, crawdaddy', '')
|
33 |
+
('drum, membranophone, tympan', '')
|
34 |
+
('Model T', '')
|
35 |
+
('conch', '')
|
36 |
+
('digital watch', '')
|
37 |
+
('dalmatian, coach dog, carriage dog', '')
|
38 |
+
('china cabinet, china closet', '')
|
39 |
+
('walking stick, walkingstick, stick insect', '')
|
40 |
+
('screwdriver', '')
|
41 |
+
('keeshond', '')
|
42 |
+
('coral reef', '')
|
43 |
+
('pitcher, ewer', '')
|
44 |
+
('disk brake, disc brake', '')
|
45 |
+
('fire screen, fireguard', '')
|
46 |
+
('harvestman, daddy longlegs, Phalangium opilio', '')
|
47 |
+
('timber wolf, grey wolf, gray wolf, Canis lupus', '')
|
48 |
+
('beaker', '')
|
49 |
+
('flute, transverse flute', '')
|
50 |
+
('hamper', '')
|
51 |
+
('garbage truck, dustcart', '')
|
52 |
+
('spoonbill', '')
|
53 |
+
('American chameleon, anole, Anolis carolinensis', '')
|
54 |
+
('king snake, kingsnake', '')
|
55 |
+
('rotisserie', '')
|
56 |
+
('Airedale, Airedale terrier', '')
|
57 |
+
('file, file cabinet, filing cabinet', '')
|
58 |
+
('half track', '')
|
59 |
+
('Dungeness crab, Cancer magister', '')
|
60 |
+
('barbell', '')
|
61 |
+
('porcupine, hedgehog', '')
|
62 |
+
('junco, snowbird', '')
|
63 |
+
('drumstick', '')
|
64 |
+
('miniature schnauzer', '')
|
65 |
+
('jaguar, panther, Panthera onca, Felis onca', '')
|
66 |
+
('china cabinet, china closet', '')
|
67 |
+
('digital watch', '')
|
68 |
+
('window shade', '')
|
69 |
+
('desktop computer', '')
|
70 |
+
('safety pin', '')
|
71 |
+
('Crock Pot', '')
|
72 |
+
('pinwheel', '')
|
73 |
+
('harmonica, mouth organ, harp, mouth harp', '')
|
74 |
+
('titi, titi monkey', '')
|
75 |
+
('common iguana, iguana, Iguana iguana', '')
|
76 |
+
('analog clock', '')
|
77 |
+
('packet', '')
|
78 |
+
('Angora, Angora rabbit', '')
|
79 |
+
('stone wall', '')
|
80 |
+
('buckeye, horse chestnut, conker', '')
|
81 |
+
('suspension bridge', '')
|
82 |
+
('pickup, pickup truck', '')
|
83 |
+
('Boston bull, Boston terrier', '')
|
84 |
+
('hartebeest', '')
|
85 |
+
('limousine, limo', '')
|
86 |
+
('bustard', '')
|
87 |
+
('sundial', '')
|
88 |
+
('prison, prison house', '')
|
89 |
+
("plane, carpenter's plane, woodworking plane", '')
|
90 |
+
('ear, spike, capitulum', '')
|
91 |
+
('ringlet, ringlet butterfly', '')
|
92 |
+
('four-poster', '')
|
93 |
+
('gasmask, respirator, gas helmet', '')
|
94 |
+
('window shade', '')
|
95 |
+
('trombone', '')
|
96 |
+
('bakery, bakeshop, bakehouse', '')
|
97 |
+
('Arabian camel, dromedary, Camelus dromedarius', '')
|
98 |
+
('space heater', '')
|
99 |
+
('plow, plough', '')
|
100 |
+
('Appenzeller', '')
|
101 |
+
('cucumber, cuke', '')
|
102 |
+
('prairie chicken, prairie grouse, prairie fowl', '')
|
103 |
+
('earthstar', '')
|
104 |
+
('briard', '')
|
105 |
+
('sock', '')
|
106 |
+
('weasel', '')
|
107 |
+
('alligator lizard', '')
|
108 |
+
('dumbbell', '')
|
109 |
+
('stinkhorn, carrion fungus', '')
|
110 |
+
('golfcart, golf cart', '')
|
111 |
+
('strainer', '')
|
112 |
+
('soccer ball', '')
|
113 |
+
('reflex camera', '')
|
114 |
+
('book jacket, dust cover, dust jacket, dust wrapper', '')
|
115 |
+
('cowboy hat, ten-gallon hat', '')
|
116 |
+
('valley, vale', '')
|
117 |
+
('wig', '')
|
118 |
+
('bulletproof vest', '')
|
119 |
+
('red-breasted merganser, Mergus serrator', '')
|
120 |
+
('rock python, rock snake, Python sebae', '')
|
121 |
+
('wooden spoon', '')
|
122 |
+
('speedboat', '')
|
123 |
+
('acorn', '')
|
124 |
+
('Shih-Tzu', '')
|
125 |
+
('kimono', '')
|
126 |
+
('forklift', '')
|
127 |
+
('Border collie', '')
|
128 |
+
('English foxhound', '')
|
129 |
+
('bicycle-built-for-two, tandem bicycle, tandem', '')
|
130 |
+
('grasshopper, hopper', '')
|
131 |
+
('lycaenid, lycaenid butterfly', '')
|
132 |
+
('green mamba', '')
|
133 |
+
('cucumber, cuke', '')
|
134 |
+
('three-toed sloth, ai, Bradypus tridactylus', '')
|
135 |
+
('acorn', '')
|
136 |
+
('Maltese dog, Maltese terrier, Maltese', '')
|
137 |
+
('gas pump, gasoline pump, petrol pump, island dispenser', '')
|
138 |
+
('golfcart, golf cart', '')
|
139 |
+
('mountain bike, all-terrain bike, off-roader', '')
|
140 |
+
('harvestman, daddy longlegs, Phalangium opilio', '')
|
141 |
+
('flatworm, platyhelminth', '')
|
142 |
+
('sombrero', '')
|
143 |
+
('chain mail, ring mail, mail, chain armor, chain armour, ring armor, ring armour', '')
|
144 |
+
('slide rule, slipstick', '')
|
145 |
+
('bakery, bakeshop, bakehouse', '')
|
146 |
+
('standard poodle', '')
|
147 |
+
('Irish terrier', '')
|
148 |
+
('Band Aid', '')
|
149 |
+
('pitcher, ewer', '')
|
150 |
+
('Indian cobra, Naja naja', '')
|
151 |
+
('bubble', '')
|
152 |
+
('buckeye, horse chestnut, conker', '')
|
153 |
+
('robin, American robin, Turdus migratorius', '')
|
154 |
+
('stupa, tope', '')
|
155 |
+
('corkscrew, bottle screw', '')
|
156 |
+
('Great Pyrenees', '')
|
157 |
+
('wombat', '')
|
158 |
+
('groenendael', '')
|
159 |
+
('stone wall', '')
|
160 |
+
('maraca', '')
|
161 |
+
('ocarina, sweet potato', '')
|
162 |
+
('echidna, spiny anteater, anteater', '')
|
163 |
+
('Gordon setter', '')
|
164 |
+
("plane, carpenter's plane, woodworking plane", '')
|
165 |
+
('banana', '')
|
166 |
+
('miniature poodle', '')
|
167 |
+
('spatula', '')
|
168 |
+
('lens cap, lens cover', '')
|
169 |
+
('totem pole', '')
|
170 |
+
('moped', '')
|
171 |
+
('buckeye, horse chestnut, conker', '')
|
172 |
+
('stupa, tope', '')
|
173 |
+
('Boston bull, Boston terrier', '')
|
174 |
+
('grand piano, grand', '')
|
175 |
+
('partridge', '')
|
176 |
+
('trimaran', '')
|
177 |
+
('schipperke', '')
|
178 |
+
('trolleybus, trolley coach, trackless trolley', '')
|
179 |
+
('Irish setter, red setter', '')
|
180 |
+
('mantis, mantid', '')
|
181 |
+
('balloon', '')
|
182 |
+
('soap dispenser', '')
|
183 |
+
('isopod', '')
|
184 |
+
('suspension bridge', '')
|
185 |
+
('ice cream, icecream', '')
|
186 |
+
('ear, spike, capitulum', '')
|
187 |
+
('African crocodile, Nile crocodile, Crocodylus niloticus', '')
|
188 |
+
('bulbul', '')
|
189 |
+
('buckeye, horse chestnut, conker', '')
|
190 |
+
('acorn', '')
|
191 |
+
('safe', '')
|
192 |
+
('flat-coated retriever', '')
|
193 |
+
('wine bottle', '')
|
194 |
+
('sidewinder, horned rattlesnake, Crotalus cerastes', '')
|
195 |
+
('castle', '')
|
196 |
+
('proboscis monkey, Nasalis larvatus', '')
|
197 |
+
('greenhouse, nursery, glasshouse', '')
|
198 |
+
('Shetland sheepdog, Shetland sheep dog, Shetland', '')
|
199 |
+
('candle, taper, wax light', '')
|
200 |
+
('stretcher', '')
|
201 |
+
('warplane, military plane', '')
|
202 |
+
('miniature pinscher', '')
|
203 |
+
('white wolf, Arctic wolf, Canis lupus tundrarum', '')
|
204 |
+
('toucan', '')
|
205 |
+
('rapeseed', '')
|
206 |
+
('aircraft carrier, carrier, flattop, attack aircraft carrier', '')
|
207 |
+
('assault rifle, assault gun', '')
|
208 |
+
('king snake, kingsnake', '')
|
209 |
+
('dingo, warrigal, warragal, Canis dingo', '')
|
210 |
+
('school bus', '')
|
211 |
+
('redshank, Tringa totanus', '')
|
212 |
+
('Yorkshire terrier', '')
|
213 |
+
('stage', '')
|
214 |
+
('sandal', '')
|
215 |
+
('black-and-tan coonhound', '')
|
216 |
+
('water bottle', '')
|
217 |
+
('overskirt', '')
|
218 |
+
('vending machine', '')
|
219 |
+
('lumbermill, sawmill', '')
|
220 |
+
('tobacco shop, tobacconist shop, tobacconist', '')
|
221 |
+
('rock beauty, Holocanthus tricolor', '')
|
222 |
+
('yawl', '')
|
223 |
+
('guinea pig, Cavia cobaya', '')
|
224 |
+
('spotlight, spot', '')
|
225 |
+
('perfume, essence', '')
|
226 |
+
('bucket, pail', '')
|
227 |
+
('sports car, sport car', '')
|
228 |
+
('black and gold garden spider, Argiope aurantia', '')
|
229 |
+
('grasshopper, hopper', '')
|
230 |
+
('dock, dockage, docking facility', '')
|
231 |
+
('lotion', '')
|
232 |
+
('bobsled, bobsleigh, bob', '')
|
233 |
+
('abaya', '')
|
234 |
+
('perfume, essence', '')
|
235 |
+
('Rottweiler', '')
|
236 |
+
('rock beauty, Holocanthus tricolor', '')
|
237 |
+
('scorpion', '')
|
238 |
+
('malamute, malemute, Alaskan malamute', '')
|
239 |
+
('bottlecap', '')
|
240 |
+
('cleaver, meat cleaver, chopper', '')
|
241 |
+
('cauliflower', '')
|
242 |
+
('maraca', '')
|
243 |
+
('prairie chicken, prairie grouse, prairie fowl', '')
|
244 |
+
('parking meter', '')
|
245 |
+
('seat belt, seatbelt', '')
|
246 |
+
('grocery store, grocery, food market, market', '')
|
247 |
+
('sea slug, nudibranch', '')
|
248 |
+
('toy terrier', '')
|
249 |
+
('Pekinese, Pekingese, Peke', '')
|
250 |
+
('cellular telephone, cellular phone, cellphone, cell, mobile phone', '')
|
251 |
+
('trombone', '')
|
252 |
+
('yawl', '')
|
253 |
+
('remote control, remote', '')
|
254 |
+
('gar, garfish, garpike, billfish, Lepisosteus osseus', '')
|
255 |
+
('seashore, coast, seacoast, sea-coast', '')
|
256 |
+
('assault rifle, assault gun', '')
|
257 |
+
('sunglasses, dark glasses, shades', '')
|
258 |
+
('cassette player', '')
|
259 |
+
('komondor', '')
|
260 |
+
('oboe, hautboy, hautbois', '')
|
261 |
+
('acorn squash', '')
|
262 |
+
('microphone, mike', '')
|
263 |
+
('bubble', '')
|
264 |
+
('assault rifle, assault gun', '')
|
265 |
+
('macaw', '')
|
266 |
+
('chain mail, ring mail, mail, chain armor, chain armour, ring armor, ring armour', '')
|
267 |
+
('Boston bull, Boston terrier', '')
|
268 |
+
('espresso maker', '')
|
269 |
+
('perfume, essence', '')
|
270 |
+
('green lizard, Lacerta viridis', '')
|
271 |
+
('boxer', '')
|
272 |
+
('fireboat', '')
|
273 |
+
('palace', '')
|
274 |
+
('maze, labyrinth', '')
|
275 |
+
('tiger, Panthera tigris', '')
|
276 |
+
('viaduct', '')
|
277 |
+
('basset, basset hound', '')
|
278 |
+
('horned viper, cerastes, sand viper, horned asp, Cerastes cornutus', '')
|
279 |
+
('European gallinule, Porphyrio porphyrio', '')
|
280 |
+
('Airedale, Airedale terrier', '')
|
281 |
+
('macaw', '')
|
282 |
+
('mink', '')
|
283 |
+
('barbershop', '')
|
284 |
+
('suspension bridge', '')
|
285 |
+
('buckle', '')
|
286 |
+
('Dandie Dinmont, Dandie Dinmont terrier', '')
|
287 |
+
('computer keyboard, keypad', '')
|
288 |
+
('strainer', '')
|
289 |
+
('park bench', '')
|
290 |
+
('drum, membranophone, tympan', '')
|
291 |
+
('toilet tissue, toilet paper, bathroom tissue', '')
|
292 |
+
('cocker spaniel, English cocker spaniel, cocker', '')
|
293 |
+
('hot pot, hotpot', '')
|
294 |
+
('great white shark, white shark, man-eater, man-eating shark, Carcharodon carcharias', '')
|
295 |
+
('loggerhead, loggerhead turtle, Caretta caretta', '')
|
296 |
+
('boa constrictor, Constrictor constrictor', '')
|
297 |
+
('drum, membranophone, tympan', '')
|
298 |
+
('bolo tie, bolo, bola tie, bola', '')
|
299 |
+
('rain barrel', '')
|
300 |
+
('volleyball', '')
|
301 |
+
('toucan', '')
|
302 |
+
('liner, ocean liner', '')
|
303 |
+
('digital clock', '')
|
304 |
+
('groom, bridegroom', '')
|
305 |
+
('Polaroid camera, Polaroid Land camera', '')
|
306 |
+
('guenon, guenon monkey', '')
|
307 |
+
('porcupine, hedgehog', '')
|
308 |
+
('umbrella', '')
|
309 |
+
('tench, Tinca tinca', '')
|
310 |
+
('standard poodle', '')
|
311 |
+
('pedestal, plinth, footstall', '')
|
312 |
+
('mashed potato', '')
|
313 |
+
('Pembroke, Pembroke Welsh corgi', '')
|
314 |
+
('tiger, Panthera tigris', '')
|
315 |
+
('go-kart', '')
|
316 |
+
('toilet seat', '')
|
317 |
+
('coucal', '')
|
318 |
+
('Staffordshire bullterrier, Staffordshire bull terrier', '')
|
319 |
+
('burrito', '')
|
320 |
+
('white wolf, Arctic wolf, Canis lupus tundrarum', '')
|
321 |
+
('axolotl, mud puppy, Ambystoma mexicanum', '')
|
322 |
+
('teddy, teddy bear', '')
|
323 |
+
('jean, blue jean, denim', '')
|
324 |
+
('hammerhead, hammerhead shark', '')
|
325 |
+
('cocker spaniel, English cocker spaniel, cocker', '')
|
326 |
+
('snail', '')
|
327 |
+
('barbershop', '')
|
328 |
+
('airship, dirigible', '')
|
329 |
+
('isopod', '')
|
330 |
+
('Great Pyrenees', '')
|
331 |
+
('Rhodesian ridgeback', '')
|
332 |
+
('binoculars, field glasses, opera glasses', '')
|
333 |
+
('ice cream, icecream', '')
|
334 |
+
('miniature pinscher', '')
|
335 |
+
('lakeside, lakeshore', '')
|
336 |
+
('wallaby, brush kangaroo', '')
|
337 |
+
('junco, snowbird', '')
|
338 |
+
('washer, automatic washer, washing machine', '')
|
339 |
+
('grey fox, gray fox, Urocyon cinereoargenteus', '')
|
340 |
+
('giant panda, panda, panda bear, coon bear, Ailuropoda melanoleuca', '')
|
341 |
+
('lab coat, laboratory coat', '')
|
342 |
+
('dome', '')
|
343 |
+
('green mamba', '')
|
344 |
+
('schooner', '')
|
345 |
+
('viaduct', '')
|
346 |
+
('suit, suit of clothes', '')
|
347 |
+
('Great Pyrenees', '')
|
348 |
+
('pill bottle', '')
|
349 |
+
('American Staffordshire terrier, Staffordshire terrier, American pit bull terrier, pit bull terrier', '')
|
350 |
+
('Appenzeller', '')
|
351 |
+
('bloodhound, sleuthhound', '')
|
352 |
+
('loudspeaker, speaker, speaker unit, loudspeaker system, speaker system', '')
|
353 |
+
('manhole cover', '')
|
354 |
+
('cassette', '')
|
355 |
+
('chiffonier, commode', '')
|
356 |
+
('barbell', '')
|
357 |
+
('Ibizan hound, Ibizan Podenco', '')
|
358 |
+
('projectile, missile', '')
|
359 |
+
('acorn squash', '')
|
360 |
+
('wine bottle', '')
|
361 |
+
('Brittany spaniel', '')
|
362 |
+
('oil filter', '')
|
363 |
+
('nipple', '')
|
364 |
+
('bulbul', '')
|
365 |
+
('German short-haired pointer', '')
|
366 |
+
('paper towel', '')
|
367 |
+
('knot', '')
|
368 |
+
('plastic bag', '')
|
369 |
+
('chocolate sauce, chocolate syrup', '')
|
370 |
+
('pot, flowerpot', '')
|
371 |
+
('affenpinscher, monkey pinscher, monkey dog', '')
|
372 |
+
('harvester, reaper', '')
|
373 |
+
('great white shark, white shark, man-eater, man-eating shark, Carcharodon carcharias', '')
|
374 |
+
('swimming trunks, bathing trunks', '')
|
375 |
+
('soup bowl', '')
|
376 |
+
('monitor', '')
|
377 |
+
('maypole', '')
|
378 |
+
('ostrich, Struthio camelus', '')
|
379 |
+
('bannister, banister, balustrade, balusters, handrail', '')
|
380 |
+
('panpipe, pandean pipe, syrinx', '')
|
381 |
+
('cowboy boot', '')
|
382 |
+
('komondor', '')
|
383 |
+
('crib, cot', '')
|
384 |
+
('mushroom', '')
|
385 |
+
('freight car', '')
|
386 |
+
('boxer', '')
|
387 |
+
('ground beetle, carabid beetle', '')
|
388 |
+
("dragonfly, darning needle, devil's darning needle, sewing needle, snake feeder, snake doctor, mosquito hawk, skeeter hawk", '')
|
389 |
+
('dial telephone, dial phone', '')
|
390 |
+
('cheetah, chetah, Acinonyx jubatus', '')
|
391 |
+
('soup bowl', '')
|
392 |
+
('buckle', '')
|
393 |
+
('butcher shop, meat market', '')
|
394 |
+
('howler monkey, howler', '')
|
395 |
+
('box turtle, box tortoise', '')
|
396 |
+
('Yorkshire terrier', '')
|
397 |
+
('miniature schnauzer', '')
|
398 |
+
('apiary, bee house', '')
|
399 |
+
('ladybug, ladybeetle, lady beetle, ladybird, ladybird beetle', '')
|
400 |
+
('suspension bridge', '')
|
401 |
+
('custard apple', '')
|
402 |
+
('flute, transverse flute', '')
|
403 |
+
('submarine, pigboat, sub, U-boat', '')
|
404 |
+
('running shoe', '')
|
405 |
+
('ski', '')
|
406 |
+
('Komodo dragon, Komodo lizard, dragon lizard, giant lizard, Varanus komodoensis', '')
|
407 |
+
('freight car', '')
|
408 |
+
('sea slug, nudibranch', '')
|
409 |
+
('trifle', '')
|
410 |
+
('power drill', '')
|
411 |
+
('Siberian husky', '')
|
412 |
+
('handkerchief, hankie, hanky, hankey', '')
|
413 |
+
('switch, electric switch, electrical switch', '')
|
414 |
+
('necklace', '')
|
415 |
+
('Indian elephant, Elephas maximus', '')
|
416 |
+
('iPod', '')
|
417 |
+
('cellular telephone, cellular phone, cellphone, cell, mobile phone', '')
|
418 |
+
('worm fence, snake fence, snake-rail fence, Virginia fence', '')
|
419 |
+
('groom, bridegroom', '')
|
420 |
+
('radio telescope, radio reflector', '')
|
421 |
+
('valley, vale', '')
|
422 |
+
('cocker spaniel, English cocker spaniel, cocker', '')
|
423 |
+
('trench coat', '')
|
424 |
+
('gong, tam-tam', '')
|
425 |
+
('hen-of-the-woods, hen of the woods, Polyporus frondosus, Grifola frondosa', '')
|
426 |
+
('agaric', '')
|
427 |
+
('Saluki, gazelle hound', '')
|
428 |
+
('bearskin, busby, shako', '')
|
429 |
+
('triumphal arch', '')
|
430 |
+
('potpie', '')
|
431 |
+
('Norwich terrier', '')
|
432 |
+
('violin, fiddle', '')
|
433 |
+
('Bedlington terrier', '')
|
434 |
+
('electric guitar', '')
|
435 |
+
('bolo tie, bolo, bola tie, bola', '')
|
436 |
+
('European gallinule, Porphyrio porphyrio', '')
|
437 |
+
('brain coral', '')
|
438 |
+
('dingo, warrigal, warragal, Canis dingo', '')
|
439 |
+
('steel arch bridge', '')
|
440 |
+
('ruffed grouse, partridge, Bonasa umbellus', '')
|
441 |
+
('mongoose', '')
|
442 |
+
('toilet tissue, toilet paper, bathroom tissue', '')
|
443 |
+
('kuvasz', '')
|
444 |
+
('hook, claw', '')
|
445 |
+
('megalith, megalithic structure', '')
|
446 |
+
('cornet, horn, trumpet, trump', '')
|
447 |
+
('oboe, hautboy, hautbois', '')
|
448 |
+
('whistle', '')
|
449 |
+
('altar', '')
|
450 |
+
('agaric', '')
|
451 |
+
('balloon', '')
|
452 |
+
('sulphur butterfly, sulfur butterfly', '')
|
453 |
+
('axolotl, mud puppy, Ambystoma mexicanum', '')
|
454 |
+
('fire engine, fire truck', '')
|
455 |
+
('platypus, duckbill, duckbilled platypus, duck-billed platypus, Ornithorhynchus anatinus', '')
|
456 |
+
('earthstar', '')
|
457 |
+
('ibex, Capra ibex', '')
|
458 |
+
('cheeseburger', '')
|
459 |
+
('grocery store, grocery, food market, market', '')
|
460 |
+
('acoustic guitar', '')
|
461 |
+
('triceratops', '')
|
462 |
+
('cello, violoncello', '')
|
463 |
+
('snail', '')
|
464 |
+
('shoji', '')
|
465 |
+
('beacon, lighthouse, beacon light, pharos', '')
|
466 |
+
('typewriter keyboard', '')
|
467 |
+
('trifle', '')
|
468 |
+
('African elephant, Loxodonta africana', '')
|
469 |
+
('cockroach, roach', '')
|
470 |
+
('pop bottle, soda bottle', '')
|
471 |
+
('oystercatcher, oyster catcher', '')
|
472 |
+
('mountain tent', '')
|
473 |
+
('gong, tam-tam', '')
|
474 |
+
('forklift', '')
|
475 |
+
('birdhouse', '')
|
476 |
+
('slide rule, slipstick', '')
|
477 |
+
('vase', '')
|
478 |
+
('marmot', '')
|
479 |
+
('chainlink fence', '')
|
480 |
+
('shopping basket', '')
|
481 |
+
('mongoose', '')
|
482 |
+
('tobacco shop, tobacconist shop, tobacconist', '')
|
483 |
+
('mashed potato', '')
|
484 |
+
('tree frog, tree-frog', '')
|
485 |
+
('oxcart', '')
|
486 |
+
('Old English sheepdog, bobtail', '')
|
487 |
+
('black-and-tan coonhound', '')
|
488 |
+
('harp', '')
|
489 |
+
('paddle, boat paddle', '')
|
490 |
+
('garden spider, Aranea diademata', '')
|
491 |
+
('ladle', '')
|
492 |
+
('hand blower, blow dryer, blow drier, hair dryer, hair drier', '')
|
493 |
+
('Sussex spaniel', '')
|
494 |
+
('three-toed sloth, ai, Bradypus tridactylus', '')
|
495 |
+
('French loaf', '')
|
496 |
+
('tabby, tabby cat', '')
|
497 |
+
('nematode, nematode worm, roundworm', '')
|
498 |
+
('boxer', '')
|
499 |
+
('French bulldog', '')
|
500 |
+
('Brabancon griffon', '')
|
501 |
+
('hen-of-the-woods, hen of the woods, Polyporus frondosus, Grifola frondosa', '')
|
502 |
+
('measuring cup', '')
|
503 |
+
('doormat, welcome mat', '')
|
504 |
+
('lemon', '')
|
505 |
+
('orangutan, orang, orangutang, Pongo pygmaeus', '')
|
506 |
+
('unicycle, monocycle', '')
|
507 |
+
('manhole cover', '')
|
508 |
+
('zebra', '')
|
509 |
+
('prayer rug, prayer mat', '')
|
510 |
+
('king penguin, Aptenodytes patagonica', '')
|
511 |
+
('scuba diver', '')
|
512 |
+
('steam locomotive', '')
|
513 |
+
('Blenheim spaniel', '')
|
514 |
+
('vizsla, Hungarian pointer', '')
|
515 |
+
('can opener, tin opener', '')
|
516 |
+
('coffee mug', '')
|
517 |
+
('European gallinule, Porphyrio porphyrio', '')
|
518 |
+
('bassoon', '')
|
519 |
+
('buckeye, horse chestnut, conker', '')
|
520 |
+
('rocking chair, rocker', '')
|
521 |
+
('Ibizan hound, Ibizan Podenco', '')
|
522 |
+
('tarantula', '')
|
523 |
+
('Irish terrier', '')
|
524 |
+
('acorn squash', '')
|
525 |
+
('patas, hussar monkey, Erythrocebus patas', '')
|
526 |
+
('titi, titi monkey', '')
|
527 |
+
('dishwasher, dish washer, dishwashing machine', '')
|
528 |
+
('hummingbird', '')
|
529 |
+
('toy poodle', '')
|
530 |
+
('mortar', '')
|
531 |
+
('puffer, pufferfish, blowfish, globefish', '')
|
532 |
+
('American egret, great white heron, Egretta albus', '')
|
533 |
+
('Dandie Dinmont, Dandie Dinmont terrier', '')
|
534 |
+
('bakery, bakeshop, bakehouse', '')
|
535 |
+
('house finch, linnet, Carpodacus mexicanus', '')
|
536 |
+
('spotlight, spot', '')
|
537 |
+
('balloon', '')
|
538 |
+
('hermit crab', '')
|
539 |
+
('obelisk', '')
|
540 |
+
('folding chair', '')
|
541 |
+
('hatchet', '')
|
542 |
+
('scabbard', '')
|
543 |
+
('warplane, military plane', '')
|
544 |
+
('cornet, horn, trumpet, trump', '')
|
545 |
+
('cicada, cicala', '')
|
546 |
+
('pretzel', '')
|
547 |
+
('echidna, spiny anteater, anteater', '')
|
548 |
+
('black-and-tan coonhound', '')
|
549 |
+
('hook, claw', '')
|
550 |
+
('grey fox, gray fox, Urocyon cinereoargenteus', '')
|
551 |
+
('puffer, pufferfish, blowfish, globefish', '')
|
552 |
+
('black and gold garden spider, Argiope aurantia', '')
|
553 |
+
('cheeseburger', '')
|
554 |
+
('projectile, missile', '')
|
555 |
+
('hartebeest', '')
|
556 |
+
('frilled lizard, Chlamydosaurus kingi', '')
|
557 |
+
('racket, racquet', '')
|
558 |
+
('Labrador retriever', '')
|
559 |
+
('cassette player', '')
|
560 |
+
('green mamba', '')
|
561 |
+
('common newt, Triturus vulgaris', '')
|
562 |
+
('steam locomotive', '')
|
563 |
+
('thimble', '')
|
564 |
+
('tabby, tabby cat', '')
|
565 |
+
('sunglasses, dark glasses, shades', '')
|
566 |
+
('limpkin, Aramus pictus', '')
|
567 |
+
('suspension bridge', '')
|
568 |
+
('shield, buckler', '')
|
569 |
+
('dumbbell', '')
|
570 |
+
('balloon', '')
|
571 |
+
('loudspeaker, speaker, speaker unit, loudspeaker system, speaker system', '')
|
572 |
+
('Staffordshire bullterrier, Staffordshire bull terrier', '')
|
573 |
+
('balance beam, beam', '')
|
574 |
+
('sidewinder, horned rattlesnake, Crotalus cerastes', '')
|
575 |
+
('croquet ball', '')
|
576 |
+
('lumbermill, sawmill', '')
|
577 |
+
('langur', '')
|
578 |
+
('Rottweiler', '')
|
579 |
+
('Airedale, Airedale terrier', '')
|
580 |
+
('oboe, hautboy, hautbois', '')
|
581 |
+
('car wheel', '')
|
582 |
+
('coho, cohoe, coho salmon, blue jack, silver salmon, Oncorhynchus kisutch', '')
|
583 |
+
('bucket, pail', '')
|
584 |
+
('chime, bell, gong', '')
|
585 |
+
('impala, Aepyceros melampus', '')
|
586 |
+
('Tibetan mastiff', '')
|
587 |
+
('dock, dockage, docking facility', '')
|
588 |
+
('bullfrog, Rana catesbeiana', '')
|
589 |
+
('organ, pipe organ', '')
|
590 |
+
('Irish water spaniel', '')
|
591 |
+
('bulbul', '')
|
592 |
+
('electric guitar', '')
|
593 |
+
('Leonberg', '')
|
594 |
+
('jigsaw puzzle', '')
|
595 |
+
('four-poster', '')
|
596 |
+
('bell cote, bell cot', '')
|
597 |
+
('pillow', '')
|
598 |
+
('pot, flowerpot', '')
|
599 |
+
('koala, koala bear, kangaroo bear, native bear, Phascolarctos cinereus', '')
|
600 |
+
('schooner', '')
|
601 |
+
('bookshop, bookstore, bookstall', '')
|
602 |
+
('weasel', '')
|
603 |
+
('black widow, Latrodectus mactans', '')
|
604 |
+
('spider monkey, Ateles geoffroyi', '')
|
605 |
+
('spaghetti squash', '')
|
606 |
+
('cardigan', '')
|
607 |
+
('barbershop', '')
|
608 |
+
('swimming trunks, bathing trunks', '')
|
609 |
+
('coffee mug', '')
|
610 |
+
('holster', '')
|
611 |
+
('upright, upright piano', '')
|
612 |
+
('agaric', '')
|
613 |
+
('breastplate, aegis, egis', '')
|
614 |
+
('nematode, nematode worm, roundworm', '')
|
615 |
+
('sandbar, sand bar', '')
|
616 |
+
('albatross, mollymawk', '')
|
617 |
+
('four-poster', '')
|
618 |
+
('accordion, piano accordion, squeeze box', '')
|
619 |
+
('lipstick, lip rouge', '')
|
620 |
+
('African elephant, Loxodonta africana', '')
|
621 |
+
('chocolate sauce, chocolate syrup', '')
|
622 |
+
('bell pepper', '')
|
623 |
+
('bolo tie, bolo, bola tie, bola', '')
|
624 |
+
('toucan', '')
|
625 |
+
('banded gecko', '')
|
626 |
+
('tabby, tabby cat', '')
|
627 |
+
('shield, buckler', '')
|
628 |
+
('African grey, African gray, Psittacus erithacus', '')
|
629 |
+
('pug, pug-dog', '')
|
630 |
+
('odometer, hodometer, mileometer, milometer', '')
|
631 |
+
('pomegranate', '')
|
632 |
+
('great white shark, white shark, man-eater, man-eating shark, Carcharodon carcharias', '')
|
633 |
+
('otter', '')
|
634 |
+
('colobus, colobus monkey', '')
|
635 |
+
('breastplate, aegis, egis', '')
|
636 |
+
('screwdriver', '')
|
637 |
+
('agaric', '')
|
638 |
+
('Norfolk terrier', '')
|
639 |
+
('Tibetan mastiff', '')
|
640 |
+
('indri, indris, Indri indri, Indri brevicaudatus', '')
|
641 |
+
('poncho', '')
|
642 |
+
('warplane, military plane', '')
|
643 |
+
('crossword puzzle, crossword', '')
|
644 |
+
('trombone', '')
|
645 |
+
('snow leopard, ounce, Panthera uncia', '')
|
646 |
+
('potpie', '')
|
647 |
+
('long-horned beetle, longicorn, longicorn beetle', '')
|
648 |
+
('red fox, Vulpes vulpes', '')
|
649 |
+
('fur coat', '')
|
650 |
+
('violin, fiddle', '')
|
651 |
+
('candle, taper, wax light', '')
|
652 |
+
('spoonbill', '')
|
653 |
+
('Maltese dog, Maltese terrier, Maltese', '')
|
654 |
+
('Bernese mountain dog', '')
|
655 |
+
('beacon, lighthouse, beacon light, pharos', '')
|
656 |
+
('Chesapeake Bay retriever', '')
|
657 |
+
('armadillo', '')
|
658 |
+
('thimble', '')
|
659 |
+
('iPod', '')
|
660 |
+
('drum, membranophone, tympan', '')
|
661 |
+
('pill bottle', '')
|
662 |
+
('quill, quill pen', '')
|
663 |
+
('feather boa, boa', '')
|
664 |
+
('spotlight, spot', '')
|
665 |
+
('mountain tent', '')
|
666 |
+
('beaker', '')
|
667 |
+
('fire engine, fire truck', '')
|
668 |
+
('bolete', '')
|
669 |
+
('cardoon', '')
|
670 |
+
('Ibizan hound, Ibizan Podenco', '')
|
671 |
+
('orange', '')
|
672 |
+
('capuchin, ringtail, Cebus capucinus', '')
|
673 |
+
('giant panda, panda, panda bear, coon bear, Ailuropoda melanoleuca', '')
|
674 |
+
('knot', '')
|
675 |
+
('grand piano, grand', '')
|
676 |
+
('sloth bear, Melursus ursinus, Ursus ursinus', '')
|
677 |
+
('barn spider, Araneus cavaticus', '')
|
678 |
+
('combination lock', '')
|
679 |
+
('mortarboard', '')
|
680 |
+
('Loafer', '')
|
681 |
+
('black swan, Cygnus atratus', '')
|
682 |
+
('mountain bike, all-terrain bike, off-roader', '')
|
683 |
+
('English setter', '')
|
684 |
+
('container ship, containership, container vessel', '')
|
685 |
+
('prairie chicken, prairie grouse, prairie fowl', '')
|
686 |
+
('schooner', '')
|
687 |
+
('hatchet', '')
|
688 |
+
('cradle', '')
|
689 |
+
('boxer', '')
|
690 |
+
('bicycle-built-for-two, tandem bicycle, tandem', '')
|
691 |
+
('Arabian camel, dromedary, Camelus dromedarius', '')
|
692 |
+
('cheetah, chetah, Acinonyx jubatus', '')
|
693 |
+
('coyote, prairie wolf, brush wolf, Canis latrans', '')
|
694 |
+
('corkscrew, bottle screw', '')
|
695 |
+
('microphone, mike', '')
|
696 |
+
('cradle', '')
|
697 |
+
('yawl', '')
|
698 |
+
('cheeseburger', '')
|
699 |
+
('restaurant, eating house, eating place, eatery', '')
|
700 |
+
('bell cote, bell cot', '')
|
701 |
+
('bulbul', '')
|
702 |
+
('caldron, cauldron', '')
|
703 |
+
('tree frog, tree-frog', '')
|
704 |
+
('baboon', '')
|
705 |
+
('crane', '')
|
706 |
+
('spiny lobster, langouste, rock lobster, crawfish, crayfish, sea crawfish', '')
|
707 |
+
('dining table, board', '')
|
708 |
+
('soccer ball', '')
|
709 |
+
('pencil box, pencil case', '')
|
710 |
+
('Scottish deerhound, deerhound', '')
|
711 |
+
('apron', '')
|
712 |
+
('baboon', '')
|
713 |
+
('ram, tup', '')
|
714 |
+
('cardigan', '')
|
715 |
+
('African grey, African gray, Psittacus erithacus', '')
|
716 |
+
('submarine, pigboat, sub, U-boat', '')
|
717 |
+
('Rottweiler', '')
|
718 |
+
('wild boar, boar, Sus scrofa', '')
|
719 |
+
('isopod', '')
|
720 |
+
('frying pan, frypan, skillet', '')
|
721 |
+
('hot pot, hotpot', '')
|
722 |
+
('Blenheim spaniel', '')
|
723 |
+
('strawberry', '')
|
724 |
+
('Walker hound, Walker foxhound', '')
|
725 |
+
('screwdriver', '')
|
726 |
+
('armadillo', '')
|
727 |
+
('Yorkshire terrier', '')
|
728 |
+
('bullet train, bullet', '')
|
729 |
+
('bannister, banister, balustrade, balusters, handrail', '')
|
730 |
+
('modem', '')
|
731 |
+
('whiptail, whiptail lizard', '')
|
732 |
+
('trailer truck, tractor trailer, trucking rig, rig, articulated lorry, semi', '')
|
733 |
+
('Newfoundland, Newfoundland dog', '')
|
734 |
+
('Lhasa, Lhasa apso', '')
|
735 |
+
('ice cream, icecream', '')
|
736 |
+
('titi, titi monkey', '')
|
737 |
+
('little blue heron, Egretta caerulea', '')
|
738 |
+
('barometer', '')
|
739 |
+
('Model T', '')
|
740 |
+
('four-poster', '')
|
741 |
+
('paddle, boat paddle', '')
|
742 |
+
('hatchet', '')
|
743 |
+
('ram, tup', '')
|
744 |
+
('beer glass', '')
|
745 |
+
('macaw', '')
|
746 |
+
('bobsled, bobsleigh, bob', '')
|
747 |
+
('iron, smoothing iron', '')
|
748 |
+
('vacuum, vacuum cleaner', '')
|
749 |
+
('beach wagon, station wagon, wagon, estate car, beach waggon, station waggon, waggon', '')
|
750 |
+
('soccer ball', '')
|
751 |
+
('thunder snake, worm snake, Carphophis amoenus', '')
|
752 |
+
('trailer truck, tractor trailer, trucking rig, rig, articulated lorry, semi', '')
|
753 |
+
('prayer rug, prayer mat', '')
|
754 |
+
('whiptail, whiptail lizard', '')
|
755 |
+
('letter opener, paper knife, paperknife', '')
|
756 |
+
('mousetrap', '')
|
757 |
+
('cradle', '')
|
758 |
+
('pineapple, ananas', '')
|
759 |
+
('macaque', '')
|
760 |
+
('harvester, reaper', '')
|
761 |
+
('mixing bowl', '')
|
762 |
+
('traffic light, traffic signal, stoplight', '')
|
763 |
+
('sleeping bag', '')
|
764 |
+
('redbone', '')
|
765 |
+
('ibex, Capra ibex', '')
|
766 |
+
('brown bear, bruin, Ursus arctos', '')
|
767 |
+
('umbrella', '')
|
768 |
+
('valley, vale', '')
|
769 |
+
('French horn, horn', '')
|
770 |
+
('wombat', '')
|
771 |
+
('Labrador retriever', '')
|
772 |
+
('rotisserie', '')
|
773 |
+
('stethoscope', '')
|
774 |
+
('Siamese cat, Siamese', '')
|
775 |
+
('yurt', '')
|
776 |
+
('swing', '')
|
777 |
+
('traffic light, traffic signal, stoplight', '')
|
778 |
+
('coyote, prairie wolf, brush wolf, Canis latrans', '')
|
779 |
+
('horizontal bar, high bar', '')
|
780 |
+
('king penguin, Aptenodytes patagonica', '')
|
781 |
+
('hognose snake, puff adder, sand viper', '')
|
782 |
+
('guinea pig, Cavia cobaya', '')
|
783 |
+
('leopard, Panthera pardus', '')
|
784 |
+
('crane2', '')
|
785 |
+
('Dungeness crab, Cancer magister', '')
|
786 |
+
('revolver, six-gun, six-shooter', '')
|
787 |
+
('buckle', '')
|
788 |
+
('sports car, sport car', '')
|
789 |
+
('pretzel', '')
|
790 |
+
('bison', '')
|
791 |
+
('lumbermill, sawmill', '')
|
792 |
+
('crayfish, crawfish, crawdad, crawdaddy', '')
|
793 |
+
('loggerhead, loggerhead turtle, Caretta caretta', '')
|
794 |
+
('football helmet', '')
|
795 |
+
('grille, radiator grille', '')
|
796 |
+
('apiary, bee house', '')
|
797 |
+
('white wolf, Arctic wolf, Canis lupus tundrarum', '')
|
798 |
+
('scorpion', '')
|
799 |
+
('cowboy hat, ten-gallon hat', '')
|
800 |
+
('greenhouse, nursery, glasshouse', '')
|
801 |
+
('white wolf, Arctic wolf, Canis lupus tundrarum', '')
|
802 |
+
('tank, army tank, armored combat vehicle, armoured combat vehicle', '')
|
803 |
+
('hen-of-the-woods, hen of the woods, Polyporus frondosus, Grifola frondosa', '')
|
804 |
+
('wardrobe, closet, press', '')
|
805 |
+
('red fox, Vulpes vulpes', '')
|
806 |
+
('pomegranate', '')
|
807 |
+
('black grouse', '')
|
808 |
+
('Sealyham terrier, Sealyham', '')
|
809 |
+
('washbasin, handbasin, washbowl, lavabo, wash-hand basin', '')
|
810 |
+
('sidewinder, horned rattlesnake, Crotalus cerastes', '')
|
811 |
+
('bison', '')
|
812 |
+
('Bernese mountain dog', '')
|
813 |
+
('desktop computer', '')
|
814 |
+
('miniature schnauzer', '')
|
815 |
+
('garden spider, Aranea diademata', '')
|
816 |
+
('pinwheel', '')
|
817 |
+
('pineapple, ananas', '')
|
818 |
+
('bolo tie, bolo, bola tie, bola', '')
|
819 |
+
('bookcase', '')
|
820 |
+
('snowmobile', '')
|
821 |
+
('black-and-tan coonhound', '')
|
822 |
+
('ladybug, ladybeetle, lady beetle, ladybird, ladybird beetle', '')
|
823 |
+
('hammerhead, hammerhead shark', '')
|
824 |
+
('Madagascar cat, ring-tailed lemur, Lemur catta', '')
|
825 |
+
('standard poodle', '')
|
826 |
+
('goldfish, Carassius auratus', '')
|
827 |
+
('tiger beetle', '')
|
828 |
+
('axolotl, mud puppy, Ambystoma mexicanum', '')
|
829 |
+
('freight car', '')
|
830 |
+
('black-footed ferret, ferret, Mustela nigripes', '')
|
831 |
+
('fire screen, fireguard', '')
|
832 |
+
('paper towel', '')
|
833 |
+
('hatchet', '')
|
834 |
+
('paddle, boat paddle', '')
|
835 |
+
('dowitcher', '')
|
836 |
+
('box turtle, box tortoise', '')
|
837 |
+
('military uniform', '')
|
838 |
+
('potpie', '')
|
839 |
+
('china cabinet, china closet', '')
|
840 |
+
('butternut squash', '')
|
841 |
+
('bicycle-built-for-two, tandem bicycle, tandem', '')
|
842 |
+
('French horn, horn', '')
|
843 |
+
('Airedale, Airedale terrier', '')
|
844 |
+
('shovel', '')
|
845 |
+
('cannon', '')
|
846 |
+
('African crocodile, Nile crocodile, Crocodylus niloticus', '')
|
847 |
+
('fountain', '')
|
848 |
+
('corkscrew, bottle screw', '')
|
849 |
+
('polecat, fitch, foulmart, foumart, Mustela putorius', '')
|
850 |
+
('ringlet, ringlet butterfly', '')
|
851 |
+
('Bernese mountain dog', '')
|
852 |
+
('waffle iron', '')
|
853 |
+
('projector', '')
|
854 |
+
('window shade', '')
|
855 |
+
('minibus', '')
|
856 |
+
('sarong', '')
|
857 |
+
('rain barrel', '')
|
858 |
+
('switch, electric switch, electrical switch', '')
|
859 |
+
('trench coat', '')
|
860 |
+
('steel drum', '')
|
861 |
+
('Model T', '')
|
862 |
+
('computer keyboard, keypad', '')
|
863 |
+
('leopard, Panthera pardus', '')
|
864 |
+
('volcano', '')
|
865 |
+
('dowitcher', '')
|
866 |
+
('redbone', '')
|
867 |
+
('barbershop', '')
|
868 |
+
('gong, tam-tam', '')
|
869 |
+
('assault rifle, assault gun', '')
|
870 |
+
('doormat, welcome mat', '')
|
871 |
+
('wood rabbit, cottontail, cottontail rabbit', '')
|
872 |
+
('goblet', '')
|
873 |
+
('Shih-Tzu', '')
|
874 |
+
('tractor', '')
|
875 |
+
('entertainment center', '')
|
876 |
+
('fireboat', '')
|
877 |
+
('espresso maker', '')
|
878 |
+
('bannister, banister, balustrade, balusters, handrail', '')
|
879 |
+
('unicycle, monocycle', '')
|
880 |
+
('great grey owl, great gray owl, Strix nebulosa', '')
|
881 |
+
('peacock', '')
|
882 |
+
('barber chair', '')
|
883 |
+
('hoopskirt, crinoline', '')
|
884 |
+
('sea slug, nudibranch', '')
|
885 |
+
('green mamba', '')
|
886 |
+
('gazelle', '')
|
887 |
+
('tabby, tabby cat', '')
|
888 |
+
('television, television system', '')
|
889 |
+
('nail', '')
|
890 |
+
('cassette player', '')
|
891 |
+
('shopping cart', '')
|
892 |
+
('Arabian camel, dromedary, Camelus dromedarius', '')
|
893 |
+
('teddy, teddy bear', '')
|
894 |
+
('notebook, notebook computer', '')
|
895 |
+
('waffle iron', '')
|
896 |
+
('projector', '')
|
897 |
+
('water jug', '')
|
898 |
+
('saltshaker, salt shaker', '')
|
899 |
+
('cocktail shaker', '')
|
900 |
+
('cornet, horn, trumpet, trump', '')
|
901 |
+
('forklift', '')
|
902 |
+
('punching bag, punch bag, punching ball, punchball', '')
|
903 |
+
('African crocodile, Nile crocodile, Crocodylus niloticus', '')
|
904 |
+
('limpkin, Aramus pictus', '')
|
905 |
+
('bathing cap, swimming cap', '')
|
906 |
+
('corkscrew, bottle screw', '')
|
907 |
+
('wire-haired fox terrier', '')
|
908 |
+
('ladybug, ladybeetle, lady beetle, ladybird, ladybird beetle', '')
|
909 |
+
('fur coat', '')
|
910 |
+
('bell pepper', '')
|
911 |
+
('steel drum', '')
|
912 |
+
('American Staffordshire terrier, Staffordshire terrier, American pit bull terrier, pit bull terrier', '')
|
913 |
+
('milk can', '')
|
914 |
+
('shopping cart', '')
|
915 |
+
('chime, bell, gong', '')
|
916 |
+
('spotlight, spot', '')
|
917 |
+
('car mirror', '')
|
918 |
+
('soccer ball', '')
|
919 |
+
('bull mastiff', '')
|
920 |
+
('notebook, notebook computer', '')
|
921 |
+
('frying pan, frypan, skillet', '')
|
922 |
+
('impala, Aepyceros melampus', '')
|
923 |
+
('cricket', '')
|
924 |
+
('pedestal, plinth, footstall', '')
|
925 |
+
('shopping basket', '')
|
926 |
+
('snow leopard, ounce, Panthera uncia', '')
|
927 |
+
('leatherback turtle, leatherback, leathery turtle, Dermochelys coriacea', '')
|
928 |
+
('spotlight, spot', '')
|
929 |
+
('warplane, military plane', '')
|
930 |
+
('oxcart', '')
|
931 |
+
('harmonica, mouth organ, harp, mouth harp', '')
|
932 |
+
('ringlet, ringlet butterfly', '')
|
933 |
+
('radio telescope, radio reflector', '')
|
934 |
+
('bell pepper', '')
|
935 |
+
('hair spray', '')
|
936 |
+
('mosquito net', '')
|
937 |
+
('submarine, pigboat, sub, U-boat', '')
|
938 |
+
('airliner', '')
|
939 |
+
('wall clock', '')
|
940 |
+
('mosquito net', '')
|
941 |
+
('tape player', '')
|
942 |
+
('television, television system', '')
|
943 |
+
('reel', '')
|
944 |
+
('toyshop', '')
|
945 |
+
('Madagascar cat, ring-tailed lemur, Lemur catta', '')
|
946 |
+
('hummingbird', '')
|
947 |
+
('lighter, light, igniter, ignitor', '')
|
948 |
+
('Brabancon griffon', '')
|
949 |
+
('flat-coated retriever', '')
|
950 |
+
('traffic light, traffic signal, stoplight', '')
|
951 |
+
('lighter, light, igniter, ignitor', '')
|
952 |
+
('Granny Smith', '')
|
953 |
+
('consomme', '')
|
954 |
+
('black stork, Ciconia nigra', '')
|
955 |
+
('pineapple, ananas', '')
|
956 |
+
('pineapple, ananas', '')
|
957 |
+
('missile', '')
|
958 |
+
('lighter, light, igniter, ignitor', '')
|
959 |
+
('disk brake, disc brake', '')
|
960 |
+
('killer whale, killer, orca, grampus, sea wolf, Orcinus orca', '')
|
961 |
+
('toilet tissue, toilet paper, bathroom tissue', '')
|
962 |
+
('paddlewheel, paddle wheel', '')
|
963 |
+
('paper towel', '')
|
964 |
+
('screen, CRT screen', '')
|
965 |
+
('great grey owl, great gray owl, Strix nebulosa', '')
|
966 |
+
('Samoyed, Samoyede', '')
|
967 |
+
('colobus, colobus monkey', '')
|
968 |
+
('borzoi, Russian wolfhound', '')
|
969 |
+
('giant panda, panda, panda bear, coon bear, Ailuropoda melanoleuca', '')
|
970 |
+
('American black bear, black bear, Ursus americanus, Euarctos americanus', '')
|
971 |
+
('window screen', '')
|
972 |
+
('agaric', '')
|
973 |
+
('bulletproof vest', '')
|
974 |
+
('Old English sheepdog, bobtail', '')
|
975 |
+
('guillotine', '')
|
976 |
+
('soap dispenser', '')
|
977 |
+
('barrow, garden cart, lawn cart, wheelbarrow', '')
|
978 |
+
('bakery, bakeshop, bakehouse', '')
|
979 |
+
('seashore, coast, seacoast, sea-coast', '')
|
980 |
+
('iron, smoothing iron', '')
|
981 |
+
('missile', '')
|
982 |
+
('water snake', '')
|
983 |
+
('gyromitra', '')
|
984 |
+
('palace', '')
|
985 |
+
('basset, basset hound', '')
|
986 |
+
('sturgeon', '')
|
987 |
+
('bagel, beigel', '')
|
988 |
+
('horse cart, horse-cart', '')
|
989 |
+
('stinkhorn, carrion fungus', '')
|
990 |
+
('four-poster', '')
|
991 |
+
('Norwegian elkhound, elkhound', '')
|
992 |
+
('suspension bridge', '')
|
993 |
+
('Chesapeake Bay retriever', '')
|
994 |
+
('Rhodesian ridgeback', '')
|
995 |
+
('marmot', '')
|
996 |
+
('padlock', '')
|
997 |
+
('English foxhound', '')
|
998 |
+
('killer whale, killer, orca, grampus, sea wolf, Orcinus orca', '')
|
999 |
+
('cricket', '')
|
1000 |
+
('Maltese dog, Maltese terrier, Maltese', '')
|
eval/ImageNet-1K_score.json
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"acc": 0.776,
|
3 |
+
"num_correct": 776,
|
4 |
+
"num_pred": 1000
|
5 |
+
}
|
eval/ImageNet-A_pred.txt
ADDED
@@ -0,0 +1,1000 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
('Doberman, Doberman pinscher', '')
|
2 |
+
('toy terrier', '')
|
3 |
+
('Rottweiler', '')
|
4 |
+
('boxer', '')
|
5 |
+
('Rottweiler', '')
|
6 |
+
('kit fox, Vulpes macrotis', '')
|
7 |
+
('malamute, malemute, Alaskan malamute', '')
|
8 |
+
('Rottweiler', '')
|
9 |
+
('Rottweiler', '')
|
10 |
+
('mongoose', '')
|
11 |
+
('Rottweiler', '')
|
12 |
+
('black-and-tan coonhound', '')
|
13 |
+
('Rottweiler', '')
|
14 |
+
('Doberman, Doberman pinscher', '')
|
15 |
+
('affenpinscher, monkey pinscher, monkey dog', '')
|
16 |
+
('Rottweiler', '')
|
17 |
+
('Rottweiler', '')
|
18 |
+
('Rottweiler', '')
|
19 |
+
('fire screen, fireguard', '')
|
20 |
+
('Rottweiler', '')
|
21 |
+
('rocking chair, rocker', '')
|
22 |
+
('water jug', '')
|
23 |
+
('cucumber, cuke', '')
|
24 |
+
('cucumber, cuke', '')
|
25 |
+
('cocktail shaker', '')
|
26 |
+
('plate', '')
|
27 |
+
('bagel, beigel', '')
|
28 |
+
('bagel, beigel', '')
|
29 |
+
('cheeseburger', '')
|
30 |
+
('cucumber, cuke', '')
|
31 |
+
('soup bowl', '')
|
32 |
+
('zucchini, courgette', '')
|
33 |
+
('cocktail shaker', '')
|
34 |
+
('bath towel', '')
|
35 |
+
('cucumber, cuke', '')
|
36 |
+
('cocktail shaker', '')
|
37 |
+
('cucumber, cuke', '')
|
38 |
+
('cucumber, cuke', '')
|
39 |
+
('bagel, beigel', '')
|
40 |
+
('cocktail shaker', '')
|
41 |
+
('clumber, clumber spaniel', '')
|
42 |
+
('cucumber, cuke', '')
|
43 |
+
('cleaver, meat cleaver, chopper', '')
|
44 |
+
('bagel, beigel', '')
|
45 |
+
('cucumber, cuke', '')
|
46 |
+
('cocktail shaker', '')
|
47 |
+
('cucumber, cuke', '')
|
48 |
+
('face powder', '')
|
49 |
+
('bagel, beigel', '')
|
50 |
+
('bagel, beigel', '')
|
51 |
+
('buckle', '')
|
52 |
+
('rugby ball', '')
|
53 |
+
('crutch', '')
|
54 |
+
('cowboy boot', '')
|
55 |
+
('crutch', '')
|
56 |
+
('fur coat', '')
|
57 |
+
('cowboy hat, ten-gallon hat', '')
|
58 |
+
('cowboy boot', '')
|
59 |
+
('cowboy boot', '')
|
60 |
+
('hoopskirt, crinoline', '')
|
61 |
+
('cowboy boot', '')
|
62 |
+
('dining table, board', '')
|
63 |
+
('cowboy boot', '')
|
64 |
+
('groom, bridegroom', '')
|
65 |
+
('sock', '')
|
66 |
+
('cowboy boot', '')
|
67 |
+
('cowboy boot', '')
|
68 |
+
('sombrero', '')
|
69 |
+
('Loafer', '')
|
70 |
+
('bicycle-built-for-two, tandem bicycle, tandem', '')
|
71 |
+
('cowboy hat, ten-gallon hat', '')
|
72 |
+
('cowboy hat, ten-gallon hat', '')
|
73 |
+
('cowboy hat, ten-gallon hat', '')
|
74 |
+
('goldfish, Carassius auratus', '')
|
75 |
+
('whiskey jug', '')
|
76 |
+
('cowboy boot', '')
|
77 |
+
('hammer', '')
|
78 |
+
('hoopskirt, crinoline', '')
|
79 |
+
('common iguana, iguana, Iguana iguana', '')
|
80 |
+
('walking stick, walkingstick, stick insect', '')
|
81 |
+
('common iguana, iguana, Iguana iguana', '')
|
82 |
+
('common iguana, iguana, Iguana iguana', '')
|
83 |
+
('squirrel monkey, Saimiri sciureus', '')
|
84 |
+
('sea urchin', '')
|
85 |
+
('common iguana, iguana, Iguana iguana', '')
|
86 |
+
('common iguana, iguana, Iguana iguana', '')
|
87 |
+
('common iguana, iguana, Iguana iguana', '')
|
88 |
+
('common iguana, iguana, Iguana iguana', '')
|
89 |
+
('jackfruit, jak, jack', '')
|
90 |
+
('common iguana, iguana, Iguana iguana', '')
|
91 |
+
('common iguana, iguana, Iguana iguana', '')
|
92 |
+
('alligator lizard', '')
|
93 |
+
('common iguana, iguana, Iguana iguana', '')
|
94 |
+
('common iguana, iguana, Iguana iguana', '')
|
95 |
+
('common iguana, iguana, Iguana iguana', '')
|
96 |
+
('alligator lizard', '')
|
97 |
+
("plunger, plumber's helper", '')
|
98 |
+
('common iguana, iguana, Iguana iguana', '')
|
99 |
+
('common iguana, iguana, Iguana iguana', '')
|
100 |
+
('common iguana, iguana, Iguana iguana', '')
|
101 |
+
('common iguana, iguana, Iguana iguana', '')
|
102 |
+
('common iguana, iguana, Iguana iguana', '')
|
103 |
+
('common iguana, iguana, Iguana iguana', '')
|
104 |
+
('common iguana, iguana, Iguana iguana', '')
|
105 |
+
('green lizard, Lacerta viridis', '')
|
106 |
+
('common iguana, iguana, Iguana iguana', '')
|
107 |
+
('common iguana, iguana, Iguana iguana', '')
|
108 |
+
('macaw', '')
|
109 |
+
('alligator lizard', '')
|
110 |
+
('common iguana, iguana, Iguana iguana', '')
|
111 |
+
('common iguana, iguana, Iguana iguana', '')
|
112 |
+
('common iguana, iguana, Iguana iguana', '')
|
113 |
+
('African chameleon, Chamaeleo chamaeleon', '')
|
114 |
+
('common iguana, iguana, Iguana iguana', '')
|
115 |
+
('common iguana, iguana, Iguana iguana', '')
|
116 |
+
('common iguana, iguana, Iguana iguana', '')
|
117 |
+
('common iguana, iguana, Iguana iguana', '')
|
118 |
+
('common iguana, iguana, Iguana iguana', '')
|
119 |
+
('common iguana, iguana, Iguana iguana', '')
|
120 |
+
('lorikeet', '')
|
121 |
+
('American chameleon, anole, Anolis carolinensis', '')
|
122 |
+
('common iguana, iguana, Iguana iguana', '')
|
123 |
+
('common iguana, iguana, Iguana iguana', '')
|
124 |
+
('common iguana, iguana, Iguana iguana', '')
|
125 |
+
('common iguana, iguana, Iguana iguana', '')
|
126 |
+
('common iguana, iguana, Iguana iguana', '')
|
127 |
+
('common iguana, iguana, Iguana iguana', '')
|
128 |
+
('jacamar', '')
|
129 |
+
('common iguana, iguana, Iguana iguana', '')
|
130 |
+
('green lizard, Lacerta viridis', '')
|
131 |
+
('common iguana, iguana, Iguana iguana', '')
|
132 |
+
('common iguana, iguana, Iguana iguana', '')
|
133 |
+
('platypus, duckbill, duckbilled platypus, duck-billed platypus, Ornithorhynchus anatinus', '')
|
134 |
+
('common iguana, iguana, Iguana iguana', '')
|
135 |
+
('common iguana, iguana, Iguana iguana', '')
|
136 |
+
('common iguana, iguana, Iguana iguana', '')
|
137 |
+
('common iguana, iguana, Iguana iguana', '')
|
138 |
+
('common iguana, iguana, Iguana iguana', '')
|
139 |
+
('worm fence, snake fence, snake-rail fence, Virginia fence', '')
|
140 |
+
('common iguana, iguana, Iguana iguana', '')
|
141 |
+
('common iguana, iguana, Iguana iguana', '')
|
142 |
+
('common iguana, iguana, Iguana iguana', '')
|
143 |
+
('alligator lizard', '')
|
144 |
+
('common iguana, iguana, Iguana iguana', '')
|
145 |
+
('common iguana, iguana, Iguana iguana', '')
|
146 |
+
('common iguana, iguana, Iguana iguana', '')
|
147 |
+
('common iguana, iguana, Iguana iguana', '')
|
148 |
+
('common iguana, iguana, Iguana iguana', '')
|
149 |
+
('common iguana, iguana, Iguana iguana', '')
|
150 |
+
('common iguana, iguana, Iguana iguana', '')
|
151 |
+
('common iguana, iguana, Iguana iguana', '')
|
152 |
+
('common iguana, iguana, Iguana iguana', '')
|
153 |
+
('common iguana, iguana, Iguana iguana', '')
|
154 |
+
('frilled lizard, Chlamydosaurus kingi', '')
|
155 |
+
('common iguana, iguana, Iguana iguana', '')
|
156 |
+
('common iguana, iguana, Iguana iguana', '')
|
157 |
+
('African chameleon, Chamaeleo chamaeleon', '')
|
158 |
+
('common iguana, iguana, Iguana iguana', '')
|
159 |
+
('common iguana, iguana, Iguana iguana', '')
|
160 |
+
('green lizard, Lacerta viridis', '')
|
161 |
+
('common iguana, iguana, Iguana iguana', '')
|
162 |
+
('common iguana, iguana, Iguana iguana', '')
|
163 |
+
('alligator lizard', '')
|
164 |
+
('common iguana, iguana, Iguana iguana', '')
|
165 |
+
('common iguana, iguana, Iguana iguana', '')
|
166 |
+
('common iguana, iguana, Iguana iguana', '')
|
167 |
+
('common iguana, iguana, Iguana iguana', '')
|
168 |
+
('common iguana, iguana, Iguana iguana', '')
|
169 |
+
('common iguana, iguana, Iguana iguana', '')
|
170 |
+
('common iguana, iguana, Iguana iguana', '')
|
171 |
+
('common iguana, iguana, Iguana iguana', '')
|
172 |
+
('alligator lizard', '')
|
173 |
+
('sea snake', '')
|
174 |
+
('common iguana, iguana, Iguana iguana', '')
|
175 |
+
('common iguana, iguana, Iguana iguana', '')
|
176 |
+
('common iguana, iguana, Iguana iguana', '')
|
177 |
+
('common iguana, iguana, Iguana iguana', '')
|
178 |
+
('common iguana, iguana, Iguana iguana', '')
|
179 |
+
('acorn', '')
|
180 |
+
('acorn', '')
|
181 |
+
('measuring cup', '')
|
182 |
+
('chiton, coat-of-mail shell, sea cradle, polyplacophore', '')
|
183 |
+
('buckeye, horse chestnut, conker', '')
|
184 |
+
('acorn', '')
|
185 |
+
('seat belt, seatbelt', '')
|
186 |
+
('buckeye, horse chestnut, conker', '')
|
187 |
+
('hammer', '')
|
188 |
+
('chickadee', '')
|
189 |
+
("loupe, jeweler's loupe", '')
|
190 |
+
("spider web, spider's web", '')
|
191 |
+
('neck brace', '')
|
192 |
+
('isopod', '')
|
193 |
+
('acorn', '')
|
194 |
+
('kit fox, Vulpes macrotis', '')
|
195 |
+
('crate', '')
|
196 |
+
('chickadee', '')
|
197 |
+
('safety pin', '')
|
198 |
+
('chickadee', '')
|
199 |
+
("plane, carpenter's plane, woodworking plane", '')
|
200 |
+
('car wheel', '')
|
201 |
+
('acorn', '')
|
202 |
+
('rocking chair, rocker', '')
|
203 |
+
('poncho', '')
|
204 |
+
('cradle', '')
|
205 |
+
('mosquito net', '')
|
206 |
+
('hair slide', '')
|
207 |
+
('gown', '')
|
208 |
+
('wig', '')
|
209 |
+
('stone wall', '')
|
210 |
+
('castle', '')
|
211 |
+
('backpack, back pack, knapsack, packsack, rucksack, haversack', '')
|
212 |
+
('stopwatch, stop watch', '')
|
213 |
+
('carousel, carrousel, merry-go-round, roundabout, whirligig', '')
|
214 |
+
('water tower', '')
|
215 |
+
('castle', '')
|
216 |
+
('viaduct', '')
|
217 |
+
('castle', '')
|
218 |
+
('stone wall', '')
|
219 |
+
('palace', '')
|
220 |
+
('cannon', '')
|
221 |
+
('running shoe', '')
|
222 |
+
('groom, bridegroom', '')
|
223 |
+
('American alligator, Alligator mississipiensis', '')
|
224 |
+
('American alligator, Alligator mississipiensis', '')
|
225 |
+
('American alligator, Alligator mississipiensis', '')
|
226 |
+
('alligator lizard', '')
|
227 |
+
('American alligator, Alligator mississipiensis', '')
|
228 |
+
('hippopotamus, hippo, river horse, Hippopotamus amphibius', '')
|
229 |
+
('American alligator, Alligator mississipiensis', '')
|
230 |
+
('American alligator, Alligator mississipiensis', '')
|
231 |
+
('alligator lizard', '')
|
232 |
+
('American alligator, Alligator mississipiensis', '')
|
233 |
+
('American alligator, Alligator mississipiensis', '')
|
234 |
+
('alligator lizard', '')
|
235 |
+
('bullfrog, Rana catesbeiana', '')
|
236 |
+
('American alligator, Alligator mississipiensis', '')
|
237 |
+
('American alligator, Alligator mississipiensis', '')
|
238 |
+
('magpie', '')
|
239 |
+
('alligator lizard', '')
|
240 |
+
('American alligator, Alligator mississipiensis', '')
|
241 |
+
('alligator lizard', '')
|
242 |
+
('alligator lizard', '')
|
243 |
+
('water snake', '')
|
244 |
+
('alligator lizard', '')
|
245 |
+
('American alligator, Alligator mississipiensis', '')
|
246 |
+
('alligator lizard', '')
|
247 |
+
('alligator lizard', '')
|
248 |
+
('American alligator, Alligator mississipiensis', '')
|
249 |
+
('alligator lizard', '')
|
250 |
+
('alligator lizard', '')
|
251 |
+
('African crocodile, Nile crocodile, Crocodylus niloticus', '')
|
252 |
+
('American alligator, Alligator mississipiensis', '')
|
253 |
+
('American alligator, Alligator mississipiensis', '')
|
254 |
+
('American alligator, Alligator mississipiensis', '')
|
255 |
+
('American alligator, Alligator mississipiensis', '')
|
256 |
+
('spotted salamander, Ambystoma maculatum', '')
|
257 |
+
('hammerhead, hammerhead shark', '')
|
258 |
+
('drumstick', '')
|
259 |
+
('American alligator, Alligator mississipiensis', '')
|
260 |
+
('alligator lizard', '')
|
261 |
+
('alligator lizard', '')
|
262 |
+
('American alligator, Alligator mississipiensis', '')
|
263 |
+
('American alligator, Alligator mississipiensis', '')
|
264 |
+
('terrapin', '')
|
265 |
+
('American alligator, Alligator mississipiensis', '')
|
266 |
+
('American alligator, Alligator mississipiensis', '')
|
267 |
+
('American alligator, Alligator mississipiensis', '')
|
268 |
+
('wombat', '')
|
269 |
+
('alligator lizard', '')
|
270 |
+
('American alligator, Alligator mississipiensis', '')
|
271 |
+
('terrapin', '')
|
272 |
+
('American alligator, Alligator mississipiensis', '')
|
273 |
+
('American alligator, Alligator mississipiensis', '')
|
274 |
+
('African crocodile, Nile crocodile, Crocodylus niloticus', '')
|
275 |
+
('American alligator, Alligator mississipiensis', '')
|
276 |
+
('African crocodile, Nile crocodile, Crocodylus niloticus', '')
|
277 |
+
('American alligator, Alligator mississipiensis', '')
|
278 |
+
('American alligator, Alligator mississipiensis', '')
|
279 |
+
('alligator lizard', '')
|
280 |
+
('alligator lizard', '')
|
281 |
+
('American alligator, Alligator mississipiensis', '')
|
282 |
+
('planetarium', '')
|
283 |
+
('alligator lizard', '')
|
284 |
+
('American alligator, Alligator mississipiensis', '')
|
285 |
+
('American alligator, Alligator mississipiensis', '')
|
286 |
+
('alligator lizard', '')
|
287 |
+
('African crocodile, Nile crocodile, Crocodylus niloticus', '')
|
288 |
+
('American alligator, Alligator mississipiensis', '')
|
289 |
+
('American alligator, Alligator mississipiensis', '')
|
290 |
+
('American alligator, Alligator mississipiensis', '')
|
291 |
+
('American alligator, Alligator mississipiensis', '')
|
292 |
+
('rocking chair, rocker', '')
|
293 |
+
('stove', '')
|
294 |
+
('diaper, nappy, napkin', '')
|
295 |
+
('radiator', '')
|
296 |
+
('jean, blue jean, denim', '')
|
297 |
+
('entertainment center', '')
|
298 |
+
('cradle', '')
|
299 |
+
('rocking chair, rocker', '')
|
300 |
+
('rubber eraser, rubber, pencil eraser', '')
|
301 |
+
('turnstile', '')
|
302 |
+
('rocking chair, rocker', '')
|
303 |
+
('rocking chair, rocker', '')
|
304 |
+
('folding chair', '')
|
305 |
+
('spindle', '')
|
306 |
+
('rocking chair, rocker', '')
|
307 |
+
('rocking chair, rocker', '')
|
308 |
+
('German short-haired pointer', '')
|
309 |
+
('rocking chair, rocker', '')
|
310 |
+
('stage', '')
|
311 |
+
('sandal', '')
|
312 |
+
('desk', '')
|
313 |
+
('rocking chair, rocker', '')
|
314 |
+
('restaurant, eating house, eating place, eatery', '')
|
315 |
+
('grasshopper, hopper', '')
|
316 |
+
('grasshopper, hopper', '')
|
317 |
+
('leafhopper', '')
|
318 |
+
('mantis, mantid', '')
|
319 |
+
('grasshopper, hopper', '')
|
320 |
+
('leafhopper', '')
|
321 |
+
('grasshopper, hopper', '')
|
322 |
+
('grasshopper, hopper', '')
|
323 |
+
('grasshopper, hopper', '')
|
324 |
+
('grasshopper, hopper', '')
|
325 |
+
('grasshopper, hopper', '')
|
326 |
+
('grasshopper, hopper', '')
|
327 |
+
('grasshopper, hopper', '')
|
328 |
+
('grasshopper, hopper', '')
|
329 |
+
('grasshopper, hopper', '')
|
330 |
+
('grasshopper, hopper', '')
|
331 |
+
('grasshopper, hopper', '')
|
332 |
+
('grasshopper, hopper', '')
|
333 |
+
('mosquito net', '')
|
334 |
+
('birdhouse', '')
|
335 |
+
('grasshopper, hopper', '')
|
336 |
+
('grasshopper, hopper', '')
|
337 |
+
('electric fan, blower', '')
|
338 |
+
('grasshopper, hopper', '')
|
339 |
+
('grasshopper, hopper', '')
|
340 |
+
('scorpion', '')
|
341 |
+
('grasshopper, hopper', '')
|
342 |
+
('grasshopper, hopper', '')
|
343 |
+
('grasshopper, hopper', '')
|
344 |
+
('grasshopper, hopper', '')
|
345 |
+
('grasshopper, hopper', '')
|
346 |
+
('grasshopper, hopper', '')
|
347 |
+
("dragonfly, darning needle, devil's darning needle, sewing needle, snake feeder, snake doctor, mosquito hawk, skeeter hawk", '')
|
348 |
+
('frilled lizard, Chlamydosaurus kingi', '')
|
349 |
+
('ground beetle, carabid beetle', '')
|
350 |
+
('safety pin', '')
|
351 |
+
('grasshopper, hopper', '')
|
352 |
+
('grasshopper, hopper', '')
|
353 |
+
('green lizard, Lacerta viridis', '')
|
354 |
+
('grasshopper, hopper', '')
|
355 |
+
('grasshopper, hopper', '')
|
356 |
+
('grasshopper, hopper', '')
|
357 |
+
('monarch, monarch butterfly, milkweed butterfly, Danaus plexippus', '')
|
358 |
+
('grasshopper, hopper', '')
|
359 |
+
('grasshopper, hopper', '')
|
360 |
+
('grasshopper, hopper', '')
|
361 |
+
('sliding door', '')
|
362 |
+
('crayfish, crawfish, crawdad, crawdaddy', '')
|
363 |
+
('hourglass', '')
|
364 |
+
('cockroach, roach', '')
|
365 |
+
('grasshopper, hopper', '')
|
366 |
+
('grasshopper, hopper', '')
|
367 |
+
('grasshopper, hopper', '')
|
368 |
+
('cricket', '')
|
369 |
+
('grasshopper, hopper', '')
|
370 |
+
('mantis, mantid', '')
|
371 |
+
('hook, claw', '')
|
372 |
+
('grasshopper, hopper', '')
|
373 |
+
('mantis, mantid', '')
|
374 |
+
('mantis, mantid', '')
|
375 |
+
('grasshopper, hopper', '')
|
376 |
+
('grasshopper, hopper', '')
|
377 |
+
('leafhopper', '')
|
378 |
+
('grasshopper, hopper', '')
|
379 |
+
("dragonfly, darning needle, devil's darning needle, sewing needle, snake feeder, snake doctor, mosquito hawk, skeeter hawk", '')
|
380 |
+
('grasshopper, hopper', '')
|
381 |
+
('grasshopper, hopper', '')
|
382 |
+
('leaf beetle, chrysomelid', '')
|
383 |
+
('leafhopper', '')
|
384 |
+
('sea cucumber, holothurian', '')
|
385 |
+
('grasshopper, hopper', '')
|
386 |
+
('mantis, mantid', '')
|
387 |
+
('grasshopper, hopper', '')
|
388 |
+
('grasshopper, hopper', '')
|
389 |
+
('leafhopper', '')
|
390 |
+
('grasshopper, hopper', '')
|
391 |
+
('mantis, mantid', '')
|
392 |
+
('grasshopper, hopper', '')
|
393 |
+
('grasshopper, hopper', '')
|
394 |
+
('axolotl, mud puppy, Ambystoma mexicanum', '')
|
395 |
+
('grasshopper, hopper', '')
|
396 |
+
('walking stick, walkingstick, stick insect', '')
|
397 |
+
('grasshopper, hopper', '')
|
398 |
+
('grasshopper, hopper', '')
|
399 |
+
('cicada, cicala', '')
|
400 |
+
('grasshopper, hopper', '')
|
401 |
+
('tree frog, tree-frog', '')
|
402 |
+
('grasshopper, hopper', '')
|
403 |
+
('grasshopper, hopper', '')
|
404 |
+
('grasshopper, hopper', '')
|
405 |
+
('grasshopper, hopper', '')
|
406 |
+
('grasshopper, hopper', '')
|
407 |
+
('grasshopper, hopper', '')
|
408 |
+
('grasshopper, hopper', '')
|
409 |
+
('grasshopper, hopper', '')
|
410 |
+
('grasshopper, hopper', '')
|
411 |
+
('house finch, linnet, Carpodacus mexicanus', '')
|
412 |
+
('mantis, mantid', '')
|
413 |
+
('grasshopper, hopper', '')
|
414 |
+
('grasshopper, hopper', '')
|
415 |
+
('tank, army tank, armored combat vehicle, armoured combat vehicle', '')
|
416 |
+
('tank, army tank, armored combat vehicle, armoured combat vehicle', '')
|
417 |
+
('tank, army tank, armored combat vehicle, armoured combat vehicle', '')
|
418 |
+
('tank, army tank, armored combat vehicle, armoured combat vehicle', '')
|
419 |
+
('stretcher', '')
|
420 |
+
('tank, army tank, armored combat vehicle, armoured combat vehicle', '')
|
421 |
+
('harvester, reaper', '')
|
422 |
+
('freight car', '')
|
423 |
+
('tank, army tank, armored combat vehicle, armoured combat vehicle', '')
|
424 |
+
('half track', '')
|
425 |
+
('tank, army tank, armored combat vehicle, armoured combat vehicle', '')
|
426 |
+
('wreck', '')
|
427 |
+
('tank, army tank, armored combat vehicle, armoured combat vehicle', '')
|
428 |
+
('oxcart', '')
|
429 |
+
('tank, army tank, armored combat vehicle, armoured combat vehicle', '')
|
430 |
+
('tank, army tank, armored combat vehicle, armoured combat vehicle', '')
|
431 |
+
('half track', '')
|
432 |
+
('trailer truck, tractor trailer, trucking rig, rig, articulated lorry, semi', '')
|
433 |
+
('tank, army tank, armored combat vehicle, armoured combat vehicle', '')
|
434 |
+
('carousel, carrousel, merry-go-round, roundabout, whirligig', '')
|
435 |
+
('tank, army tank, armored combat vehicle, armoured combat vehicle', '')
|
436 |
+
('tank, army tank, armored combat vehicle, armoured combat vehicle', '')
|
437 |
+
('tank, army tank, armored combat vehicle, armoured combat vehicle', '')
|
438 |
+
('tank, army tank, armored combat vehicle, armoured combat vehicle', '')
|
439 |
+
('tank, army tank, armored combat vehicle, armoured combat vehicle', '')
|
440 |
+
('tank, army tank, armored combat vehicle, armoured combat vehicle', '')
|
441 |
+
('snorkel', '')
|
442 |
+
('sunglasses, dark glasses, shades', '')
|
443 |
+
('overskirt', '')
|
444 |
+
('ski mask', '')
|
445 |
+
('wig', '')
|
446 |
+
('gasmask, respirator, gas helmet', '')
|
447 |
+
('hoopskirt, crinoline', '')
|
448 |
+
("jack-o'-lantern", '')
|
449 |
+
('hoopskirt, crinoline', '')
|
450 |
+
('coil, spiral, volute, whorl, helix', '')
|
451 |
+
('suit, suit of clothes', '')
|
452 |
+
('mask', '')
|
453 |
+
('kimono', '')
|
454 |
+
('sleeping bag', '')
|
455 |
+
('suit, suit of clothes', '')
|
456 |
+
('mask', '')
|
457 |
+
('puck, hockey puck', '')
|
458 |
+
('mask', '')
|
459 |
+
('brassiere, bra, bandeau', '')
|
460 |
+
('mask', '')
|
461 |
+
('drumstick', '')
|
462 |
+
('maillot, tank suit', '')
|
463 |
+
('wig', '')
|
464 |
+
('mask', '')
|
465 |
+
('ski mask', '')
|
466 |
+
('cloak', '')
|
467 |
+
('miniskirt, mini', '')
|
468 |
+
('mask', '')
|
469 |
+
('mask', '')
|
470 |
+
('cinema, movie theater, movie theatre, movie house, picture palace', '')
|
471 |
+
('hoopskirt, crinoline', '')
|
472 |
+
('microphone, mike', '')
|
473 |
+
('ski mask', '')
|
474 |
+
('velvet', '')
|
475 |
+
('gasmask, respirator, gas helmet', '')
|
476 |
+
('overskirt', '')
|
477 |
+
('wig', '')
|
478 |
+
('revolver, six-gun, six-shooter', '')
|
479 |
+
('mask', '')
|
480 |
+
('mask', '')
|
481 |
+
('stage', '')
|
482 |
+
('beer bottle', '')
|
483 |
+
('confectionery, confectionary, candy store', '')
|
484 |
+
('pickup, pickup truck', '')
|
485 |
+
('chain mail, ring mail, mail, chain armor, chain armour, ring armor, ring armour', '')
|
486 |
+
('suit, suit of clothes', '')
|
487 |
+
('balance beam, beam', '')
|
488 |
+
('pelican', '')
|
489 |
+
('pelican', '')
|
490 |
+
('pelican', '')
|
491 |
+
('pelican', '')
|
492 |
+
("loupe, jeweler's loupe", '')
|
493 |
+
('pelican', '')
|
494 |
+
('pelican', '')
|
495 |
+
('pelican', '')
|
496 |
+
('pelican', '')
|
497 |
+
('pelican', '')
|
498 |
+
('American egret, great white heron, Egretta albus', '')
|
499 |
+
('pelican', '')
|
500 |
+
('pelican', '')
|
501 |
+
('pelican', '')
|
502 |
+
('pelican', '')
|
503 |
+
('pelican', '')
|
504 |
+
('pelican', '')
|
505 |
+
('pelican', '')
|
506 |
+
('pelican', '')
|
507 |
+
('reflex camera', '')
|
508 |
+
('American egret, great white heron, Egretta albus', '')
|
509 |
+
('pelican', '')
|
510 |
+
('pelican', '')
|
511 |
+
('fig', '')
|
512 |
+
('pelican', '')
|
513 |
+
('pelican', '')
|
514 |
+
('pelican', '')
|
515 |
+
('pelican', '')
|
516 |
+
('pelican', '')
|
517 |
+
('pelican', '')
|
518 |
+
('pelican', '')
|
519 |
+
('pelican', '')
|
520 |
+
('pelican', '')
|
521 |
+
('pelican', '')
|
522 |
+
('pelican', '')
|
523 |
+
('pelican', '')
|
524 |
+
('pelican', '')
|
525 |
+
('pelican', '')
|
526 |
+
('pelican', '')
|
527 |
+
('pelican', '')
|
528 |
+
('pelican', '')
|
529 |
+
('pelican', '')
|
530 |
+
('pelican', '')
|
531 |
+
('pelican', '')
|
532 |
+
('pelican', '')
|
533 |
+
('pelican', '')
|
534 |
+
('pelican', '')
|
535 |
+
('pelican', '')
|
536 |
+
('pelican', '')
|
537 |
+
('pelican', '')
|
538 |
+
('pelican', '')
|
539 |
+
('pelican', '')
|
540 |
+
('pelican', '')
|
541 |
+
('pelican', '')
|
542 |
+
('washer, automatic washer, washing machine', '')
|
543 |
+
('wreck', '')
|
544 |
+
('submarine, pigboat, sub, U-boat', '')
|
545 |
+
('submarine, pigboat, sub, U-boat', '')
|
546 |
+
('passenger car, coach, carriage', '')
|
547 |
+
('submarine, pigboat, sub, U-boat', '')
|
548 |
+
('submarine, pigboat, sub, U-boat', '')
|
549 |
+
('submarine, pigboat, sub, U-boat', '')
|
550 |
+
('submarine, pigboat, sub, U-boat', '')
|
551 |
+
('submarine, pigboat, sub, U-boat', '')
|
552 |
+
('submarine, pigboat, sub, U-boat', '')
|
553 |
+
('submarine, pigboat, sub, U-boat', '')
|
554 |
+
('submarine, pigboat, sub, U-boat', '')
|
555 |
+
('submarine, pigboat, sub, U-boat', '')
|
556 |
+
('submarine, pigboat, sub, U-boat', '')
|
557 |
+
('submarine, pigboat, sub, U-boat', '')
|
558 |
+
('submarine, pigboat, sub, U-boat', '')
|
559 |
+
('submarine, pigboat, sub, U-boat', '')
|
560 |
+
('submarine, pigboat, sub, U-boat', '')
|
561 |
+
('maillot, tank suit', '')
|
562 |
+
('daisy', '')
|
563 |
+
('scale, weighing machine', '')
|
564 |
+
('knee pad', '')
|
565 |
+
('miniskirt, mini', '')
|
566 |
+
('volleyball', '')
|
567 |
+
('jean, blue jean, denim', '')
|
568 |
+
('packet', '')
|
569 |
+
('miniskirt, mini', '')
|
570 |
+
('sandal', '')
|
571 |
+
('cardigan', '')
|
572 |
+
('sandal', '')
|
573 |
+
('sandal', '')
|
574 |
+
('sandal', '')
|
575 |
+
('miniskirt, mini', '')
|
576 |
+
('running shoe', '')
|
577 |
+
('sandal', '')
|
578 |
+
('jean, blue jean, denim', '')
|
579 |
+
('sarong', '')
|
580 |
+
('bicycle-built-for-two, tandem bicycle, tandem', '')
|
581 |
+
("pajama, pyjama, pj's, jammies", '')
|
582 |
+
('maillot', '')
|
583 |
+
('miniskirt, mini', '')
|
584 |
+
('trench coat', '')
|
585 |
+
('mailbag, postbag', '')
|
586 |
+
('knee pad', '')
|
587 |
+
('sandal', '')
|
588 |
+
('sandal', '')
|
589 |
+
('jean, blue jean, denim', '')
|
590 |
+
('lakeside, lakeshore', '')
|
591 |
+
('Samoyed, Samoyede', '')
|
592 |
+
('sarong', '')
|
593 |
+
('sandbar, sand bar', '')
|
594 |
+
('folding chair', '')
|
595 |
+
('soup bowl', '')
|
596 |
+
('sandal', '')
|
597 |
+
('miniskirt, mini', '')
|
598 |
+
('sandal', '')
|
599 |
+
('sandal', '')
|
600 |
+
('backpack, back pack, knapsack, packsack, rucksack, haversack', '')
|
601 |
+
('swimming trunks, bathing trunks', '')
|
602 |
+
('laptop, laptop computer', '')
|
603 |
+
('sandal', '')
|
604 |
+
('patio, terrace', '')
|
605 |
+
('mailbag, postbag', '')
|
606 |
+
('kelpie', '')
|
607 |
+
('cliff dwelling', '')
|
608 |
+
('cliff, drop, drop-off', '')
|
609 |
+
('cliff, drop, drop-off', '')
|
610 |
+
('valley, vale', '')
|
611 |
+
('ski', '')
|
612 |
+
('ski', '')
|
613 |
+
('cliff, drop, drop-off', '')
|
614 |
+
('cliff, drop, drop-off', '')
|
615 |
+
('cliff, drop, drop-off', '')
|
616 |
+
('cliff, drop, drop-off', '')
|
617 |
+
('valley, vale', '')
|
618 |
+
('alp', '')
|
619 |
+
('armadillo', '')
|
620 |
+
('armadillo', '')
|
621 |
+
('sea cucumber, holothurian', '')
|
622 |
+
('three-toed sloth, ai, Bradypus tridactylus', '')
|
623 |
+
('echidna, spiny anteater, anteater', '')
|
624 |
+
('armadillo', '')
|
625 |
+
('jeep, landrover', '')
|
626 |
+
('armadillo', '')
|
627 |
+
('armadillo', '')
|
628 |
+
('stingray', '')
|
629 |
+
('armadillo', '')
|
630 |
+
('grasshopper, hopper', '')
|
631 |
+
('box turtle, box tortoise', '')
|
632 |
+
('armadillo', '')
|
633 |
+
('skunk, polecat, wood pussy', '')
|
634 |
+
('armadillo', '')
|
635 |
+
('wild boar, boar, Sus scrofa', '')
|
636 |
+
('mousetrap', '')
|
637 |
+
('porcupine, hedgehog', '')
|
638 |
+
('echidna, spiny anteater, anteater', '')
|
639 |
+
('doormat, welcome mat', '')
|
640 |
+
('skunk, polecat, wood pussy', '')
|
641 |
+
('mongoose', '')
|
642 |
+
('armadillo', '')
|
643 |
+
('drum, membranophone, tympan', '')
|
644 |
+
('bucket, pail', '')
|
645 |
+
('drumstick', '')
|
646 |
+
('drumstick', '')
|
647 |
+
('racket, racquet', '')
|
648 |
+
('bucket, pail', '')
|
649 |
+
('drumstick', '')
|
650 |
+
('tape player', '')
|
651 |
+
('bucket, pail', '')
|
652 |
+
('drum, membranophone, tympan', '')
|
653 |
+
('drum, membranophone, tympan', '')
|
654 |
+
('drumstick', '')
|
655 |
+
('drumstick', '')
|
656 |
+
('drumstick', '')
|
657 |
+
('drumstick', '')
|
658 |
+
('goose', '')
|
659 |
+
('oystercatcher, oyster catcher', '')
|
660 |
+
('oystercatcher, oyster catcher', '')
|
661 |
+
('lorikeet', '')
|
662 |
+
('black stork, Ciconia nigra', '')
|
663 |
+
('oystercatcher, oyster catcher', '')
|
664 |
+
('aircraft carrier, carrier, flattop, attack aircraft carrier', '')
|
665 |
+
('oystercatcher, oyster catcher', '')
|
666 |
+
('oystercatcher, oyster catcher', '')
|
667 |
+
('koala, koala bear, kangaroo bear, native bear, Phascolarctos cinereus', '')
|
668 |
+
('koala, koala bear, kangaroo bear, native bear, Phascolarctos cinereus', '')
|
669 |
+
('koala, koala bear, kangaroo bear, native bear, Phascolarctos cinereus', '')
|
670 |
+
('koala, koala bear, kangaroo bear, native bear, Phascolarctos cinereus', '')
|
671 |
+
('koala, koala bear, kangaroo bear, native bear, Phascolarctos cinereus', '')
|
672 |
+
('koala, koala bear, kangaroo bear, native bear, Phascolarctos cinereus', '')
|
673 |
+
('koala, koala bear, kangaroo bear, native bear, Phascolarctos cinereus', '')
|
674 |
+
('koala, koala bear, kangaroo bear, native bear, Phascolarctos cinereus', '')
|
675 |
+
('koala, koala bear, kangaroo bear, native bear, Phascolarctos cinereus', '')
|
676 |
+
('koala, koala bear, kangaroo bear, native bear, Phascolarctos cinereus', '')
|
677 |
+
('vault', '')
|
678 |
+
('squirrel monkey, Saimiri sciureus', '')
|
679 |
+
('koala, koala bear, kangaroo bear, native bear, Phascolarctos cinereus', '')
|
680 |
+
('koala, koala bear, kangaroo bear, native bear, Phascolarctos cinereus', '')
|
681 |
+
('koala, koala bear, kangaroo bear, native bear, Phascolarctos cinereus', '')
|
682 |
+
('koala, koala bear, kangaroo bear, native bear, Phascolarctos cinereus', '')
|
683 |
+
('koala, koala bear, kangaroo bear, native bear, Phascolarctos cinereus', '')
|
684 |
+
('koala, koala bear, kangaroo bear, native bear, Phascolarctos cinereus', '')
|
685 |
+
('spotlight, spot', '')
|
686 |
+
('koala, koala bear, kangaroo bear, native bear, Phascolarctos cinereus', '')
|
687 |
+
('koala, koala bear, kangaroo bear, native bear, Phascolarctos cinereus', '')
|
688 |
+
('sloth bear, Melursus ursinus, Ursus ursinus', '')
|
689 |
+
('koala, koala bear, kangaroo bear, native bear, Phascolarctos cinereus', '')
|
690 |
+
('koala, koala bear, kangaroo bear, native bear, Phascolarctos cinereus', '')
|
691 |
+
('koala, koala bear, kangaroo bear, native bear, Phascolarctos cinereus', '')
|
692 |
+
('wombat', '')
|
693 |
+
('ear, spike, capitulum', '')
|
694 |
+
('custard apple', '')
|
695 |
+
('custard apple', '')
|
696 |
+
('custard apple', '')
|
697 |
+
('beaker', '')
|
698 |
+
('orangutan, orang, orangutang, Pongo pygmaeus', '')
|
699 |
+
('plate', '')
|
700 |
+
('zucchini, courgette', '')
|
701 |
+
('Dungeness crab, Cancer magister', '')
|
702 |
+
('plate', '')
|
703 |
+
('eggnog', '')
|
704 |
+
('broom', '')
|
705 |
+
('butcher shop, meat market', '')
|
706 |
+
('frying pan, frypan, skillet', '')
|
707 |
+
('cup', '')
|
708 |
+
("loupe, jeweler's loupe", '')
|
709 |
+
('lemon', '')
|
710 |
+
('plate', '')
|
711 |
+
('lemon', '')
|
712 |
+
('gar, garfish, garpike, billfish, Lepisosteus osseus', '')
|
713 |
+
('Dungeness crab, Cancer magister', '')
|
714 |
+
('trifle', '')
|
715 |
+
('cocktail shaker', '')
|
716 |
+
('lemon', '')
|
717 |
+
('burrito', '')
|
718 |
+
('plate', '')
|
719 |
+
('plate', '')
|
720 |
+
('mixing bowl', '')
|
721 |
+
('wooden spoon', '')
|
722 |
+
('rugby ball', '')
|
723 |
+
('soccer ball', '')
|
724 |
+
('rugby ball', '')
|
725 |
+
('rugby ball', '')
|
726 |
+
('rugby ball', '')
|
727 |
+
('rugby ball', '')
|
728 |
+
('volleyball', '')
|
729 |
+
('rugby ball', '')
|
730 |
+
('rugby ball', '')
|
731 |
+
('rugby ball', '')
|
732 |
+
('rugby ball', '')
|
733 |
+
('banjo', '')
|
734 |
+
('rugby ball', '')
|
735 |
+
('rugby ball', '')
|
736 |
+
('rugby ball', '')
|
737 |
+
('rugby ball', '')
|
738 |
+
('rugby ball', '')
|
739 |
+
('dial telephone, dial phone', '')
|
740 |
+
('table lamp', '')
|
741 |
+
('dial telephone, dial phone', '')
|
742 |
+
('dial telephone, dial phone', '')
|
743 |
+
('sewing machine', '')
|
744 |
+
('typewriter keyboard', '')
|
745 |
+
('dial telephone, dial phone', '')
|
746 |
+
('dial telephone, dial phone', '')
|
747 |
+
('dial telephone, dial phone', '')
|
748 |
+
('desk', '')
|
749 |
+
('suit, suit of clothes', '')
|
750 |
+
('dial telephone, dial phone', '')
|
751 |
+
('dial telephone, dial phone', '')
|
752 |
+
('bow tie, bow-tie, bowtie', '')
|
753 |
+
('stage', '')
|
754 |
+
('stage', '')
|
755 |
+
('tabby, tabby cat', '')
|
756 |
+
('gown', '')
|
757 |
+
('miniskirt, mini', '')
|
758 |
+
('bow tie, bow-tie, bowtie', '')
|
759 |
+
('Shih-Tzu', '')
|
760 |
+
('stage', '')
|
761 |
+
('tricycle, trike, velocipede', '')
|
762 |
+
('feather boa, boa', '')
|
763 |
+
('cowboy boot', '')
|
764 |
+
('bow tie, bow-tie, bowtie', '')
|
765 |
+
('gown', '')
|
766 |
+
('chime, bell, gong', '')
|
767 |
+
('slot, one-armed bandit', '')
|
768 |
+
('Italian greyhound', '')
|
769 |
+
('bow tie, bow-tie, bowtie', '')
|
770 |
+
('bow tie, bow-tie, bowtie', '')
|
771 |
+
('stage', '')
|
772 |
+
('Band Aid', '')
|
773 |
+
('toyshop', '')
|
774 |
+
('velvet', '')
|
775 |
+
('Italian greyhound', '')
|
776 |
+
('Pembroke, Pembroke Welsh corgi', '')
|
777 |
+
('cup', '')
|
778 |
+
('electric guitar', '')
|
779 |
+
('sax, saxophone', '')
|
780 |
+
('sax, saxophone', '')
|
781 |
+
('vacuum, vacuum cleaner', '')
|
782 |
+
('sax, saxophone', '')
|
783 |
+
('cornet, horn, trumpet, trump', '')
|
784 |
+
('sax, saxophone', '')
|
785 |
+
('sax, saxophone', '')
|
786 |
+
('sax, saxophone', '')
|
787 |
+
('cinema, movie theater, movie theatre, movie house, picture palace', '')
|
788 |
+
('sax, saxophone', '')
|
789 |
+
('trombone', '')
|
790 |
+
('sax, saxophone', '')
|
791 |
+
('sax, saxophone', '')
|
792 |
+
('sax, saxophone', '')
|
793 |
+
('wig', '')
|
794 |
+
('laptop, laptop computer', '')
|
795 |
+
('reflex camera', '')
|
796 |
+
('banana', '')
|
797 |
+
('chocolate sauce, chocolate syrup', '')
|
798 |
+
('banana', '')
|
799 |
+
('banana', '')
|
800 |
+
('cup', '')
|
801 |
+
('ocarina, sweet potato', '')
|
802 |
+
('bicycle-built-for-two, tandem bicycle, tandem', '')
|
803 |
+
('menu', '')
|
804 |
+
('jersey, T-shirt, tee shirt', '')
|
805 |
+
('bagel, beigel', '')
|
806 |
+
('banana', '')
|
807 |
+
('bakery, bakeshop, bakehouse', '')
|
808 |
+
('cradle', '')
|
809 |
+
('notebook, notebook computer', '')
|
810 |
+
('banana', '')
|
811 |
+
('basketball', '')
|
812 |
+
('rain barrel', '')
|
813 |
+
('eggnog', '')
|
814 |
+
('amphibian, amphibious vehicle', '')
|
815 |
+
('mixing bowl', '')
|
816 |
+
('ashcan, trash can, garbage can, wastebin, ash bin, ash-bin, ashbin, dustbin, trash barrel, trash bin', '')
|
817 |
+
('fox squirrel, eastern fox squirrel, Sciurus niger', '')
|
818 |
+
('patio, terrace', '')
|
819 |
+
('fox squirrel, eastern fox squirrel, Sciurus niger', '')
|
820 |
+
('mongoose', '')
|
821 |
+
('skunk, polecat, wood pussy', '')
|
822 |
+
('skunk, polecat, wood pussy', '')
|
823 |
+
('squirrel monkey, Saimiri sciureus', '')
|
824 |
+
('fox squirrel, eastern fox squirrel, Sciurus niger', '')
|
825 |
+
('fox squirrel, eastern fox squirrel, Sciurus niger', '')
|
826 |
+
('fox squirrel, eastern fox squirrel, Sciurus niger', '')
|
827 |
+
('fox squirrel, eastern fox squirrel, Sciurus niger', '')
|
828 |
+
('worm fence, snake fence, snake-rail fence, Virginia fence', '')
|
829 |
+
('fox squirrel, eastern fox squirrel, Sciurus niger', '')
|
830 |
+
('fox squirrel, eastern fox squirrel, Sciurus niger', '')
|
831 |
+
('fox squirrel, eastern fox squirrel, Sciurus niger', '')
|
832 |
+
('mongoose', '')
|
833 |
+
('squirrel monkey, Saimiri sciureus', '')
|
834 |
+
('pot, flowerpot', '')
|
835 |
+
('squirrel monkey, Saimiri sciureus', '')
|
836 |
+
('fox squirrel, eastern fox squirrel, Sciurus niger', '')
|
837 |
+
('fox squirrel, eastern fox squirrel, Sciurus niger', '')
|
838 |
+
('fox squirrel, eastern fox squirrel, Sciurus niger', '')
|
839 |
+
('reel', '')
|
840 |
+
('sulphur-crested cockatoo, Kakatoe galerita, Cacatua galerita', '')
|
841 |
+
('squirrel monkey, Saimiri sciureus', '')
|
842 |
+
('fox squirrel, eastern fox squirrel, Sciurus niger', '')
|
843 |
+
('bannister, banister, balustrade, balusters, handrail', '')
|
844 |
+
('fox squirrel, eastern fox squirrel, Sciurus niger', '')
|
845 |
+
('fox squirrel, eastern fox squirrel, Sciurus niger', '')
|
846 |
+
('fox squirrel, eastern fox squirrel, Sciurus niger', '')
|
847 |
+
('fox squirrel, eastern fox squirrel, Sciurus niger', '')
|
848 |
+
('fox squirrel, eastern fox squirrel, Sciurus niger', '')
|
849 |
+
('fox squirrel, eastern fox squirrel, Sciurus niger', '')
|
850 |
+
('fox squirrel, eastern fox squirrel, Sciurus niger', '')
|
851 |
+
('fox squirrel, eastern fox squirrel, Sciurus niger', '')
|
852 |
+
('mongoose', '')
|
853 |
+
('soup bowl', '')
|
854 |
+
('fox squirrel, eastern fox squirrel, Sciurus niger', '')
|
855 |
+
('fox squirrel, eastern fox squirrel, Sciurus niger', '')
|
856 |
+
('fox squirrel, eastern fox squirrel, Sciurus niger', '')
|
857 |
+
('fox squirrel, eastern fox squirrel, Sciurus niger', '')
|
858 |
+
('fox squirrel, eastern fox squirrel, Sciurus niger', '')
|
859 |
+
('fox squirrel, eastern fox squirrel, Sciurus niger', '')
|
860 |
+
('fox squirrel, eastern fox squirrel, Sciurus niger', '')
|
861 |
+
('fox squirrel, eastern fox squirrel, Sciurus niger', '')
|
862 |
+
('fox squirrel, eastern fox squirrel, Sciurus niger', '')
|
863 |
+
('fox squirrel, eastern fox squirrel, Sciurus niger', '')
|
864 |
+
('bicycle-built-for-two, tandem bicycle, tandem', '')
|
865 |
+
('mousetrap', '')
|
866 |
+
('fox squirrel, eastern fox squirrel, Sciurus niger', '')
|
867 |
+
('fox squirrel, eastern fox squirrel, Sciurus niger', '')
|
868 |
+
('fox squirrel, eastern fox squirrel, Sciurus niger', '')
|
869 |
+
('skunk, polecat, wood pussy', '')
|
870 |
+
('squirrel monkey, Saimiri sciureus', '')
|
871 |
+
('mongoose', '')
|
872 |
+
('fox squirrel, eastern fox squirrel, Sciurus niger', '')
|
873 |
+
('fox squirrel, eastern fox squirrel, Sciurus niger', '')
|
874 |
+
('fox squirrel, eastern fox squirrel, Sciurus niger', '')
|
875 |
+
('tabby, tabby cat', '')
|
876 |
+
('worm fence, snake fence, snake-rail fence, Virginia fence', '')
|
877 |
+
('fox squirrel, eastern fox squirrel, Sciurus niger', '')
|
878 |
+
('fox squirrel, eastern fox squirrel, Sciurus niger', '')
|
879 |
+
('fox squirrel, eastern fox squirrel, Sciurus niger', '')
|
880 |
+
('fox squirrel, eastern fox squirrel, Sciurus niger', '')
|
881 |
+
('fox squirrel, eastern fox squirrel, Sciurus niger', '')
|
882 |
+
('fox squirrel, eastern fox squirrel, Sciurus niger', '')
|
883 |
+
('fox squirrel, eastern fox squirrel, Sciurus niger', '')
|
884 |
+
('fox squirrel, eastern fox squirrel, Sciurus niger', '')
|
885 |
+
('fox squirrel, eastern fox squirrel, Sciurus niger', '')
|
886 |
+
('squirrel monkey, Saimiri sciureus', '')
|
887 |
+
('Indian elephant, Elephas maximus', '')
|
888 |
+
('fox squirrel, eastern fox squirrel, Sciurus niger', '')
|
889 |
+
('mongoose', '')
|
890 |
+
('tile roof', '')
|
891 |
+
('fox squirrel, eastern fox squirrel, Sciurus niger', '')
|
892 |
+
('fox squirrel, eastern fox squirrel, Sciurus niger', '')
|
893 |
+
('ashcan, trash can, garbage can, wastebin, ash bin, ash-bin, ashbin, dustbin, trash barrel, trash bin', '')
|
894 |
+
('fox squirrel, eastern fox squirrel, Sciurus niger', '')
|
895 |
+
('fox squirrel, eastern fox squirrel, Sciurus niger', '')
|
896 |
+
('fox squirrel, eastern fox squirrel, Sciurus niger', '')
|
897 |
+
('fox squirrel, eastern fox squirrel, Sciurus niger', '')
|
898 |
+
('fox squirrel, eastern fox squirrel, Sciurus niger', '')
|
899 |
+
('fox squirrel, eastern fox squirrel, Sciurus niger', '')
|
900 |
+
('fox squirrel, eastern fox squirrel, Sciurus niger', '')
|
901 |
+
('fox squirrel, eastern fox squirrel, Sciurus niger', '')
|
902 |
+
('fox squirrel, eastern fox squirrel, Sciurus niger', '')
|
903 |
+
('fox squirrel, eastern fox squirrel, Sciurus niger', '')
|
904 |
+
('fox squirrel, eastern fox squirrel, Sciurus niger', '')
|
905 |
+
('fox squirrel, eastern fox squirrel, Sciurus niger', '')
|
906 |
+
('fox squirrel, eastern fox squirrel, Sciurus niger', '')
|
907 |
+
('mongoose', '')
|
908 |
+
('fox squirrel, eastern fox squirrel, Sciurus niger', '')
|
909 |
+
('fox squirrel, eastern fox squirrel, Sciurus niger', '')
|
910 |
+
('mongoose', '')
|
911 |
+
('fox squirrel, eastern fox squirrel, Sciurus niger', '')
|
912 |
+
('mongoose', '')
|
913 |
+
('fox squirrel, eastern fox squirrel, Sciurus niger', '')
|
914 |
+
('fox squirrel, eastern fox squirrel, Sciurus niger', '')
|
915 |
+
('fox squirrel, eastern fox squirrel, Sciurus niger', '')
|
916 |
+
('sea anemone, anemone', '')
|
917 |
+
('sea anemone, anemone', '')
|
918 |
+
('jellyfish', '')
|
919 |
+
('sea cucumber, holothurian', '')
|
920 |
+
('jellyfish', '')
|
921 |
+
('sea slug, nudibranch', '')
|
922 |
+
('sea urchin', '')
|
923 |
+
('brain coral', '')
|
924 |
+
('isopod', '')
|
925 |
+
('flatworm, platyhelminth', '')
|
926 |
+
('chiton, coat-of-mail shell, sea cradle, polyplacophore', '')
|
927 |
+
('jellyfish', '')
|
928 |
+
('chiton, coat-of-mail shell, sea cradle, polyplacophore', '')
|
929 |
+
('sea anemone, anemone', '')
|
930 |
+
('pier', '')
|
931 |
+
('sea urchin', '')
|
932 |
+
('jellyfish', '')
|
933 |
+
('pier', '')
|
934 |
+
('sea anemone, anemone', '')
|
935 |
+
('earthstar', '')
|
936 |
+
('sea anemone, anemone', '')
|
937 |
+
('chiton, coat-of-mail shell, sea cradle, polyplacophore', '')
|
938 |
+
('sea anemone, anemone', '')
|
939 |
+
('nipple', '')
|
940 |
+
('toy poodle', '')
|
941 |
+
('sea anemone, anemone', '')
|
942 |
+
('starfish, sea star', '')
|
943 |
+
('sea urchin', '')
|
944 |
+
('sea anemone, anemone', '')
|
945 |
+
('sea anemone, anemone', '')
|
946 |
+
('sea urchin', '')
|
947 |
+
('sea cucumber, holothurian', '')
|
948 |
+
('rock crab, Cancer irroratus', '')
|
949 |
+
('sea anemone, anemone', '')
|
950 |
+
('sea anemone, anemone', '')
|
951 |
+
('sea anemone, anemone', '')
|
952 |
+
('sea cucumber, holothurian', '')
|
953 |
+
('coral fungus', '')
|
954 |
+
('rock crab, Cancer irroratus', '')
|
955 |
+
('jellyfish', '')
|
956 |
+
('sea anemone, anemone', '')
|
957 |
+
('hen-of-the-woods, hen of the woods, Polyporus frondosus, Grifola frondosa', '')
|
958 |
+
('sea anemone, anemone', '')
|
959 |
+
('sea urchin', '')
|
960 |
+
('sea cucumber, holothurian', '')
|
961 |
+
('sea anemone, anemone', '')
|
962 |
+
('sea urchin', '')
|
963 |
+
('sea anemone, anemone', '')
|
964 |
+
('sea anemone, anemone', '')
|
965 |
+
('jellyfish', '')
|
966 |
+
('sea anemone, anemone', '')
|
967 |
+
('brain coral', '')
|
968 |
+
('sea anemone, anemone', '')
|
969 |
+
('sea anemone, anemone', '')
|
970 |
+
('sea anemone, anemone', '')
|
971 |
+
('sea anemone, anemone', '')
|
972 |
+
('flatworm, platyhelminth', '')
|
973 |
+
('sea anemone, anemone', '')
|
974 |
+
('stinkhorn, carrion fungus', '')
|
975 |
+
('chiton, coat-of-mail shell, sea cradle, polyplacophore', '')
|
976 |
+
('chiton, coat-of-mail shell, sea cradle, polyplacophore', '')
|
977 |
+
('hair spray', '')
|
978 |
+
('sea anemone, anemone', '')
|
979 |
+
('brain coral', '')
|
980 |
+
('sandbar, sand bar', '')
|
981 |
+
('swab, swob, mop', '')
|
982 |
+
('sea urchin', '')
|
983 |
+
('sea cucumber, holothurian', '')
|
984 |
+
('flatworm, platyhelminth', '')
|
985 |
+
('sea slug, nudibranch', '')
|
986 |
+
('rock crab, Cancer irroratus', '')
|
987 |
+
('sea anemone, anemone', '')
|
988 |
+
('sea anemone, anemone', '')
|
989 |
+
('sea anemone, anemone', '')
|
990 |
+
('flatworm, platyhelminth', '')
|
991 |
+
('chiton, coat-of-mail shell, sea cradle, polyplacophore', '')
|
992 |
+
('jellyfish', '')
|
993 |
+
('axolotl, mud puppy, Ambystoma mexicanum', '')
|
994 |
+
('sea anemone, anemone', '')
|
995 |
+
('hippopotamus, hippo, river horse, Hippopotamus amphibius', '')
|
996 |
+
('isopod', '')
|
997 |
+
('chiton, coat-of-mail shell, sea cradle, polyplacophore', '')
|
998 |
+
('hermit crab', '')
|
999 |
+
('sea anemone, anemone', '')
|
1000 |
+
('chiton, coat-of-mail shell, sea cradle, polyplacophore', '')
|
eval/ImageNet-A_score.json
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"acc": 0.515,
|
3 |
+
"num_correct": 515,
|
4 |
+
"num_pred": 1000
|
5 |
+
}
|
eval/ImageNet-R_pred.txt
ADDED
@@ -0,0 +1,1000 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
('saxophone', '')
|
2 |
+
('flute', '')
|
3 |
+
('flute', '')
|
4 |
+
('pig', '')
|
5 |
+
('flute', '')
|
6 |
+
('flute', '')
|
7 |
+
('flute', '')
|
8 |
+
('flute', '')
|
9 |
+
('flute', '')
|
10 |
+
('flute', '')
|
11 |
+
('flute', '')
|
12 |
+
('flute', '')
|
13 |
+
('flute', '')
|
14 |
+
('flute', '')
|
15 |
+
('flute', '')
|
16 |
+
('flute', '')
|
17 |
+
('flute', '')
|
18 |
+
('flute', '')
|
19 |
+
('flute', '')
|
20 |
+
('dragonfly', '')
|
21 |
+
('flute', '')
|
22 |
+
('flute', '')
|
23 |
+
('cheetah', '')
|
24 |
+
('cheetah', '')
|
25 |
+
('cheetah', '')
|
26 |
+
('cheetah', '')
|
27 |
+
('cheetah', '')
|
28 |
+
('cheetah', '')
|
29 |
+
('cheetah', '')
|
30 |
+
('cheetah', '')
|
31 |
+
('cheetah', '')
|
32 |
+
('cheetah', '')
|
33 |
+
('leopard', '')
|
34 |
+
('cheetah', '')
|
35 |
+
('cheetah', '')
|
36 |
+
('cheetah', '')
|
37 |
+
('cheetah', '')
|
38 |
+
('leopard', '')
|
39 |
+
('cheetah', '')
|
40 |
+
('cheetah', '')
|
41 |
+
('leopard', '')
|
42 |
+
('cheetah', '')
|
43 |
+
('cheetah', '')
|
44 |
+
('cheetah', '')
|
45 |
+
('cheetah', '')
|
46 |
+
('cheetah', '')
|
47 |
+
('cheetah', '')
|
48 |
+
('leopard', '')
|
49 |
+
('cheetah', '')
|
50 |
+
('leopard', '')
|
51 |
+
('cheetah', '')
|
52 |
+
('cheetah', '')
|
53 |
+
('boxer', '')
|
54 |
+
('cheetah', '')
|
55 |
+
('cheetah', '')
|
56 |
+
('leopard', '')
|
57 |
+
('leopard', '')
|
58 |
+
('cheetah', '')
|
59 |
+
('leopard', '')
|
60 |
+
('cheetah', '')
|
61 |
+
('cheetah', '')
|
62 |
+
('cheetah', '')
|
63 |
+
('cheetah', '')
|
64 |
+
('leopard', '')
|
65 |
+
('cheetah', '')
|
66 |
+
('cheetah', '')
|
67 |
+
('leopard', '')
|
68 |
+
('cheetah', '')
|
69 |
+
('cheetah', '')
|
70 |
+
('cheetah', '')
|
71 |
+
('cheetah', '')
|
72 |
+
('cheetah', '')
|
73 |
+
('cheetah', '')
|
74 |
+
('leopard', '')
|
75 |
+
('cheetah', '')
|
76 |
+
('cheetah', '')
|
77 |
+
('cheetah', '')
|
78 |
+
('cheetah', '')
|
79 |
+
('cheetah', '')
|
80 |
+
('cheetah', '')
|
81 |
+
('cheetah', '')
|
82 |
+
('leopard', '')
|
83 |
+
('leopard', '')
|
84 |
+
('cheetah', '')
|
85 |
+
('tiger', '')
|
86 |
+
('leopard', '')
|
87 |
+
('leopard', '')
|
88 |
+
('cheetah', '')
|
89 |
+
('tiger', '')
|
90 |
+
('leopard', '')
|
91 |
+
('cheetah', '')
|
92 |
+
('cheetah', '')
|
93 |
+
('cheetah', '')
|
94 |
+
('cheetah', '')
|
95 |
+
('cheetah', '')
|
96 |
+
('leopard', '')
|
97 |
+
('cheetah', '')
|
98 |
+
('leopard', '')
|
99 |
+
('cheetah', '')
|
100 |
+
('leopard', '')
|
101 |
+
('cheetah', '')
|
102 |
+
('leopard', '')
|
103 |
+
('leopard', '')
|
104 |
+
('cheetah', '')
|
105 |
+
('cheetah', '')
|
106 |
+
('cheetah', '')
|
107 |
+
('cheetah', '')
|
108 |
+
('cheetah', '')
|
109 |
+
('cheetah', '')
|
110 |
+
('cheetah', '')
|
111 |
+
('cheetah', '')
|
112 |
+
('cheetah', '')
|
113 |
+
('lipstick', '')
|
114 |
+
('cheetah', '')
|
115 |
+
('cheetah', '')
|
116 |
+
('leopard', '')
|
117 |
+
('cheetah', '')
|
118 |
+
('tiger', '')
|
119 |
+
('cheetah', '')
|
120 |
+
('leopard', '')
|
121 |
+
('cheetah', '')
|
122 |
+
('leopard', '')
|
123 |
+
('cheetah', '')
|
124 |
+
('cobra', '')
|
125 |
+
('cheetah', '')
|
126 |
+
('leopard', '')
|
127 |
+
('cheetah', '')
|
128 |
+
('leopard', '')
|
129 |
+
('cheetah', '')
|
130 |
+
('cheetah', '')
|
131 |
+
('cheetah', '')
|
132 |
+
('leopard', '')
|
133 |
+
('cheetah', '')
|
134 |
+
('cheetah', '')
|
135 |
+
('leopard', '')
|
136 |
+
('cheetah', '')
|
137 |
+
('leopard', '')
|
138 |
+
('leopard', '')
|
139 |
+
('cheetah', '')
|
140 |
+
('cheetah', '')
|
141 |
+
('leopard', '')
|
142 |
+
('cheetah', '')
|
143 |
+
('cheetah', '')
|
144 |
+
('cheetah', '')
|
145 |
+
('cheetah', '')
|
146 |
+
('leopard', '')
|
147 |
+
('cheetah', '')
|
148 |
+
('cheetah', '')
|
149 |
+
('cheetah', '')
|
150 |
+
('cheetah', '')
|
151 |
+
('cheetah', '')
|
152 |
+
('cheetah', '')
|
153 |
+
('cheetah', '')
|
154 |
+
('cheetah', '')
|
155 |
+
('cheetah', '')
|
156 |
+
('cheetah', '')
|
157 |
+
('hyena', '')
|
158 |
+
('leopard', '')
|
159 |
+
('gibbon', '')
|
160 |
+
('cheetah', '')
|
161 |
+
('cheetah', '')
|
162 |
+
('cheetah', '')
|
163 |
+
('leopard', '')
|
164 |
+
('cheetah', '')
|
165 |
+
('cheetah', '')
|
166 |
+
('cheetah', '')
|
167 |
+
('cheetah', '')
|
168 |
+
('cheetah', '')
|
169 |
+
('cheetah', '')
|
170 |
+
('cheetah', '')
|
171 |
+
('leopard', '')
|
172 |
+
('cheetah', '')
|
173 |
+
('cheetah', '')
|
174 |
+
('cheetah', '')
|
175 |
+
('cheetah', '')
|
176 |
+
('leopard', '')
|
177 |
+
('cheetah', '')
|
178 |
+
('cheetah', '')
|
179 |
+
('leopard', '')
|
180 |
+
('cheetah', '')
|
181 |
+
('cheetah', '')
|
182 |
+
('cheetah', '')
|
183 |
+
('cheetah', '')
|
184 |
+
('cheetah', '')
|
185 |
+
('leopard', '')
|
186 |
+
('leopard', '')
|
187 |
+
('birdhouse', '')
|
188 |
+
('birdhouse', '')
|
189 |
+
('birdhouse', '')
|
190 |
+
('birdhouse', '')
|
191 |
+
('birdhouse', '')
|
192 |
+
('birdhouse', '')
|
193 |
+
('birdhouse', '')
|
194 |
+
('birdhouse', '')
|
195 |
+
('birdhouse', '')
|
196 |
+
('birdhouse', '')
|
197 |
+
('birdhouse', '')
|
198 |
+
('birdhouse', '')
|
199 |
+
('birdhouse', '')
|
200 |
+
('birdhouse', '')
|
201 |
+
('birdhouse', '')
|
202 |
+
('birdhouse', '')
|
203 |
+
('birdhouse', '')
|
204 |
+
('birdhouse', '')
|
205 |
+
('birdhouse', '')
|
206 |
+
('birdhouse', '')
|
207 |
+
('birdhouse', '')
|
208 |
+
('birdhouse', '')
|
209 |
+
('birdhouse', '')
|
210 |
+
('birdhouse', '')
|
211 |
+
('birdhouse', '')
|
212 |
+
('birdhouse', '')
|
213 |
+
('birdhouse', '')
|
214 |
+
('birdhouse', '')
|
215 |
+
('birdhouse', '')
|
216 |
+
('birdhouse', '')
|
217 |
+
('birdhouse', '')
|
218 |
+
('birdhouse', '')
|
219 |
+
('birdhouse', '')
|
220 |
+
('birdhouse', '')
|
221 |
+
('birdhouse', '')
|
222 |
+
('birdhouse', '')
|
223 |
+
('birdhouse', '')
|
224 |
+
('birdhouse', '')
|
225 |
+
('birdhouse', '')
|
226 |
+
('guillotine', '')
|
227 |
+
('birdhouse', '')
|
228 |
+
('birdhouse', '')
|
229 |
+
('castle', '')
|
230 |
+
('birdhouse', '')
|
231 |
+
('birdhouse', '')
|
232 |
+
('birdhouse', '')
|
233 |
+
('birdhouse', '')
|
234 |
+
('birdhouse', '')
|
235 |
+
('birdhouse', '')
|
236 |
+
('birdhouse', '')
|
237 |
+
('birdhouse', '')
|
238 |
+
('birdhouse', '')
|
239 |
+
('birdhouse', '')
|
240 |
+
('birdhouse', '')
|
241 |
+
('birdhouse', '')
|
242 |
+
('birdhouse', '')
|
243 |
+
('birdhouse', '')
|
244 |
+
('mailbox', '')
|
245 |
+
('birdhouse', '')
|
246 |
+
('birdhouse', '')
|
247 |
+
('birdhouse', '')
|
248 |
+
('birdhouse', '')
|
249 |
+
('birdhouse', '')
|
250 |
+
('birdhouse', '')
|
251 |
+
('birdhouse', '')
|
252 |
+
('birdhouse', '')
|
253 |
+
('birdhouse', '')
|
254 |
+
('birdhouse', '')
|
255 |
+
('birdhouse', '')
|
256 |
+
('birdhouse', '')
|
257 |
+
('birdhouse', '')
|
258 |
+
('mailbox', '')
|
259 |
+
('birdhouse', '')
|
260 |
+
('birdhouse', '')
|
261 |
+
('birdhouse', '')
|
262 |
+
('bucket', '')
|
263 |
+
('birdhouse', '')
|
264 |
+
('birdhouse', '')
|
265 |
+
('birdhouse', '')
|
266 |
+
('birdhouse', '')
|
267 |
+
('birdhouse', '')
|
268 |
+
('birdhouse', '')
|
269 |
+
('birdhouse', '')
|
270 |
+
('birdhouse', '')
|
271 |
+
('birdhouse', '')
|
272 |
+
('mailbox', '')
|
273 |
+
('birdhouse', '')
|
274 |
+
('birdhouse', '')
|
275 |
+
('birdhouse', '')
|
276 |
+
('birdhouse', '')
|
277 |
+
('birdhouse', '')
|
278 |
+
('birdhouse', '')
|
279 |
+
('birdhouse', '')
|
280 |
+
('birdhouse', '')
|
281 |
+
('birdhouse', '')
|
282 |
+
('birdhouse', '')
|
283 |
+
('birdhouse', '')
|
284 |
+
('birdhouse', '')
|
285 |
+
('birdhouse', '')
|
286 |
+
('birdhouse', '')
|
287 |
+
('birdhouse', '')
|
288 |
+
('mailbox', '')
|
289 |
+
('birdhouse', '')
|
290 |
+
('birdhouse', '')
|
291 |
+
('birdhouse', '')
|
292 |
+
('birdhouse', '')
|
293 |
+
('birdhouse', '')
|
294 |
+
('birdhouse', '')
|
295 |
+
('birdhouse', '')
|
296 |
+
('birdhouse', '')
|
297 |
+
('birdhouse', '')
|
298 |
+
('birdhouse', '')
|
299 |
+
('birdhouse', '')
|
300 |
+
('birdhouse', '')
|
301 |
+
('birdhouse', '')
|
302 |
+
('birdhouse', '')
|
303 |
+
('birdhouse', '')
|
304 |
+
('birdhouse', '')
|
305 |
+
('birdhouse', '')
|
306 |
+
('birdhouse', '')
|
307 |
+
('birdhouse', '')
|
308 |
+
('mailbox', '')
|
309 |
+
('birdhouse', '')
|
310 |
+
('birdhouse', '')
|
311 |
+
('birdhouse', '')
|
312 |
+
('birdhouse', '')
|
313 |
+
('birdhouse', '')
|
314 |
+
('birdhouse', '')
|
315 |
+
('birdhouse', '')
|
316 |
+
('birdhouse', '')
|
317 |
+
('polar_bear', '')
|
318 |
+
('polar_bear', '')
|
319 |
+
('polar_bear', '')
|
320 |
+
('polar_bear', '')
|
321 |
+
('joystick', '')
|
322 |
+
('polar_bear', '')
|
323 |
+
('polar_bear', '')
|
324 |
+
('polar_bear', '')
|
325 |
+
('polar_bear', '')
|
326 |
+
('polar_bear', '')
|
327 |
+
('panda', '')
|
328 |
+
('polar_bear', '')
|
329 |
+
('polar_bear', '')
|
330 |
+
('polar_bear', '')
|
331 |
+
('polar_bear', '')
|
332 |
+
('polar_bear', '')
|
333 |
+
('polar_bear', '')
|
334 |
+
('polar_bear', '')
|
335 |
+
('polar_bear', '')
|
336 |
+
('cowboy_hat', '')
|
337 |
+
('polar_bear', '')
|
338 |
+
('polar_bear', '')
|
339 |
+
('polar_bear', '')
|
340 |
+
('polar_bear', '')
|
341 |
+
('polar_bear', '')
|
342 |
+
('polar_bear', '')
|
343 |
+
('polar_bear', '')
|
344 |
+
('polar_bear', '')
|
345 |
+
('polar_bear', '')
|
346 |
+
('polar_bear', '')
|
347 |
+
('polar_bear', '')
|
348 |
+
('polar_bear', '')
|
349 |
+
('polar_bear', '')
|
350 |
+
('polar_bear', '')
|
351 |
+
('polar_bear', '')
|
352 |
+
('koala', '')
|
353 |
+
('panda', '')
|
354 |
+
('polar_bear', '')
|
355 |
+
('polar_bear', '')
|
356 |
+
('polar_bear', '')
|
357 |
+
('polar_bear', '')
|
358 |
+
('polar_bear', '')
|
359 |
+
('polar_bear', '')
|
360 |
+
('polar_bear', '')
|
361 |
+
('polar_bear', '')
|
362 |
+
('polar_bear', '')
|
363 |
+
('polar_bear', '')
|
364 |
+
('polar_bear', '')
|
365 |
+
('polar_bear', '')
|
366 |
+
('polar_bear', '')
|
367 |
+
('polar_bear', '')
|
368 |
+
('eel', '')
|
369 |
+
('polar_bear', '')
|
370 |
+
('polar_bear', '')
|
371 |
+
('polar_bear', '')
|
372 |
+
('polar_bear', '')
|
373 |
+
('polar_bear', '')
|
374 |
+
('polar_bear', '')
|
375 |
+
('polar_bear', '')
|
376 |
+
('polar_bear', '')
|
377 |
+
('polar_bear', '')
|
378 |
+
('husky', '')
|
379 |
+
('polar_bear', '')
|
380 |
+
('polar_bear', '')
|
381 |
+
('panda', '')
|
382 |
+
('polar_bear', '')
|
383 |
+
('polar_bear', '')
|
384 |
+
('polar_bear', '')
|
385 |
+
('polar_bear', '')
|
386 |
+
('polar_bear', '')
|
387 |
+
('polar_bear', '')
|
388 |
+
('polar_bear', '')
|
389 |
+
('polar_bear', '')
|
390 |
+
('polar_bear', '')
|
391 |
+
('beaver', '')
|
392 |
+
('polar_bear', '')
|
393 |
+
('polar_bear', '')
|
394 |
+
('polar_bear', '')
|
395 |
+
('polar_bear', '')
|
396 |
+
('polar_bear', '')
|
397 |
+
('polar_bear', '')
|
398 |
+
('polar_bear', '')
|
399 |
+
('polar_bear', '')
|
400 |
+
('polar_bear', '')
|
401 |
+
('harmonica', '')
|
402 |
+
('panda', '')
|
403 |
+
('polar_bear', '')
|
404 |
+
('pig', '')
|
405 |
+
('polar_bear', '')
|
406 |
+
('polar_bear', '')
|
407 |
+
('polar_bear', '')
|
408 |
+
('polar_bear', '')
|
409 |
+
('polar_bear', '')
|
410 |
+
('polar_bear', '')
|
411 |
+
('polar_bear', '')
|
412 |
+
('polar_bear', '')
|
413 |
+
('polar_bear', '')
|
414 |
+
('polar_bear', '')
|
415 |
+
('polar_bear', '')
|
416 |
+
('polar_bear', '')
|
417 |
+
('polar_bear', '')
|
418 |
+
('polar_bear', '')
|
419 |
+
('polar_bear', '')
|
420 |
+
('scarf', '')
|
421 |
+
('polar_bear', '')
|
422 |
+
('polar_bear', '')
|
423 |
+
('castle', '')
|
424 |
+
('polar_bear', '')
|
425 |
+
('polar_bear', '')
|
426 |
+
('polar_bear', '')
|
427 |
+
('badger', '')
|
428 |
+
('polar_bear', '')
|
429 |
+
('polar_bear', '')
|
430 |
+
('polar_bear', '')
|
431 |
+
('polar_bear', '')
|
432 |
+
('polar_bear', '')
|
433 |
+
('polar_bear', '')
|
434 |
+
('polar_bear', '')
|
435 |
+
('polar_bear', '')
|
436 |
+
('polar_bear', '')
|
437 |
+
('polar_bear', '')
|
438 |
+
('polar_bear', '')
|
439 |
+
('polar_bear', '')
|
440 |
+
('polar_bear', '')
|
441 |
+
('polar_bear', '')
|
442 |
+
('polar_bear', '')
|
443 |
+
('polar_bear', '')
|
444 |
+
('polar_bear', '')
|
445 |
+
('polar_bear', '')
|
446 |
+
('polar_bear', '')
|
447 |
+
('polar_bear', '')
|
448 |
+
('polar_bear', '')
|
449 |
+
('polar_bear', '')
|
450 |
+
('polar_bear', '')
|
451 |
+
('polar_bear', '')
|
452 |
+
('polar_bear', '')
|
453 |
+
('polar_bear', '')
|
454 |
+
('polar_bear', '')
|
455 |
+
('snow_leopard', '')
|
456 |
+
('polar_bear', '')
|
457 |
+
('polar_bear', '')
|
458 |
+
('polar_bear', '')
|
459 |
+
('polar_bear', '')
|
460 |
+
('polar_bear', '')
|
461 |
+
('polar_bear', '')
|
462 |
+
('polar_bear', '')
|
463 |
+
('polar_bear', '')
|
464 |
+
('polar_bear', '')
|
465 |
+
('polar_bear', '')
|
466 |
+
('polar_bear', '')
|
467 |
+
('polar_bear', '')
|
468 |
+
('polar_bear', '')
|
469 |
+
('polar_bear', '')
|
470 |
+
('polar_bear', '')
|
471 |
+
('polar_bear', '')
|
472 |
+
('polar_bear', '')
|
473 |
+
('polar_bear', '')
|
474 |
+
('polar_bear', '')
|
475 |
+
('polar_bear', '')
|
476 |
+
('polar_bear', '')
|
477 |
+
('polar_bear', '')
|
478 |
+
('polar_bear', '')
|
479 |
+
('polar_bear', '')
|
480 |
+
('polar_bear', '')
|
481 |
+
('polar_bear', '')
|
482 |
+
('polar_bear', '')
|
483 |
+
('polar_bear', '')
|
484 |
+
('polar_bear', '')
|
485 |
+
('polar_bear', '')
|
486 |
+
('polar_bear', '')
|
487 |
+
('polar_bear', '')
|
488 |
+
('polar_bear', '')
|
489 |
+
('polar_bear', '')
|
490 |
+
('polar_bear', '')
|
491 |
+
('pig', '')
|
492 |
+
('polar_bear', '')
|
493 |
+
('polar_bear', '')
|
494 |
+
('polar_bear', '')
|
495 |
+
('ice_cream', '')
|
496 |
+
('polar_bear', '')
|
497 |
+
('polar_bear', '')
|
498 |
+
('polar_bear', '')
|
499 |
+
('polar_bear', '')
|
500 |
+
('polar_bear', '')
|
501 |
+
('polar_bear', '')
|
502 |
+
('polar_bear', '')
|
503 |
+
('polar_bear', '')
|
504 |
+
('polar_bear', '')
|
505 |
+
('polar_bear', '')
|
506 |
+
('polar_bear', '')
|
507 |
+
('polar_bear', '')
|
508 |
+
('polar_bear', '')
|
509 |
+
('polar_bear', '')
|
510 |
+
('polar_bear', '')
|
511 |
+
('polar_bear', '')
|
512 |
+
('polar_bear', '')
|
513 |
+
('polar_bear', '')
|
514 |
+
('polar_bear', '')
|
515 |
+
('polar_bear', '')
|
516 |
+
('polar_bear', '')
|
517 |
+
('polar_bear', '')
|
518 |
+
('polar_bear', '')
|
519 |
+
('polar_bear', '')
|
520 |
+
('polar_bear', '')
|
521 |
+
('polar_bear', '')
|
522 |
+
('panda', '')
|
523 |
+
('polar_bear', '')
|
524 |
+
('polar_bear', '')
|
525 |
+
('polar_bear', '')
|
526 |
+
('polar_bear', '')
|
527 |
+
('polar_bear', '')
|
528 |
+
('polar_bear', '')
|
529 |
+
('polar_bear', '')
|
530 |
+
('polar_bear', '')
|
531 |
+
('polar_bear', '')
|
532 |
+
('polar_bear', '')
|
533 |
+
('polar_bear', '')
|
534 |
+
('polar_bear', '')
|
535 |
+
('polar_bear', '')
|
536 |
+
('polar_bear', '')
|
537 |
+
('polar_bear', '')
|
538 |
+
('polar_bear', '')
|
539 |
+
('polar_bear', '')
|
540 |
+
('polar_bear', '')
|
541 |
+
('pig', '')
|
542 |
+
('polar_bear', '')
|
543 |
+
('polar_bear', '')
|
544 |
+
('polar_bear', '')
|
545 |
+
('polar_bear', '')
|
546 |
+
('polar_bear', '')
|
547 |
+
('rottweiler', '')
|
548 |
+
('rottweiler', '')
|
549 |
+
('rottweiler', '')
|
550 |
+
('rottweiler', '')
|
551 |
+
('rottweiler', '')
|
552 |
+
('rottweiler', '')
|
553 |
+
('rottweiler', '')
|
554 |
+
('rottweiler', '')
|
555 |
+
('rottweiler', '')
|
556 |
+
('rottweiler', '')
|
557 |
+
('rottweiler', '')
|
558 |
+
('rottweiler', '')
|
559 |
+
('rottweiler', '')
|
560 |
+
('rottweiler', '')
|
561 |
+
('rottweiler', '')
|
562 |
+
('rottweiler', '')
|
563 |
+
('rottweiler', '')
|
564 |
+
('rottweiler', '')
|
565 |
+
('rottweiler', '')
|
566 |
+
('rottweiler', '')
|
567 |
+
('rottweiler', '')
|
568 |
+
('rottweiler', '')
|
569 |
+
('rottweiler', '')
|
570 |
+
('hammer', '')
|
571 |
+
('rottweiler', '')
|
572 |
+
('rottweiler', '')
|
573 |
+
('rottweiler', '')
|
574 |
+
('rottweiler', '')
|
575 |
+
('rottweiler', '')
|
576 |
+
('rottweiler', '')
|
577 |
+
('rottweiler', '')
|
578 |
+
('rottweiler', '')
|
579 |
+
('rottweiler', '')
|
580 |
+
('rottweiler', '')
|
581 |
+
('rottweiler', '')
|
582 |
+
('rottweiler', '')
|
583 |
+
('rottweiler', '')
|
584 |
+
('rottweiler', '')
|
585 |
+
('pig', '')
|
586 |
+
('rottweiler', '')
|
587 |
+
('rottweiler', '')
|
588 |
+
('rottweiler', '')
|
589 |
+
('rottweiler', '')
|
590 |
+
('rottweiler', '')
|
591 |
+
('rottweiler', '')
|
592 |
+
('rottweiler', '')
|
593 |
+
('rottweiler', '')
|
594 |
+
('rottweiler', '')
|
595 |
+
('rottweiler', '')
|
596 |
+
('rottweiler', '')
|
597 |
+
('rottweiler', '')
|
598 |
+
('rottweiler', '')
|
599 |
+
('rottweiler', '')
|
600 |
+
('rottweiler', '')
|
601 |
+
('rottweiler', '')
|
602 |
+
('rottweiler', '')
|
603 |
+
('rottweiler', '')
|
604 |
+
('rottweiler', '')
|
605 |
+
('rottweiler', '')
|
606 |
+
('rottweiler', '')
|
607 |
+
('rottweiler', '')
|
608 |
+
('rottweiler', '')
|
609 |
+
('rottweiler', '')
|
610 |
+
('rottweiler', '')
|
611 |
+
('rottweiler', '')
|
612 |
+
('rottweiler', '')
|
613 |
+
('rottweiler', '')
|
614 |
+
('rottweiler', '')
|
615 |
+
('rottweiler', '')
|
616 |
+
('rottweiler', '')
|
617 |
+
('rottweiler', '')
|
618 |
+
('rottweiler', '')
|
619 |
+
('rottweiler', '')
|
620 |
+
('rottweiler', '')
|
621 |
+
('rottweiler', '')
|
622 |
+
('rottweiler', '')
|
623 |
+
('rottweiler', '')
|
624 |
+
('rottweiler', '')
|
625 |
+
('rottweiler', '')
|
626 |
+
('rottweiler', '')
|
627 |
+
('rottweiler', '')
|
628 |
+
('rottweiler', '')
|
629 |
+
('rottweiler', '')
|
630 |
+
('rottweiler', '')
|
631 |
+
('rottweiler', '')
|
632 |
+
('rottweiler', '')
|
633 |
+
('rottweiler', '')
|
634 |
+
('rottweiler', '')
|
635 |
+
('rottweiler', '')
|
636 |
+
('rottweiler', '')
|
637 |
+
('rottweiler', '')
|
638 |
+
('rottweiler', '')
|
639 |
+
('rottweiler', '')
|
640 |
+
('rottweiler', '')
|
641 |
+
('rottweiler', '')
|
642 |
+
('rottweiler', '')
|
643 |
+
('rottweiler', '')
|
644 |
+
('rottweiler', '')
|
645 |
+
('rottweiler', '')
|
646 |
+
('rottweiler', '')
|
647 |
+
('rottweiler', '')
|
648 |
+
('rottweiler', '')
|
649 |
+
('rottweiler', '')
|
650 |
+
('rottweiler', '')
|
651 |
+
('rottweiler', '')
|
652 |
+
('rottweiler', '')
|
653 |
+
('rottweiler', '')
|
654 |
+
('rottweiler', '')
|
655 |
+
('beer_glass', '')
|
656 |
+
('beer_glass', '')
|
657 |
+
('beer_glass', '')
|
658 |
+
('beer_glass', '')
|
659 |
+
('beer_glass', '')
|
660 |
+
('beer_glass', '')
|
661 |
+
('beer_glass', '')
|
662 |
+
('beer_glass', '')
|
663 |
+
('vase', '')
|
664 |
+
('beer_glass', '')
|
665 |
+
('beer_glass', '')
|
666 |
+
('beer_glass', '')
|
667 |
+
('beer_glass', '')
|
668 |
+
('banana', '')
|
669 |
+
('carousel', '')
|
670 |
+
('beer_glass', '')
|
671 |
+
('wine_bottle', '')
|
672 |
+
('beer_glass', '')
|
673 |
+
('beer_glass', '')
|
674 |
+
('beer_glass', '')
|
675 |
+
('wine_bottle', '')
|
676 |
+
('beer_glass', '')
|
677 |
+
('beer_glass', '')
|
678 |
+
('beer_glass', '')
|
679 |
+
('beer_glass', '')
|
680 |
+
('beer_glass', '')
|
681 |
+
('beer_glass', '')
|
682 |
+
('beer_glass', '')
|
683 |
+
('beer_glass', '')
|
684 |
+
('beer_glass', '')
|
685 |
+
('beer_glass', '')
|
686 |
+
('beer_glass', '')
|
687 |
+
('beer_glass', '')
|
688 |
+
('beer_glass', '')
|
689 |
+
('beer_glass', '')
|
690 |
+
('beer_glass', '')
|
691 |
+
('carousel', '')
|
692 |
+
('beer_glass', '')
|
693 |
+
('beer_glass', '')
|
694 |
+
('beer_glass', '')
|
695 |
+
('beer_glass', '')
|
696 |
+
('beer_glass', '')
|
697 |
+
('cowboy_hat', '')
|
698 |
+
('beer_glass', '')
|
699 |
+
('beer_glass', '')
|
700 |
+
('beer_glass', '')
|
701 |
+
('beer_glass', '')
|
702 |
+
('beer_glass', '')
|
703 |
+
('beer_glass', '')
|
704 |
+
('beer_glass', '')
|
705 |
+
('pineapple', '')
|
706 |
+
('beer_glass', '')
|
707 |
+
('beer_glass', '')
|
708 |
+
('carousel', '')
|
709 |
+
('beer_glass', '')
|
710 |
+
('beer_glass', '')
|
711 |
+
('beer_glass', '')
|
712 |
+
('beer_glass', '')
|
713 |
+
('beer_glass', '')
|
714 |
+
('beer_glass', '')
|
715 |
+
('beer_glass', '')
|
716 |
+
('beer_glass', '')
|
717 |
+
('carousel', '')
|
718 |
+
('beer_glass', '')
|
719 |
+
('carousel', '')
|
720 |
+
('iguana', '')
|
721 |
+
('beer_glass', '')
|
722 |
+
('beer_glass', '')
|
723 |
+
('beer_glass', '')
|
724 |
+
('polar_bear', '')
|
725 |
+
('carousel', '')
|
726 |
+
('beer_glass', '')
|
727 |
+
('carousel', '')
|
728 |
+
('beer_glass', '')
|
729 |
+
('beer_glass', '')
|
730 |
+
('beer_glass', '')
|
731 |
+
('beer_glass', '')
|
732 |
+
('beer_glass', '')
|
733 |
+
('wine_bottle', '')
|
734 |
+
('beer_glass', '')
|
735 |
+
('gasmask', '')
|
736 |
+
('carousel', '')
|
737 |
+
('dragonfly', '')
|
738 |
+
('fly', '')
|
739 |
+
('wine_bottle', '')
|
740 |
+
('wine_bottle', '')
|
741 |
+
('wine_bottle', '')
|
742 |
+
('vase', '')
|
743 |
+
('wine_bottle', '')
|
744 |
+
('wine_bottle', '')
|
745 |
+
('wine_bottle', '')
|
746 |
+
('wine_bottle', '')
|
747 |
+
('wine_bottle', '')
|
748 |
+
('wine_bottle', '')
|
749 |
+
('wine_bottle', '')
|
750 |
+
('wine_bottle', '')
|
751 |
+
('wine_bottle', '')
|
752 |
+
('lipstick', '')
|
753 |
+
('wine_bottle', '')
|
754 |
+
('wine_bottle', '')
|
755 |
+
('pomegranate', '')
|
756 |
+
('wine_bottle', '')
|
757 |
+
('wine_bottle', '')
|
758 |
+
('wine_bottle', '')
|
759 |
+
('wine_bottle', '')
|
760 |
+
('wine_bottle', '')
|
761 |
+
('wine_bottle', '')
|
762 |
+
('wine_bottle', '')
|
763 |
+
('scarf', '')
|
764 |
+
('wine_bottle', '')
|
765 |
+
('wine_bottle', '')
|
766 |
+
('wine_bottle', '')
|
767 |
+
('pizza', '')
|
768 |
+
('wine_bottle', '')
|
769 |
+
('wine_bottle', '')
|
770 |
+
('wine_bottle', '')
|
771 |
+
('banana', '')
|
772 |
+
('wine_bottle', '')
|
773 |
+
('wine_bottle', '')
|
774 |
+
('wine_bottle', '')
|
775 |
+
('wine_bottle', '')
|
776 |
+
('wine_bottle', '')
|
777 |
+
('wine_bottle', '')
|
778 |
+
('wine_bottle', '')
|
779 |
+
('wine_bottle', '')
|
780 |
+
('wine_bottle', '')
|
781 |
+
('wine_bottle', '')
|
782 |
+
('wine_bottle', '')
|
783 |
+
('wine_bottle', '')
|
784 |
+
('wine_bottle', '')
|
785 |
+
('wine_bottle', '')
|
786 |
+
('wine_bottle', '')
|
787 |
+
('wine_bottle', '')
|
788 |
+
('wine_bottle', '')
|
789 |
+
('candle', '')
|
790 |
+
('wine_bottle', '')
|
791 |
+
('lipstick', '')
|
792 |
+
('wine_bottle', '')
|
793 |
+
('wine_bottle', '')
|
794 |
+
('wine_bottle', '')
|
795 |
+
('wine_bottle', '')
|
796 |
+
('wine_bottle', '')
|
797 |
+
('wine_bottle', '')
|
798 |
+
('wine_bottle', '')
|
799 |
+
('cannon', '')
|
800 |
+
('wine_bottle', '')
|
801 |
+
('wine_bottle', '')
|
802 |
+
('beer_glass', '')
|
803 |
+
('wine_bottle', '')
|
804 |
+
('wine_bottle', '')
|
805 |
+
('wine_bottle', '')
|
806 |
+
('wine_bottle', '')
|
807 |
+
('wine_bottle', '')
|
808 |
+
('wine_bottle', '')
|
809 |
+
('vase', '')
|
810 |
+
('wine_bottle', '')
|
811 |
+
('wine_bottle', '')
|
812 |
+
('wine_bottle', '')
|
813 |
+
('wine_bottle', '')
|
814 |
+
('wine_bottle', '')
|
815 |
+
('flute', '')
|
816 |
+
('wine_bottle', '')
|
817 |
+
('wine_bottle', '')
|
818 |
+
('wine_bottle', '')
|
819 |
+
('pig', '')
|
820 |
+
('wine_bottle', '')
|
821 |
+
('cannon', '')
|
822 |
+
('wine_bottle', '')
|
823 |
+
('wine_bottle', '')
|
824 |
+
('wine_bottle', '')
|
825 |
+
('wine_bottle', '')
|
826 |
+
('wine_bottle', '')
|
827 |
+
('wine_bottle', '')
|
828 |
+
('wine_bottle', '')
|
829 |
+
('wine_bottle', '')
|
830 |
+
('vase', '')
|
831 |
+
('wine_bottle', '')
|
832 |
+
('scarf', '')
|
833 |
+
('wine_bottle', '')
|
834 |
+
('wine_bottle', '')
|
835 |
+
('wine_bottle', '')
|
836 |
+
('wine_bottle', '')
|
837 |
+
('wine_bottle', '')
|
838 |
+
('wine_bottle', '')
|
839 |
+
('tank', '')
|
840 |
+
('saxophone', '')
|
841 |
+
('wine_bottle', '')
|
842 |
+
('wine_bottle', '')
|
843 |
+
('wine_bottle', '')
|
844 |
+
('wine_bottle', '')
|
845 |
+
('wine_bottle', '')
|
846 |
+
('wine_bottle', '')
|
847 |
+
('wine_bottle', '')
|
848 |
+
('lipstick', '')
|
849 |
+
('banana', '')
|
850 |
+
('wine_bottle', '')
|
851 |
+
('pomeranian', '')
|
852 |
+
('pomeranian', '')
|
853 |
+
('pomeranian', '')
|
854 |
+
('pomeranian', '')
|
855 |
+
('pomeranian', '')
|
856 |
+
('pomeranian', '')
|
857 |
+
('pomeranian', '')
|
858 |
+
('pomeranian', '')
|
859 |
+
('pomeranian', '')
|
860 |
+
('pomeranian', '')
|
861 |
+
('pomeranian', '')
|
862 |
+
('pig', '')
|
863 |
+
('pomeranian', '')
|
864 |
+
('pomeranian', '')
|
865 |
+
('pomeranian', '')
|
866 |
+
('pomeranian', '')
|
867 |
+
('pomeranian', '')
|
868 |
+
('pomeranian', '')
|
869 |
+
('pomeranian', '')
|
870 |
+
('pomeranian', '')
|
871 |
+
('pug', '')
|
872 |
+
('pomeranian', '')
|
873 |
+
('pomeranian', '')
|
874 |
+
('pomeranian', '')
|
875 |
+
('pomeranian', '')
|
876 |
+
('pomeranian', '')
|
877 |
+
('pomeranian', '')
|
878 |
+
('pig', '')
|
879 |
+
('pomeranian', '')
|
880 |
+
('pomeranian', '')
|
881 |
+
('pomeranian', '')
|
882 |
+
('pomeranian', '')
|
883 |
+
('pomeranian', '')
|
884 |
+
('pomeranian', '')
|
885 |
+
('pomeranian', '')
|
886 |
+
('pomeranian', '')
|
887 |
+
('whippet', '')
|
888 |
+
('pomeranian', '')
|
889 |
+
('whippet', '')
|
890 |
+
('pomeranian', '')
|
891 |
+
('pomeranian', '')
|
892 |
+
('pomeranian', '')
|
893 |
+
('porcupine', '')
|
894 |
+
('pomeranian', '')
|
895 |
+
('pomeranian', '')
|
896 |
+
('husky', '')
|
897 |
+
('pomeranian', '')
|
898 |
+
('pomeranian', '')
|
899 |
+
('pomeranian', '')
|
900 |
+
('pomeranian', '')
|
901 |
+
('pomeranian', '')
|
902 |
+
('pomeranian', '')
|
903 |
+
('pomeranian', '')
|
904 |
+
('pomeranian', '')
|
905 |
+
('pomeranian', '')
|
906 |
+
('pomeranian', '')
|
907 |
+
('pomeranian', '')
|
908 |
+
('pomeranian', '')
|
909 |
+
('pomeranian', '')
|
910 |
+
('pomeranian', '')
|
911 |
+
('pomeranian', '')
|
912 |
+
('porcupine', '')
|
913 |
+
('pomeranian', '')
|
914 |
+
('pomeranian', '')
|
915 |
+
('pomeranian', '')
|
916 |
+
('pomeranian', '')
|
917 |
+
('pomeranian', '')
|
918 |
+
('pomeranian', '')
|
919 |
+
('pomeranian', '')
|
920 |
+
('pomeranian', '')
|
921 |
+
('pomeranian', '')
|
922 |
+
('pomeranian', '')
|
923 |
+
('pomeranian', '')
|
924 |
+
('pomeranian', '')
|
925 |
+
('pomeranian', '')
|
926 |
+
('pomeranian', '')
|
927 |
+
('pomeranian', '')
|
928 |
+
('pomeranian', '')
|
929 |
+
('pomeranian', '')
|
930 |
+
('pomeranian', '')
|
931 |
+
('pomeranian', '')
|
932 |
+
('chihuahua', '')
|
933 |
+
('pomeranian', '')
|
934 |
+
('pomeranian', '')
|
935 |
+
('pomeranian', '')
|
936 |
+
('pomeranian', '')
|
937 |
+
('pomeranian', '')
|
938 |
+
('pomeranian', '')
|
939 |
+
('pomeranian', '')
|
940 |
+
('pomeranian', '')
|
941 |
+
('pomeranian', '')
|
942 |
+
('hyena', '')
|
943 |
+
('baboon', '')
|
944 |
+
('hyena', '')
|
945 |
+
('hyena', '')
|
946 |
+
('hyena', '')
|
947 |
+
('hyena', '')
|
948 |
+
('hyena', '')
|
949 |
+
('hyena', '')
|
950 |
+
('hyena', '')
|
951 |
+
('hyena', '')
|
952 |
+
('hyena', '')
|
953 |
+
('hyena', '')
|
954 |
+
('hyena', '')
|
955 |
+
('pomeranian', '')
|
956 |
+
('hyena', '')
|
957 |
+
('hyena', '')
|
958 |
+
('hyena', '')
|
959 |
+
('hyena', '')
|
960 |
+
('hyena', '')
|
961 |
+
('hyena', '')
|
962 |
+
('hyena', '')
|
963 |
+
('hyena', '')
|
964 |
+
('hyena', '')
|
965 |
+
('cheetah', '')
|
966 |
+
('hyena', '')
|
967 |
+
('hyena', '')
|
968 |
+
('hyena', '')
|
969 |
+
('hyena', '')
|
970 |
+
('hyena', '')
|
971 |
+
('skunk', '')
|
972 |
+
('hyena', '')
|
973 |
+
('hyena', '')
|
974 |
+
('hyena', '')
|
975 |
+
('hyena', '')
|
976 |
+
('hyena', '')
|
977 |
+
('hyena', '')
|
978 |
+
('hyena', '')
|
979 |
+
('hyena', '')
|
980 |
+
('hyena', '')
|
981 |
+
('hyena', '')
|
982 |
+
('hyena', '')
|
983 |
+
('hyena', '')
|
984 |
+
('hyena', '')
|
985 |
+
('hyena', '')
|
986 |
+
('hyena', '')
|
987 |
+
('hyena', '')
|
988 |
+
('hyena', '')
|
989 |
+
('hyena', '')
|
990 |
+
('hyena', '')
|
991 |
+
('hyena', '')
|
992 |
+
('hyena', '')
|
993 |
+
('hyena', '')
|
994 |
+
('hyena', '')
|
995 |
+
('hyena', '')
|
996 |
+
('hyena', '')
|
997 |
+
('hyena', '')
|
998 |
+
('hyena', '')
|
999 |
+
('hyena', '')
|
1000 |
+
('baboon', '')
|
eval/ImageNet-R_score.json
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"acc": 0.866,
|
3 |
+
"num_correct": 866,
|
4 |
+
"num_pred": 1000
|
5 |
+
}
|
eval/InfographicsVQA_pred.txt
ADDED
@@ -0,0 +1,1000 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
('pinterest', '')
|
2 |
+
('restaurants, interior design, wedding venues', '')
|
3 |
+
('twitter, facebook, pinterest', '')
|
4 |
+
('linkedin, facebook', '')
|
5 |
+
('twitter, facebook', '')
|
6 |
+
('bakeries & coffee shops, travel agencies, art museums', '')
|
7 |
+
('facebook, youtube, instagram', '')
|
8 |
+
('google+', '')
|
9 |
+
('2004', '')
|
10 |
+
('facebook, youtube', '')
|
11 |
+
('snapchat', '')
|
12 |
+
('2003', '')
|
13 |
+
('easy access to learning and professional development', '')
|
14 |
+
('good customer service', '')
|
15 |
+
('facebook ads', '')
|
16 |
+
('facebook, youtube, instagram', '')
|
17 |
+
('2013', '')
|
18 |
+
('400 thousand', '')
|
19 |
+
('100 thousand new tweets', '')
|
20 |
+
('linkedin, facebook', '')
|
21 |
+
('twitter, facebook', '')
|
22 |
+
('blue', '')
|
23 |
+
('twitter, facebook', '')
|
24 |
+
('high engagement, high quality content, match your brand', '')
|
25 |
+
('benefits, features, elevator pitch', '')
|
26 |
+
('culture, mission statement, core values', '')
|
27 |
+
('62%', '')
|
28 |
+
('u.k.', '')
|
29 |
+
('u.k.', '')
|
30 |
+
('90%', '')
|
31 |
+
('twitter, facebook', '')
|
32 |
+
('north dakota', '')
|
33 |
+
('new jersey', '')
|
34 |
+
('europe', '')
|
35 |
+
('40%', '')
|
36 |
+
('north dakota', '')
|
37 |
+
('21 million', '')
|
38 |
+
('45 million', '')
|
39 |
+
('54%', '')
|
40 |
+
('80.7%', '')
|
41 |
+
('8', '')
|
42 |
+
('53%', '')
|
43 |
+
('49%', '')
|
44 |
+
('100 thousand new tweets', '')
|
45 |
+
('men', '')
|
46 |
+
('52.3%', '')
|
47 |
+
('linkedin, facebook', '')
|
48 |
+
('unhappy', '')
|
49 |
+
('marketing', '')
|
50 |
+
('cost', '')
|
51 |
+
('3', '')
|
52 |
+
('second', '')
|
53 |
+
('europe & central asia', '')
|
54 |
+
('north america', '')
|
55 |
+
('15.43%', '')
|
56 |
+
('56%', '')
|
57 |
+
('77%', '')
|
58 |
+
('68%', '')
|
59 |
+
('60%', '')
|
60 |
+
('aol', '')
|
61 |
+
('usa today', '')
|
62 |
+
('at&t', '')
|
63 |
+
('usa today', '')
|
64 |
+
('emerson collective', '')
|
65 |
+
('nbc news', '')
|
66 |
+
('usa today', '')
|
67 |
+
('verizon', '')
|
68 |
+
('civil unrest', '')
|
69 |
+
('77%', '')
|
70 |
+
('26', '')
|
71 |
+
('83%', '')
|
72 |
+
('9th', '')
|
73 |
+
('54%', '')
|
74 |
+
('civil unrest', '')
|
75 |
+
('9th', '')
|
76 |
+
('libyan unrest', '')
|
77 |
+
('greek financial crisis', '')
|
78 |
+
('44', '')
|
79 |
+
('30 days', '')
|
80 |
+
('greek financial crisis', '')
|
81 |
+
('jack white', '')
|
82 |
+
('ma huateng', '')
|
83 |
+
('lachlan k. murdoch', '')
|
84 |
+
('8', '')
|
85 |
+
('aol', '')
|
86 |
+
('at&t', '')
|
87 |
+
('citigroup', '')
|
88 |
+
('justin bieber and kim kardashian', '')
|
89 |
+
('100%', '')
|
90 |
+
('twitter co-founder evan williams', '')
|
91 |
+
('0.0% to 1.9%', '')
|
92 |
+
('new hampshire', '')
|
93 |
+
('6 million', '')
|
94 |
+
('$122,000', '')
|
95 |
+
('38%', '')
|
96 |
+
('$40,190', '')
|
97 |
+
('39%', '')
|
98 |
+
('40', '')
|
99 |
+
('home health aide', '')
|
100 |
+
('medical scientist', '')
|
101 |
+
('36%', '')
|
102 |
+
('37', '')
|
103 |
+
('78%', '')
|
104 |
+
('31', '')
|
105 |
+
('84%', '')
|
106 |
+
('67%', '')
|
107 |
+
('72', '')
|
108 |
+
('63%', '')
|
109 |
+
('37', '')
|
110 |
+
('31', '')
|
111 |
+
('syd gregory', '')
|
112 |
+
('234', '')
|
113 |
+
('pietersen', '')
|
114 |
+
('buttler', '')
|
115 |
+
('kohli', '')
|
116 |
+
('collingwood', '')
|
117 |
+
('4,000+', '')
|
118 |
+
('listening to music', '')
|
119 |
+
('listening to music', '')
|
120 |
+
('plastic', '')
|
121 |
+
('4', '')
|
122 |
+
('plastic', '')
|
123 |
+
('8', '')
|
124 |
+
('eases muscle tension', '')
|
125 |
+
('eases muscle tension', '')
|
126 |
+
('organic', '')
|
127 |
+
('clothes', '')
|
128 |
+
('ocean pollution', '')
|
129 |
+
('psychological', '')
|
130 |
+
('ocean pollution', '')
|
131 |
+
('6.3%', '')
|
132 |
+
('plastic', '')
|
133 |
+
('16', '')
|
134 |
+
('plastic', '')
|
135 |
+
('7', '')
|
136 |
+
('8.3%', '')
|
137 |
+
('14', '')
|
138 |
+
('21', '')
|
139 |
+
('49', '')
|
140 |
+
('100k', '')
|
141 |
+
('usman', '')
|
142 |
+
('vinoo mankad under-16 championship', '')
|
143 |
+
('14', '')
|
144 |
+
('australia', '')
|
145 |
+
('21%', '')
|
146 |
+
('5%', '')
|
147 |
+
('71%', '')
|
148 |
+
('3%', '')
|
149 |
+
('77', '')
|
150 |
+
('61%', '')
|
151 |
+
('8', '')
|
152 |
+
('42%', '')
|
153 |
+
('government, other services, manufacturing - nondurable goods', '')
|
154 |
+
('eases muscle tension', '')
|
155 |
+
('+19%', '')
|
156 |
+
('-0.8%', '')
|
157 |
+
('negative', '')
|
158 |
+
('33', '')
|
159 |
+
('florida, hawaii', '')
|
160 |
+
('los angeles', '')
|
161 |
+
('albany', '')
|
162 |
+
('may', '')
|
163 |
+
('11,500', '')
|
164 |
+
('leisure & hospitality', '')
|
165 |
+
('vinod kambli', '')
|
166 |
+
('104', '')
|
167 |
+
('2001', '')
|
168 |
+
('3', '')
|
169 |
+
('36', '')
|
170 |
+
('mysteries and thrillers', '')
|
171 |
+
('8', '')
|
172 |
+
('14', '')
|
173 |
+
('ramesh', '')
|
174 |
+
('18%', '')
|
175 |
+
('37%', '')
|
176 |
+
('23%', '')
|
177 |
+
('25%', '')
|
178 |
+
('38', '')
|
179 |
+
('buttler', '')
|
180 |
+
('-5.7', '')
|
181 |
+
('0-5%', '')
|
182 |
+
('7', '')
|
183 |
+
('33', '')
|
184 |
+
('77', '')
|
185 |
+
('south and west asia', '')
|
186 |
+
('north america, europe, oceania', '')
|
187 |
+
('north america, europe, oceania', '')
|
188 |
+
('3', '')
|
189 |
+
('pakistan, bangladesh, zimbabwe', '')
|
190 |
+
('+6', '')
|
191 |
+
('-11', '')
|
192 |
+
('usman ghani', '')
|
193 |
+
('49', '')
|
194 |
+
('-4.2', '')
|
195 |
+
('517', '')
|
196 |
+
('22,232', '')
|
197 |
+
('109.9', '')
|
198 |
+
('india', '')
|
199 |
+
('14', '')
|
200 |
+
('india, 39.7', '')
|
201 |
+
('77', '')
|
202 |
+
('26.5', '')
|
203 |
+
('29.5', '')
|
204 |
+
('south africa', '')
|
205 |
+
('45.8%', '')
|
206 |
+
('0.9', '')
|
207 |
+
('17', '')
|
208 |
+
('saeed ajmal', '')
|
209 |
+
('$13.41', '')
|
210 |
+
('saeed ajmal, rangana herath', '')
|
211 |
+
('104', '')
|
212 |
+
('australia', '')
|
213 |
+
('43 years', '')
|
214 |
+
('44 days', '')
|
215 |
+
('15.5', '')
|
216 |
+
('134', '')
|
217 |
+
('sri lanka', '')
|
218 |
+
('26.5', '')
|
219 |
+
('109*', '')
|
220 |
+
('28.33', '')
|
221 |
+
('dhoni', '')
|
222 |
+
('6.4', '')
|
223 |
+
('dhangadhi', '')
|
224 |
+
('vinoo mankad under-16 championship', '')
|
225 |
+
('2 april 2011', '')
|
226 |
+
('77', '')
|
227 |
+
('277/4', '')
|
228 |
+
('pakistan, bangladesh, zimbabwe', '')
|
229 |
+
('mysteries and thrillers', '')
|
230 |
+
('pakistan, bangladesh, zimbabwe', '')
|
231 |
+
('pakistan, bangladesh, zimbabwe', '')
|
232 |
+
('277/4', '')
|
233 |
+
('sourav ganguly', '')
|
234 |
+
('76', '')
|
235 |
+
('100', '')
|
236 |
+
('43.3%', '')
|
237 |
+
('26.2%', '')
|
238 |
+
('67,100', '')
|
239 |
+
('ms dhoni', '')
|
240 |
+
('west bank', '')
|
241 |
+
('west bank', '')
|
242 |
+
('68.3%', '')
|
243 |
+
('66.9%', '')
|
244 |
+
('69', '')
|
245 |
+
('14-mar-15', '')
|
246 |
+
('sushant singh rajput', '')
|
247 |
+
('vinod kambli', '')
|
248 |
+
('ziva', '')
|
249 |
+
('july 7, 1981 at ranchi, jharkhand', '')
|
250 |
+
('dav jawahar vidya mandir', '')
|
251 |
+
('rajiv gandhi khel ratna', '')
|
252 |
+
('goalkeeper', '')
|
253 |
+
('july 7, 1981 at ranchi, jharkhand', '')
|
254 |
+
('vinoo mankad under-16 championship', '')
|
255 |
+
('1999', '')
|
256 |
+
('june 2020', '')
|
257 |
+
('pakistan, bangladesh, zimbabwe', '')
|
258 |
+
('virat kohli', '')
|
259 |
+
('ms dhoni', '')
|
260 |
+
('kohli', '')
|
261 |
+
('ms dhoni', '')
|
262 |
+
('syd gregory', '')
|
263 |
+
('107', '')
|
264 |
+
('27', '')
|
265 |
+
('rajiv gandhi khel ratna', '')
|
266 |
+
('2007', '')
|
267 |
+
('birendra nagar', '')
|
268 |
+
('33', '')
|
269 |
+
('yellow', '')
|
270 |
+
('gandaki province', '')
|
271 |
+
('dhangadhi', '')
|
272 |
+
('kathmandu', '')
|
273 |
+
('dhangadhi', '')
|
274 |
+
('ms dhoni', '')
|
275 |
+
('birendra nagar', '')
|
276 |
+
('birendra nagar', '')
|
277 |
+
('913', '')
|
278 |
+
('834', '')
|
279 |
+
('543', '')
|
280 |
+
('372', '')
|
281 |
+
('17', '')
|
282 |
+
('3', '')
|
283 |
+
('2', '')
|
284 |
+
('waseem akram & ramiz raja', '')
|
285 |
+
('16', '')
|
286 |
+
('us $ 70,000', '')
|
287 |
+
('$500,000', '')
|
288 |
+
('10', '')
|
289 |
+
('platinum, diamond, gold', '')
|
290 |
+
('great expectations, jane eyre', '')
|
291 |
+
('great expectations, jane eyre', '')
|
292 |
+
('mysteries and thrillers', '')
|
293 |
+
('twenty thousand leagues under the sea', '')
|
294 |
+
('asgard, jotunheim', '')
|
295 |
+
('john mill', '')
|
296 |
+
('buttler', '')
|
297 |
+
('the worm auroboros, conan the barbarians', '')
|
298 |
+
('karl marx', '')
|
299 |
+
('john mill', '')
|
300 |
+
('7', '')
|
301 |
+
('1970, 1973', '')
|
302 |
+
('troubles, the siege of krishnapur', '')
|
303 |
+
('8', '')
|
304 |
+
('2009, 2012', '')
|
305 |
+
('wolf hall, bring up the bodies', '')
|
306 |
+
('77', '')
|
307 |
+
('1988, 2001', '')
|
308 |
+
('equality, china model, nationalism', '')
|
309 |
+
('liberalism, universal values, freedom', '')
|
310 |
+
('life purpose', '')
|
311 |
+
('direct democracy', '')
|
312 |
+
('representative democracy', '')
|
313 |
+
('in the third person', '')
|
314 |
+
('an illustration', '')
|
315 |
+
('an illustration, a photo, text only', '')
|
316 |
+
('welfare state', '')
|
317 |
+
('federer express', '')
|
318 |
+
('free market', '')
|
319 |
+
('in the third person, in the first person', '')
|
320 |
+
('clay', '')
|
321 |
+
('8', '')
|
322 |
+
('equality, china model, nationalism', '')
|
323 |
+
('grass, carpet', '')
|
324 |
+
('blue states', '')
|
325 |
+
('west virginia, north dakota, south dakota', '')
|
326 |
+
('west virginia, north dakota, south dakota', '')
|
327 |
+
('46. 14% - 100. 00%', '')
|
328 |
+
('79%', '')
|
329 |
+
('democrat', '')
|
330 |
+
('7', '')
|
331 |
+
('rafael nadal', '')
|
332 |
+
('8', '')
|
333 |
+
('twitter', '')
|
334 |
+
('175 million', '')
|
335 |
+
('1 career grand slam', '')
|
336 |
+
('18', '')
|
337 |
+
('83%', '')
|
338 |
+
('77', '')
|
339 |
+
('3', '')
|
340 |
+
('3', '')
|
341 |
+
('329,156', '')
|
342 |
+
('77', '')
|
343 |
+
('rafael nadal', '')
|
344 |
+
('executive, legislative, judicial', '')
|
345 |
+
('every 4 years', '')
|
346 |
+
('1932', '')
|
347 |
+
('1963', '')
|
348 |
+
('1995', '')
|
349 |
+
('2011', '')
|
350 |
+
('2017', '')
|
351 |
+
('judicial', '')
|
352 |
+
('bandung', '')
|
353 |
+
('jakarta', '')
|
354 |
+
('ubs', '')
|
355 |
+
('aged 65 years and over', '')
|
356 |
+
('iran', '')
|
357 |
+
('18', '')
|
358 |
+
('46', '')
|
359 |
+
('innovation', '')
|
360 |
+
('responsibility, communication, problem solving', '')
|
361 |
+
('mars has two moons', '')
|
362 |
+
('142', '')
|
363 |
+
('twenty thousand leagues under the sea', '')
|
364 |
+
('martin caidin', '')
|
365 |
+
('bionic limbs', '')
|
366 |
+
('1970-80s', '')
|
367 |
+
('the stand, 1922', '')
|
368 |
+
('twenty thousand leagues under the sea', '')
|
369 |
+
('4', '')
|
370 |
+
('twenty thousand leagues under the sea', '')
|
371 |
+
('looking backwards', '')
|
372 |
+
('hulk', '')
|
373 |
+
('john brunner', '')
|
374 |
+
('18-25', '')
|
375 |
+
('51', '')
|
376 |
+
('learn a skill', '')
|
377 |
+
('7%', '')
|
378 |
+
('mood-enhancing drugs, genetic engineering', '')
|
379 |
+
('automatic motion-sensing doors', '')
|
380 |
+
('10.4%', '')
|
381 |
+
('6.6 million', '')
|
382 |
+
('11.6%', '')
|
383 |
+
('internet of things', '')
|
384 |
+
('80-84', '')
|
385 |
+
('80-84', '')
|
386 |
+
('45-64', '')
|
387 |
+
('80-84', '')
|
388 |
+
('0-4', '')
|
389 |
+
('45-64', '')
|
390 |
+
('85%', '')
|
391 |
+
('22,1%', '')
|
392 |
+
('71.6%', '')
|
393 |
+
('8', '')
|
394 |
+
('access to technical and vocational training', '')
|
395 |
+
('13,8%', '')
|
396 |
+
('85%', '')
|
397 |
+
('10.1%', '')
|
398 |
+
('14%', '')
|
399 |
+
('22,1%', '')
|
400 |
+
('kohli', '')
|
401 |
+
('14', '')
|
402 |
+
('7', '')
|
403 |
+
('14', '')
|
404 |
+
('14', '')
|
405 |
+
('77', '')
|
406 |
+
('least equal', '')
|
407 |
+
('least equal', '')
|
408 |
+
('least equal', '')
|
409 |
+
('21%', '')
|
410 |
+
('22,1%', '')
|
411 |
+
('0%', '')
|
412 |
+
('18%', '')
|
413 |
+
('0.9', '')
|
414 |
+
('6.5%', '')
|
415 |
+
('77', '')
|
416 |
+
("see what's over the horizon", '')
|
417 |
+
('imagery, trending topics, human voice', '')
|
418 |
+
('24', '')
|
419 |
+
('low wages', '')
|
420 |
+
('112%', '')
|
421 |
+
('1.02 - 3.81', '')
|
422 |
+
('46. 14% - 100. 00%', '')
|
423 |
+
('1%', '')
|
424 |
+
('u.s.', '')
|
425 |
+
('3', '')
|
426 |
+
('89%', '')
|
427 |
+
('80', '')
|
428 |
+
('monday', '')
|
429 |
+
('menswear, bold colors', '')
|
430 |
+
('leather, bold colors, statement necklaces', '')
|
431 |
+
('6.3%', '')
|
432 |
+
('2009, 2011', '')
|
433 |
+
('52.3%', '')
|
434 |
+
('2.4%', '')
|
435 |
+
('2.4%', '')
|
436 |
+
('8', '')
|
437 |
+
('$9.2 million', '')
|
438 |
+
('$9.2 million', '')
|
439 |
+
('24%', '')
|
440 |
+
('26.2%', '')
|
441 |
+
('higher maritime institutions', '')
|
442 |
+
('glowny urzad statystyczny', '')
|
443 |
+
('@glownyurzadstatystyczny', '')
|
444 |
+
('glowny urzad statystyczny', '')
|
445 |
+
('3', '')
|
446 |
+
('0-5%', '')
|
447 |
+
('4', '')
|
448 |
+
('redbridge, lewisham', '')
|
449 |
+
('highland', '')
|
450 |
+
('email marketing', '')
|
451 |
+
('social media', '')
|
452 |
+
('email marketing', '')
|
453 |
+
('email marketing', '')
|
454 |
+
('social media channels', '')
|
455 |
+
('15.43%', '')
|
456 |
+
('social media marketing', '')
|
457 |
+
('1900', '')
|
458 |
+
('2.5 billion', '')
|
459 |
+
('95.8%', '')
|
460 |
+
('5%', '')
|
461 |
+
('family planning, sustainable living', '')
|
462 |
+
('food, energy, water', '')
|
463 |
+
('30%', '')
|
464 |
+
('22%', '')
|
465 |
+
('100 acres per minute', '')
|
466 |
+
('70%+', '')
|
467 |
+
('cars, increased power consumption', '')
|
468 |
+
('34%', '')
|
469 |
+
('too many ads', '')
|
470 |
+
('too much drama', '')
|
471 |
+
('23%', '')
|
472 |
+
('20%', '')
|
473 |
+
('whatsapp', '')
|
474 |
+
('oil, water', '')
|
475 |
+
('twitter, facebook', '')
|
476 |
+
('snapchat', '')
|
477 |
+
('2011', '')
|
478 |
+
('2/3', '')
|
479 |
+
('3 billion', '')
|
480 |
+
('6 billion', '')
|
481 |
+
('7 billion', '')
|
482 |
+
('76%', '')
|
483 |
+
('1 billion', '')
|
484 |
+
('7 billion', '')
|
485 |
+
('18', '')
|
486 |
+
('4.5 billion', '')
|
487 |
+
('2.6 billion', '')
|
488 |
+
('70%+', '')
|
489 |
+
('9.6 billion', '')
|
490 |
+
('78%', '')
|
491 |
+
('4%', '')
|
492 |
+
('2%', '')
|
493 |
+
('26%', '')
|
494 |
+
('3%', '')
|
495 |
+
('12%', '')
|
496 |
+
('13%', '')
|
497 |
+
('20%', '')
|
498 |
+
('41%', '')
|
499 |
+
('47%', '')
|
500 |
+
('10%', '')
|
501 |
+
('18-29', '')
|
502 |
+
('39%', '')
|
503 |
+
('53%', '')
|
504 |
+
('62%', '')
|
505 |
+
('54', '')
|
506 |
+
('27%', '')
|
507 |
+
('65+', '')
|
508 |
+
('control, tweener, power', '')
|
509 |
+
('tweener frame', '')
|
510 |
+
('tweener frame', '')
|
511 |
+
('facebook, youtube', '')
|
512 |
+
('72%', '')
|
513 |
+
('links to longer content, videos, written copy', '')
|
514 |
+
('16%', '')
|
515 |
+
('25%', '')
|
516 |
+
('social media personas', '')
|
517 |
+
('75%', '')
|
518 |
+
('63%', '')
|
519 |
+
('24.6%', '')
|
520 |
+
('8%', '')
|
521 |
+
('27.1%', '')
|
522 |
+
('16.5%', '')
|
523 |
+
('17.7%', '')
|
524 |
+
('13%', '')
|
525 |
+
('59.9%', '')
|
526 |
+
('tweener frame', '')
|
527 |
+
('facebook, youtube, instagram', '')
|
528 |
+
('+100%', '')
|
529 |
+
('open pattern, dense pattern', '')
|
530 |
+
('4 3/8"', '')
|
531 |
+
('1.5h', '')
|
532 |
+
('mid, midplus, oversize', '')
|
533 |
+
('sweet corn', '')
|
534 |
+
('flour corn', '')
|
535 |
+
('pod corn', '')
|
536 |
+
('pod corn', '')
|
537 |
+
('native americans', '')
|
538 |
+
('pod corn', '')
|
539 |
+
('9 hours + 30 mins', '')
|
540 |
+
('centeotl and chicomecoatl', '')
|
541 |
+
('google+', '')
|
542 |
+
('100 million', '')
|
543 |
+
('milk', '')
|
544 |
+
('twitter, facebook', '')
|
545 |
+
('105 million', '')
|
546 |
+
('the corn palace', '')
|
547 |
+
('twitter, facebook', '')
|
548 |
+
('39%', '')
|
549 |
+
('70%+', '')
|
550 |
+
('the cornhusker', '')
|
551 |
+
('23%', '')
|
552 |
+
('54%', '')
|
553 |
+
('54%', '')
|
554 |
+
('34%', '')
|
555 |
+
('30-45 years old', '')
|
556 |
+
('1%', '')
|
557 |
+
('15%', '')
|
558 |
+
('15-34', '')
|
559 |
+
('1%', '')
|
560 |
+
('43%', '')
|
561 |
+
('7', '')
|
562 |
+
('change passwords', '')
|
563 |
+
('8', '')
|
564 |
+
('91', '')
|
565 |
+
('open pattern, dense pattern', '')
|
566 |
+
('dense pattern', '')
|
567 |
+
('tweener frame', '')
|
568 |
+
('78%', '')
|
569 |
+
('head, grip, beam', '')
|
570 |
+
('zara', '')
|
571 |
+
('twitter, facebook', '')
|
572 |
+
('gucci', '')
|
573 |
+
('69%', '')
|
574 |
+
('mid, midplus, oversize', '')
|
575 |
+
('microsoft windows', '')
|
576 |
+
('red bull', '')
|
577 |
+
('79%', '')
|
578 |
+
('facial masks', '')
|
579 |
+
('queen elizabeth ii', '')
|
580 |
+
('22 mm, 23-27 mm, 28 mm', '')
|
581 |
+
('professional services, communications', '')
|
582 |
+
('19%', '')
|
583 |
+
('bank of canada', '')
|
584 |
+
('linkedin, facebook', '')
|
585 |
+
('linkedin, facebook', '')
|
586 |
+
('disney club penguin', '')
|
587 |
+
('71%', '')
|
588 |
+
('twitter, facebook', '')
|
589 |
+
('1,100+', '')
|
590 |
+
('62%', '')
|
591 |
+
('linkedin, google+, youtube', '')
|
592 |
+
('facebook, youtube, instagram', '')
|
593 |
+
('hippocampus', '')
|
594 |
+
('married people', '')
|
595 |
+
('1%', '')
|
596 |
+
('education sector', '')
|
597 |
+
('negative', '')
|
598 |
+
('fewer than 5%', '')
|
599 |
+
('north america', '')
|
600 |
+
('yellow', '')
|
601 |
+
('82%', '')
|
602 |
+
('fish, milk, bananas', '')
|
603 |
+
('0-5%', '')
|
604 |
+
('mexico', '')
|
605 |
+
('mexico, spain, brazil', '')
|
606 |
+
('data scientists', '')
|
607 |
+
('36%', '')
|
608 |
+
('36%', '')
|
609 |
+
('life purpose', '')
|
610 |
+
('life purpose', '')
|
611 |
+
('0-5%', '')
|
612 |
+
('education sector', '')
|
613 |
+
('waxing gibbous', '')
|
614 |
+
('education sector', '')
|
615 |
+
('waxing gibbous', '')
|
616 |
+
('waxing crescent', '')
|
617 |
+
('70%+', '')
|
618 |
+
('45%', '')
|
619 |
+
('600+ million', '')
|
620 |
+
('waxing crescent', '')
|
621 |
+
('waxing gibbous', '')
|
622 |
+
('8%', '')
|
623 |
+
('600+ million', '')
|
624 |
+
('29', '')
|
625 |
+
('blue', '')
|
626 |
+
('62%', '')
|
627 |
+
('59%', '')
|
628 |
+
('facebook, youtube, instagram', '')
|
629 |
+
('lakers', '')
|
630 |
+
('$3.30b', '')
|
631 |
+
('$1.93b', '')
|
632 |
+
('new york yankees, los angeles dodgers', '')
|
633 |
+
('$3.70b', '')
|
634 |
+
('2.5b', '')
|
635 |
+
('$1.93b', '')
|
636 |
+
('nba', '')
|
637 |
+
('mlb', '')
|
638 |
+
('nfl', '')
|
639 |
+
('discover ideas', '')
|
640 |
+
('female', '')
|
641 |
+
('chicago bears', '')
|
642 |
+
('$2.70b', '')
|
643 |
+
('new york yankees, los angeles dodgers', '')
|
644 |
+
('share photos and stories', '')
|
645 |
+
('social network/blogs', '')
|
646 |
+
('older than 35', '')
|
647 |
+
('google+', '')
|
648 |
+
('100 million', '')
|
649 |
+
('$1.5b', '')
|
650 |
+
('22%', '')
|
651 |
+
('mlb', '')
|
652 |
+
('380 million', '')
|
653 |
+
('new york yankees, los angeles dodgers', '')
|
654 |
+
('espn', '')
|
655 |
+
('easy access to learning and professional development', '')
|
656 |
+
('philadelphia eagles', '')
|
657 |
+
('comprehensive', '')
|
658 |
+
('access to technical and vocational training', '')
|
659 |
+
('facebook recruiting - human or bot', '')
|
660 |
+
('facebook recruiting - human or bot', '')
|
661 |
+
('12%', '')
|
662 |
+
('9%', '')
|
663 |
+
('10%', '')
|
664 |
+
('17%', '')
|
665 |
+
('23%', '')
|
666 |
+
('10%', '')
|
667 |
+
('20%', '')
|
668 |
+
('1924', '')
|
669 |
+
('data scientists', '')
|
670 |
+
('data scientists', '')
|
671 |
+
('olympics', '')
|
672 |
+
('1924', '')
|
673 |
+
('17%', '')
|
674 |
+
('data scientists', '')
|
675 |
+
('7%', '')
|
676 |
+
('olympics', '')
|
677 |
+
('olympics', '')
|
678 |
+
('olympics', '')
|
679 |
+
('1988, 2001', '')
|
680 |
+
('3', '')
|
681 |
+
('21', '')
|
682 |
+
('2016', '')
|
683 |
+
('needs to escape', '')
|
684 |
+
('in a fulfilling relationship', '')
|
685 |
+
('loving and honest', '')
|
686 |
+
('shy person', '')
|
687 |
+
('frustrated', '')
|
688 |
+
('romantic person', '')
|
689 |
+
('introvert', '')
|
690 |
+
('needs guidance', '')
|
691 |
+
('introvert', '')
|
692 |
+
('frustrated', '')
|
693 |
+
('1.97 billion', '')
|
694 |
+
('1.2%', '')
|
695 |
+
('2 hours 56 mins', '')
|
696 |
+
('4.27 million', '')
|
697 |
+
('whatsapp', '')
|
698 |
+
('35 million', '')
|
699 |
+
('231.7 million', '')
|
700 |
+
('25,000', '')
|
701 |
+
('95%', '')
|
702 |
+
('infographics', '')
|
703 |
+
('37%', '')
|
704 |
+
('41%', '')
|
705 |
+
('30%', '')
|
706 |
+
('linkedin, google+, youtube', '')
|
707 |
+
('56%', '')
|
708 |
+
('46%', '')
|
709 |
+
('marketing', '')
|
710 |
+
('@sirpatstew', '')
|
711 |
+
('33', '')
|
712 |
+
('357 minutes', '')
|
713 |
+
('357 minutes', '')
|
714 |
+
('11', '')
|
715 |
+
('northrop grumman', '')
|
716 |
+
('mq-9 reaper', '')
|
717 |
+
('2006', '')
|
718 |
+
('"beast of kandahar"', '')
|
719 |
+
('mq-8 fire scout, rq-4b global hawk, rq-11b raven', '')
|
720 |
+
('rq-4b global hawk', '')
|
721 |
+
('27.5 ft', '')
|
722 |
+
('27.5 ft', '')
|
723 |
+
('450 lb', '')
|
724 |
+
('500 ft', '')
|
725 |
+
('500 ft', '')
|
726 |
+
('22', '')
|
727 |
+
('mq-8 fire scout, rq-4b global hawk, rq-11b raven', '')
|
728 |
+
('450 lb', '')
|
729 |
+
('27.5 ft', '')
|
730 |
+
('rq-4b global hawk', '')
|
731 |
+
('rq-4b global hawk', '')
|
732 |
+
('55 ft', '')
|
733 |
+
('77', '')
|
734 |
+
('nucleolus', '')
|
735 |
+
('mitochondrion', '')
|
736 |
+
('$105,594', '')
|
737 |
+
('data visualization developer', '')
|
738 |
+
('44', '')
|
739 |
+
('33', '')
|
740 |
+
('job satisfaction', '')
|
741 |
+
('33%', '')
|
742 |
+
('data scientist', '')
|
743 |
+
('66', '')
|
744 |
+
('sql', '')
|
745 |
+
('ms excel', '')
|
746 |
+
('united states, germany', '')
|
747 |
+
('vegetable oil', '')
|
748 |
+
('texas', '')
|
749 |
+
('3.5 x 2', '')
|
750 |
+
('57%', '')
|
751 |
+
('three times more', '')
|
752 |
+
('"share" rate, "comment" rate', '')
|
753 |
+
('75%', '')
|
754 |
+
('33', '')
|
755 |
+
('three times more', '')
|
756 |
+
('after 8 p.m. and before 8 a.m.', '')
|
757 |
+
('surfing/skiing', '')
|
758 |
+
('152', '')
|
759 |
+
('100', '')
|
760 |
+
('michael gorman', '')
|
761 |
+
('15.4', '')
|
762 |
+
('the library of congress', '')
|
763 |
+
('5', '')
|
764 |
+
('solid, liquid, gas', '')
|
765 |
+
('10,568', '')
|
766 |
+
('german empire, austria-hungary', '')
|
767 |
+
('organic chemistry', '')
|
768 |
+
('77', '')
|
769 |
+
('biochemistry', '')
|
770 |
+
('3', '')
|
771 |
+
('59%', '')
|
772 |
+
('56%', '')
|
773 |
+
('39%', '')
|
774 |
+
('59%', '')
|
775 |
+
('39%', '')
|
776 |
+
('10', '')
|
777 |
+
('40%', '')
|
778 |
+
('99%', '')
|
779 |
+
('39%', '')
|
780 |
+
('80%', '')
|
781 |
+
('24%', '')
|
782 |
+
('28%', '')
|
783 |
+
('42%', '')
|
784 |
+
('banking', '')
|
785 |
+
('10%', '')
|
786 |
+
('18%', '')
|
787 |
+
('28%', '')
|
788 |
+
('32%', '')
|
789 |
+
('bangalore', '')
|
790 |
+
('34%', '')
|
791 |
+
('10%', '')
|
792 |
+
('7%', '')
|
793 |
+
('0%', '')
|
794 |
+
('3', '')
|
795 |
+
('swimming', '')
|
796 |
+
('throat', '')
|
797 |
+
('emory university', '')
|
798 |
+
('organic chemistry', '')
|
799 |
+
('15', '')
|
800 |
+
('american woodcock', '')
|
801 |
+
('01/2012', '')
|
802 |
+
('common raven', '')
|
803 |
+
('2009, 2011', '')
|
804 |
+
('8', '')
|
805 |
+
('50%', '')
|
806 |
+
('2', '')
|
807 |
+
('1999', '')
|
808 |
+
('4%', '')
|
809 |
+
('56%', '')
|
810 |
+
('michael gorman', '')
|
811 |
+
('64%', '')
|
812 |
+
('16-24', '')
|
813 |
+
('dewey decimal classification, library of congress classification, colon classification', '')
|
814 |
+
('76%', '')
|
815 |
+
('23%', '')
|
816 |
+
('800,000', '')
|
817 |
+
('dr. shiyali ramamrita ranganathan', '')
|
818 |
+
('twitter, facebook, pinterest', '')
|
819 |
+
('21 min', '')
|
820 |
+
('linkedin, facebook', '')
|
821 |
+
('myspace', '')
|
822 |
+
('298,700', '')
|
823 |
+
('67%', '')
|
824 |
+
('67%', '')
|
825 |
+
('43%', '')
|
826 |
+
('93%', '')
|
827 |
+
('twitter, facebook', '')
|
828 |
+
('google+', '')
|
829 |
+
('919,700', '')
|
830 |
+
('440', '')
|
831 |
+
('8', '')
|
832 |
+
('8', '')
|
833 |
+
('4', '')
|
834 |
+
('0%', '')
|
835 |
+
('54%', '')
|
836 |
+
('54%', '')
|
837 |
+
('43%', '')
|
838 |
+
('25%', '')
|
839 |
+
('13', '')
|
840 |
+
('41%', '')
|
841 |
+
('social network/blogs', '')
|
842 |
+
('2,740', '')
|
843 |
+
('41%', '')
|
844 |
+
('0-5%', '')
|
845 |
+
('social network/blogs', '')
|
846 |
+
('41%', '')
|
847 |
+
('0', '')
|
848 |
+
('41%', '')
|
849 |
+
('0-4', '')
|
850 |
+
('18%', '')
|
851 |
+
('26.2%', '')
|
852 |
+
('43.3%', '')
|
853 |
+
('0%', '')
|
854 |
+
('50% to 95%', '')
|
855 |
+
('0', '')
|
856 |
+
('1999', '')
|
857 |
+
('1997', '')
|
858 |
+
('98.6%', '')
|
859 |
+
('aol', '')
|
860 |
+
('58%', '')
|
861 |
+
('30-45 years old', '')
|
862 |
+
('facebook, youtube, instagram', '')
|
863 |
+
('1998', '')
|
864 |
+
('homicide', '')
|
865 |
+
('delivery drivers, healthcare professionals, public service workers', '')
|
866 |
+
('twitter, facebook', '')
|
867 |
+
('1999', '')
|
868 |
+
('1997', '')
|
869 |
+
('16-24', '')
|
870 |
+
('31,347', '')
|
871 |
+
('25', '')
|
872 |
+
('42', '')
|
873 |
+
('16', '')
|
874 |
+
('66,769', '')
|
875 |
+
('34 million', '')
|
876 |
+
('3 million', '')
|
877 |
+
('64', '')
|
878 |
+
('aol', '')
|
879 |
+
('2%', '')
|
880 |
+
('30', '')
|
881 |
+
('college students', '')
|
882 |
+
('800,000', '')
|
883 |
+
('2006', '')
|
884 |
+
('2007', '')
|
885 |
+
('23,000', '')
|
886 |
+
('2001', '')
|
887 |
+
('400 million', '')
|
888 |
+
('49%', '')
|
889 |
+
('35%', '')
|
890 |
+
('2010', '')
|
891 |
+
('1994', '')
|
892 |
+
('2008', '')
|
893 |
+
('psychological', '')
|
894 |
+
('17.1 years', '')
|
895 |
+
('sexual abuse of children', '')
|
896 |
+
('2009', '')
|
897 |
+
('3', '')
|
898 |
+
('1999', '')
|
899 |
+
('1.4 billion', '')
|
900 |
+
('2012', '')
|
901 |
+
('facebook, youtube', '')
|
902 |
+
('1.5 billion', '')
|
903 |
+
('2012', '')
|
904 |
+
('linkedin, facebook', '')
|
905 |
+
('57%', '')
|
906 |
+
('2011', '')
|
907 |
+
('4 billion', '')
|
908 |
+
('25%', '')
|
909 |
+
('67%', '')
|
910 |
+
('2013', '')
|
911 |
+
('59.9%', '')
|
912 |
+
('9.5%', '')
|
913 |
+
('marketing', '')
|
914 |
+
('59%', '')
|
915 |
+
('89%', '')
|
916 |
+
('21%', '')
|
917 |
+
('70%+', '')
|
918 |
+
('27%', '')
|
919 |
+
('27%', '')
|
920 |
+
('12%', '')
|
921 |
+
('13%', '')
|
922 |
+
('17%', '')
|
923 |
+
('212', '')
|
924 |
+
('234', '')
|
925 |
+
('138', '')
|
926 |
+
('2.5 billion', '')
|
927 |
+
('25%', '')
|
928 |
+
('39%', '')
|
929 |
+
('33%', '')
|
930 |
+
('21%', '')
|
931 |
+
('913', '')
|
932 |
+
('281', '')
|
933 |
+
('80.2%', '')
|
934 |
+
('68', '')
|
935 |
+
('70%', '')
|
936 |
+
('75%', '')
|
937 |
+
('76%', '')
|
938 |
+
('battle of moscow', '')
|
939 |
+
('battle of el alamein', '')
|
940 |
+
('10 hours + 30 mins', '')
|
941 |
+
('5 years', '')
|
942 |
+
('6 years', '')
|
943 |
+
('2 years', '')
|
944 |
+
('10 hours + 30 mins', '')
|
945 |
+
('5 years', '')
|
946 |
+
('6 years', '')
|
947 |
+
('2 years', '')
|
948 |
+
('10 hours + 30 mins', '')
|
949 |
+
('handguns', '')
|
950 |
+
('42', '')
|
951 |
+
('2001', '')
|
952 |
+
('cocaine', '')
|
953 |
+
('heroin', '')
|
954 |
+
('heroin', '')
|
955 |
+
('2/3', '')
|
956 |
+
('blood pressure', '')
|
957 |
+
('blood pressure', '')
|
958 |
+
('one to watch', '')
|
959 |
+
("st john's wort", '')
|
960 |
+
('772', '')
|
961 |
+
('syria, iraq', '')
|
962 |
+
('iraq', '')
|
963 |
+
('arresting officer, victim', '')
|
964 |
+
('7', '')
|
965 |
+
('needs guidance', '')
|
966 |
+
('38%', '')
|
967 |
+
('12 april', '')
|
968 |
+
('erfurt, winnenden', '')
|
969 |
+
('0.3', '')
|
970 |
+
('29.5', '')
|
971 |
+
('level of potential risk to community? family?', '')
|
972 |
+
('removals, order protection, where did the firearm go?', '')
|
973 |
+
('1996', '')
|
974 |
+
('8', '')
|
975 |
+
('medical services are not free', '')
|
976 |
+
('34', '')
|
977 |
+
('75%', '')
|
978 |
+
('medical services are not free', '')
|
979 |
+
('18%', '')
|
980 |
+
('24%', '')
|
981 |
+
('zambia', '')
|
982 |
+
('togo, benin', '')
|
983 |
+
('3', '')
|
984 |
+
('11,493', '')
|
985 |
+
('0.8', '')
|
986 |
+
('u.s., france', '')
|
987 |
+
('homicides', '')
|
988 |
+
('93%', '')
|
989 |
+
('50.6%', '')
|
990 |
+
('between 250,000 and 500,000', '')
|
991 |
+
('the democratic republic of congo', '')
|
992 |
+
('33%', '')
|
993 |
+
('33%', '')
|
994 |
+
('45.8%', '')
|
995 |
+
('business management', '')
|
996 |
+
('60%', '')
|
997 |
+
('2 hours 56 mins', '')
|
998 |
+
('24%', '')
|
999 |
+
('21%', '')
|
1000 |
+
('south dakota', '')
|
eval/InfographicsVQA_score.json
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"acc": 0.497,
|
3 |
+
"num_correct": 497,
|
4 |
+
"num_pred": 1000
|
5 |
+
}
|
eval/MSCOCO_i2t_pred.txt
ADDED
@@ -0,0 +1,1000 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
('A man with a red helmet on a small moped on a dirt road.', '')
|
2 |
+
('A young girl inhales with the intent of blowing out a candle.', '')
|
3 |
+
('A man on a bicycle riding next to a train.', '')
|
4 |
+
('A view of a kitchen with a bunch of cleaning supplies around it.', '')
|
5 |
+
('There are crafts and craft supplies on a table.', '')
|
6 |
+
('Multiple wooden spoons are shown on a table top.', '')
|
7 |
+
('Very small bath with stand-up shower, commode and sink.', '')
|
8 |
+
('A bathroom with an enclosed shower next to a sink and a toilet.', '')
|
9 |
+
('A busy road with people on bikes and in vehicles is shown.', '')
|
10 |
+
('The bath room is clean with brown tile, white sink and large mirror.', '')
|
11 |
+
('A bathroom with a toilet, sink, bath tub, and a small cabinet.', '')
|
12 |
+
('A young man wearing black attire and a flowered tie is standing and smiling.', '')
|
13 |
+
('Black and white photograph of two men on motorcycles.', '')
|
14 |
+
('A row of motorcycles parked in front of a building.', '')
|
15 |
+
('A fluffy white chair that faces away fro a television.', '')
|
16 |
+
('A painting of a table with fruit on top of it.', '')
|
17 |
+
('Bananas sitting on top of apples, pears, and other fruits.', '')
|
18 |
+
('A motorbike sitting in front of a wine display case.', '')
|
19 |
+
('A large jetliner sitting on top of an airport tarmac.', '')
|
20 |
+
('An airport filled with planes sitting on tarmacs.', '')
|
21 |
+
('A small blue plane sitting on top of a field.', '')
|
22 |
+
('A motorcycle sits parked across from a herd of livestock.', '')
|
23 |
+
('A large white dog is sitting on a bench beside an elderly man.', '')
|
24 |
+
('A couple of traffic lights sitting under a cloudy sky.', '')
|
25 |
+
('A dining room table surrounded by wooden chairs.', '')
|
26 |
+
('A little girl in a pink shirt standing near a blue metal sculpture.', '')
|
27 |
+
('A herd of sheep standing on top of snow covered field.', '')
|
28 |
+
('A flock of small birds flying in the sky over the water.', '')
|
29 |
+
('A swan is floating down the river by the boat.', '')
|
30 |
+
('A giraffe grazing on a tree in the wilderness with other wildlife.', '')
|
31 |
+
('A yellow fire hydrant sitting on the side of a road.', '')
|
32 |
+
('A bird in a pot eating a fruit.', '')
|
33 |
+
('A huge and strange looking clock towers on the building.', '')
|
34 |
+
('Two ducks floating together on a body of water.', '')
|
35 |
+
('A pole that has a sign attached to it.', '')
|
36 |
+
('A ram is looking at the camera and standing on some grass.', '')
|
37 |
+
('A man with a snowboard next to a man with a mask.', '')
|
38 |
+
('Many different signs cover a post next to a bus stop.', '')
|
39 |
+
('A cow standing near a curb in front of a store.', '')
|
40 |
+
('A cow standing near a curb in front of a store.', '')
|
41 |
+
('A cat that is eating some kind of banana.', '')
|
42 |
+
('A gray tiger cat sitting at a wooden table on a chair.', '')
|
43 |
+
('A cow in front of another cow standing in a grassy field.', '')
|
44 |
+
('Two cows grazing on grass in a field by a house.', '')
|
45 |
+
('An image of a very cute girl with face piercings.', '')
|
46 |
+
('A group of people stare at a group of elephants.', '')
|
47 |
+
('An elephant standing under the shade of a tree.', '')
|
48 |
+
('Two kayaks, one pink the other yellow, on bank of water.', '')
|
49 |
+
('An inlet filled with boats of all kinds.', '')
|
50 |
+
('An elephant and a rhinoceros stand not far from each other.', '')
|
51 |
+
('A woman embracing a child carrying a bag of luggage.', '')
|
52 |
+
('A pinup-style photo of a woman sitting on a luggage trunk.', '')
|
53 |
+
('A woman sitting on a piece of luggage in a field.', '')
|
54 |
+
('Young boy sitting on top of a briefcase.', '')
|
55 |
+
('A golden retriever laying down on the side of a pool.', '')
|
56 |
+
('Two women walking side by side holding umbrellas.', '')
|
57 |
+
('Shaggy dog gets dinner served on a plate.', '')
|
58 |
+
('A person on the beach next to the ocean.', '')
|
59 |
+
('A person and a dog are standing near some cliffs.', '')
|
60 |
+
('A close up of a zebra foraging on some grass.', '')
|
61 |
+
('A zebra is standing outside in the snow.', '')
|
62 |
+
("There's a field of brown grass with zebras in it.", '')
|
63 |
+
('Two zebras fighting in a cloud of dust.', '')
|
64 |
+
('Horse figurines next to walk on a table.', '')
|
65 |
+
('The lady is looking through the bars at a horse.', '')
|
66 |
+
('A man riding a horse with trees and buildings in background.', '')
|
67 |
+
('A man in black leading an all white horse.', '')
|
68 |
+
('A try with a banana and two oranges visible on it.', '')
|
69 |
+
('A group of children playing baseball out side.', '')
|
70 |
+
('A person wearing a banana headdress and necklace.', '')
|
71 |
+
('A person wearing a banana headdress and necklace.', '')
|
72 |
+
('A baseball player throwing a pitch onto the field.', '')
|
73 |
+
('A plate filled with different food on a table.', '')
|
74 |
+
('A young kid with skiing gear on the snow.', '')
|
75 |
+
('A small boy holding a plate of tasty looking food.', '')
|
76 |
+
('A girl is skateboarding down the Hollywood walk of fame.', '')
|
77 |
+
('A kid riding his skate board on the edge of a concrete wall.', '')
|
78 |
+
('Two boys riding skateboards in the street, behind tree branches.', '')
|
79 |
+
('Two men riding snowboards in a snow storm down a slope.', '')
|
80 |
+
('A girl with some food and drink at a table.', '')
|
81 |
+
('A young boy holding a snow board and a pair of shoes.', '')
|
82 |
+
('A display in a doughnut shop filled with doughnuts.', '')
|
83 |
+
('A little boy sitting on a wooden bench eating half a sandwich.', '')
|
84 |
+
('Muffins and other pastries on display ground and purchase.', '')
|
85 |
+
('This sandwich has a side of salad on the plate.', '')
|
86 |
+
('A table with a sandwich and two cups of coffee.', '')
|
87 |
+
('A bunch of doughnuts with sprinkles on them.', '')
|
88 |
+
('A basket ball player is posing in front of a basket.', '')
|
89 |
+
('A woman standing in a set suit on a beach holding a surfboard.', '')
|
90 |
+
('A man chasing a soccer ball on top of a field.', '')
|
91 |
+
('A man riding a surfboard inside of a wave.', '')
|
92 |
+
('A group of young men playing a game of soccer.', '')
|
93 |
+
('A very pretty girl working with some food in a kitchen.', '')
|
94 |
+
('A baby in plaid shirt eating a frosted cake.', '')
|
95 |
+
('A man instructing a group of kids on a soccer field.', '')
|
96 |
+
('Man sitting at a small table behind a pizza.', '')
|
97 |
+
('A picture of a young boy laying on top of a bed.', '')
|
98 |
+
('A picture of a recently married couple displayed behind glass.', '')
|
99 |
+
('Two rectangular slices of pizza with multiple toppings.', '')
|
100 |
+
('The two racquets are close to being identical.', '')
|
101 |
+
('A young girl eating a slice of pizza.', '')
|
102 |
+
('A young woman holding a giant tennis racquet.', '')
|
103 |
+
('A pizza sitting on top of a round cutting board.', '')
|
104 |
+
('A brown sofa and ottoman with pillows and remotes.', '')
|
105 |
+
('A child leans into the camera brushing their teeth.', '')
|
106 |
+
('A living area with table, chairs and a sofa.', '')
|
107 |
+
('A group of men sitting at desks with computers.', '')
|
108 |
+
('The kite surfer is walking on the beach holding the kite.', '')
|
109 |
+
('A man flying a blue kite in an open ground.', '')
|
110 |
+
('A dark skinned child getting ready to be pushed on a swing.', '')
|
111 |
+
('A kite flying through a blue sky with a long tail.', '')
|
112 |
+
('A clock that is on top of a pole.', '')
|
113 |
+
('Baseball player runs toward base while others stand around.', '')
|
114 |
+
('A batter that is watching the ball go past them to the catcher.', '')
|
115 |
+
('A shot from behind home plate of children playing baseball.', '')
|
116 |
+
('A little boy in a baseball uniform holds the bat ready to swing.', '')
|
117 |
+
('A baseball batter at citifield is about to hit the baseball.', '')
|
118 |
+
('A man hit something that exploded with a bat.', '')
|
119 |
+
('A large pepperoni and mushroom pizza being cut.', '')
|
120 |
+
('Little children standing on a tennis court ball in hand.', '')
|
121 |
+
('A guy in a maroon shirt is holding a tennis racket out to hit a tennis ball.', '')
|
122 |
+
('People standing outside a building with clocks built into the side of it.', '')
|
123 |
+
('There are three vases made of clay on a table.', '')
|
124 |
+
('A man in costume talking on a cell phone.', '')
|
125 |
+
('A large crowd is attending a community fair.', '')
|
126 |
+
('A person brushing a cat with a brush.', '')
|
127 |
+
('A concrete building with towers, a steep in the middle and a clock underneath.', '')
|
128 |
+
('A stuffed animal has been placed inside of blankets.', '')
|
129 |
+
('A street with various buildings on each side and a clock tower.', '')
|
130 |
+
('A doll standing next to a vase filled with flowers and plants.', '')
|
131 |
+
('A vase of light and dark purple flowers in a white vase.', '')
|
132 |
+
('A man holding a giant pair of black scissors.', '')
|
133 |
+
('A pair of scissors and some fabric rest on the table.', '')
|
134 |
+
('A bunch of people are sitting around a table.', '')
|
135 |
+
('People are sitting at tables for a reception.', '')
|
136 |
+
('A large group of people are gathered around the table.', '')
|
137 |
+
('A man standing with a glass in his hand.', '')
|
138 |
+
('A number of people with luggage bags outside of a building.', '')
|
139 |
+
('A bunch of groceries are piled onto a table.', '')
|
140 |
+
('A woman standing in a kitchen with hard wood floors.', '')
|
141 |
+
('A woman observing something on a kitchen stove.', '')
|
142 |
+
('The man is sitting in the small kitchen on a stool.', '')
|
143 |
+
('A man standing next to a dog on the ground.', '')
|
144 |
+
('A kitchen shelf holds an assortment of pots, pans, and utensils.', '')
|
145 |
+
('A young girl riding a skateboard next to two guys.', '')
|
146 |
+
('A bike that is parked next to a brick wall.', '')
|
147 |
+
('The bath room is clean with brown tile, white sink and large mirror.', '')
|
148 |
+
('The small bathroom has wooden cabinets around the sink.', '')
|
149 |
+
('A bathroom with a white toilet next to a walk in shower.', '')
|
150 |
+
('A couple riding a motorcycle down a street.', '')
|
151 |
+
('A white toilet on the ground by some junk.', '')
|
152 |
+
('People standing outside a building with clocks built into the side of it.', '')
|
153 |
+
('A couple riding a motorcycle down a street.', '')
|
154 |
+
('A group of people observing two planes at an air show.', '')
|
155 |
+
('An airplane flying in the sky with smoke coming out of it.', '')
|
156 |
+
('A large airliner jet flying through the blue sky.', '')
|
157 |
+
('A large air plane flying in the blue sky.', '')
|
158 |
+
('A small airplane flying through a blue sky.', '')
|
159 |
+
('A herd of buffalo grazing on grass next to the ocean.', '')
|
160 |
+
('A giraffe in a dry savannah with dry shrubs.', '')
|
161 |
+
('A giraffe staring right into the camera.', '')
|
162 |
+
('A traffic light hanging over a street next to tall buildings.', '')
|
163 |
+
('A street view of on coming traffic underneath a street light.', '')
|
164 |
+
('A couple of giraffes that are standing in a fence.', '')
|
165 |
+
('A giraffe sticking its head in a feeding basket with trees in background.', '')
|
166 |
+
('A picture of two giraffes, fairly close to a road, with a bus traveling up it.', '')
|
167 |
+
('A set of park benches near a lamp post.', '')
|
168 |
+
('A bunch of lambs standing around in a field behind a fence.', '')
|
169 |
+
('A man sitting on a bench right on a bay of water.', '')
|
170 |
+
('A giraffe standing outside of a building next to a tree.', '')
|
171 |
+
('Two ducks are swimming in the water of a pond.', '')
|
172 |
+
('A couple of giraffes that are standing in a fence.', '')
|
173 |
+
('A giraffe standing in its zoo enclosure on a sunny day.', '')
|
174 |
+
('A street sign above an orange detour sign.', '')
|
175 |
+
('A giraffe bending over while standing on green grass.', '')
|
176 |
+
('Two giraffes stand and eat food out of a basket.', '')
|
177 |
+
('Some zebras are seen grazing in the field.', '')
|
178 |
+
('A herd of sheep grazing on a lush green filed.', '')
|
179 |
+
('Sheep graze in a large field with trees behind them.', '')
|
180 |
+
('A load of trash or work supplies in a dumpster outside.', '')
|
181 |
+
('Cars riding on the street across a train on the tracks.', '')
|
182 |
+
('Red and yellow train on a train track.', '')
|
183 |
+
('A stop sign and street sign encased in snow and ice.', '')
|
184 |
+
('A red and yellow train pulling into a train station.', '')
|
185 |
+
('A home made stop sign in the middle of nowhere.', '')
|
186 |
+
('A cat is jumping off of a stack of suitcases.', '')
|
187 |
+
('A black and gray spotted cat is sitting on a windows sill.', '')
|
188 |
+
('A red fire truck with a bunch of Christmas decorations on back of it.', '')
|
189 |
+
('A black and white picture of a group of people.', '')
|
190 |
+
('A brown and white dog wearing a neck tie.', '')
|
191 |
+
('The bow of a ship on land with another on the edge of the water.', '')
|
192 |
+
('Several beached boats on the sand with orange balls hanging over the sides.', '')
|
193 |
+
('A man and a woman hold each other in this photograph.', '')
|
194 |
+
('A group of four women walking down a street in the rain.', '')
|
195 |
+
('A cute cat laying down in a sink.', '')
|
196 |
+
('A cat climbing into a bathroom sink looking at someone.', '')
|
197 |
+
('A man using his laptop computer while a cat sits on his lap.', '')
|
198 |
+
('There is a person petting a very large elephant.', '')
|
199 |
+
('Two dogs are playing on the beach catching a Frisbee.', '')
|
200 |
+
('Two dogs sharing a frisby in their mouth in the snow.', '')
|
201 |
+
('A couple of pieces of very nice looking luggage.', '')
|
202 |
+
('Darth Vader holding a plastic light saber in an airport while a kid stands in the background with a real lightsaber.', '')
|
203 |
+
('A dog is carrying a blue round Frisbee in his mouth as he walks across the grass.', '')
|
204 |
+
('Some zebra chillin in the wild with a bird flying over.', '')
|
205 |
+
('A little girl holding a red frisbee standing on a lush green field.', '')
|
206 |
+
('Three zebras and other wild animals out in a semi-green field.', '')
|
207 |
+
('Herd of zebra grazing on dried grasses in open field.', '')
|
208 |
+
('There is a zebra that seems to be walking down a dirt road.', '')
|
209 |
+
('A large brown horse walking through a lush green forest.', '')
|
210 |
+
('A group of people walking next to stairs.', '')
|
211 |
+
('A close-up of a waffle shaped cone with a banana in it.', '')
|
212 |
+
('A guy in a jet ski goes fast in a curve.', '')
|
213 |
+
('Two cross country skiers heading onto the trail.', '')
|
214 |
+
('A close up of dozens of of oranges stacked.', '')
|
215 |
+
('A pile of oranges sitting inside of a basket.', '')
|
216 |
+
('Person on skis on a snow covered path.', '')
|
217 |
+
('A baseball player hugging another player as lovers do.', '')
|
218 |
+
('Two skiers race up a hill while people look on.', '')
|
219 |
+
('There is two men riding on a skateboard on the street.', '')
|
220 |
+
('Woman cross country skiing alone on a trail in the woods.', '')
|
221 |
+
('A person wearing skis going up a hill in the snow.', '')
|
222 |
+
('Small children with protective gear playing in a park.', '')
|
223 |
+
('A sandwich that has something green and red in it.', '')
|
224 |
+
('Many different dishes of food on a table.', '')
|
225 |
+
('A group of young people getting ready to go ski.', '')
|
226 |
+
('A man is eating hot dogs in his mouth.', '')
|
227 |
+
('Skate boarder hang time with young man appearing to streak though the air.', '')
|
228 |
+
('A donut covered in chocolate sitting next to a cup of coffee.', '')
|
229 |
+
('A knife with red crumbs on it next to a cup on top of a wooden table.', '')
|
230 |
+
('A plate with a small square piece of cake with white frosting.', '')
|
231 |
+
('A large slice of angel food cake sitting on top of a plate.', '')
|
232 |
+
('A man that is laying down underneath a cat.', '')
|
233 |
+
('A bedroom has many posters on the wall.', '')
|
234 |
+
('A group of people gathered to celebrate a birthday.', '')
|
235 |
+
('A woman standing next to a table holding a sheet cake.', '')
|
236 |
+
('A couple of women holding up a cake together.', '')
|
237 |
+
('A couple of women holding up a cake together.', '')
|
238 |
+
('A man riding a blue surfboard on a wave in the ocean.', '')
|
239 |
+
('A group of people that are at the beach.', '')
|
240 |
+
('This messy pizza is covered in cheese and mushrooms.', '')
|
241 |
+
('A man is holding a tennis racket while on the court.', '')
|
242 |
+
('A blurry image of pizza with a fork, knife and drink.', '')
|
243 |
+
('Two pieces of pizza are served on a plate.', '')
|
244 |
+
('A group of people sitting at a table holding different pizzas.', '')
|
245 |
+
('A shirtless man playing tennis on a blue court.', '')
|
246 |
+
('A living room with hard wood floors filled with furniture.', '')
|
247 |
+
('A woman standing next to a man kneeling down on the ground.', '')
|
248 |
+
('A child standing in a room with a remote.', '')
|
249 |
+
('The two monitors are sitting among the laptops.', '')
|
250 |
+
('A living area with table, chairs and a sofa.', '')
|
251 |
+
('A kite is flying in the air at a park.', '')
|
252 |
+
('A group of men on a field with baseball bats.', '')
|
253 |
+
('A guy up to bat in a action in a baseball game.', '')
|
254 |
+
('A large brown clock tower mounted in the face of a building.', '')
|
255 |
+
('There is a woman laying in a bed using a lap top.', '')
|
256 |
+
('There is a glass of beer sitting next to a laptop.', '')
|
257 |
+
('A hand holding a smartphone with a small screen.', '')
|
258 |
+
('A woman in a blue top with headphones and two cellphones.', '')
|
259 |
+
('A lady holding a pan with a big turkey in an open oven.', '')
|
260 |
+
('A little girl holding a blow dryer next to her head.', '')
|
261 |
+
('A full plate full of delicious food sets on top of the table.', '')
|
262 |
+
('A couple of young kids are sitting together.', '')
|
263 |
+
('A woman with beautiful breast sitting at a table.', '')
|
264 |
+
('A kitchen counter with dishes dryin g on the stove.', '')
|
265 |
+
('A laptop that is sitting on a table.', '')
|
266 |
+
('A kitchen with white appliances and a window.', '')
|
267 |
+
('A standing toilet hole filled with nasty filthy.', '')
|
268 |
+
('A very small bathroom with a dirty toilet and scrub brush near by.', '')
|
269 |
+
('Small bathroom with sink, toilet, and shower/tub combo.', '')
|
270 |
+
('A view of a bathroom that is clean.', '')
|
271 |
+
('A small bathroom is pictured in this image.', '')
|
272 |
+
('A black cat is huddled in the bathroom sink for a perfect fit.', '')
|
273 |
+
('A couple of dogs sitting in the front seats of a car.', '')
|
274 |
+
('A picture of rush hour traffic on the streets.', '')
|
275 |
+
('A bathroom with tile flooring and walls, and a white toilet.', '')
|
276 |
+
('A white ceramic sink next to a toilet.', '')
|
277 |
+
('A cat with its paws halfway into an open toilet.', '')
|
278 |
+
('A black and white cat is laying on a green pillow on top of a desk.', '')
|
279 |
+
('Many oranges have been placed inside a bowl.', '')
|
280 |
+
('A blue airplane flies in a clear blue sky.', '')
|
281 |
+
('Grey plane taking off above some green vegetation.', '')
|
282 |
+
('Grey plane taking off above some green vegetation.', '')
|
283 |
+
('Two birds going up the back of a giraffe.', '')
|
284 |
+
('A distant airplane flying between two large buildings.', '')
|
285 |
+
('A low flying commercial plane passing tall buildings.', '')
|
286 |
+
('A picture of a giraffe drinking some water.', '')
|
287 |
+
('A traffic light at an intersection with a skyscraper in the background.', '')
|
288 |
+
('A book on a wooden bench on a street.', '')
|
289 |
+
('A green traffic light above a street with a car on coming.', '')
|
290 |
+
('A large herd of sheep are grazing by the busy road.', '')
|
291 |
+
('Young woman with sheep on straw covered floor.', '')
|
292 |
+
('A black bird landing on the leaves in the water.', '')
|
293 |
+
('THERE IS A PERSON THAT IS SITTING IN THE BOAT ON THE WATER.', '')
|
294 |
+
('A parade on the street with a person riding an elephant.', '')
|
295 |
+
('A CGI man sitting on top of a CGI hospital bed.', '')
|
296 |
+
('The large blue train is covered with rust.', '')
|
297 |
+
('A bird perched on top of a wooden power pole.', '')
|
298 |
+
('Two birds who are looking out of the cage they are in.', '')
|
299 |
+
('Elaborate Toronto Blue Jays professional baseball cap cake.', '')
|
300 |
+
('A woman standing over a sheet cake sitting on top of a table.', '')
|
301 |
+
('A guy is near a busy street in a foreign country.', '')
|
302 |
+
('A red stop sign sitting next to country road.', '')
|
303 |
+
('People standing around looking at a small train on a track.', '')
|
304 |
+
('A couple of trains parked on some tracks under a closed roof.', '')
|
305 |
+
('Commuter train stopped on tracks at red light, green light further up the track.', '')
|
306 |
+
('A cat is laying down on a blue chair.', '')
|
307 |
+
('A herd of cattle grazing on a green grass covered field.', '')
|
308 |
+
('The boat is tied up on the lake.', '')
|
309 |
+
('An elephant is walking on a pile of sand outside a building.', '')
|
310 |
+
('An elephant walking through the weeds in the forest.', '')
|
311 |
+
('Two photographs of elephants in a rocky area.', '')
|
312 |
+
('A small elephant walks in a lush forest.', '')
|
313 |
+
("A group of elephants with one elephant raising it's trunk and dust and dirt coming up behind it.", '')
|
314 |
+
('A guy is standing in an airport with several bags of luggage.', '')
|
315 |
+
('A woman with a tattoo is sitting on the train tracks.', '')
|
316 |
+
('An image of two elephants doing down the grass.', '')
|
317 |
+
('A woman standing in an alley way holding an umbrella.', '')
|
318 |
+
('Two elephants walk in the grass together by trees.', '')
|
319 |
+
('A couple of bags in the back of a car.', '')
|
320 |
+
('A small tricolor terrier dog in a pink collar.', '')
|
321 |
+
('A close up of a polar bear on a rock formation.', '')
|
322 |
+
('A dog chewing on a object held in a hand.', '')
|
323 |
+
('A man standing on a green field throwing a white frisbee.', '')
|
324 |
+
('An adorable dot resting on a beach near the ocean.', '')
|
325 |
+
('Two horses with red feathers on top of their heads.', '')
|
326 |
+
('A group of zebra standing next to each other on a dirt field.', '')
|
327 |
+
('The zebras are eating grass in the fence.', '')
|
328 |
+
('A group of men traveling on horses in the water,.', '')
|
329 |
+
('A man riding a brown horse down a city street.', '')
|
330 |
+
('A woman with flowers in her hair staring at the horse next to her.', '')
|
331 |
+
('A collection of fruits and vegetables sitting on a stove top.', '')
|
332 |
+
('A group of people on a field playing baseball.', '')
|
333 |
+
('A couple of men running across a lush green field.', '')
|
334 |
+
('A man on skis is posing on a ski slope.', '')
|
335 |
+
('A beautiful girl holding a giant banana in her hands.', '')
|
336 |
+
('A pan filled with food sitting on a stove top.', '')
|
337 |
+
('A multi colored dish with broccoli and white twisted pasta in it.', '')
|
338 |
+
('The dog is dwarfed by his human walker.', '')
|
339 |
+
('A skier pauses at a fork in a forest trail covered in snow.', '')
|
340 |
+
('A white bowl filled with lots of green broccoli.', '')
|
341 |
+
('A young girl riding a skateboard next to two guys.', '')
|
342 |
+
('A plate holds a good size portion of a cooked, mixed dish that includes broccoli and pasta.', '')
|
343 |
+
('A white plate topped with food and eating utensils.', '')
|
344 |
+
('Fast food displayed on a table with sandwich and soup.', '')
|
345 |
+
('Someone is cooking a vegtable stir fry for dinner.', '')
|
346 |
+
('A wooden cutting board with cheese, bread and a knife on it.', '')
|
347 |
+
('A person on skis flying over a snow track.', '')
|
348 |
+
('A group of people holding some hot dogs in his hand.', '')
|
349 |
+
('Five bagels laid out on a oven rack.', '')
|
350 |
+
('A table topped with donuts and a small box of even more donuts.', '')
|
351 |
+
('A buncch of food is laying out on a table.', '')
|
352 |
+
('A counter filled with fried donuts line up in rows.', '')
|
353 |
+
('Two young men playing a game of soccer.', '')
|
354 |
+
('A row of surfboards sticking out of the sand sitting next to each other.', '')
|
355 |
+
('A frosted cake that reads "congratulations kate and luke on your upcoming arrival.', '')
|
356 |
+
('A brown cake with white icing and some walnut toppings.', '')
|
357 |
+
('A room in a hotel with two beds a desk and a shutter door.', '')
|
358 |
+
('A nude person sitting on a bed with sheets and pillows.', '')
|
359 |
+
('A small canopy next to a dresser in a wood paneled room.', '')
|
360 |
+
('A white paper topped with square slices of pizza.', '')
|
361 |
+
('A close up of a plate of pizza on a table.', '')
|
362 |
+
('A pretty young lady walking across a tennis court.', '')
|
363 |
+
('A young boy sitting on a rug holding a cell phone.', '')
|
364 |
+
('A small white mouse sleeping on top of a remote control.', '')
|
365 |
+
('A package of tooth brush shaped gum on a table.', '')
|
366 |
+
('The baby sits on the furniture holding a toothbrush in his mouth.', '')
|
367 |
+
('A infant holding a baby toothbrush in his hand looking at it.', '')
|
368 |
+
('The image is a closeup of a computer keyboard.', '')
|
369 |
+
('A women with a tennis racquet in one hand and a towel in the other.', '')
|
370 |
+
('Young boy posing in front of a flying kite in the park.', '')
|
371 |
+
('A kid on the ground with a remote control.', '')
|
372 |
+
('Two black children wearing baseball hats and holding bats.', '')
|
373 |
+
('An analog clock on a post in a city.', '')
|
374 |
+
('A large pepperoni and mushroom pizza being cut.', '')
|
375 |
+
('A tennis player throws the ball up to serve it.', '')
|
376 |
+
('A group of guys standing behind several covered tables.', '')
|
377 |
+
('A man with a glass holding a teddy bear.', '')
|
378 |
+
('A teddy bear sitting on a blue chair.', '')
|
379 |
+
('A white teddy bear sitting next to a brown teddy bear.', '')
|
380 |
+
('Two men with hard hats on next to laptops.', '')
|
381 |
+
('A woman and a man standing next to a table using a laptop.', '')
|
382 |
+
('A woman in a yellow jacket standing against a concrete wall.', '')
|
383 |
+
('Assortment of vegetable being cooked in metal pot.', '')
|
384 |
+
('An adorable kid walks across the rug holding a phone.', '')
|
385 |
+
('A man is in deep conversation holding the telephone.', '')
|
386 |
+
('A huge and strange looking clock towers on the building.', '')
|
387 |
+
("A picture of children's toy reading story.", '')
|
388 |
+
('The meal consists of chopped chicken with cheese and brocolli.', '')
|
389 |
+
('A large clock mounted to the face of a buildings entrance.', '')
|
390 |
+
('A white vase with a blue and yellow bird.', '')
|
391 |
+
('The young child is cutting up some paper.', '')
|
392 |
+
('A pair of rusted scissors stuck in a stone sculpture.', '')
|
393 |
+
('A boy in a straw hat sits with two stuffed bears.', '')
|
394 |
+
('A white plate with some pancakes butter and syrup.', '')
|
395 |
+
('A group of people sit around a table at a restaurant.', '')
|
396 |
+
('A kitchen with a white tile wall and a chrome counter with a built in oven.', '')
|
397 |
+
('A man standing in a kitchen while closing a cupboard door.', '')
|
398 |
+
('Cooking utensils in a glass next to an oven.', '')
|
399 |
+
('A fridge and a sink in a home kitchen.', '')
|
400 |
+
('The bathroom is clean and ready to be used.', '')
|
401 |
+
('A large empty bathroom with a walk in shower tub.', '')
|
402 |
+
('A parking area for motorcycles and bicycles along a street.', '')
|
403 |
+
('A marble tiled bathroom with double sinks and wooden cabinets.', '')
|
404 |
+
('A bathroom with a toilet, tub and window.', '')
|
405 |
+
('This bathroom has a toilet that sits back in a small niche and a shower with sliding glass doors.', '')
|
406 |
+
('A white sink sitting underneath a mirror in a bathroom.', '')
|
407 |
+
('The bath room is clean with brown tile, white sink and large mirror.', '')
|
408 |
+
('A toilet sitting outside a building in an alley.', '')
|
409 |
+
('An odd bathroom with stone walls, and two rolls of toilet paper.', '')
|
410 |
+
('A display of a toilet and sink in a store.', '')
|
411 |
+
('A white wall mounted toilet in a bathroom.', '')
|
412 |
+
('A bathroom that has a toilet and a trash can in it.', '')
|
413 |
+
('A white toilet in a very small bathroom.', '')
|
414 |
+
('A medieval style tower and clock against blue sky.', '')
|
415 |
+
('A filthy sink and toilet are seen from above.', '')
|
416 |
+
('A bathroom with a toilet and a toilet paper dispenser.', '')
|
417 |
+
('A restroom with three mirrors above two sinks.', '')
|
418 |
+
('A silver motorcycle with many lights parked on the street.', '')
|
419 |
+
('A motorcycle parked next to a few bicycles.', '')
|
420 |
+
('The banana is laying next to an almost empty bowl.', '')
|
421 |
+
('A tray is overloaded with a food assortment.', '')
|
422 |
+
('A big screen TV in a fancy looking Hotel room.', '')
|
423 |
+
('Two giraffe standing next to each other in a forest.', '')
|
424 |
+
('A giraffe and zebras mingle as cars drive out of an animal park.', '')
|
425 |
+
('A small red plane sitting on top of an airport tarmac.', '')
|
426 |
+
('A airliner pulled up to the gate for loading and unloading of passengers.', '')
|
427 |
+
('A busy airport with planes parked on the runway.', '')
|
428 |
+
('A bench sitting on the side of an empty walking path.', '')
|
429 |
+
('A couple of large giraffe in the tall grass.', '')
|
430 |
+
('A traffic light and many cars on a road.', '')
|
431 |
+
('There is a large concrete sign small buildings behind it.', '')
|
432 |
+
('A herd of animals laying down in a lush green field.', '')
|
433 |
+
('An elephant with a man and three children on its back drinking water in the jungle.', '')
|
434 |
+
('Bright red umbrella open on the sand of a beach.', '')
|
435 |
+
('The black street pole has three different signs on it.', '')
|
436 |
+
('A giraffe standing inside of a cage near a building.', '')
|
437 |
+
('A man is standing in the woods wearing a hat and glasses.', '')
|
438 |
+
('A black train car with a group of men standing on the back of it.', '')
|
439 |
+
('A train moving along the track on a hillside near a mountain.', '')
|
440 |
+
('A red stop sign sitting above a four way sign.', '')
|
441 |
+
('A stop sign posted in a foreign language.', '')
|
442 |
+
('A wall with a bunch of graffiti on it.', '')
|
443 |
+
('A photo with many buildings off of a street with trucks parked in front.', '')
|
444 |
+
('A cat sleeping next to a large white teddy bear wearing birthday hat.', '')
|
445 |
+
('A old truck with a busted window in the tall bushes.', '')
|
446 |
+
('A man milking a cow during the day.', '')
|
447 |
+
('A harbor filled with boats floating on water.', '')
|
448 |
+
('An elephant stands in the grass staring out.', '')
|
449 |
+
('Some colorful umbrellas somewhere in a shaded area during a sunny day.', '')
|
450 |
+
('An inlet filled with boats of all kinds.', '')
|
451 |
+
('A big umbrella sitting on the beach.', '')
|
452 |
+
('A person standing on top of a beach holding an umbrella.', '')
|
453 |
+
('People seated on wooden chairs and a bicycle parked nearby.', '')
|
454 |
+
('A large teddybear float is on snow skis.', '')
|
455 |
+
('A dog sitting on a chair underneath a painting.', '')
|
456 |
+
('An otter investigates two frisbees that are near it.', '')
|
457 |
+
('Riding a horse through a field at dusk.', '')
|
458 |
+
('A zebra looks away from the camera at the zoo.', '')
|
459 |
+
('Two large horses grazing in a large field.', '')
|
460 |
+
('A pile of fresh produce sitting inside of a store under a scale.', '')
|
461 |
+
('The action in an organized youth baseball game.', '')
|
462 |
+
('A plate of food that includes lentils and leafy greens.', '')
|
463 |
+
('A table covered wtih two taptops and a phone and assorted accessories.', '')
|
464 |
+
('A crowd of people shopping at a farmers market filled with fruit and vegetables.', '')
|
465 |
+
('A piece of meat on a plate next to broccoli.', '')
|
466 |
+
('A small kid trying to do a trick on his skateboard.', '')
|
467 |
+
('A close up of a person holding a hot dog.', '')
|
468 |
+
('A table topped with fresh fruits and vegetables.', '')
|
469 |
+
('A man in black doing jumps on a skateboard.', '')
|
470 |
+
('A man cts into a small cake with his sharp knife.', '')
|
471 |
+
('A person riding a skateboard up the side of a wall.', '')
|
472 |
+
('A man who is riding a skateboard down the street.', '')
|
473 |
+
('A girl sitting on a stone wall and eating.', '')
|
474 |
+
('A woman standing near glass looking at the preparation of fresh donuts.', '')
|
475 |
+
('A man holding a half eaten chocolate donut.', '')
|
476 |
+
('A child on a snowboard going down a slope.', '')
|
477 |
+
('A counter filled with fried donuts line up in rows.', '')
|
478 |
+
('A teddy bear shaped cake resting on a cutting board.', '')
|
479 |
+
('A plate holding a grilled cheese sandwich and bowl of soup.', '')
|
480 |
+
('A plate topped with two grilled sandwiches and a knife.', '')
|
481 |
+
('Man laying on bed with shirt open looking into device for picture.', '')
|
482 |
+
('A beautiful woman sitting in front of a laptop computer.', '')
|
483 |
+
('A bed in a ten with a colorful ceiling.', '')
|
484 |
+
('The bed covered in many sheets and blankets is the only furniture in the room.', '')
|
485 |
+
('A close up of a plate of pizza near a glas of beer.', '')
|
486 |
+
('A desktop computer monitor sitting on top of a desk.', '')
|
487 |
+
('A hotel room complete with a bed, desk and television.', '')
|
488 |
+
('A woman in a short pink skirt holding a tennis racquet.', '')
|
489 |
+
('Two tennis players consulting each other at center court net.', '')
|
490 |
+
('A close up of a tooth brush and a blurred background of a man in a blue jacket facing the opposite direction.', '')
|
491 |
+
('A circuit board sitting on top of a map.', '')
|
492 |
+
('A man holding a tooth brush up to his face.', '')
|
493 |
+
('A living room in a remotely located home.', '')
|
494 |
+
('A living room has a couch and a rustic chest for a coffee table.', '')
|
495 |
+
('Two children are near a sink and one has a red toothbrush.', '')
|
496 |
+
('A little boy sleeping on a couch holding a Wii controller.', '')
|
497 |
+
('A room with some chairs and a bookshelf.', '')
|
498 |
+
('A woman and a kid playing with some wii motes.', '')
|
499 |
+
('Woman standing in living room using video game controls.', '')
|
500 |
+
('Three boys are enjoying a video game at home.', '')
|
501 |
+
('A women smiling really big while holding a Wii remote.', '')
|
502 |
+
('A few bags laying around in a living room.', '')
|
503 |
+
('A silver computer mouse on a table next to a keyboard.', '')
|
504 |
+
('A man sitting at a table holding a baby.', '')
|
505 |
+
('A clock is shown with gold detailing around it.', '')
|
506 |
+
('A couple of young kids are sitting together.', '')
|
507 |
+
('A baseball game with a hitter at home plate in a swinging motion and people in the stands above the dugout area.', '')
|
508 |
+
('A brick oven with logs and a uncooked pizza next to it.', '')
|
509 |
+
('A close up of two cups on a table.', '')
|
510 |
+
('Large four sided clock hangs on the corner of the building.', '')
|
511 |
+
('A mouse sitting on the side of a computer monitor.', '')
|
512 |
+
('A laptop computer sitting on top of a white desk.', '')
|
513 |
+
('A teddy bear is positioned to read a text book.', '')
|
514 |
+
('A moped police officer travels on a roadway.', '')
|
515 |
+
('A group of three microwaves sitting on a counter top.', '')
|
516 |
+
('A man uses a blender to chop up some food.', '')
|
517 |
+
('A glass and vase sit on a table overlooking the ocean.', '')
|
518 |
+
('A metal cup filled with scissors and two ladels.', '')
|
519 |
+
('An analog clock on a post in a city.', '')
|
520 |
+
('A huge and strange looking clock towers on the building.', '')
|
521 |
+
('A vase filled with flowers next to a smaller vase filled with even more flowers.', '')
|
522 |
+
('A vase of floral decorations sits in front of a tin and a picture on the wall.', '')
|
523 |
+
('A very big pretty green vase with some flowers.', '')
|
524 |
+
("A woman's hand holding a glass of wine.", '')
|
525 |
+
('There is a table with chairs and a stove in the room.', '')
|
526 |
+
('A tall woman is standing in a small kitchen.', '')
|
527 |
+
('A cat that is under a bike on the ground.', '')
|
528 |
+
('A brown cat laying in a white bathroom sink.', '')
|
529 |
+
('Two toilets in small bathroom stalls with two sinks in a bathroom.', '')
|
530 |
+
('A room showing a toilet and a sink.', '')
|
531 |
+
('The sky is cloudy over a stop sign.', '')
|
532 |
+
('A close up of a toilet and a bath tub with toys.', '')
|
533 |
+
('A cat climbing into a bathroom sink looking at someone.', '')
|
534 |
+
('The man is driving the horse fast.', '')
|
535 |
+
('There is a white toilet and tile floors in the bathroom.', '')
|
536 |
+
('A person riding a motorcycle on a road with a hill in the background.', '')
|
537 |
+
('A group of bikers sitting out in front of a store near a street.', '')
|
538 |
+
('A living room in a remotely located home.', '')
|
539 |
+
('Two birds preparing to eat food off of a plate that was left on a table outside by the ocean.', '')
|
540 |
+
('A traffic light and many cars on a road.', '')
|
541 |
+
('A city with many people waiting for a train.', '')
|
542 |
+
('A street sign next to a public road in a city.', '')
|
543 |
+
('A young boy is feeding a large giraffe.', '')
|
544 |
+
('A large herd of sheep are walking behind a wire fence.', '')
|
545 |
+
("A giraffe stands with several birds resting on it's neck.", '')
|
546 |
+
('Two giraffes standing in grass surrounded by trees.', '')
|
547 |
+
('A bike attached to the front of a blue bus.', '')
|
548 |
+
('A wooden bench on a fence and plants surrounding it.', '')
|
549 |
+
('A red fire hydrant on a city sidewalk.', '')
|
550 |
+
('A bird standing on the shore of the beach.', '')
|
551 |
+
("A train traveling past a factory with tons of smoke pouring out of it's stacks.", '')
|
552 |
+
('People are waiting for the train to arrive.', '')
|
553 |
+
('A pink hat and a cellphone on some weaved basket.', '')
|
554 |
+
('A bright yellow railroad car on the tracks.', '')
|
555 |
+
('A street sign next to a public road in a city.', '')
|
556 |
+
('A smaller car is stopped at the red light, as traffic drives on.', '')
|
557 |
+
('A red stop sign sitting above a four way sign.', '')
|
558 |
+
('A young boy standing next to a yellow bike.', '')
|
559 |
+
('A number of tourists atop two colorful trucks.', '')
|
560 |
+
('An old rusted pickup truck sitting in a field.', '')
|
561 |
+
('A dog sitting on the grass looking at a fake cow that is lit up at night.', '')
|
562 |
+
('A hairy brown cow laying on top of a field.', '')
|
563 |
+
('A dump truck parked by the side of a road.', '')
|
564 |
+
('An old rusted pickup truck sitting in a field.', '')
|
565 |
+
('Cat lethargically on comfy computer chair looking relaxed.', '')
|
566 |
+
('A huge dump truck is fenced in in front of a neighborhood.', '')
|
567 |
+
('A person and a black cat are on a brown couch with a colorful blanket.', '')
|
568 |
+
('A cow standing on a mount of rock filled dirt next to a lush green field.', '')
|
569 |
+
('A blue and silver truck with logs trees and wires.', '')
|
570 |
+
('Several cows stick their heads out of a pen to feed.', '')
|
571 |
+
('A bunch of cows walking on the side of the road.', '')
|
572 |
+
('A woman holding a child and standing near a bull.', '')
|
573 |
+
('A dirty dog holds a stick in its mouth in the winter.', '')
|
574 |
+
('Two men walk down the street in a city.', '')
|
575 |
+
('An elephant standing alone on a cement floor behind a wired fence.', '')
|
576 |
+
('A group of people stare at a group of elephants.', '')
|
577 |
+
('Two mini elephants walking toward people on a plank.', '')
|
578 |
+
('Two different bears fight with each other behind a log.', '')
|
579 |
+
('Some are standing outside a building with suitcases.', '')
|
580 |
+
('A large white polar bear walking across a dirt and gravel ground.', '')
|
581 |
+
('A polar bear stands over an orange disc in his enclosure.', '')
|
582 |
+
('Two dogs lay next to each other on a brown couch.', '')
|
583 |
+
('Two dogs lay next to each other on a brown couch.', '')
|
584 |
+
('A group of guys in a field holding discs.', '')
|
585 |
+
('A woman bathing her dog in the sink.', '')
|
586 |
+
('A dog is laying in a chair in front of a book shelf.', '')
|
587 |
+
('A white horse looking through the window of a tall brick building.', '')
|
588 |
+
('There is a zebra that seems to be walking down a dirt road.', '')
|
589 |
+
('A llama looks at the camera from a fenced in, grassy area.', '')
|
590 |
+
('A group of people skiing down the side of a snow covered mountain.', '')
|
591 |
+
('Bananas sitting on top of apples, pears, and other fruits.', '')
|
592 |
+
('A man captured in every aspect of delivering a baseball from a mound.', '')
|
593 |
+
('Bunches of bananas for sale at an outdoor market.', '')
|
594 |
+
('Piles of different types of fruit in a grocery store.', '')
|
595 |
+
('A group of people on a field playing baseball.', '')
|
596 |
+
('A person standing snow wearing a snow suit and skis.', '')
|
597 |
+
('An unfrosted cake in a metal pan with green spots on top.', '')
|
598 |
+
('A bunch of big chef knives by a small piece of broccoli.', '')
|
599 |
+
('A bowl of broccoli with sauce over it.', '')
|
600 |
+
('A man on skis goes down the snow covered hill.', '')
|
601 |
+
('A pot full of beef and broccoli stew.', '')
|
602 |
+
('A person is standing in skies in the snow.', '')
|
603 |
+
('A pile of vegetables on a green crate that is sitting on bed.', '')
|
604 |
+
('A man walking down a street next to a road filled with cars.', '')
|
605 |
+
('A man riding a snowboard down a slope with many hills.', '')
|
606 |
+
('A man riding down the side of a snow covered mountain.', '')
|
607 |
+
('A hot dog is on a plate with macaroni and cheese.', '')
|
608 |
+
('A hot dog in a bun covered with mustard sitting in a small container.', '')
|
609 |
+
('A tray of black and white sprinkled doughnuts.', '')
|
610 |
+
('A hand is lifting up the top bread of a sub sandwich.', '')
|
611 |
+
('The basketball players are playing in a game.', '')
|
612 |
+
('A group of people walk on a beach with surf boards.', '')
|
613 |
+
('A sandwich in a plastic food basket on a table.', '')
|
614 |
+
('Bride and grooms arms cutting the wedding cake with fruit on top.', '')
|
615 |
+
('A bearded middle aged man cuddling a teddy bear.', '')
|
616 |
+
('A group of men standing on top of a sandy beach.', '')
|
617 |
+
('A man and woman standing in front of a cake.', '')
|
618 |
+
('Two young boys sitting on a park with a plate of food.', '')
|
619 |
+
('A pan filled with mini pizzas in an oven.', '')
|
620 |
+
('A room wit ha chair a bed multiple windows.', '')
|
621 |
+
('A person sitting at a table where a pizza is sitting.', '')
|
622 |
+
('A man standing in a living room holding a Nintendo Wii game controller.', '')
|
623 |
+
('A couple of photos of a group of people playing with interactive a gaming unit..', '')
|
624 |
+
('A Nintendo Wii game console box sitting on a table.', '')
|
625 |
+
('A room filled with furniture and very large rugs.', '')
|
626 |
+
('A picture of a very clean living room.', '')
|
627 |
+
('Apple computer monitor with a keyboard and mouse next to a ipod.', '')
|
628 |
+
('A family watching a girl run with a pink kite.', '')
|
629 |
+
('Man and son standing on the beach side with a self assembled kite.', '')
|
630 |
+
('A kid running with a kite in his hand outside.', '')
|
631 |
+
('Kites flown in large grassy open area with numerous onlookers.', '')
|
632 |
+
('Baseball player runs toward base while others stand around.', '')
|
633 |
+
('A man holding a baseball bat while standing next to home plate.', '')
|
634 |
+
('The action in an organized youth baseball game.', '')
|
635 |
+
('Two slices of pizza are being served on a plate.', '')
|
636 |
+
('A pizza topped with pepperoni and extra spinach.', '')
|
637 |
+
('A picture of some pizza on a table.', '')
|
638 |
+
('A woman in a coffee shop using a laptop at a table.', '')
|
639 |
+
('Young woman with sheep on straw covered floor.', '')
|
640 |
+
('A smart phone being held up in front of a lap top.', '')
|
641 |
+
('A pair of red scissors sitting on a newspaper.', '')
|
642 |
+
('An oven and a range on a table.', '')
|
643 |
+
('A man sitting in front of a microphone at a table.', '')
|
644 |
+
('A man talking on a cell phone on a boat with a city in the background.', '')
|
645 |
+
('A microwave is sitting idly in the kitchen.', '')
|
646 |
+
('A refrigerator freezer sitting next to a kitchen counter.', '')
|
647 |
+
('A bunch of stuff is on a small table.', '')
|
648 |
+
('A woman rushes with a handbag through an empty train station with a large clock.', '')
|
649 |
+
('A clock on a pole sitting next to tall buildings.', '')
|
650 |
+
('Flowers in a vase in a dimly lit room.', '')
|
651 |
+
('A large and over-sized stuffed teddy bear sitting in a chair.', '')
|
652 |
+
('Bows of food with spoons in them sitting on a table.', '')
|
653 |
+
('A woman sitting on top of a wooden bench near a park.', '')
|
654 |
+
('A man in a kitchen instructing a woman on what to do.', '')
|
655 |
+
('A woman holding shears in one hand a tile in the other.', '')
|
656 |
+
('A black and white photograph of something I cannot quite make out.', '')
|
657 |
+
('A picture of a modern bathroom with a glass door to the toilet and large glass mirror.', '')
|
658 |
+
('A bathroom that has a sink, toilet and mirror.', '')
|
659 |
+
('A car is parked on a street at night.', '')
|
660 |
+
('Buses and cars on interstate going both ways.', '')
|
661 |
+
('A black and white photo of a child putting on gloves next to a suitcase.', '')
|
662 |
+
('A girl with a drink sitting on the toilet.', '')
|
663 |
+
('A medieval style tower and clock against blue sky.', '')
|
664 |
+
('A silver motorcycle with many lights parked on the street.', '')
|
665 |
+
('Two computers are sitting on top of the desk.', '')
|
666 |
+
('Red motorcycle parked outside of large building in the city,.', '')
|
667 |
+
('A black and white dog sleeps in front of a blue door.', '')
|
668 |
+
('A fire place sitting in a living room next to a TV.', '')
|
669 |
+
('A modern flatscreen television sits upon a nostalgic console model.', '')
|
670 |
+
('A yellow and blue plant flying in a gray sky.', '')
|
671 |
+
('A giraffe and a zebra are standing in a field.', '')
|
672 |
+
('A giraffe walking through a tree filled forest.', '')
|
673 |
+
('An old black and white picture of a bus and homes in the background.', '')
|
674 |
+
('A traffic light is showing a green arrow.', '')
|
675 |
+
('A group of sheep grazing in a grassy valley.', '')
|
676 |
+
('People standing outside of a blue and white bus.', '')
|
677 |
+
('A no turning sign sits on a residential street.', '')
|
678 |
+
('A stop sign and a no access sign in the grass.', '')
|
679 |
+
('A baby giraffe is lying down in an enclosed grassy area while a larger giraffe is walking around.', '')
|
680 |
+
('A white bird walking through a shallow area of water.', '')
|
681 |
+
('A train traveling down tracks near a small town.', '')
|
682 |
+
('A railroad crossing sign next to railroad tracks with someone walking on the tracks.', '')
|
683 |
+
('A woman stares as a bird flys through the air.', '')
|
684 |
+
('A train trailing a plume of white smoke crosses a bridge.', '')
|
685 |
+
('A traffic light by a Lutz road sign.', '')
|
686 |
+
('A woman sits on a chair with a laptop on her lap.', '')
|
687 |
+
('Fast commuter train moving past an outdoor platform.', '')
|
688 |
+
('A train moving along the track on a hillside near a mountain.', '')
|
689 |
+
('A train traveling down tracks next to a lush forest.', '')
|
690 |
+
('A train traveling through the countryside next to a dirt road.', '')
|
691 |
+
('People stand in a city street at a rally.', '')
|
692 |
+
('A dog wearing a red bag on his shoulder runs in the snow.', '')
|
693 |
+
('A cat laying on a blanket in a cage.', '')
|
694 |
+
('A cat looking at his reflection in the mirror.', '')
|
695 |
+
('A large crane truck driving on top of wet mud.', '')
|
696 |
+
('A cow attempting to get water from a leaking pipe.', '')
|
697 |
+
('A couple of men standing on a boat next to a small dog.', '')
|
698 |
+
('Two boats with people preparing food on them.', '')
|
699 |
+
('A little boy smiles at the camera while pulling a backpack.', '')
|
700 |
+
('A man with a striped tie and a black blazer.', '')
|
701 |
+
('Two people who are walking under the same umbrella.', '')
|
702 |
+
('An old creased photo of a group of boys and men.', '')
|
703 |
+
('A couple of elephants are walking in a line.', '')
|
704 |
+
('A boat sailing on top of a body of water.', '')
|
705 |
+
('A man walking past a group of ladies walking down a road holding pink umbrellas with his gut and moobs handing out.', '')
|
706 |
+
('A herd of zebras grazing with a rainbow behind.', '')
|
707 |
+
('Young men playing frisbee in a grassy field.', '')
|
708 |
+
('Two horses in a field with a mountain in the background.', '')
|
709 |
+
('A man riding on the back of a brown horse.', '')
|
710 |
+
('A couple of horses standing in a river next to an island.', '')
|
711 |
+
('A small child riding a pony in the park.', '')
|
712 |
+
('A pitcher of orange juice with orange slices in it.', '')
|
713 |
+
('A piece of partially-eaten cake sits on a paper plate.', '')
|
714 |
+
('A strange plant hanging off a banana tree.', '')
|
715 |
+
('A large banana tree filled with lots of bananas.', '')
|
716 |
+
('A strange plant hanging off a banana tree.', '')
|
717 |
+
('The meal consists of meat with brocolli on the side.', '')
|
718 |
+
('A man riding a skateboard on top of a cement bench.', '')
|
719 |
+
('Two skiers standing near a sign in the snow.', '')
|
720 |
+
('A plate of rice and broccoli with meat.', '')
|
721 |
+
('A young kid with skiing gear on the snow.', '')
|
722 |
+
('A grocery store display filled with lots of apples.', '')
|
723 |
+
('A skateboarder is making a rim turn and resting on edge.', '')
|
724 |
+
('A person wearing skis going up a hill in the snow.', '')
|
725 |
+
('A girl coming home from the store on her skateboard.', '')
|
726 |
+
('A man in white shirt jumping a ramp on a skateboard.', '')
|
727 |
+
('Some skateboarders doing tricks and people watching them.', '')
|
728 |
+
('A man sitting on top of a skateboard on a street.', '')
|
729 |
+
('A person holding a sandwich in their hands.', '')
|
730 |
+
('A man flying through the air over a skateboard.', '')
|
731 |
+
('A man is trying to pull off a skateboarding trick on his ramp.', '')
|
732 |
+
('A man riding a skate board up a metal rail.', '')
|
733 |
+
('A man who is riding a skateboard down the street.', '')
|
734 |
+
('This sandwich has a side of salad on the plate.', '')
|
735 |
+
('A couple of hot dogs on a paper plate.', '')
|
736 |
+
('A person is standing on a snowy hill overlooking a valley.', '')
|
737 |
+
('A group of four people standing next to each other in the snow.', '')
|
738 |
+
('A person holding a pastry with maggots in it.', '')
|
739 |
+
('Two sugar doughnuts with sprinkles and caramel topping.', '')
|
740 |
+
('A tray with a cheese and meat sandwich with tater tots.', '')
|
741 |
+
('An item inside the picture which appears to be truly astounding.', '')
|
742 |
+
('The man is getting ready to eat the thing he is holding.', '')
|
743 |
+
('Two surfboards on a beach in an urban setting.', '')
|
744 |
+
('Multiple beds stand on hardwood floors in a simple room.', '')
|
745 |
+
('Two boys in beds with a bookcase in between them.', '')
|
746 |
+
('Two small young girls hold hands as they look into a bedroom.', '')
|
747 |
+
('Two medical professionals inside of an hospital.', '')
|
748 |
+
('A surfer carries his surfboard beneath a tall cliff.', '')
|
749 |
+
('A person sitting at a table where a pizza is sitting.', '')
|
750 |
+
('There are two women playing on a tennis team together.', '')
|
751 |
+
('The tennis player perferms in front of a crowd.', '')
|
752 |
+
('A pizza is shown in a box uncovered and cooked.', '')
|
753 |
+
('A woman standing on a tennis court holding a rocket.', '')
|
754 |
+
('A woman is getting ready to strike a tennis ball.', '')
|
755 |
+
('A group of people trying out the new Nintendo Wii U.', '')
|
756 |
+
('A living area with table, chairs and a sofa.', '')
|
757 |
+
('A man is holding a cell phone in front of a mountain.', '')
|
758 |
+
('A guy up to bat in a action in a baseball game.', '')
|
759 |
+
('This is a child ready to swing a baseball bat.', '')
|
760 |
+
('Two people on a tennis court swinging to hit a tennis ball.', '')
|
761 |
+
('A small store with various stuffed animals arranged in front of it.', '')
|
762 |
+
('The huge stuffed bear is lying on a couch.', '')
|
763 |
+
('Three slices of french toast with orange juice on a restaurant table.', '')
|
764 |
+
('A woman sitting on a laptop computer next to a cat.', '')
|
765 |
+
('A purse sitting next to its contents and a laptop.', '')
|
766 |
+
('Cooking utensils in a glass next to an oven.', '')
|
767 |
+
('An white oven with cookies being baked inside.', '')
|
768 |
+
('A person in a wheelchair plays music on a CD player while talking on a wireless telephone.', '')
|
769 |
+
("A person holding a cell phone with a picture of grazing cows on it's display.", '')
|
770 |
+
('A man in black opening a fridge smiling.', '')
|
771 |
+
('A large and old brick building with a clock on it.', '')
|
772 |
+
('The large platter has a bagel, fruit, butter and sour cream.', '')
|
773 |
+
('A pile of wooden boxes filled with fruits and vegetables.', '')
|
774 |
+
('A nice looking kitchen with a shiny metal oven and microwave.', '')
|
775 |
+
('Kites flown in large grassy open area with numerous onlookers.', '')
|
776 |
+
('A kitchen with many pots and pans hanging on the wall.', '')
|
777 |
+
('A man riding a skateboard on top of a sidewalk.', '')
|
778 |
+
('A man appears to be making something in his kitchen.', '')
|
779 |
+
('Two individuals riding bicycles on a board walk.', '')
|
780 |
+
('A bike and a dog on the sidewalk outside a red building.', '')
|
781 |
+
('A white sink and mirror in a room.', '')
|
782 |
+
('A small bathroom is pictured in this image.', '')
|
783 |
+
('A bathroom with a reflection of a television and a sink.', '')
|
784 |
+
('A white tub sitting next to a toilet in a bathroom.', '')
|
785 |
+
('A sink with a toothbrush holder, soap and a mirror around it.', '')
|
786 |
+
('A orange tabby cat laying down on a black car.', '')
|
787 |
+
('A small toilet rests in a dark colored bathroom.', '')
|
788 |
+
('A close up of a cat on a desk near stuffed animals.', '')
|
789 |
+
('A man is sitting on a little scooter in traffic.', '')
|
790 |
+
('A person sits on top of a motorcycle with a stuffed toy.', '')
|
791 |
+
('A bright street at night with several cars passing by.', '')
|
792 |
+
('A subway train with a row of orange and white seats.', '')
|
793 |
+
('A man riding on the back of an orange fork lift.', '')
|
794 |
+
('A man stands in front of an airport with many airliners on it.', '')
|
795 |
+
('A man using a cross walk to cross a street.', '')
|
796 |
+
('A bird sitting on the back of a giraffe next to a tree.', '')
|
797 |
+
('A dog and a goat with their noses touching at fence.', '')
|
798 |
+
('A plane with water skies for landing gear coming in for a landing at a lake.', '')
|
799 |
+
('A cat sitting on the back of a bench while looking upward.', '')
|
800 |
+
('Two orange cats on steps with a bench in the background.', '')
|
801 |
+
('A man in a black shirt rides an elephant as a man walks near it down a street.', '')
|
802 |
+
('A bus is displaying rider information pamphlets at the front of the bus.', '')
|
803 |
+
('Looking out of a commuter bus at a small town grocery.', '')
|
804 |
+
('THERE IS A PARK BENCH FACING A SNOW COVERED MOUNTAIN.', '')
|
805 |
+
('A pair of children sit on a giraffe while other children stand nearby.', '')
|
806 |
+
('Running track and playing field in a mountainous landscape.', '')
|
807 |
+
('A white city bus pulling onto a street near a cross walk.', '')
|
808 |
+
('A large bus is up by the side of a curb.', '')
|
809 |
+
('A red double decker bus driving down a street.', '')
|
810 |
+
('A bus is displaying rider information pamphlets at the front of the bus.', '')
|
811 |
+
('A very cute cat near a bunch of birds.', '')
|
812 |
+
('A bird that is playing in the snow.', '')
|
813 |
+
('A bus going to crosstown parked on side of road.', '')
|
814 |
+
('A cake cover is made to look like a wire birdcage.', '')
|
815 |
+
('Three giraffes standing at different locations behind a fence.', '')
|
816 |
+
('A swan is swimming near snow covered rocks.', '')
|
817 |
+
('A couple of buildings that has some cars outside of them.', '')
|
818 |
+
('A train goes down the side of a mountain in the snow.', '')
|
819 |
+
('A train with a flag flying near the tracks.', '')
|
820 |
+
('A stop sign and a no access sign in the grass.', '')
|
821 |
+
('A green and blue parking meter siting on the sidewalk.', '')
|
822 |
+
('Parking meter that is expired, with damp street below.', '')
|
823 |
+
('A group of people standing outside of a food truck.', '')
|
824 |
+
('The boat includes several rows of orange chaird.', '')
|
825 |
+
('A man sitting in front of a microphone at a table.', '')
|
826 |
+
('Two men and a baby at a Christmas party.', '')
|
827 |
+
('The top of an old fabric parasol next to fern.', '')
|
828 |
+
('Is this picture of a girl and her suitcase hand tinted?', '')
|
829 |
+
('A guy is standing in an airport with several bags of luggage.', '')
|
830 |
+
('A number of luggage bags on a cart in a lobby.', '')
|
831 |
+
('A man standing up while holding a red plastic cup and a large frisbee type disc in his hand, preparing to throw it.', '')
|
832 |
+
('A couple of young men playing a game of frisbee.', '')
|
833 |
+
('Young men playing frisbee in a grassy field.', '')
|
834 |
+
('A bedroom with a bed and other furniture in it.', '')
|
835 |
+
('A group of zebra standing on top of a dry grass field.', '')
|
836 |
+
('A zebra in front of a group of large rocks standing next to a tree.', '')
|
837 |
+
('A man standing behind two brown horses on a dirt field.', '')
|
838 |
+
('A couple of horses grazing on some green grass.', '')
|
839 |
+
('Many horses stand in a field and eat grass.', '')
|
840 |
+
('Three pots of bright colorful food cooking on a black stove top.', '')
|
841 |
+
('A piece of pizza sitting on top of a plate.', '')
|
842 |
+
('A table topped with lots of vegetables of different color and kind.', '')
|
843 |
+
('A pile of un ripe bananas sitting on a table on newspaper.', '')
|
844 |
+
('A person skis down a snowy hill.', '')
|
845 |
+
('Chives, radishes and other vegetables on a white cloth.', '')
|
846 |
+
('A group of people riding skis on a snow covered summit.', '')
|
847 |
+
('A plate topped with lots of greens next to a bottle of wine.', '')
|
848 |
+
('Multiple images are seen showing forest scenes and a small cottage.', '')
|
849 |
+
('3 dogs sitting in front of a fruit and veggie stand.', '')
|
850 |
+
('A cup of coffee sitting next to a computer keyboard.', '')
|
851 |
+
('This skateboarder shows a degree of athletic ability.', '')
|
852 |
+
('Bunches of carrots and broccoli on display stand.', '')
|
853 |
+
('A knife sitting next to carrots on top of a cutting board.', '')
|
854 |
+
('A hotdog with cheese, with a side of chili fries.', '')
|
855 |
+
('A little girl is sitting in an IKEA kart enjoying a snack.', '')
|
856 |
+
('A large pile of a variety of donuts seen from above.', '')
|
857 |
+
('A man surfing a small wave on part of a river.', '')
|
858 |
+
('A slice of pastry with a cream filling.', '')
|
859 |
+
('A woman handing another woman a birthday cake filled with candles.', '')
|
860 |
+
('Cake iced sitting on top of cake stand with bowl next to it.', '')
|
861 |
+
('Nice large hotel room separated into two parts.', '')
|
862 |
+
('A pepperoni pizza on a white platter and a person.', '')
|
863 |
+
('Two children in a bunk bed with white blankets.', '')
|
864 |
+
('A bunch of people at a table with food.', '')
|
865 |
+
('A pizza, silverware, and a drink sitting on a table.', '')
|
866 |
+
('Large pizza covered in pepperoni, olives, peppers, onion, and mushrooms.', '')
|
867 |
+
('A pizza and grapes sit on a tray next to a drink.', '')
|
868 |
+
('A lady that has a tennis racket in hand.', '')
|
869 |
+
('A coffee mug sits in the corner on a counter with several items in it.', '')
|
870 |
+
('A living room with hard wood flooring and black furniture.', '')
|
871 |
+
('A man holding a child with a toothbrush in its mouth.', '')
|
872 |
+
('An upstairs living room is decorated nicely and holds a sewing machine.', '')
|
873 |
+
('A living room with a fireplace and chandelier.', '')
|
874 |
+
('A cloth bag is on the keyboard of a laptop.', '')
|
875 |
+
('A bedroom with a white bed on a frame next to a window.', '')
|
876 |
+
('Many kites are in the sky at the beach.', '')
|
877 |
+
('A person that is flying a kite that is sitting on the ground.', '')
|
878 |
+
('A person flying a kite over water on a cloudy day.', '')
|
879 |
+
('A tall glass vase on a balcony.', '')
|
880 |
+
('A woman flies a kite near a young child.', '')
|
881 |
+
('A batter that is watching the ball go past them to the catcher.', '')
|
882 |
+
('A modern style wooden kitchen with multi layered counters.', '')
|
883 |
+
('An antique stove and oven gathers some dust.', '')
|
884 |
+
('Men on phones standing in white room with lights.', '')
|
885 |
+
('A child in a vehicle holding some toys.', '')
|
886 |
+
('Three coffee mugs are in front of a microwave.', '')
|
887 |
+
('A couple of laptop computers sitting on top of a desk.', '')
|
888 |
+
('A close up of a person holding a cell phone.', '')
|
889 |
+
('A very tall church tower with a clock on the side of it.', '')
|
890 |
+
('A close up of two cell phones near one another.', '')
|
891 |
+
('A group of men standing around a sidewalk together.', '')
|
892 |
+
('A kitchen with a small refrigerator and a microwave oven.', '')
|
893 |
+
('A clock tower is part of an old building.', '')
|
894 |
+
('A wooden table with a white plate containing cake and a cup of coffee.', '')
|
895 |
+
('A man standing in front of a clock.', '')
|
896 |
+
('A vase filled with water and white flowers.', '')
|
897 |
+
('A small pair of scissors sitting next to a penny.', '')
|
898 |
+
('A woman holding a scissor close to her hair.', '')
|
899 |
+
('A table top with some plates of food on it.', '')
|
900 |
+
('The restaurant presents a gourmet breakfast of eggs and toast.', '')
|
901 |
+
('Many different dishes of food on a table.', '')
|
902 |
+
('A couple flying a kite at dusk on the seaside.', '')
|
903 |
+
('Two long metal tables sitting inside of a kitchen.', '')
|
904 |
+
('Small woman with a cooking apron around her waste reaching into the oven and pulling out a plate of food.', '')
|
905 |
+
('A white sink and shower in a small bathroom.', '')
|
906 |
+
('A close up of a bathtub in a bathroom.', '')
|
907 |
+
('A bath room with a toilet a bath tub and curtains.', '')
|
908 |
+
('A nice shower has a glass enclosure and sliding door.', '')
|
909 |
+
('A brown wood counter with sink in a bathroom.', '')
|
910 |
+
('This bathroom could benefit from a decorating makeover.', '')
|
911 |
+
('A dog sitting in the sidecar of a motorcycle.', '')
|
912 |
+
('A biplane flying over a small church with a steeple.', '')
|
913 |
+
('A pan filled with veggies and a block of butter.', '')
|
914 |
+
('Ten porcelain pieces with floral patterns painted on them.', '')
|
915 |
+
("A large church tower with a clock mounted on it's face.", '')
|
916 |
+
('A cop riding on top of a motorcycle.', '')
|
917 |
+
('A man standing next to a parked motorcycle.', '')
|
918 |
+
('A parked motorcycle sitting on a lush green field.', '')
|
919 |
+
('A commercial airplane ascending in to the sky.', '')
|
920 |
+
('A large passenger plane on the tarmac of an airport.', '')
|
921 |
+
('An airport with large jetliners and a bus traveling on a tarmac.', '')
|
922 |
+
('The runway has a few airplanes on it.', '')
|
923 |
+
('A couple of airplanes sitting on top of an airport.', '')
|
924 |
+
('The bench is empty at night in the park.', '')
|
925 |
+
('That small plane looks like it is ready for takeoff.', '')
|
926 |
+
('A couple of sheep sitting on top of a lush green grass covered hill.', '')
|
927 |
+
('An airplane flying through a cloudy sky flying over the ocean..', '')
|
928 |
+
('This a view from an airplane of the landscape below.', '')
|
929 |
+
('A close up of a child and an adult.', '')
|
930 |
+
('Two public transit buses on a city street.', '')
|
931 |
+
('Small cars move to pass around a London bus.', '')
|
932 |
+
('A red and white striped bus traveling past a store.', '')
|
933 |
+
('A bus pulling up to the bus stop in a city.', '')
|
934 |
+
('A line of people is getting on to a bus.', '')
|
935 |
+
('Two birds preparing to eat food off of a plate that was left on a table outside by the ocean.', '')
|
936 |
+
('A set of four boxes filled with baby birds.', '')
|
937 |
+
('A painted sign of a blue bird in a tree in the woods.', '')
|
938 |
+
('Two ducks floating together on a body of water.', '')
|
939 |
+
('A train traveling through the countryside next to a dirt road.', '')
|
940 |
+
('A white yellow and blue train at an empty train station.', '')
|
941 |
+
('A home made stop sign in the middle of nowhere.', '')
|
942 |
+
('A street scene with a large truck turning a corner.', '')
|
943 |
+
('A calico kitty sleeping in an orange chair.', '')
|
944 |
+
('A wooden desk with a cat and lamp on it.', '')
|
945 |
+
('An image of a man in a boat with a dog.', '')
|
946 |
+
('Three cows standing on a lush green field.', '')
|
947 |
+
('Men on phones standing in white room with lights.', '')
|
948 |
+
('People are in a boat in the rain with umbrellas.', '')
|
949 |
+
('An old opened trunk in an abandoned house.', '')
|
950 |
+
('A group of people sitting on the backs of elephants.', '')
|
951 |
+
('Black and white photograph of people with surfboards next to a car.', '')
|
952 |
+
('Some zebras are seen grazing in the field.', '')
|
953 |
+
('A child blows out the candles on a birthday cake.', '')
|
954 |
+
('A tall black and white horse standing on a lush green field.', '')
|
955 |
+
('Several fruits with Chinese characters written on them.', '')
|
956 |
+
('A plate topped with small sandwiches with meat and veggies.', '')
|
957 |
+
('A woman and two men are displayed on a small television.', '')
|
958 |
+
('A baseball player throwing a pitch onto the field.', '')
|
959 |
+
('A big bowl on a table filled with broccoli.', '')
|
960 |
+
('A small boy with blonde hair eats an apple.', '')
|
961 |
+
('Some dessert is laying out on a yellow and white plate.', '')
|
962 |
+
('A small child wears a helmet while riding a skateboard.', '')
|
963 |
+
('A man riding a skateboard on top of pavement.', '')
|
964 |
+
('A young man standing on a skateboard wearing a hat.', '')
|
965 |
+
('A hotdog with toppings served in a red basket.', '')
|
966 |
+
('A gourmet hot dog presented with a side of couscous.', '')
|
967 |
+
('A person with a blue ring eating a doughnut.', '')
|
968 |
+
('A small bowl containing food beside a coffee cup.', '')
|
969 |
+
('A kid in a field with a muffin.', '')
|
970 |
+
('A black and white panda bear sitting on the ground next to a white thing.', '')
|
971 |
+
('A piece of cake on a plate with some juice by it.', '')
|
972 |
+
('A large slice of angel food cake sitting on top of a plate.', '')
|
973 |
+
('A man standing over an ironing board wearing a gas mask.', '')
|
974 |
+
('A giant sonic the hedgehog standing on a beach with a surfboard.', '')
|
975 |
+
('Men playing soccer in a green field while the coach looks on.', '')
|
976 |
+
('A toddler is drinking from a bottle while sitting on a bed.', '')
|
977 |
+
('A minimalist bedroom with low furniture and a quote on the wall.', '')
|
978 |
+
('A man riding a board on top of a wave in the ocean.', '')
|
979 |
+
('A man laying in a bed next to a woman.', '')
|
980 |
+
('A young male tennis player in action on the court.', '')
|
981 |
+
('A tv remote control sits on a table.', '')
|
982 |
+
('The blonde woman in the red checked shirt is learning to use Wii Fit.', '')
|
983 |
+
('A desk holds a computer and leftover food containers.', '')
|
984 |
+
('An desk containing a desktop and laptop computer.', '')
|
985 |
+
('A woman is putting her seat belt on in the car.', '')
|
986 |
+
('A young boy getting ready to swing at a tennis ball.', '')
|
987 |
+
('A crowd of people flying kites on top of a field.', '')
|
988 |
+
('Two girls in a library seated at a table cutting large brown paper.', '')
|
989 |
+
('A toddler wearing a hat sitting in the dry grass.', '')
|
990 |
+
('Young boy with T-ball and bat pointing at ball.', '')
|
991 |
+
('A young child in the yard holding up a bat.', '')
|
992 |
+
('Vase with water holds a bunch of flowers in front of window.', '')
|
993 |
+
('A home bar with different drink ingredients under a large decorative sign saying, "PUB".', '')
|
994 |
+
("An urban farmers' market with produce stalls and crowds of shoppers.", '')
|
995 |
+
('A woman scanning a tour map with her smartphone.', '')
|
996 |
+
('A small digital camera and a pineapple keychain.', '')
|
997 |
+
('A woman smiling with a cell phone in her hand.', '')
|
998 |
+
('A little girl playing with an interactive gaming unit.', '')
|
999 |
+
('A blender glass with several green vegetables in it.', '')
|
1000 |
+
('Arrows show what to do with the bowls of food.', '')
|
eval/MSCOCO_i2t_score.json
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"acc": 0.686,
|
3 |
+
"num_correct": 686,
|
4 |
+
"num_pred": 1000
|
5 |
+
}
|
eval/MSCOCO_pred.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
eval/MSCOCO_score.json
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"acc": 0.675,
|
3 |
+
"num_correct": 675,
|
4 |
+
"num_pred": 1000
|
5 |
+
}
|
eval/MSCOCO_t2i_pred.txt
ADDED
@@ -0,0 +1,1000 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000391895.jpg')
|
2 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000391895.jpg')
|
3 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000391895.jpg')
|
4 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000391895.jpg')
|
5 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000391895.jpg')
|
6 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000565198.jpg')
|
7 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000405249.jpg')
|
8 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000405249.jpg')
|
9 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000060623.jpg')
|
10 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000405249.jpg')
|
11 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000483108.jpg')
|
12 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000483108.jpg')
|
13 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000483108.jpg')
|
14 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000483108.jpg')
|
15 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000483108.jpg')
|
16 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000028506.jpg')
|
17 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000384213.jpg')
|
18 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000384213.jpg')
|
19 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000384213.jpg')
|
20 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000384213.jpg')
|
21 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000452881.jpg')
|
22 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000386164.jpg')
|
23 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000386164.jpg')
|
24 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000386164.jpg')
|
25 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000386164.jpg')
|
26 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000386164.jpg')
|
27 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000223648.jpg')
|
28 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000386164.jpg')
|
29 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000386164.jpg')
|
30 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000399851.jpg')
|
31 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000403385.jpg')
|
32 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000403385.jpg')
|
33 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000403385.jpg')
|
34 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000162677.jpg')
|
35 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000403385.jpg')
|
36 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000463610.jpg')
|
37 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000401623.jpg')
|
38 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000403385.jpg')
|
39 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000294832.jpg')
|
40 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000403385.jpg')
|
41 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000462565.jpg')
|
42 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000462565.jpg')
|
43 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000462565.jpg')
|
44 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000462565.jpg')
|
45 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000462565.jpg')
|
46 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000570138.jpg')
|
47 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000378709.jpg')
|
48 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000378709.jpg')
|
49 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000378709.jpg')
|
50 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000299550.jpg')
|
51 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000028790.jpg')
|
52 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000192440.jpg')
|
53 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000192440.jpg')
|
54 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000192440.jpg')
|
55 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000192440.jpg')
|
56 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000001146.jpg')
|
57 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000001146.jpg')
|
58 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000001146.jpg')
|
59 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000001146.jpg')
|
60 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000169802.jpg')
|
61 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000559665.jpg')
|
62 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000024343.jpg')
|
63 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000559665.jpg')
|
64 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000559665.jpg')
|
65 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000559665.jpg')
|
66 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000394240.jpg')
|
67 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000394240.jpg')
|
68 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000394240.jpg')
|
69 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000394240.jpg')
|
70 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000394240.jpg')
|
71 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000491497.jpg')
|
72 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000491497.jpg')
|
73 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000279524.jpg')
|
74 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000491497.jpg')
|
75 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000491497.jpg')
|
76 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000184791.jpg')
|
77 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000184791.jpg')
|
78 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000184791.jpg')
|
79 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000184791.jpg')
|
80 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000184791.jpg')
|
81 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000216710.jpg')
|
82 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000394801.jpg')
|
83 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000579664.jpg')
|
84 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000579664.jpg')
|
85 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000579664.jpg')
|
86 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000550529.jpg')
|
87 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000550529.jpg')
|
88 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000550529.jpg')
|
89 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000550529.jpg')
|
90 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000550529.jpg')
|
91 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000413096.jpg')
|
92 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000373846.jpg')
|
93 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000348881.jpg')
|
94 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000348881.jpg')
|
95 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000348881.jpg')
|
96 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000396051.jpg')
|
97 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000560623.jpg')
|
98 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000373846.jpg')
|
99 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000373846.jpg')
|
100 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000560623.jpg')
|
101 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000561100.jpg')
|
102 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000561100.jpg')
|
103 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000561100.jpg')
|
104 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000413096.jpg')
|
105 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000561100.jpg')
|
106 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000354533.jpg')
|
107 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000354533.jpg')
|
108 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000223930.jpg')
|
109 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000359086.jpg')
|
110 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000354533.jpg')
|
111 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000334321.jpg')
|
112 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000334321.jpg')
|
113 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000334321.jpg')
|
114 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000334321.jpg')
|
115 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000334321.jpg')
|
116 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000368117.jpg')
|
117 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000361400.jpg')
|
118 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000368117.jpg')
|
119 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000368117.jpg')
|
120 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000058636.jpg')
|
121 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000392892.jpg')
|
122 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000108853.jpg')
|
123 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000165547.jpg')
|
124 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000165547.jpg')
|
125 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000165547.jpg')
|
126 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000358982.jpg')
|
127 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000398007.jpg')
|
128 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000455859.jpg')
|
129 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000455859.jpg')
|
130 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000455859.jpg')
|
131 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000290570.jpg')
|
132 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000290570.jpg')
|
133 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000290570.jpg')
|
134 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000468933.jpg')
|
135 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000290570.jpg')
|
136 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000281455.jpg')
|
137 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000281455.jpg')
|
138 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000281455.jpg')
|
139 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000281455.jpg')
|
140 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000281455.jpg')
|
141 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000017756.jpg')
|
142 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000017756.jpg')
|
143 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000017756.jpg')
|
144 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000017756.jpg')
|
145 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000556901.jpg')
|
146 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000573756.jpg')
|
147 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000305821.jpg')
|
148 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000305821.jpg')
|
149 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000091857.jpg')
|
150 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000091857.jpg')
|
151 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000459374.jpg')
|
152 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000459374.jpg')
|
153 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000404462.jpg')
|
154 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000038048.jpg')
|
155 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000459374.jpg')
|
156 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000208589.jpg')
|
157 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000208589.jpg')
|
158 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000208589.jpg')
|
159 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000208589.jpg')
|
160 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000208589.jpg')
|
161 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000368505.jpg')
|
162 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000058636.jpg')
|
163 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000358342.jpg')
|
164 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000368505.jpg')
|
165 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000358342.jpg')
|
166 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000438221.jpg')
|
167 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000438221.jpg')
|
168 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000074711.jpg')
|
169 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000438221.jpg')
|
170 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000074711.jpg')
|
171 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000058636.jpg')
|
172 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000058636.jpg')
|
173 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000058636.jpg')
|
174 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000058636.jpg')
|
175 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000058636.jpg')
|
176 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000197461.jpg')
|
177 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000197461.jpg')
|
178 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000197461.jpg')
|
179 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000197461.jpg')
|
180 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000197461.jpg')
|
181 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000165029.jpg')
|
182 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000165029.jpg')
|
183 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000165029.jpg')
|
184 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000066412.jpg')
|
185 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000165029.jpg')
|
186 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000336777.jpg')
|
187 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000158414.jpg')
|
188 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000507921.jpg')
|
189 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000317441.jpg')
|
190 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000336777.jpg')
|
191 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000472795.jpg')
|
192 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000472795.jpg')
|
193 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000472795.jpg')
|
194 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000472795.jpg')
|
195 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000472795.jpg')
|
196 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000182784.jpg')
|
197 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000182784.jpg')
|
198 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000472795.jpg')
|
199 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000182784.jpg')
|
200 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000182784.jpg')
|
201 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000458052.jpg')
|
202 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000458052.jpg')
|
203 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000458052.jpg')
|
204 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000458052.jpg')
|
205 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000458052.jpg')
|
206 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000026942.jpg')
|
207 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000026942.jpg')
|
208 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000026942.jpg')
|
209 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000026942.jpg')
|
210 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000026942.jpg')
|
211 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000418281.jpg')
|
212 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000418281.jpg')
|
213 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000535292.jpg')
|
214 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000238459.jpg')
|
215 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000418281.jpg')
|
216 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000535292.jpg')
|
217 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000535292.jpg')
|
218 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000535292.jpg')
|
219 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000535292.jpg')
|
220 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000535292.jpg')
|
221 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000085329.jpg')
|
222 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000085329.jpg')
|
223 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000085329.jpg')
|
224 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000085329.jpg')
|
225 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000085329.jpg')
|
226 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000451872.jpg')
|
227 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000533979.jpg')
|
228 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000451872.jpg')
|
229 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000451872.jpg')
|
230 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000451872.jpg')
|
231 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000314294.jpg')
|
232 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000314294.jpg')
|
233 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000533979.jpg')
|
234 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000471497.jpg')
|
235 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000109005.jpg')
|
236 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000516750.jpg')
|
237 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000516750.jpg')
|
238 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000516750.jpg')
|
239 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000516750.jpg')
|
240 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000516750.jpg')
|
241 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000069946.jpg')
|
242 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000069946.jpg')
|
243 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000090476.jpg')
|
244 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000069946.jpg')
|
245 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000069946.jpg')
|
246 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000109005.jpg')
|
247 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000109005.jpg')
|
248 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000109005.jpg')
|
249 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000109005.jpg')
|
250 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000109005.jpg')
|
251 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000553442.jpg')
|
252 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000553442.jpg')
|
253 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000553442.jpg')
|
254 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000553442.jpg')
|
255 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000553442.jpg')
|
256 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000261779.jpg')
|
257 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000261779.jpg')
|
258 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000261779.jpg')
|
259 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000337055.jpg')
|
260 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000261779.jpg')
|
261 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000198448.jpg')
|
262 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000198448.jpg')
|
263 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000337055.jpg')
|
264 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000198448.jpg')
|
265 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000337055.jpg')
|
266 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000329717.jpg')
|
267 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000329717.jpg')
|
268 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000329717.jpg')
|
269 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000329717.jpg')
|
270 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000329717.jpg')
|
271 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000341393.jpg')
|
272 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000341393.jpg')
|
273 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000341393.jpg')
|
274 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000341393.jpg')
|
275 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000341393.jpg')
|
276 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000135281.jpg')
|
277 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000299319.jpg')
|
278 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000299319.jpg')
|
279 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000299319.jpg')
|
280 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000299319.jpg')
|
281 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000288955.jpg')
|
282 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000288955.jpg')
|
283 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000288955.jpg')
|
284 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000288955.jpg')
|
285 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000288955.jpg')
|
286 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000426578.jpg')
|
287 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000426578.jpg')
|
288 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000426578.jpg')
|
289 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000426578.jpg')
|
290 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000426578.jpg')
|
291 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000064710.jpg')
|
292 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000064710.jpg')
|
293 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000064710.jpg')
|
294 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000064710.jpg')
|
295 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000064710.jpg')
|
296 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000180447.jpg')
|
297 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000180447.jpg')
|
298 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000180447.jpg')
|
299 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000180447.jpg')
|
300 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000180447.jpg')
|
301 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000075162.jpg')
|
302 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000075162.jpg')
|
303 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000075162.jpg')
|
304 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000075162.jpg')
|
305 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000075162.jpg')
|
306 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000180447.jpg')
|
307 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000372252.jpg')
|
308 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000516316.jpg')
|
309 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000516316.jpg')
|
310 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000516316.jpg')
|
311 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000562121.jpg')
|
312 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000562121.jpg')
|
313 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000562121.jpg')
|
314 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000562121.jpg')
|
315 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000562121.jpg')
|
316 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000129637.jpg')
|
317 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000129637.jpg')
|
318 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000129637.jpg')
|
319 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000129637.jpg')
|
320 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000129637.jpg')
|
321 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000248441.jpg')
|
322 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000248441.jpg')
|
323 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000248441.jpg')
|
324 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000248441.jpg')
|
325 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000248441.jpg')
|
326 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000503005.jpg')
|
327 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000503005.jpg')
|
328 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000424812.jpg')
|
329 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000503005.jpg')
|
330 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000503005.jpg')
|
331 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000050411.jpg')
|
332 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000316795.jpg')
|
333 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000050411.jpg')
|
334 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000503005.jpg')
|
335 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000075990.jpg')
|
336 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000375840.jpg')
|
337 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000375840.jpg')
|
338 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000375840.jpg')
|
339 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000375840.jpg')
|
340 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000375840.jpg')
|
341 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000147980.jpg')
|
342 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000147980.jpg')
|
343 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000147980.jpg')
|
344 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000147980.jpg')
|
345 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000224757.jpg')
|
346 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000169802.jpg')
|
347 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000034180.jpg')
|
348 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000034180.jpg')
|
349 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000034180.jpg')
|
350 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000034180.jpg')
|
351 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000169802.jpg')
|
352 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000034180.jpg')
|
353 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000169802.jpg')
|
354 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000169802.jpg')
|
355 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000034180.jpg')
|
356 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000430961.jpg')
|
357 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000501122.jpg')
|
358 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000361763.jpg')
|
359 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000192095.jpg')
|
360 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000430961.jpg')
|
361 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000220111.jpg')
|
362 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000541965.jpg')
|
363 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000570465.jpg')
|
364 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000570465.jpg')
|
365 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000570465.jpg')
|
366 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000539079.jpg')
|
367 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000356708.jpg')
|
368 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000356708.jpg')
|
369 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000356708.jpg')
|
370 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000086202.jpg')
|
371 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000028998.jpg')
|
372 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000362368.jpg')
|
373 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000362368.jpg')
|
374 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000028998.jpg')
|
375 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000362368.jpg')
|
376 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000216228.jpg')
|
377 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000304834.jpg')
|
378 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000216228.jpg')
|
379 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000216228.jpg')
|
380 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000304834.jpg')
|
381 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000448365.jpg')
|
382 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000519744.jpg')
|
383 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000408449.jpg')
|
384 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000057286.jpg')
|
385 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000448365.jpg')
|
386 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000160195.jpg')
|
387 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000577403.jpg')
|
388 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000577403.jpg')
|
389 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000577403.jpg')
|
390 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000472854.jpg')
|
391 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000127451.jpg')
|
392 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000127451.jpg')
|
393 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000127451.jpg')
|
394 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000469961.jpg')
|
395 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000127451.jpg')
|
396 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000299116.jpg')
|
397 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000299116.jpg')
|
398 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000299116.jpg')
|
399 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000299116.jpg')
|
400 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000299116.jpg')
|
401 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000066412.jpg')
|
402 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000066412.jpg')
|
403 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000066412.jpg')
|
404 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000523816.jpg')
|
405 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000523816.jpg')
|
406 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000410002.jpg')
|
407 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000410002.jpg')
|
408 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000415746.jpg')
|
409 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000410002.jpg')
|
410 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000410002.jpg')
|
411 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000507065.jpg')
|
412 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000507065.jpg')
|
413 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000507065.jpg')
|
414 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000507065.jpg')
|
415 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000507065.jpg')
|
416 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000415746.jpg')
|
417 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000415746.jpg')
|
418 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000415746.jpg')
|
419 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000415746.jpg')
|
420 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000415746.jpg')
|
421 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000071171.jpg')
|
422 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000412464.jpg')
|
423 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000071171.jpg')
|
424 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000071171.jpg')
|
425 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000071171.jpg')
|
426 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000292301.jpg')
|
427 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000205101.jpg')
|
428 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000292301.jpg')
|
429 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000292301.jpg')
|
430 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000292301.jpg')
|
431 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000571990.jpg')
|
432 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000550627.jpg')
|
433 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000410002.jpg')
|
434 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000550627.jpg')
|
435 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000550627.jpg')
|
436 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000244339.jpg')
|
437 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000244339.jpg')
|
438 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000309120.jpg')
|
439 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000244339.jpg')
|
440 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000244339.jpg')
|
441 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000284350.jpg')
|
442 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000284350.jpg')
|
443 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000284350.jpg')
|
444 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000284350.jpg')
|
445 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000284350.jpg')
|
446 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000309120.jpg')
|
447 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000309120.jpg')
|
448 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000309120.jpg')
|
449 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000309120.jpg')
|
450 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000309120.jpg')
|
451 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000467477.jpg')
|
452 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000467477.jpg')
|
453 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000467477.jpg')
|
454 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000467477.jpg')
|
455 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000467477.jpg')
|
456 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000309120.jpg')
|
457 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000154971.jpg')
|
458 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000154971.jpg')
|
459 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000207366.jpg')
|
460 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000154971.jpg')
|
461 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000033638.jpg')
|
462 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000295837.jpg')
|
463 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000295837.jpg')
|
464 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000295837.jpg')
|
465 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000299946.jpg')
|
466 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000321214.jpg')
|
467 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000321214.jpg')
|
468 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000321214.jpg')
|
469 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000321214.jpg')
|
470 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000321214.jpg')
|
471 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000224757.jpg')
|
472 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000224757.jpg')
|
473 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000147980.jpg')
|
474 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000224757.jpg')
|
475 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000224757.jpg')
|
476 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000182245.jpg')
|
477 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000182245.jpg')
|
478 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000565389.jpg')
|
479 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000163852.jpg')
|
480 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000182245.jpg')
|
481 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000199551.jpg')
|
482 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000199551.jpg')
|
483 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000199551.jpg')
|
484 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000199551.jpg')
|
485 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000199551.jpg')
|
486 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000239347.jpg')
|
487 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000467437.jpg')
|
488 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000467437.jpg')
|
489 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000239347.jpg')
|
490 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000467437.jpg')
|
491 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000353830.jpg')
|
492 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000353830.jpg')
|
493 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000353830.jpg')
|
494 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000520787.jpg')
|
495 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000353830.jpg')
|
496 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000301102.jpg')
|
497 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000301102.jpg')
|
498 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000301102.jpg')
|
499 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000301102.jpg')
|
500 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000301102.jpg')
|
501 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000473237.jpg')
|
502 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000473237.jpg')
|
503 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000473237.jpg')
|
504 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000473237.jpg')
|
505 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000473237.jpg')
|
506 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000190081.jpg')
|
507 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000190081.jpg')
|
508 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000190081.jpg')
|
509 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000070020.jpg')
|
510 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000190081.jpg')
|
511 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000275202.jpg')
|
512 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000520787.jpg')
|
513 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000207151.jpg')
|
514 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000207151.jpg')
|
515 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000207151.jpg')
|
516 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000371250.jpg')
|
517 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000371250.jpg')
|
518 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000371250.jpg')
|
519 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000371250.jpg')
|
520 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000371250.jpg')
|
521 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000311394.jpg')
|
522 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000315486.jpg')
|
523 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000321866.jpg')
|
524 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000315486.jpg')
|
525 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000321866.jpg')
|
526 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000392892.jpg')
|
527 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000079686.jpg')
|
528 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000121611.jpg')
|
529 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000199449.jpg')
|
530 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000340175.jpg')
|
531 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000235597.jpg')
|
532 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000235597.jpg')
|
533 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000235597.jpg')
|
534 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000235597.jpg')
|
535 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000235597.jpg')
|
536 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000503311.jpg')
|
537 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000092678.jpg')
|
538 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000503311.jpg')
|
539 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000138477.jpg')
|
540 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000503311.jpg')
|
541 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000138477.jpg')
|
542 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000138477.jpg')
|
543 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000138477.jpg')
|
544 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000138477.jpg')
|
545 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000138477.jpg')
|
546 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000076292.jpg')
|
547 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000076292.jpg')
|
548 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000076292.jpg')
|
549 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000076292.jpg')
|
550 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000076292.jpg')
|
551 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000502090.jpg')
|
552 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000502090.jpg')
|
553 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000502090.jpg')
|
554 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000502090.jpg')
|
555 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000162445.jpg')
|
556 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000076329.jpg')
|
557 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000028655.jpg')
|
558 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000028655.jpg')
|
559 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000028655.jpg')
|
560 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000028655.jpg')
|
561 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000078707.jpg')
|
562 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000393031.jpg')
|
563 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000191096.jpg')
|
564 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000306940.jpg')
|
565 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000336493.jpg')
|
566 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000138553.jpg')
|
567 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000078707.jpg')
|
568 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000306940.jpg')
|
569 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000138553.jpg')
|
570 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000138553.jpg')
|
571 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000306940.jpg')
|
572 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000336493.jpg')
|
573 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000054593.jpg')
|
574 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000306940.jpg')
|
575 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000131089.jpg')
|
576 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000074369.jpg')
|
577 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000074369.jpg')
|
578 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000404613.jpg')
|
579 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000074369.jpg')
|
580 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000306940.jpg')
|
581 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000384012.jpg')
|
582 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000384012.jpg')
|
583 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000384012.jpg')
|
584 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000138553.jpg')
|
585 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000579056.jpg')
|
586 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000579056.jpg')
|
587 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000404613.jpg')
|
588 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000579056.jpg')
|
589 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000579056.jpg')
|
590 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000182503.jpg')
|
591 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000182503.jpg')
|
592 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000182503.jpg')
|
593 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000024223.jpg')
|
594 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000024223.jpg')
|
595 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000069392.jpg')
|
596 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000069392.jpg')
|
597 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000466882.jpg')
|
598 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000069392.jpg')
|
599 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000069392.jpg')
|
600 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000272262.jpg')
|
601 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000246649.jpg')
|
602 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000258628.jpg')
|
603 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000272262.jpg')
|
604 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000258628.jpg')
|
605 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000069392.jpg')
|
606 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000224757.jpg')
|
607 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000398007.jpg')
|
608 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000043635.jpg')
|
609 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000378657.jpg')
|
610 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000095786.jpg')
|
611 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000095786.jpg')
|
612 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000095786.jpg')
|
613 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000581010.jpg')
|
614 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000095786.jpg')
|
615 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000087199.jpg')
|
616 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000455464.jpg')
|
617 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000087199.jpg')
|
618 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000087199.jpg')
|
619 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000087199.jpg')
|
620 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000527248.jpg')
|
621 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000527248.jpg')
|
622 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000527248.jpg')
|
623 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000544883.jpg')
|
624 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000527248.jpg')
|
625 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000353136.jpg')
|
626 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000353136.jpg')
|
627 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000353136.jpg')
|
628 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000153966.jpg')
|
629 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000353136.jpg')
|
630 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000368505.jpg')
|
631 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000220224.jpg')
|
632 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000143167.jpg')
|
633 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000220224.jpg')
|
634 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000220224.jpg')
|
635 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000002240.jpg')
|
636 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000002240.jpg')
|
637 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000002240.jpg')
|
638 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000002240.jpg')
|
639 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000002240.jpg')
|
640 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000028377.jpg')
|
641 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000028377.jpg')
|
642 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000028377.jpg')
|
643 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000028377.jpg')
|
644 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000362159.jpg')
|
645 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000217183.jpg')
|
646 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000251590.jpg')
|
647 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000217183.jpg')
|
648 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000217183.jpg')
|
649 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000487141.jpg')
|
650 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000366630.jpg')
|
651 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000001393.jpg')
|
652 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000366630.jpg')
|
653 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000366630.jpg')
|
654 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000366630.jpg')
|
655 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000157184.jpg')
|
656 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000157184.jpg')
|
657 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000157184.jpg')
|
658 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000157184.jpg')
|
659 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000157184.jpg')
|
660 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000509819.jpg')
|
661 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000509819.jpg')
|
662 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000509819.jpg')
|
663 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000509819.jpg')
|
664 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000509819.jpg')
|
665 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000565389.jpg')
|
666 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000510657.jpg')
|
667 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000510657.jpg')
|
668 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000565389.jpg')
|
669 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000510657.jpg')
|
670 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000195645.jpg')
|
671 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000195645.jpg')
|
672 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000224757.jpg')
|
673 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000195645.jpg')
|
674 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000171190.jpg')
|
675 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000565389.jpg')
|
676 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000171190.jpg')
|
677 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000171190.jpg')
|
678 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000171190.jpg')
|
679 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000171190.jpg')
|
680 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000484145.jpg')
|
681 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000425475.jpg')
|
682 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000425475.jpg')
|
683 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000484145.jpg')
|
684 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000425475.jpg')
|
685 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000553442.jpg')
|
686 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000530207.jpg')
|
687 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000530207.jpg')
|
688 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000530207.jpg')
|
689 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000530207.jpg')
|
690 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000017953.jpg')
|
691 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000297233.jpg')
|
692 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000017953.jpg')
|
693 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000017953.jpg')
|
694 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000017953.jpg')
|
695 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000210012.jpg')
|
696 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000321811.jpg')
|
697 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000210012.jpg')
|
698 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000033638.jpg')
|
699 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000210012.jpg')
|
700 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000033638.jpg')
|
701 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000033638.jpg')
|
702 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000033638.jpg')
|
703 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000321811.jpg')
|
704 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000033638.jpg')
|
705 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000031442.jpg')
|
706 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000031442.jpg')
|
707 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000031442.jpg')
|
708 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000031442.jpg')
|
709 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000031442.jpg')
|
710 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000329219.jpg')
|
711 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000329219.jpg')
|
712 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000329219.jpg')
|
713 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000329219.jpg')
|
714 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000329219.jpg')
|
715 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000399851.jpg')
|
716 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000399851.jpg')
|
717 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000399851.jpg')
|
718 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000399851.jpg')
|
719 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000399851.jpg')
|
720 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000539124.jpg')
|
721 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000539124.jpg')
|
722 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000539124.jpg')
|
723 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000539124.jpg')
|
724 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000539124.jpg')
|
725 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000455464.jpg')
|
726 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000012896.jpg')
|
727 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000012896.jpg')
|
728 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000012896.jpg')
|
729 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000483108.jpg')
|
730 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000378709.jpg')
|
731 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000378709.jpg')
|
732 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000570138.jpg')
|
733 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000578314.jpg')
|
734 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000378709.jpg')
|
735 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000570138.jpg')
|
736 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000570138.jpg')
|
737 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000416184.jpg')
|
738 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000378709.jpg')
|
739 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000378709.jpg')
|
740 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000480215.jpg')
|
741 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000403385.jpg')
|
742 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000403385.jpg')
|
743 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000403385.jpg')
|
744 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000463610.jpg')
|
745 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000024343.jpg')
|
746 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000540806.jpg')
|
747 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000559665.jpg')
|
748 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000540806.jpg')
|
749 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000559665.jpg')
|
750 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000402330.jpg')
|
751 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000402330.jpg')
|
752 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000402330.jpg')
|
753 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000372495.jpg')
|
754 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000402330.jpg')
|
755 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000378657.jpg')
|
756 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000378657.jpg')
|
757 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000378657.jpg')
|
758 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000398007.jpg')
|
759 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000378657.jpg')
|
760 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000540806.jpg')
|
761 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000024343.jpg')
|
762 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000024343.jpg')
|
763 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000024343.jpg')
|
764 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000559665.jpg')
|
765 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000376177.jpg')
|
766 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000376177.jpg')
|
767 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000376177.jpg')
|
768 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000376177.jpg')
|
769 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000376177.jpg')
|
770 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000115178.jpg')
|
771 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000052017.jpg')
|
772 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000144122.jpg')
|
773 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000115178.jpg')
|
774 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000144122.jpg')
|
775 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000572733.jpg')
|
776 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000112956.jpg')
|
777 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000480605.jpg')
|
778 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000480605.jpg')
|
779 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000480605.jpg')
|
780 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000112956.jpg')
|
781 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000480605.jpg')
|
782 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000112956.jpg')
|
783 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000480605.jpg')
|
784 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000052017.jpg')
|
785 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000280360.jpg')
|
786 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000144122.jpg')
|
787 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000052017.jpg')
|
788 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000052017.jpg')
|
789 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000144122.jpg')
|
790 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000183181.jpg')
|
791 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000183181.jpg')
|
792 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000183181.jpg')
|
793 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000183181.jpg')
|
794 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000183181.jpg')
|
795 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000275210.jpg')
|
796 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000275210.jpg')
|
797 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000275210.jpg')
|
798 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000275210.jpg')
|
799 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000275210.jpg')
|
800 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000123836.jpg')
|
801 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000519046.jpg')
|
802 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000275210.jpg')
|
803 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000001448.jpg')
|
804 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000123836.jpg')
|
805 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000362159.jpg')
|
806 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000362159.jpg')
|
807 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000362159.jpg')
|
808 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000362159.jpg')
|
809 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000362159.jpg')
|
810 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000058851.jpg')
|
811 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000014257.jpg')
|
812 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000389378.jpg')
|
813 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000389378.jpg')
|
814 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000028675.jpg')
|
815 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000472557.jpg')
|
816 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000472557.jpg')
|
817 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000012204.jpg')
|
818 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000012204.jpg')
|
819 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000012204.jpg')
|
820 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000091857.jpg')
|
821 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000091857.jpg')
|
822 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000040621.jpg')
|
823 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000040621.jpg')
|
824 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000376236.jpg')
|
825 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000220307.jpg')
|
826 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000188173.jpg')
|
827 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000220307.jpg')
|
828 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000220307.jpg')
|
829 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000220307.jpg')
|
830 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000004760.jpg')
|
831 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000004760.jpg')
|
832 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000058851.jpg')
|
833 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000004760.jpg')
|
834 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000004760.jpg')
|
835 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000535578.jpg')
|
836 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000410428.jpg')
|
837 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000535578.jpg')
|
838 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000468933.jpg')
|
839 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000197461.jpg')
|
840 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000450724.jpg')
|
841 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000450724.jpg')
|
842 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000450724.jpg')
|
843 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000450724.jpg')
|
844 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000450724.jpg')
|
845 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000027440.jpg')
|
846 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000027440.jpg')
|
847 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000027440.jpg')
|
848 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000123836.jpg')
|
849 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000027440.jpg')
|
850 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000438221.jpg')
|
851 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000438221.jpg')
|
852 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000438221.jpg')
|
853 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000438221.jpg')
|
854 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000438221.jpg')
|
855 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000472557.jpg')
|
856 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000012204.jpg')
|
857 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000472557.jpg')
|
858 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000472557.jpg')
|
859 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000472557.jpg')
|
860 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000091857.jpg')
|
861 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000040621.jpg')
|
862 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000123836.jpg')
|
863 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000040621.jpg')
|
864 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000188173.jpg')
|
865 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000317441.jpg')
|
866 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000058636.jpg')
|
867 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000317441.jpg')
|
868 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000317441.jpg')
|
869 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000317441.jpg')
|
870 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000001448.jpg')
|
871 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000001448.jpg')
|
872 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000001448.jpg')
|
873 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000001448.jpg')
|
874 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000001448.jpg')
|
875 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000536615.jpg')
|
876 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000536615.jpg')
|
877 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000536615.jpg')
|
878 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000536615.jpg')
|
879 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000536615.jpg')
|
880 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000546095.jpg')
|
881 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000468933.jpg')
|
882 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000141517.jpg')
|
883 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000152740.jpg')
|
884 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000238459.jpg')
|
885 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000468933.jpg')
|
886 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000468933.jpg')
|
887 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000071281.jpg')
|
888 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000178761.jpg')
|
889 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000292685.jpg')
|
890 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000431521.jpg')
|
891 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000438221.jpg')
|
892 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000152740.jpg')
|
893 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000350262.jpg')
|
894 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000350262.jpg')
|
895 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000001590.jpg')
|
896 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000236000.jpg')
|
897 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000001590.jpg')
|
898 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000182784.jpg')
|
899 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000001590.jpg')
|
900 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000025747.jpg')
|
901 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000571746.jpg')
|
902 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000547839.jpg')
|
903 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000547839.jpg')
|
904 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000511583.jpg')
|
905 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000074465.jpg')
|
906 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000550452.jpg')
|
907 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000074465.jpg')
|
908 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000074465.jpg')
|
909 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000550452.jpg')
|
910 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000271240.jpg')
|
911 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000271240.jpg')
|
912 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000271240.jpg')
|
913 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000271240.jpg')
|
914 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000271240.jpg')
|
915 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000438232.jpg')
|
916 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000438232.jpg')
|
917 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000438232.jpg')
|
918 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000438232.jpg')
|
919 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000438232.jpg')
|
920 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000147915.jpg')
|
921 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000051961.jpg')
|
922 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000147915.jpg')
|
923 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000473171.jpg')
|
924 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000572427.jpg')
|
925 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000438985.jpg')
|
926 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000438985.jpg')
|
927 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000438985.jpg')
|
928 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000438985.jpg')
|
929 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000438985.jpg')
|
930 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000031176.jpg')
|
931 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000031176.jpg')
|
932 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000031176.jpg')
|
933 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000031176.jpg')
|
934 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000031176.jpg')
|
935 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000451972.jpg')
|
936 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000451972.jpg')
|
937 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000451972.jpg')
|
938 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000451972.jpg')
|
939 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000451972.jpg')
|
940 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000199050.jpg')
|
941 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000199050.jpg')
|
942 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000199050.jpg')
|
943 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000199050.jpg')
|
944 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000199050.jpg')
|
945 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000468541.jpg')
|
946 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000468541.jpg')
|
947 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000468541.jpg')
|
948 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000468541.jpg')
|
949 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000468541.jpg')
|
950 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000038662.jpg')
|
951 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000289781.jpg')
|
952 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000038662.jpg')
|
953 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000038662.jpg')
|
954 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000038662.jpg')
|
955 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000090476.jpg')
|
956 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000090476.jpg')
|
957 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000090476.jpg')
|
958 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000090476.jpg')
|
959 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000090476.jpg')
|
960 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000157001.jpg')
|
961 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000030549.jpg')
|
962 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000386739.jpg')
|
963 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000386739.jpg')
|
964 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000001626.jpg')
|
965 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000036598.jpg')
|
966 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000036598.jpg')
|
967 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000135281.jpg')
|
968 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000036598.jpg')
|
969 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000135281.jpg')
|
970 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000181859.jpg')
|
971 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000181859.jpg')
|
972 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000181859.jpg')
|
973 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000181859.jpg')
|
974 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000181859.jpg')
|
975 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000463825.jpg')
|
976 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000177262.jpg')
|
977 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000480720.jpg')
|
978 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000181859.jpg')
|
979 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000181859.jpg')
|
980 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000177015.jpg')
|
981 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000177015.jpg')
|
982 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000177015.jpg')
|
983 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000177015.jpg')
|
984 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000177015.jpg')
|
985 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000256260.jpg')
|
986 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000256260.jpg')
|
987 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000256260.jpg')
|
988 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000256260.jpg')
|
989 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000256260.jpg')
|
990 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000088784.jpg')
|
991 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000048731.jpg')
|
992 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000088784.jpg')
|
993 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000088784.jpg')
|
994 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000088784.jpg')
|
995 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000048731.jpg')
|
996 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000048731.jpg')
|
997 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000048731.jpg')
|
998 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000048731.jpg')
|
999 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000088784.jpg')
|
1000 |
+
('<|image_1|>\nRepresent the given image.\n', 'MSCOCO_t2i/COCO_val2014_000000056013.jpg')
|
eval/MSCOCO_t2i_score.json
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"acc": 0.715,
|
3 |
+
"num_correct": 715,
|
4 |
+
"num_pred": 1000
|
5 |
+
}
|
eval/N24News_pred.txt
ADDED
@@ -0,0 +1,1000 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
('Well', '')
|
2 |
+
('Style', '')
|
3 |
+
('Travel', '')
|
4 |
+
('Television', '')
|
5 |
+
('Economy', '')
|
6 |
+
('Health', '')
|
7 |
+
('Food', '')
|
8 |
+
('Opinion', '')
|
9 |
+
('Theater', '')
|
10 |
+
('Food', '')
|
11 |
+
('Style', '')
|
12 |
+
('Television', '')
|
13 |
+
('Well', '')
|
14 |
+
('Theater', '')
|
15 |
+
('Music', '')
|
16 |
+
('Music', '')
|
17 |
+
('Technology', '')
|
18 |
+
('Theater', '')
|
19 |
+
('Food', '')
|
20 |
+
('Travel', '')
|
21 |
+
('Television', '')
|
22 |
+
('Television', '')
|
23 |
+
('Technology', '')
|
24 |
+
('Media', '')
|
25 |
+
('Technology', '')
|
26 |
+
('Fashion & Style', '')
|
27 |
+
('Health', '')
|
28 |
+
('Movies', '')
|
29 |
+
('Books', '')
|
30 |
+
('Style', '')
|
31 |
+
('Theater', '')
|
32 |
+
('Travel', '')
|
33 |
+
('Theater', '')
|
34 |
+
('Well', '')
|
35 |
+
('Television', '')
|
36 |
+
('Music', '')
|
37 |
+
('Art & Design', '')
|
38 |
+
('Automobiles', '')
|
39 |
+
('Technology', '')
|
40 |
+
('Dance', '')
|
41 |
+
('Health', '')
|
42 |
+
('Opinion', '')
|
43 |
+
('Food', '')
|
44 |
+
('Television', '')
|
45 |
+
('Sports', '')
|
46 |
+
('Food', '')
|
47 |
+
('Media', '')
|
48 |
+
('Technology', '')
|
49 |
+
('Theater', '')
|
50 |
+
('Sports', '')
|
51 |
+
('Health', '')
|
52 |
+
('Television', '')
|
53 |
+
('Theater', '')
|
54 |
+
('Music', '')
|
55 |
+
('Health', '')
|
56 |
+
('Theater', '')
|
57 |
+
('Television', '')
|
58 |
+
('Travel', '')
|
59 |
+
('Well', '')
|
60 |
+
('Sports', '')
|
61 |
+
('Media', '')
|
62 |
+
('Theater', '')
|
63 |
+
('Theater', '')
|
64 |
+
('Automobiles', '')
|
65 |
+
('Well', '')
|
66 |
+
('Television', '')
|
67 |
+
('Health', '')
|
68 |
+
('Music', '')
|
69 |
+
('Fashion & Style', '')
|
70 |
+
('Movies', '')
|
71 |
+
('Media', '')
|
72 |
+
('Well', '')
|
73 |
+
('Opinion', '')
|
74 |
+
('Style', '')
|
75 |
+
('Theater', '')
|
76 |
+
('Art & Design', '')
|
77 |
+
('Science', '')
|
78 |
+
('Food', '')
|
79 |
+
('Music', '')
|
80 |
+
('Books', '')
|
81 |
+
('Art & Design', '')
|
82 |
+
('Fashion & Style', '')
|
83 |
+
('Real Estate', '')
|
84 |
+
('Music', '')
|
85 |
+
('Art & Design', '')
|
86 |
+
('Style', '')
|
87 |
+
('Theater', '')
|
88 |
+
('Movies', '')
|
89 |
+
('Education', '')
|
90 |
+
('Art & Design', '')
|
91 |
+
('Music', '')
|
92 |
+
('Television', '')
|
93 |
+
('Movies', '')
|
94 |
+
('Health', '')
|
95 |
+
('Sports', '')
|
96 |
+
('Art & Design', '')
|
97 |
+
('Movies', '')
|
98 |
+
('Food', '')
|
99 |
+
('Opinion', '')
|
100 |
+
('Opinion', '')
|
101 |
+
('Well', '')
|
102 |
+
('Technology', '')
|
103 |
+
('Science', '')
|
104 |
+
('Global Business', '')
|
105 |
+
('Fashion & Style', '')
|
106 |
+
('Fashion & Style', '')
|
107 |
+
('Music', '')
|
108 |
+
('Opinion', '')
|
109 |
+
('Media', '')
|
110 |
+
('Food', '')
|
111 |
+
('Technology', '')
|
112 |
+
('Dance', '')
|
113 |
+
('Automobiles', '')
|
114 |
+
('Music', '')
|
115 |
+
('Real Estate', '')
|
116 |
+
('Media', '')
|
117 |
+
('Movies', '')
|
118 |
+
('Education', '')
|
119 |
+
('Media', '')
|
120 |
+
('Books', '')
|
121 |
+
('Movies', '')
|
122 |
+
('Well', '')
|
123 |
+
('Books', '')
|
124 |
+
('Theater', '')
|
125 |
+
('Style', '')
|
126 |
+
('Dance', '')
|
127 |
+
('Education', '')
|
128 |
+
('Food', '')
|
129 |
+
('Media', '')
|
130 |
+
('Real Estate', '')
|
131 |
+
('Art & Design', '')
|
132 |
+
('Sports', '')
|
133 |
+
('Real Estate', '')
|
134 |
+
('Real Estate', '')
|
135 |
+
('Media', '')
|
136 |
+
('Science', '')
|
137 |
+
('Movies', '')
|
138 |
+
('Dance', '')
|
139 |
+
('Style', '')
|
140 |
+
('Technology', '')
|
141 |
+
('Dance', '')
|
142 |
+
('Opinion', '')
|
143 |
+
('Movies', '')
|
144 |
+
('Music', '')
|
145 |
+
('Science', '')
|
146 |
+
('Music', '')
|
147 |
+
('Style', '')
|
148 |
+
('Books', '')
|
149 |
+
('Television', '')
|
150 |
+
('Style', '')
|
151 |
+
('Art & Design', '')
|
152 |
+
('Books', '')
|
153 |
+
('Television', '')
|
154 |
+
('Opinion', '')
|
155 |
+
('Television', '')
|
156 |
+
('Dance', '')
|
157 |
+
('Technology', '')
|
158 |
+
('Global Business', '')
|
159 |
+
('Art & Design', '')
|
160 |
+
('Health', '')
|
161 |
+
('Style', '')
|
162 |
+
('Style', '')
|
163 |
+
('Technology', '')
|
164 |
+
('Travel', '')
|
165 |
+
('Media', '')
|
166 |
+
('Television', '')
|
167 |
+
('Dance', '')
|
168 |
+
('Economy', '')
|
169 |
+
('Real Estate', '')
|
170 |
+
('Media', '')
|
171 |
+
('Well', '')
|
172 |
+
('Movies', '')
|
173 |
+
('Television', '')
|
174 |
+
('Technology', '')
|
175 |
+
('Technology', '')
|
176 |
+
('Music', '')
|
177 |
+
('Economy', '')
|
178 |
+
('Dance', '')
|
179 |
+
('Style', '')
|
180 |
+
('Media', '')
|
181 |
+
('Movies', '')
|
182 |
+
('Style', '')
|
183 |
+
('Books', '')
|
184 |
+
('Sports', '')
|
185 |
+
('Technology', '')
|
186 |
+
('Science', '')
|
187 |
+
('Technology', '')
|
188 |
+
('Sports', '')
|
189 |
+
('Your Money', '')
|
190 |
+
('Economy', '')
|
191 |
+
('Dance', '')
|
192 |
+
('Movies', '')
|
193 |
+
('Health', '')
|
194 |
+
('Dance', '')
|
195 |
+
('Movies', '')
|
196 |
+
('Books', '')
|
197 |
+
('Movies', '')
|
198 |
+
('Theater', '')
|
199 |
+
('Books', '')
|
200 |
+
('Opinion', '')
|
201 |
+
('Dance', '')
|
202 |
+
('Movies', '')
|
203 |
+
('Theater', '')
|
204 |
+
('Real Estate', '')
|
205 |
+
('Real Estate', '')
|
206 |
+
('Dance', '')
|
207 |
+
('Music', '')
|
208 |
+
('Education', '')
|
209 |
+
('Media', '')
|
210 |
+
('Automobiles', '')
|
211 |
+
('Music', '')
|
212 |
+
('Science', '')
|
213 |
+
('Style', '')
|
214 |
+
('Your Money', '')
|
215 |
+
('Style', '')
|
216 |
+
('Real Estate', '')
|
217 |
+
('Food', '')
|
218 |
+
('Real Estate', '')
|
219 |
+
('Sports', '')
|
220 |
+
('Sports', '')
|
221 |
+
('Food', '')
|
222 |
+
('Books', '')
|
223 |
+
('Fashion & Style', '')
|
224 |
+
('Art & Design', '')
|
225 |
+
('Education', '')
|
226 |
+
('Fashion & Style', '')
|
227 |
+
('Travel', '')
|
228 |
+
('Media', '')
|
229 |
+
('Real Estate', '')
|
230 |
+
('Music', '')
|
231 |
+
('Fashion & Style', '')
|
232 |
+
('Dance', '')
|
233 |
+
('Science', '')
|
234 |
+
('Art & Design', '')
|
235 |
+
('Health', '')
|
236 |
+
('Style', '')
|
237 |
+
('Movies', '')
|
238 |
+
('Science', '')
|
239 |
+
('Books', '')
|
240 |
+
('Food', '')
|
241 |
+
('Travel', '')
|
242 |
+
('Travel', '')
|
243 |
+
('Education', '')
|
244 |
+
('Travel', '')
|
245 |
+
('Books', '')
|
246 |
+
('Travel', '')
|
247 |
+
('Dance', '')
|
248 |
+
('Food', '')
|
249 |
+
('Sports', '')
|
250 |
+
('Television', '')
|
251 |
+
('Real Estate', '')
|
252 |
+
('Well', '')
|
253 |
+
('Fashion & Style', '')
|
254 |
+
('Books', '')
|
255 |
+
('Travel', '')
|
256 |
+
('Opinion', '')
|
257 |
+
('Dance', '')
|
258 |
+
('Music', '')
|
259 |
+
('Technology', '')
|
260 |
+
('Real Estate', '')
|
261 |
+
('Style', '')
|
262 |
+
('Media', '')
|
263 |
+
('Science', '')
|
264 |
+
('Art & Design', '')
|
265 |
+
('Theater', '')
|
266 |
+
('Fashion & Style', '')
|
267 |
+
('Food', '')
|
268 |
+
('Dance', '')
|
269 |
+
('Well', '')
|
270 |
+
('Automobiles', '')
|
271 |
+
('Automobiles', '')
|
272 |
+
('Automobiles', '')
|
273 |
+
('Travel', '')
|
274 |
+
('Well', '')
|
275 |
+
('Movies', '')
|
276 |
+
('Music', '')
|
277 |
+
('Opinion', '')
|
278 |
+
('Media', '')
|
279 |
+
('Movies', '')
|
280 |
+
('Style', '')
|
281 |
+
('Music', '')
|
282 |
+
('Art & Design', '')
|
283 |
+
('Art & Design', '')
|
284 |
+
('Automobiles', '')
|
285 |
+
('Education', '')
|
286 |
+
('Dance', '')
|
287 |
+
('Sports', '')
|
288 |
+
('Food', '')
|
289 |
+
('Health', '')
|
290 |
+
('Opinion', '')
|
291 |
+
('Dance', '')
|
292 |
+
('Economy', '')
|
293 |
+
('Dance', '')
|
294 |
+
('Dance', '')
|
295 |
+
('Media', '')
|
296 |
+
('Sports', '')
|
297 |
+
('Food', '')
|
298 |
+
('Science', '')
|
299 |
+
('Music', '')
|
300 |
+
('Music', '')
|
301 |
+
('Television', '')
|
302 |
+
('Art & Design', '')
|
303 |
+
('Movies', '')
|
304 |
+
('Media', '')
|
305 |
+
('Theater', '')
|
306 |
+
('Food', '')
|
307 |
+
('Sports', '')
|
308 |
+
('Economy', '')
|
309 |
+
('Fashion & Style', '')
|
310 |
+
('Opinion', '')
|
311 |
+
('Education', '')
|
312 |
+
('Media', '')
|
313 |
+
('Sports', '')
|
314 |
+
('Books', '')
|
315 |
+
('Automobiles', '')
|
316 |
+
('Science', '')
|
317 |
+
('Movies', '')
|
318 |
+
('Technology', '')
|
319 |
+
('Books', '')
|
320 |
+
('Books', '')
|
321 |
+
('Food', '')
|
322 |
+
('Travel', '')
|
323 |
+
('Health', '')
|
324 |
+
('Sports', '')
|
325 |
+
('Sports', '')
|
326 |
+
('Real Estate', '')
|
327 |
+
('Education', '')
|
328 |
+
('Style', '')
|
329 |
+
('Books', '')
|
330 |
+
('Economy', '')
|
331 |
+
('Food', '')
|
332 |
+
('Fashion & Style', '')
|
333 |
+
('Art & Design', '')
|
334 |
+
('Travel', '')
|
335 |
+
('Technology', '')
|
336 |
+
('Health', '')
|
337 |
+
('Real Estate', '')
|
338 |
+
('Dance', '')
|
339 |
+
('Education', '')
|
340 |
+
('Sports', '')
|
341 |
+
('Food', '')
|
342 |
+
('Style', '')
|
343 |
+
('Education', '')
|
344 |
+
('Style', '')
|
345 |
+
('Books', '')
|
346 |
+
('Health', '')
|
347 |
+
('Health', '')
|
348 |
+
('Food', '')
|
349 |
+
('Global Business', '')
|
350 |
+
('Technology', '')
|
351 |
+
('Automobiles', '')
|
352 |
+
('Economy', '')
|
353 |
+
('Books', '')
|
354 |
+
('Education', '')
|
355 |
+
('Travel', '')
|
356 |
+
('Health', '')
|
357 |
+
('Opinion', '')
|
358 |
+
('Real Estate', '')
|
359 |
+
('Media', '')
|
360 |
+
('Travel', '')
|
361 |
+
('Music', '')
|
362 |
+
('Health', '')
|
363 |
+
('Science', '')
|
364 |
+
('Fashion & Style', '')
|
365 |
+
('Theater', '')
|
366 |
+
('Science', '')
|
367 |
+
('Books', '')
|
368 |
+
('Sports', '')
|
369 |
+
('Art & Design', '')
|
370 |
+
('Theater', '')
|
371 |
+
('Well', '')
|
372 |
+
('Books', '')
|
373 |
+
('Dance', '')
|
374 |
+
('Dance', '')
|
375 |
+
('Travel', '')
|
376 |
+
('Art & Design', '')
|
377 |
+
('Media', '')
|
378 |
+
('Opinion', '')
|
379 |
+
('Health', '')
|
380 |
+
('Global Business', '')
|
381 |
+
('Opinion', '')
|
382 |
+
('Travel', '')
|
383 |
+
('Movies', '')
|
384 |
+
('Education', '')
|
385 |
+
('Real Estate', '')
|
386 |
+
('Real Estate', '')
|
387 |
+
('Education', '')
|
388 |
+
('Economy', '')
|
389 |
+
('Opinion', '')
|
390 |
+
('Television', '')
|
391 |
+
('Art & Design', '')
|
392 |
+
('Books', '')
|
393 |
+
('Travel', '')
|
394 |
+
('Books', '')
|
395 |
+
('Art & Design', '')
|
396 |
+
('Art & Design', '')
|
397 |
+
('Travel', '')
|
398 |
+
('Television', '')
|
399 |
+
('Well', '')
|
400 |
+
('Health', '')
|
401 |
+
('Real Estate', '')
|
402 |
+
('Theater', '')
|
403 |
+
('Science', '')
|
404 |
+
('Education', '')
|
405 |
+
('Food', '')
|
406 |
+
('Real Estate', '')
|
407 |
+
('Automobiles', '')
|
408 |
+
('Education', '')
|
409 |
+
('Economy', '')
|
410 |
+
('Art & Design', '')
|
411 |
+
('Books', '')
|
412 |
+
('Television', '')
|
413 |
+
('Technology', '')
|
414 |
+
('Music', '')
|
415 |
+
('Theater', '')
|
416 |
+
('Style', '')
|
417 |
+
('Travel', '')
|
418 |
+
('Your Money', '')
|
419 |
+
('Movies', '')
|
420 |
+
('Fashion & Style', '')
|
421 |
+
('Education', '')
|
422 |
+
('Education', '')
|
423 |
+
('Movies', '')
|
424 |
+
('Sports', '')
|
425 |
+
('Television', '')
|
426 |
+
('Sports', '')
|
427 |
+
('Real Estate', '')
|
428 |
+
('Theater', '')
|
429 |
+
('Dance', '')
|
430 |
+
('Food', '')
|
431 |
+
('Music', '')
|
432 |
+
('Economy', '')
|
433 |
+
('Music', '')
|
434 |
+
('Theater', '')
|
435 |
+
('Education', '')
|
436 |
+
('Global Business', '')
|
437 |
+
('Media', '')
|
438 |
+
('Health', '')
|
439 |
+
('Style', '')
|
440 |
+
('Dance', '')
|
441 |
+
('Your Money', '')
|
442 |
+
('Dance', '')
|
443 |
+
('Theater', '')
|
444 |
+
('Health', '')
|
445 |
+
('Opinion', '')
|
446 |
+
('Art & Design', '')
|
447 |
+
('Opinion', '')
|
448 |
+
('Fashion & Style', '')
|
449 |
+
('Media', '')
|
450 |
+
('Economy', '')
|
451 |
+
('Science', '')
|
452 |
+
('Television', '')
|
453 |
+
('Food', '')
|
454 |
+
('Health', '')
|
455 |
+
('Food', '')
|
456 |
+
('Fashion & Style', '')
|
457 |
+
('Travel', '')
|
458 |
+
('Science', '')
|
459 |
+
('Well', '')
|
460 |
+
('Movies', '')
|
461 |
+
('Well', '')
|
462 |
+
('Economy', '')
|
463 |
+
('Real Estate', '')
|
464 |
+
('Technology', '')
|
465 |
+
('Health', '')
|
466 |
+
('Music', '')
|
467 |
+
('Art & Design', '')
|
468 |
+
('Food', '')
|
469 |
+
('Movies', '')
|
470 |
+
('Media', '')
|
471 |
+
('Health', '')
|
472 |
+
('Food', '')
|
473 |
+
('Technology', '')
|
474 |
+
('Global Business', '')
|
475 |
+
('Food', '')
|
476 |
+
('Sports', '')
|
477 |
+
('Media', '')
|
478 |
+
('Television', '')
|
479 |
+
('Opinion', '')
|
480 |
+
('Movies', '')
|
481 |
+
('Automobiles', '')
|
482 |
+
('Sports', '')
|
483 |
+
('Media', '')
|
484 |
+
('Music', '')
|
485 |
+
('Technology', '')
|
486 |
+
('Movies', '')
|
487 |
+
('Media', '')
|
488 |
+
('Sports', '')
|
489 |
+
('Science', '')
|
490 |
+
('Travel', '')
|
491 |
+
('Movies', '')
|
492 |
+
('Your Money', '')
|
493 |
+
('Science', '')
|
494 |
+
('Food', '')
|
495 |
+
('Style', '')
|
496 |
+
('Books', '')
|
497 |
+
('Television', '')
|
498 |
+
('Music', '')
|
499 |
+
('Travel', '')
|
500 |
+
('Music', '')
|
501 |
+
('Science', '')
|
502 |
+
('Sports', '')
|
503 |
+
('Fashion & Style', '')
|
504 |
+
('Health', '')
|
505 |
+
('Theater', '')
|
506 |
+
('Science', '')
|
507 |
+
('Movies', '')
|
508 |
+
('Style', '')
|
509 |
+
('Opinion', '')
|
510 |
+
('Science', '')
|
511 |
+
('Real Estate', '')
|
512 |
+
('Music', '')
|
513 |
+
('Science', '')
|
514 |
+
('Dance', '')
|
515 |
+
('Music', '')
|
516 |
+
('Movies', '')
|
517 |
+
('Music', '')
|
518 |
+
('Opinion', '')
|
519 |
+
('Books', '')
|
520 |
+
('Sports', '')
|
521 |
+
('Food', '')
|
522 |
+
('Your Money', '')
|
523 |
+
('Opinion', '')
|
524 |
+
('Media', '')
|
525 |
+
('Art & Design', '')
|
526 |
+
('Television', '')
|
527 |
+
('Theater', '')
|
528 |
+
('Automobiles', '')
|
529 |
+
('Sports', '')
|
530 |
+
('Fashion & Style', '')
|
531 |
+
('Food', '')
|
532 |
+
('Movies', '')
|
533 |
+
('Travel', '')
|
534 |
+
('Dance', '')
|
535 |
+
('Style', '')
|
536 |
+
('Movies', '')
|
537 |
+
('Style', '')
|
538 |
+
('Style', '')
|
539 |
+
('Fashion & Style', '')
|
540 |
+
('Science', '')
|
541 |
+
('Technology', '')
|
542 |
+
('Television', '')
|
543 |
+
('Dance', '')
|
544 |
+
('Dance', '')
|
545 |
+
('Media', '')
|
546 |
+
('Food', '')
|
547 |
+
('Sports', '')
|
548 |
+
('Television', '')
|
549 |
+
('Art & Design', '')
|
550 |
+
('Sports', '')
|
551 |
+
('Technology', '')
|
552 |
+
('Style', '')
|
553 |
+
('Television', '')
|
554 |
+
('Automobiles', '')
|
555 |
+
('Music', '')
|
556 |
+
('Television', '')
|
557 |
+
('Books', '')
|
558 |
+
('Real Estate', '')
|
559 |
+
('Art & Design', '')
|
560 |
+
('Sports', '')
|
561 |
+
('Well', '')
|
562 |
+
('Art & Design', '')
|
563 |
+
('Theater', '')
|
564 |
+
('Fashion & Style', '')
|
565 |
+
('Music', '')
|
566 |
+
('Movies', '')
|
567 |
+
('Education', '')
|
568 |
+
('Fashion & Style', '')
|
569 |
+
('Education', '')
|
570 |
+
('Art & Design', '')
|
571 |
+
('Art & Design', '')
|
572 |
+
('Well', '')
|
573 |
+
('Travel', '')
|
574 |
+
('Health', '')
|
575 |
+
('Style', '')
|
576 |
+
('Automobiles', '')
|
577 |
+
('Opinion', '')
|
578 |
+
('Books', '')
|
579 |
+
('Dance', '')
|
580 |
+
('Automobiles', '')
|
581 |
+
('Music', '')
|
582 |
+
('Automobiles', '')
|
583 |
+
('Education', '')
|
584 |
+
('Music', '')
|
585 |
+
('Travel', '')
|
586 |
+
('Music', '')
|
587 |
+
('Theater', '')
|
588 |
+
('Theater', '')
|
589 |
+
('Theater', '')
|
590 |
+
('Art & Design', '')
|
591 |
+
('Dance', '')
|
592 |
+
('Style', '')
|
593 |
+
('Automobiles', '')
|
594 |
+
('Opinion', '')
|
595 |
+
('Books', '')
|
596 |
+
('Style', '')
|
597 |
+
('Health', '')
|
598 |
+
('Movies', '')
|
599 |
+
('Books', '')
|
600 |
+
('Movies', '')
|
601 |
+
('Science', '')
|
602 |
+
('Real Estate', '')
|
603 |
+
('Books', '')
|
604 |
+
('Books', '')
|
605 |
+
('Global Business', '')
|
606 |
+
('Art & Design', '')
|
607 |
+
('Dance', '')
|
608 |
+
('Food', '')
|
609 |
+
('Music', '')
|
610 |
+
('Technology', '')
|
611 |
+
('Art & Design', '')
|
612 |
+
('Technology', '')
|
613 |
+
('Books', '')
|
614 |
+
('Health', '')
|
615 |
+
('Well', '')
|
616 |
+
('Sports', '')
|
617 |
+
('Sports', '')
|
618 |
+
('Health', '')
|
619 |
+
('Art & Design', '')
|
620 |
+
('Style', '')
|
621 |
+
('Art & Design', '')
|
622 |
+
('Television', '')
|
623 |
+
('Sports', '')
|
624 |
+
('Food', '')
|
625 |
+
('Science', '')
|
626 |
+
('Global Business', '')
|
627 |
+
('Technology', '')
|
628 |
+
('Technology', '')
|
629 |
+
('Real Estate', '')
|
630 |
+
('Television', '')
|
631 |
+
('Music', '')
|
632 |
+
('Movies', '')
|
633 |
+
('Style', '')
|
634 |
+
('Theater', '')
|
635 |
+
('Opinion', '')
|
636 |
+
('Books', '')
|
637 |
+
('Movies', '')
|
638 |
+
('Food', '')
|
639 |
+
('Technology', '')
|
640 |
+
('Economy', '')
|
641 |
+
('Food', '')
|
642 |
+
('Dance', '')
|
643 |
+
('Education', '')
|
644 |
+
('Art & Design', '')
|
645 |
+
('Technology', '')
|
646 |
+
('Television', '')
|
647 |
+
('Health', '')
|
648 |
+
('Style', '')
|
649 |
+
('Automobiles', '')
|
650 |
+
('Global Business', '')
|
651 |
+
('Television', '')
|
652 |
+
('Music', '')
|
653 |
+
('Books', '')
|
654 |
+
('Well', '')
|
655 |
+
('Travel', '')
|
656 |
+
('Media', '')
|
657 |
+
('Health', '')
|
658 |
+
('Music', '')
|
659 |
+
('Media', '')
|
660 |
+
('Sports', '')
|
661 |
+
('Opinion', '')
|
662 |
+
('Automobiles', '')
|
663 |
+
('Global Business', '')
|
664 |
+
('Health', '')
|
665 |
+
('Art & Design', '')
|
666 |
+
('Global Business', '')
|
667 |
+
('Food', '')
|
668 |
+
('Media', '')
|
669 |
+
('Sports', '')
|
670 |
+
('Media', '')
|
671 |
+
('Technology', '')
|
672 |
+
('Opinion', '')
|
673 |
+
('Education', '')
|
674 |
+
('Science', '')
|
675 |
+
('Sports', '')
|
676 |
+
('Global Business', '')
|
677 |
+
('Music', '')
|
678 |
+
('Style', '')
|
679 |
+
('Movies', '')
|
680 |
+
('Opinion', '')
|
681 |
+
('Automobiles', '')
|
682 |
+
('Health', '')
|
683 |
+
('Books', '')
|
684 |
+
('Art & Design', '')
|
685 |
+
('Health', '')
|
686 |
+
('Books', '')
|
687 |
+
('Technology', '')
|
688 |
+
('Technology', '')
|
689 |
+
('Movies', '')
|
690 |
+
('Media', '')
|
691 |
+
('Real Estate', '')
|
692 |
+
('Travel', '')
|
693 |
+
('Movies', '')
|
694 |
+
('Art & Design', '')
|
695 |
+
('Television', '')
|
696 |
+
('Music', '')
|
697 |
+
('Science', '')
|
698 |
+
('Movies', '')
|
699 |
+
('Global Business', '')
|
700 |
+
('Your Money', '')
|
701 |
+
('Dance', '')
|
702 |
+
('Media', '')
|
703 |
+
('Movies', '')
|
704 |
+
('Style', '')
|
705 |
+
('Food', '')
|
706 |
+
('Technology', '')
|
707 |
+
('Sports', '')
|
708 |
+
('Health', '')
|
709 |
+
('Real Estate', '')
|
710 |
+
('Movies', '')
|
711 |
+
('Dance', '')
|
712 |
+
('Science', '')
|
713 |
+
('Technology', '')
|
714 |
+
('Travel', '')
|
715 |
+
('Opinion', '')
|
716 |
+
('Opinion', '')
|
717 |
+
('Real Estate', '')
|
718 |
+
('Global Business', '')
|
719 |
+
('Travel', '')
|
720 |
+
('Style', '')
|
721 |
+
('Travel', '')
|
722 |
+
('Books', '')
|
723 |
+
('Movies', '')
|
724 |
+
('Art & Design', '')
|
725 |
+
('Health', '')
|
726 |
+
('Movies', '')
|
727 |
+
('Style', '')
|
728 |
+
('Music', '')
|
729 |
+
('Books', '')
|
730 |
+
('Real Estate', '')
|
731 |
+
('Automobiles', '')
|
732 |
+
('Global Business', '')
|
733 |
+
('Theater', '')
|
734 |
+
('Travel', '')
|
735 |
+
('Books', '')
|
736 |
+
('Real Estate', '')
|
737 |
+
('Music', '')
|
738 |
+
('Art & Design', '')
|
739 |
+
('Art & Design', '')
|
740 |
+
('Music', '')
|
741 |
+
('Food', '')
|
742 |
+
('Technology', '')
|
743 |
+
('Health', '')
|
744 |
+
('Food', '')
|
745 |
+
('Style', '')
|
746 |
+
('Books', '')
|
747 |
+
('Global Business', '')
|
748 |
+
('Education', '')
|
749 |
+
('Real Estate', '')
|
750 |
+
('Art & Design', '')
|
751 |
+
('Fashion & Style', '')
|
752 |
+
('Style', '')
|
753 |
+
('Theater', '')
|
754 |
+
('Technology', '')
|
755 |
+
('Food', '')
|
756 |
+
('Automobiles', '')
|
757 |
+
('Health', '')
|
758 |
+
('Television', '')
|
759 |
+
('Real Estate', '')
|
760 |
+
('Art & Design', '')
|
761 |
+
('Science', '')
|
762 |
+
('Books', '')
|
763 |
+
('Travel', '')
|
764 |
+
('Education', '')
|
765 |
+
('Real Estate', '')
|
766 |
+
('Technology', '')
|
767 |
+
('Science', '')
|
768 |
+
('Global Business', '')
|
769 |
+
('Real Estate', '')
|
770 |
+
('Technology', '')
|
771 |
+
('Education', '')
|
772 |
+
('Science', '')
|
773 |
+
('Economy', '')
|
774 |
+
('Health', '')
|
775 |
+
('Sports', '')
|
776 |
+
('Media', '')
|
777 |
+
('Fashion & Style', '')
|
778 |
+
('Theater', '')
|
779 |
+
('Movies', '')
|
780 |
+
('Books', '')
|
781 |
+
('Technology', '')
|
782 |
+
('Food', '')
|
783 |
+
('Science', '')
|
784 |
+
('Education', '')
|
785 |
+
('Health', '')
|
786 |
+
('Science', '')
|
787 |
+
('Books', '')
|
788 |
+
('Economy', '')
|
789 |
+
('Television', '')
|
790 |
+
('Art & Design', '')
|
791 |
+
('Science', '')
|
792 |
+
('Real Estate', '')
|
793 |
+
('Television', '')
|
794 |
+
('Opinion', '')
|
795 |
+
('Technology', '')
|
796 |
+
('Movies', '')
|
797 |
+
('Opinion', '')
|
798 |
+
('Fashion & Style', '')
|
799 |
+
('Science', '')
|
800 |
+
('Television', '')
|
801 |
+
('Sports', '')
|
802 |
+
('Books', '')
|
803 |
+
('Movies', '')
|
804 |
+
('Food', '')
|
805 |
+
('Sports', '')
|
806 |
+
('Automobiles', '')
|
807 |
+
('Dance', '')
|
808 |
+
('Sports', '')
|
809 |
+
('Automobiles', '')
|
810 |
+
('Health', '')
|
811 |
+
('Automobiles', '')
|
812 |
+
('Automobiles', '')
|
813 |
+
('Media', '')
|
814 |
+
('Dance', '')
|
815 |
+
('Dance', '')
|
816 |
+
('Opinion', '')
|
817 |
+
('Television', '')
|
818 |
+
('Education', '')
|
819 |
+
('Travel', '')
|
820 |
+
('Art & Design', '')
|
821 |
+
('Books', '')
|
822 |
+
('Dance', '')
|
823 |
+
('Theater', '')
|
824 |
+
('Real Estate', '')
|
825 |
+
('Science', '')
|
826 |
+
('Real Estate', '')
|
827 |
+
('Science', '')
|
828 |
+
('Television', '')
|
829 |
+
('Books', '')
|
830 |
+
('Science', '')
|
831 |
+
('Movies', '')
|
832 |
+
('Automobiles', '')
|
833 |
+
('Global Business', '')
|
834 |
+
('Technology', '')
|
835 |
+
('Books', '')
|
836 |
+
('Automobiles', '')
|
837 |
+
('Style', '')
|
838 |
+
('Opinion', '')
|
839 |
+
('Automobiles', '')
|
840 |
+
('Your Money', '')
|
841 |
+
('Your Money', '')
|
842 |
+
('Food', '')
|
843 |
+
('Health', '')
|
844 |
+
('Media', '')
|
845 |
+
('Sports', '')
|
846 |
+
('Opinion', '')
|
847 |
+
('Real Estate', '')
|
848 |
+
('Economy', '')
|
849 |
+
('Dance', '')
|
850 |
+
('Health', '')
|
851 |
+
('Sports', '')
|
852 |
+
('Automobiles', '')
|
853 |
+
('Style', '')
|
854 |
+
('Music', '')
|
855 |
+
('Science', '')
|
856 |
+
('Food', '')
|
857 |
+
('Sports', '')
|
858 |
+
('Global Business', '')
|
859 |
+
('Sports', '')
|
860 |
+
('Art & Design', '')
|
861 |
+
('Theater', '')
|
862 |
+
('Music', '')
|
863 |
+
('Economy', '')
|
864 |
+
('Technology', '')
|
865 |
+
('Economy', '')
|
866 |
+
('Style', '')
|
867 |
+
('Television', '')
|
868 |
+
('Automobiles', '')
|
869 |
+
('Automobiles', '')
|
870 |
+
('Science', '')
|
871 |
+
('Real Estate', '')
|
872 |
+
('Fashion & Style', '')
|
873 |
+
('Media', '')
|
874 |
+
('Food', '')
|
875 |
+
('Music', '')
|
876 |
+
('Theater', '')
|
877 |
+
('Dance', '')
|
878 |
+
('Art & Design', '')
|
879 |
+
('Real Estate', '')
|
880 |
+
('Movies', '')
|
881 |
+
('Economy', '')
|
882 |
+
('Art & Design', '')
|
883 |
+
('Opinion', '')
|
884 |
+
('Movies', '')
|
885 |
+
('Health', '')
|
886 |
+
('Fashion & Style', '')
|
887 |
+
('Health', '')
|
888 |
+
('Health', '')
|
889 |
+
('Movies', '')
|
890 |
+
('Real Estate', '')
|
891 |
+
('Technology', '')
|
892 |
+
('Television', '')
|
893 |
+
('Real Estate', '')
|
894 |
+
('Food', '')
|
895 |
+
('Television', '')
|
896 |
+
('Television', '')
|
897 |
+
('Travel', '')
|
898 |
+
('Fashion & Style', '')
|
899 |
+
('Books', '')
|
900 |
+
('Television', '')
|
901 |
+
('Economy', '')
|
902 |
+
('Economy', '')
|
903 |
+
('Education', '')
|
904 |
+
('Real Estate', '')
|
905 |
+
('Economy', '')
|
906 |
+
('Books', '')
|
907 |
+
('Theater', '')
|
908 |
+
('Fashion & Style', '')
|
909 |
+
('Real Estate', '')
|
910 |
+
('Sports', '')
|
911 |
+
('Media', '')
|
912 |
+
('Science', '')
|
913 |
+
('Style', '')
|
914 |
+
('Travel', '')
|
915 |
+
('Dance', '')
|
916 |
+
('Technology', '')
|
917 |
+
('Television', '')
|
918 |
+
('Fashion & Style', '')
|
919 |
+
('Food', '')
|
920 |
+
('Opinion', '')
|
921 |
+
('Theater', '')
|
922 |
+
('Technology', '')
|
923 |
+
('Sports', '')
|
924 |
+
('Theater', '')
|
925 |
+
('Travel', '')
|
926 |
+
('Food', '')
|
927 |
+
('Opinion', '')
|
928 |
+
('Movies', '')
|
929 |
+
('Movies', '')
|
930 |
+
('Technology', '')
|
931 |
+
('Travel', '')
|
932 |
+
('Art & Design', '')
|
933 |
+
('Science', '')
|
934 |
+
('Technology', '')
|
935 |
+
('Real Estate', '')
|
936 |
+
('Well', '')
|
937 |
+
('Theater', '')
|
938 |
+
('Dance', '')
|
939 |
+
('Global Business', '')
|
940 |
+
('Television', '')
|
941 |
+
('Opinion', '')
|
942 |
+
('Dance', '')
|
943 |
+
('Travel', '')
|
944 |
+
('Fashion & Style', '')
|
945 |
+
('Health', '')
|
946 |
+
('Movies', '')
|
947 |
+
('Food', '')
|
948 |
+
('Science', '')
|
949 |
+
('Television', '')
|
950 |
+
('Automobiles', '')
|
951 |
+
('Music', '')
|
952 |
+
('Books', '')
|
953 |
+
('Style', '')
|
954 |
+
('Food', '')
|
955 |
+
('Movies', '')
|
956 |
+
('Food', '')
|
957 |
+
('Movies', '')
|
958 |
+
('Real Estate', '')
|
959 |
+
('Automobiles', '')
|
960 |
+
('Theater', '')
|
961 |
+
('Dance', '')
|
962 |
+
('Media', '')
|
963 |
+
('Automobiles', '')
|
964 |
+
('Opinion', '')
|
965 |
+
('Travel', '')
|
966 |
+
('Books', '')
|
967 |
+
('Education', '')
|
968 |
+
('Economy', '')
|
969 |
+
('Theater', '')
|
970 |
+
('Opinion', '')
|
971 |
+
('Your Money', '')
|
972 |
+
('Opinion', '')
|
973 |
+
('Travel', '')
|
974 |
+
('Technology', '')
|
975 |
+
('Music', '')
|
976 |
+
('Music', '')
|
977 |
+
('Music', '')
|
978 |
+
('Travel', '')
|
979 |
+
('Your Money', '')
|
980 |
+
('Art & Design', '')
|
981 |
+
('Movies', '')
|
982 |
+
('Media', '')
|
983 |
+
('Automobiles', '')
|
984 |
+
('Fashion & Style', '')
|
985 |
+
('Theater', '')
|
986 |
+
('Music', '')
|
987 |
+
('Movies', '')
|
988 |
+
('Your Money', '')
|
989 |
+
('Science', '')
|
990 |
+
('Art & Design', '')
|
991 |
+
('Science', '')
|
992 |
+
('Well', '')
|
993 |
+
('Theater', '')
|
994 |
+
('Dance', '')
|
995 |
+
('Media', '')
|
996 |
+
('Economy', '')
|
997 |
+
('Media', '')
|
998 |
+
('Books', '')
|
999 |
+
('Style', '')
|
1000 |
+
('Technology', '')
|
eval/N24News_score.json
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"acc": 0.763,
|
3 |
+
"num_correct": 763,
|
4 |
+
"num_pred": 1000
|
5 |
+
}
|
eval/NIGHTS_pred.txt
ADDED
@@ -0,0 +1,1000 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_000_032_0.jpg')
|
2 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_000_073_1.jpg')
|
3 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_084_987_0.jpg')
|
4 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_000_180_0.jpg')
|
5 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_068_239_0.jpg')
|
6 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_022_203_0.jpg')
|
7 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_000_435_1.jpg')
|
8 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_000_448_0.jpg')
|
9 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_000_488_0.jpg')
|
10 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_000_515_1.jpg')
|
11 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_000_564_0.jpg')
|
12 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_000_587_1.jpg')
|
13 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_000_435_1.jpg')
|
14 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_000_640_1.jpg')
|
15 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_000_716_1.jpg')
|
16 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_000_753_1.jpg')
|
17 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_087_963_0.jpg')
|
18 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_000_946_1.jpg')
|
19 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_001_002_1.jpg')
|
20 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_001_021_0.jpg')
|
21 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_062_787_0.jpg')
|
22 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_001_121_1.jpg')
|
23 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_001_169_0.jpg')
|
24 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_001_177_0.jpg')
|
25 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_017_007_0.jpg')
|
26 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_010_805_0.jpg')
|
27 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_001_518_1.jpg')
|
28 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_001_657_1.jpg')
|
29 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_001_670_1.jpg')
|
30 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_093_863_0.jpg')
|
31 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_001_778_1.jpg')
|
32 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_081_637_1.jpg')
|
33 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_096_349_1.jpg')
|
34 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_002_058_1.jpg')
|
35 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_002_159_1.jpg')
|
36 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_035_613_0.jpg')
|
37 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_081_098_0.jpg')
|
38 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_002_513_0.jpg')
|
39 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_002_526_0.jpg')
|
40 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_002_555_1.jpg')
|
41 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_002_790_1.jpg')
|
42 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_096_170_0.jpg')
|
43 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_002_831_0.jpg')
|
44 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_002_874_0.jpg')
|
45 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_092_066_1.jpg')
|
46 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_068_230_0.jpg')
|
47 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_002_995_1.jpg')
|
48 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_003_003_1.jpg')
|
49 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_003_004_0.jpg')
|
50 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_003_158_1.jpg')
|
51 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_003_192_0.jpg')
|
52 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_003_245_0.jpg')
|
53 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_024_254_0.jpg')
|
54 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_003_314_1.jpg')
|
55 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_003_379_1.jpg')
|
56 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_003_435_1.jpg')
|
57 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_003_468_0.jpg')
|
58 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_003_531_0.jpg')
|
59 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_047_570_0.jpg')
|
60 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_050_871_1.jpg')
|
61 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_003_660_1.jpg')
|
62 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_003_717_0.jpg')
|
63 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_003_791_1.jpg')
|
64 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_003_968_1.jpg')
|
65 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_004_034_0.jpg')
|
66 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_004_100_1.jpg')
|
67 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_004_116_0.jpg')
|
68 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_004_162_0.jpg')
|
69 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_004_172_1.jpg')
|
70 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_070_163_1.jpg')
|
71 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_018_074_1.jpg')
|
72 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_073_710_0.jpg')
|
73 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_056_711_0.jpg')
|
74 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_004_235_1.jpg')
|
75 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_004_283_1.jpg')
|
76 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_039_498_1.jpg')
|
77 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_043_446_1.jpg')
|
78 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_004_369_0.jpg')
|
79 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_004_449_0.jpg')
|
80 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_004_459_1.jpg')
|
81 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_085_108_1.jpg')
|
82 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_004_529_0.jpg')
|
83 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_004_541_1.jpg')
|
84 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_004_583_0.jpg')
|
85 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_020_867_0.jpg')
|
86 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_004_662_0.jpg')
|
87 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_054_876_0.jpg')
|
88 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_041_538_0.jpg')
|
89 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_004_856_1.jpg')
|
90 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_004_889_1.jpg')
|
91 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_087_485_0.jpg')
|
92 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_050_027_0.jpg')
|
93 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_004_970_1.jpg')
|
94 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_031_708_1.jpg')
|
95 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_005_173_0.jpg')
|
96 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_005_228_1.jpg')
|
97 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_005_230_1.jpg')
|
98 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_005_238_0.jpg')
|
99 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_005_241_1.jpg')
|
100 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_005_250_0.jpg')
|
101 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_092_054_1.jpg')
|
102 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_055_988_1.jpg')
|
103 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_005_387_1.jpg')
|
104 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_005_407_0.jpg')
|
105 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_005_420_0.jpg')
|
106 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_048_298_1.jpg')
|
107 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_005_437_0.jpg')
|
108 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_005_451_0.jpg')
|
109 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_005_492_0.jpg')
|
110 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_005_623_0.jpg')
|
111 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_098_061_1.jpg')
|
112 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_057_194_1.jpg')
|
113 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_081_999_1.jpg')
|
114 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_078_963_0.jpg')
|
115 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_062_737_0.jpg')
|
116 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_005_920_0.jpg')
|
117 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_076_575_1.jpg')
|
118 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_052_482_0.jpg')
|
119 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_006_006_1.jpg')
|
120 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_006_027_0.jpg')
|
121 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_006_165_0.jpg')
|
122 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_006_182_0.jpg')
|
123 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_006_240_0.jpg')
|
124 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_006_272_0.jpg')
|
125 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_006_339_0.jpg')
|
126 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_006_416_0.jpg')
|
127 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_011_918_0.jpg')
|
128 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_006_605_1.jpg')
|
129 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_006_614_0.jpg')
|
130 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_024_525_0.jpg')
|
131 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_006_801_0.jpg')
|
132 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_006_857_1.jpg')
|
133 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_006_886_0.jpg')
|
134 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_006_953_1.jpg')
|
135 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_006_963_0.jpg')
|
136 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_006_988_1.jpg')
|
137 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_007_013_1.jpg')
|
138 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_017_398_0.jpg')
|
139 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_032_162_1.jpg')
|
140 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_077_825_0.jpg')
|
141 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_007_169_0.jpg')
|
142 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_012_655_0.jpg')
|
143 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_007_214_0.jpg')
|
144 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_007_320_0.jpg')
|
145 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_062_912_1.jpg')
|
146 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_095_470_0.jpg')
|
147 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_046_002_0.jpg')
|
148 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_007_365_0.jpg')
|
149 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_007_375_0.jpg')
|
150 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_066_654_1.jpg')
|
151 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_066_136_1.jpg')
|
152 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_007_656_0.jpg')
|
153 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_071_341_1.jpg')
|
154 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_027_745_0.jpg')
|
155 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_007_697_0.jpg')
|
156 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_027_064_1.jpg')
|
157 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_007_896_0.jpg')
|
158 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_070_653_0.jpg')
|
159 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_007_919_1.jpg')
|
160 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_007_951_0.jpg')
|
161 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_008_220_1.jpg')
|
162 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_007_013_1.jpg')
|
163 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_005_230_1.jpg')
|
164 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_021_340_1.jpg')
|
165 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_008_345_1.jpg')
|
166 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_008_403_1.jpg')
|
167 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_001_657_1.jpg')
|
168 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_008_468_0.jpg')
|
169 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_008_539_1.jpg')
|
170 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_008_552_1.jpg')
|
171 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_070_176_1.jpg')
|
172 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_008_626_0.jpg')
|
173 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_008_643_0.jpg')
|
174 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_008_686_0.jpg')
|
175 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_008_733_1.jpg')
|
176 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_002_874_0.jpg')
|
177 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_078_858_0.jpg')
|
178 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_034_085_0.jpg')
|
179 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_092_303_0.jpg')
|
180 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_009_111_1.jpg')
|
181 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_009_166_0.jpg')
|
182 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_009_173_1.jpg')
|
183 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_009_182_0.jpg')
|
184 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_093_023_0.jpg')
|
185 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_009_396_0.jpg')
|
186 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_038_697_0.jpg')
|
187 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_033_784_1.jpg')
|
188 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_009_564_0.jpg')
|
189 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_009_565_1.jpg')
|
190 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_009_595_0.jpg')
|
191 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_009_688_1.jpg')
|
192 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_009_804_0.jpg')
|
193 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_009_828_0.jpg')
|
194 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_009_903_0.jpg')
|
195 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_010_011_1.jpg')
|
196 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_079_383_1.jpg')
|
197 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_010_072_1.jpg')
|
198 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_010_265_0.jpg')
|
199 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_044_412_0.jpg')
|
200 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_010_323_1.jpg')
|
201 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_057_194_1.jpg')
|
202 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_028_965_1.jpg')
|
203 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_045_510_0.jpg')
|
204 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_010_615_1.jpg')
|
205 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_010_658_1.jpg')
|
206 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_010_686_0.jpg')
|
207 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_010_706_1.jpg')
|
208 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_010_713_1.jpg')
|
209 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_010_805_0.jpg')
|
210 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_090_204_1.jpg')
|
211 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_068_189_0.jpg')
|
212 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_010_840_1.jpg')
|
213 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_042_304_1.jpg')
|
214 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_010_934_1.jpg')
|
215 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_011_026_1.jpg')
|
216 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_076_826_0.jpg')
|
217 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_011_171_0.jpg')
|
218 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_011_204_0.jpg')
|
219 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_011_279_1.jpg')
|
220 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_017_560_1.jpg')
|
221 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_011_367_1.jpg')
|
222 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_011_471_1.jpg')
|
223 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_065_242_0.jpg')
|
224 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_011_552_1.jpg')
|
225 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_001_778_1.jpg')
|
226 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_078_430_0.jpg')
|
227 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_011_824_0.jpg')
|
228 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_050_905_1.jpg')
|
229 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_011_841_1.jpg')
|
230 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_011_844_1.jpg')
|
231 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_075_813_1.jpg')
|
232 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_011_853_1.jpg')
|
233 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_027_006_0.jpg')
|
234 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_011_870_0.jpg')
|
235 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_011_871_1.jpg')
|
236 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_011_918_0.jpg')
|
237 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_011_985_0.jpg')
|
238 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_012_010_1.jpg')
|
239 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_075_045_1.jpg')
|
240 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_006_339_0.jpg')
|
241 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_093_522_0.jpg')
|
242 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_012_404_1.jpg')
|
243 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_012_472_0.jpg')
|
244 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_084_512_1.jpg')
|
245 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_012_486_0.jpg')
|
246 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_012_497_1.jpg')
|
247 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_012_559_1.jpg')
|
248 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_012_612_1.jpg')
|
249 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_012_617_1.jpg')
|
250 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_012_655_0.jpg')
|
251 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_012_683_0.jpg')
|
252 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_076_910_0.jpg')
|
253 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_012_775_0.jpg')
|
254 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_005_359_1.jpg')
|
255 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_012_817_1.jpg')
|
256 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_012_918_1.jpg')
|
257 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_003_542_1.jpg')
|
258 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_013_009_1.jpg')
|
259 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_013_067_1.jpg')
|
260 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_013_128_1.jpg')
|
261 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_013_188_0.jpg')
|
262 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_013_360_1.jpg')
|
263 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_013_399_1.jpg')
|
264 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_013_402_1.jpg')
|
265 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_056_586_1.jpg')
|
266 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_013_498_0.jpg')
|
267 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_013_500_0.jpg')
|
268 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_051_493_1.jpg')
|
269 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_043_887_0.jpg')
|
270 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_096_154_0.jpg')
|
271 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_013_819_0.jpg')
|
272 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_013_920_1.jpg')
|
273 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_013_956_1.jpg')
|
274 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_023_524_0.jpg')
|
275 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_014_067_0.jpg')
|
276 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_014_095_0.jpg')
|
277 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_043_799_1.jpg')
|
278 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_038_385_1.jpg')
|
279 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_014_678_1.jpg')
|
280 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_039_158_0.jpg')
|
281 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_014_885_1.jpg')
|
282 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_014_993_0.jpg')
|
283 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_015_019_1.jpg')
|
284 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_015_159_1.jpg')
|
285 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_015_166_1.jpg')
|
286 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_015_167_1.jpg')
|
287 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_015_175_1.jpg')
|
288 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_015_391_0.jpg')
|
289 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_007_656_0.jpg')
|
290 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_015_653_1.jpg')
|
291 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_015_708_0.jpg')
|
292 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_015_712_1.jpg')
|
293 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_080_218_1.jpg')
|
294 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_015_719_1.jpg')
|
295 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_071_425_0.jpg')
|
296 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_023_081_0.jpg')
|
297 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_032_296_0.jpg')
|
298 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_059_702_1.jpg')
|
299 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_017_864_1.jpg')
|
300 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_015_921_1.jpg')
|
301 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_079_316_1.jpg')
|
302 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_036_457_0.jpg')
|
303 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_016_047_1.jpg')
|
304 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_016_155_1.jpg')
|
305 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_016_196_1.jpg')
|
306 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_016_223_0.jpg')
|
307 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_075_453_1.jpg')
|
308 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_016_442_0.jpg')
|
309 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_067_915_0.jpg')
|
310 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_016_619_0.jpg')
|
311 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_016_650_1.jpg')
|
312 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_069_529_1.jpg')
|
313 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_039_498_1.jpg')
|
314 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_044_343_0.jpg')
|
315 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_016_813_0.jpg')
|
316 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_024_320_1.jpg')
|
317 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_016_964_1.jpg')
|
318 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_077_105_0.jpg')
|
319 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_017_017_0.jpg')
|
320 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_017_076_0.jpg')
|
321 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_017_126_1.jpg')
|
322 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_039_579_0.jpg')
|
323 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_055_641_1.jpg')
|
324 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_099_739_1.jpg')
|
325 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_031_973_1.jpg')
|
326 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_017_336_0.jpg')
|
327 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_049_644_1.jpg')
|
328 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_017_398_0.jpg')
|
329 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_017_547_1.jpg')
|
330 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_017_560_1.jpg')
|
331 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_017_778_0.jpg')
|
332 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_017_864_1.jpg')
|
333 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_017_909_1.jpg')
|
334 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_017_975_1.jpg')
|
335 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_017_979_0.jpg')
|
336 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_089_850_0.jpg')
|
337 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_023_860_1.jpg')
|
338 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_066_999_1.jpg')
|
339 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_016_442_0.jpg')
|
340 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_018_122_1.jpg')
|
341 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_018_243_0.jpg')
|
342 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_018_255_1.jpg')
|
343 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_018_320_0.jpg')
|
344 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_055_644_1.jpg')
|
345 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_018_414_1.jpg')
|
346 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_018_654_1.jpg')
|
347 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_018_920_0.jpg')
|
348 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_039_864_1.jpg')
|
349 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_059_018_1.jpg')
|
350 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_018_979_1.jpg')
|
351 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_078_586_1.jpg')
|
352 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_057_859_0.jpg')
|
353 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_017_290_0.jpg')
|
354 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_019_079_0.jpg')
|
355 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_019_111_0.jpg')
|
356 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_014_871_1.jpg')
|
357 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_021_954_1.jpg')
|
358 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_039_276_1.jpg')
|
359 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_035_263_0.jpg')
|
360 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_019_311_0.jpg')
|
361 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_078_181_0.jpg')
|
362 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_019_311_0.jpg')
|
363 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_021_757_1.jpg')
|
364 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_019_531_0.jpg')
|
365 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_019_548_0.jpg')
|
366 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_019_661_1.jpg')
|
367 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_019_677_1.jpg')
|
368 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_019_719_1.jpg')
|
369 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_006_416_0.jpg')
|
370 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_019_781_1.jpg')
|
371 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_042_280_0.jpg')
|
372 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_019_813_1.jpg')
|
373 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_019_833_1.jpg')
|
374 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_020_039_0.jpg')
|
375 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_020_117_1.jpg')
|
376 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_020_894_1.jpg')
|
377 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_020_203_1.jpg')
|
378 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_015_708_0.jpg')
|
379 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_021_837_1.jpg')
|
380 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_061_102_0.jpg')
|
381 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_020_406_0.jpg')
|
382 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_020_412_1.jpg')
|
383 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_020_558_0.jpg')
|
384 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_020_632_1.jpg')
|
385 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_020_680_1.jpg')
|
386 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_020_702_0.jpg')
|
387 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_020_756_1.jpg')
|
388 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_020_763_1.jpg')
|
389 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_061_645_0.jpg')
|
390 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_094_572_1.jpg')
|
391 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_020_819_0.jpg')
|
392 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_020_867_0.jpg')
|
393 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_020_877_0.jpg')
|
394 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_020_894_1.jpg')
|
395 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_031_110_1.jpg')
|
396 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_028_353_1.jpg')
|
397 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_021_023_1.jpg')
|
398 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_021_084_1.jpg')
|
399 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_060_325_0.jpg')
|
400 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_021_153_0.jpg')
|
401 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_021_155_0.jpg')
|
402 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_054_076_1.jpg')
|
403 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_036_384_0.jpg')
|
404 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_078_736_0.jpg')
|
405 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_024_099_1.jpg')
|
406 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_021_340_1.jpg')
|
407 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_021_427_1.jpg')
|
408 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_021_488_0.jpg')
|
409 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_071_341_1.jpg')
|
410 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_021_522_1.jpg')
|
411 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_021_585_1.jpg')
|
412 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_065_352_1.jpg')
|
413 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_021_661_0.jpg')
|
414 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_021_703_1.jpg')
|
415 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_084_821_1.jpg')
|
416 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_021_837_1.jpg')
|
417 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_021_847_0.jpg')
|
418 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_021_878_0.jpg')
|
419 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_021_927_0.jpg')
|
420 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_021_943_0.jpg')
|
421 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_021_954_1.jpg')
|
422 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_052_905_1.jpg')
|
423 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_022_037_0.jpg')
|
424 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_022_051_0.jpg')
|
425 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_022_065_1.jpg')
|
426 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_022_203_0.jpg')
|
427 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_072_149_1.jpg')
|
428 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_022_229_0.jpg')
|
429 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_022_301_0.jpg')
|
430 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_022_362_0.jpg')
|
431 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_022_404_1.jpg')
|
432 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_022_666_0.jpg')
|
433 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_066_011_0.jpg')
|
434 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_022_777_0.jpg')
|
435 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_022_805_0.jpg')
|
436 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_022_970_0.jpg')
|
437 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_054_517_0.jpg')
|
438 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_050_023_1.jpg')
|
439 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_023_136_1.jpg')
|
440 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_062_195_1.jpg')
|
441 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_023_167_0.jpg')
|
442 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_095_743_1.jpg')
|
443 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_023_264_0.jpg')
|
444 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_023_281_1.jpg')
|
445 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_023_285_1.jpg')
|
446 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_087_680_1.jpg')
|
447 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_023_406_1.jpg')
|
448 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_023_426_1.jpg')
|
449 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_023_433_0.jpg')
|
450 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_085_249_0.jpg')
|
451 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_062_955_0.jpg')
|
452 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_023_484_1.jpg')
|
453 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_056_276_1.jpg')
|
454 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_023_603_1.jpg')
|
455 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_023_641_0.jpg')
|
456 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_023_696_1.jpg')
|
457 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_024_442_1.jpg')
|
458 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_068_528_1.jpg')
|
459 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_023_798_0.jpg')
|
460 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_023_800_1.jpg')
|
461 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_011_824_0.jpg')
|
462 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_023_818_0.jpg')
|
463 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_050_313_0.jpg')
|
464 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_023_860_1.jpg')
|
465 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_023_877_0.jpg')
|
466 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_091_019_1.jpg')
|
467 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_023_909_0.jpg')
|
468 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_023_923_0.jpg')
|
469 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_024_099_1.jpg')
|
470 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_024_178_1.jpg')
|
471 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_014_885_1.jpg')
|
472 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_066_503_1.jpg')
|
473 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_024_254_0.jpg')
|
474 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_082_032_1.jpg')
|
475 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_024_296_1.jpg')
|
476 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_085_663_0.jpg')
|
477 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_024_317_1.jpg')
|
478 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_024_320_1.jpg')
|
479 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_024_329_0.jpg')
|
480 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_026_625_0.jpg')
|
481 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_024_382_1.jpg')
|
482 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_024_442_1.jpg')
|
483 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_024_455_0.jpg')
|
484 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_024_467_1.jpg')
|
485 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_024_515_1.jpg')
|
486 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_024_525_0.jpg')
|
487 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_024_527_1.jpg')
|
488 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_024_595_1.jpg')
|
489 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_024_703_1.jpg')
|
490 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_090_714_0.jpg')
|
491 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_024_717_0.jpg')
|
492 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_094_627_0.jpg')
|
493 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_024_809_1.jpg')
|
494 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_024_859_0.jpg')
|
495 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_024_864_1.jpg')
|
496 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_024_906_1.jpg')
|
497 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_031_844_1.jpg')
|
498 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_095_921_0.jpg')
|
499 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_024_993_1.jpg')
|
500 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_030_761_0.jpg')
|
501 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_048_627_1.jpg')
|
502 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_076_587_1.jpg')
|
503 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_062_135_1.jpg')
|
504 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_088_110_0.jpg')
|
505 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_051_935_1.jpg')
|
506 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_025_490_0.jpg')
|
507 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_025_506_0.jpg')
|
508 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_025_596_1.jpg')
|
509 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_025_610_1.jpg')
|
510 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_025_624_0.jpg')
|
511 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_025_777_1.jpg')
|
512 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_025_820_0.jpg')
|
513 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_025_871_0.jpg')
|
514 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_025_891_0.jpg')
|
515 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_025_994_0.jpg')
|
516 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_025_996_0.jpg')
|
517 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_026_025_1.jpg')
|
518 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_026_062_1.jpg')
|
519 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_026_093_1.jpg')
|
520 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_026_135_0.jpg')
|
521 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_019_786_0.jpg')
|
522 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_026_145_1.jpg')
|
523 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_026_180_1.jpg')
|
524 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_031_962_0.jpg')
|
525 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_062_338_0.jpg')
|
526 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_026_295_0.jpg')
|
527 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_026_308_0.jpg')
|
528 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_066_284_1.jpg')
|
529 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_095_743_1.jpg')
|
530 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_026_574_0.jpg')
|
531 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_026_625_0.jpg')
|
532 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_026_670_0.jpg')
|
533 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_034_330_0.jpg')
|
534 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_026_787_0.jpg')
|
535 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_026_813_0.jpg')
|
536 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_026_821_0.jpg')
|
537 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_058_291_1.jpg')
|
538 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_026_853_0.jpg')
|
539 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_026_881_0.jpg')
|
540 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_026_917_0.jpg')
|
541 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_026_966_1.jpg')
|
542 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_062_636_1.jpg')
|
543 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_027_057_1.jpg')
|
544 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_027_064_1.jpg')
|
545 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_027_096_0.jpg')
|
546 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_027_210_1.jpg')
|
547 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_027_241_1.jpg')
|
548 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_027_289_1.jpg')
|
549 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_027_333_0.jpg')
|
550 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_027_360_0.jpg')
|
551 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_027_370_1.jpg')
|
552 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_095_251_1.jpg')
|
553 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_048_786_1.jpg')
|
554 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_027_433_0.jpg')
|
555 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_027_466_1.jpg')
|
556 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_027_632_0.jpg')
|
557 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_027_679_1.jpg')
|
558 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_007_673_1.jpg')
|
559 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_027_754_0.jpg')
|
560 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_027_865_0.jpg')
|
561 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_027_942_0.jpg')
|
562 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_023_860_1.jpg')
|
563 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_033_398_0.jpg')
|
564 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_028_079_1.jpg')
|
565 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_091_365_0.jpg')
|
566 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_098_061_1.jpg')
|
567 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_028_151_0.jpg')
|
568 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_028_183_0.jpg')
|
569 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_028_353_1.jpg')
|
570 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_028_411_1.jpg')
|
571 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_028_526_1.jpg')
|
572 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_028_568_0.jpg')
|
573 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_028_578_1.jpg')
|
574 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_028_624_1.jpg')
|
575 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_028_654_1.jpg')
|
576 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_013_498_0.jpg')
|
577 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_093_084_1.jpg')
|
578 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_063_657_1.jpg')
|
579 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_028_752_0.jpg')
|
580 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_028_768_1.jpg')
|
581 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_028_783_0.jpg')
|
582 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_028_854_0.jpg')
|
583 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_032_055_0.jpg')
|
584 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_051_075_1.jpg')
|
585 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_029_002_0.jpg')
|
586 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_029_112_0.jpg')
|
587 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_029_155_0.jpg')
|
588 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_029_355_0.jpg')
|
589 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_093_903_0.jpg')
|
590 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_029_451_0.jpg')
|
591 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_029_466_1.jpg')
|
592 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_029_580_1.jpg')
|
593 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_029_591_1.jpg')
|
594 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_029_602_0.jpg')
|
595 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_029_642_0.jpg')
|
596 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_008_345_1.jpg')
|
597 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_029_755_0.jpg')
|
598 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_015_809_0.jpg')
|
599 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_030_009_0.jpg')
|
600 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_017_126_1.jpg')
|
601 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_030_043_0.jpg')
|
602 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_030_142_0.jpg')
|
603 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_030_162_1.jpg')
|
604 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_061_362_1.jpg')
|
605 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_030_229_0.jpg')
|
606 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_030_235_0.jpg')
|
607 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_030_288_0.jpg')
|
608 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_021_878_0.jpg')
|
609 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_030_448_1.jpg')
|
610 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_030_522_1.jpg')
|
611 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_030_532_0.jpg')
|
612 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_030_761_0.jpg')
|
613 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_030_762_1.jpg')
|
614 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_030_798_1.jpg')
|
615 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_030_814_1.jpg')
|
616 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_004_970_1.jpg')
|
617 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_030_995_1.jpg')
|
618 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_031_002_1.jpg')
|
619 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_034_028_1.jpg')
|
620 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_003_158_1.jpg')
|
621 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_045_771_0.jpg')
|
622 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_015_712_1.jpg')
|
623 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_031_180_1.jpg')
|
624 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_031_222_1.jpg')
|
625 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_031_280_1.jpg')
|
626 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_031_330_1.jpg')
|
627 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_031_472_0.jpg')
|
628 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_031_600_1.jpg')
|
629 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_031_617_1.jpg')
|
630 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_027_942_0.jpg')
|
631 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_003_468_0.jpg')
|
632 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_031_756_0.jpg')
|
633 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_031_764_1.jpg')
|
634 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_031_844_1.jpg')
|
635 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_068_596_0.jpg')
|
636 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_031_945_1.jpg')
|
637 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_031_962_0.jpg')
|
638 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_031_973_1.jpg')
|
639 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_032_055_0.jpg')
|
640 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_032_071_1.jpg')
|
641 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_062_686_1.jpg')
|
642 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_032_162_1.jpg')
|
643 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_032_180_0.jpg')
|
644 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_087_692_0.jpg')
|
645 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_032_296_0.jpg')
|
646 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_032_353_0.jpg')
|
647 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_008_733_1.jpg')
|
648 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_032_386_1.jpg')
|
649 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_051_138_1.jpg')
|
650 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_032_481_1.jpg')
|
651 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_013_553_0.jpg')
|
652 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_032_709_1.jpg')
|
653 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_032_755_0.jpg')
|
654 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_029_580_1.jpg')
|
655 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_020_039_0.jpg')
|
656 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_032_933_0.jpg')
|
657 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_032_968_1.jpg')
|
658 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_002_790_1.jpg')
|
659 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_033_031_1.jpg')
|
660 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_054_076_1.jpg')
|
661 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_033_218_1.jpg')
|
662 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_033_341_1.jpg')
|
663 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_065_753_1.jpg')
|
664 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_094_202_1.jpg')
|
665 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_033_450_1.jpg')
|
666 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_008_266_1.jpg')
|
667 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_046_880_1.jpg')
|
668 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_033_643_0.jpg')
|
669 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_033_766_1.jpg')
|
670 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_085_058_0.jpg')
|
671 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_048_773_1.jpg')
|
672 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_040_600_1.jpg')
|
673 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_033_871_0.jpg')
|
674 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_023_812_1.jpg')
|
675 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_045_790_1.jpg')
|
676 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_033_991_0.jpg')
|
677 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_034_028_1.jpg')
|
678 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_034_041_1.jpg')
|
679 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_034_068_1.jpg')
|
680 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_034_085_0.jpg')
|
681 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_034_191_1.jpg')
|
682 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_034_238_1.jpg')
|
683 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_034_248_1.jpg')
|
684 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_034_327_0.jpg')
|
685 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_034_330_0.jpg')
|
686 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_072_199_0.jpg')
|
687 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_034_497_1.jpg')
|
688 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_034_535_1.jpg')
|
689 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_092_066_1.jpg')
|
690 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_079_515_1.jpg')
|
691 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_034_662_1.jpg')
|
692 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_034_683_1.jpg')
|
693 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_034_689_1.jpg')
|
694 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_034_751_1.jpg')
|
695 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_034_782_0.jpg')
|
696 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_003_158_1.jpg')
|
697 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_021_661_0.jpg')
|
698 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_034_932_1.jpg')
|
699 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_034_974_1.jpg')
|
700 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_034_978_1.jpg')
|
701 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_035_007_0.jpg')
|
702 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_035_029_1.jpg')
|
703 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_035_036_0.jpg')
|
704 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_035_051_0.jpg')
|
705 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_027_064_1.jpg')
|
706 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_029_755_0.jpg')
|
707 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_087_719_1.jpg')
|
708 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_035_263_0.jpg')
|
709 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_035_333_0.jpg')
|
710 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_035_341_1.jpg')
|
711 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_035_442_1.jpg')
|
712 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_035_482_1.jpg')
|
713 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_035_513_1.jpg')
|
714 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_035_529_1.jpg')
|
715 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_092_292_1.jpg')
|
716 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_056_907_0.jpg')
|
717 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_035_665_1.jpg')
|
718 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_035_707_0.jpg')
|
719 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_035_725_0.jpg')
|
720 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_098_051_1.jpg')
|
721 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_077_646_0.jpg')
|
722 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_035_913_1.jpg')
|
723 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_035_994_1.jpg')
|
724 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_046_755_1.jpg')
|
725 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_036_044_1.jpg')
|
726 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_036_050_0.jpg')
|
727 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_036_210_0.jpg')
|
728 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_049_365_1.jpg')
|
729 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_036_231_1.jpg')
|
730 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_048_167_1.jpg')
|
731 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_036_384_0.jpg')
|
732 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_036_457_0.jpg')
|
733 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_047_295_0.jpg')
|
734 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_022_051_0.jpg')
|
735 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_036_788_0.jpg')
|
736 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_036_825_0.jpg')
|
737 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_009_173_1.jpg')
|
738 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_051_690_1.jpg')
|
739 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_036_883_0.jpg')
|
740 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_036_944_1.jpg')
|
741 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_036_965_1.jpg')
|
742 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_037_052_0.jpg')
|
743 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_041_101_1.jpg')
|
744 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_037_133_0.jpg')
|
745 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_037_151_1.jpg')
|
746 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_037_172_1.jpg')
|
747 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_037_381_0.jpg')
|
748 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_037_397_1.jpg')
|
749 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_097_953_1.jpg')
|
750 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_037_489_1.jpg')
|
751 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_037_665_0.jpg')
|
752 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_037_703_0.jpg')
|
753 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_037_732_1.jpg')
|
754 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_037_817_0.jpg')
|
755 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_037_949_0.jpg')
|
756 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_054_054_0.jpg')
|
757 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_038_087_0.jpg')
|
758 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_038_111_1.jpg')
|
759 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_038_186_0.jpg')
|
760 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_077_883_0.jpg')
|
761 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_038_385_1.jpg')
|
762 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_038_484_1.jpg')
|
763 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_038_650_1.jpg')
|
764 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_038_674_0.jpg')
|
765 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_038_697_0.jpg')
|
766 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_038_774_0.jpg')
|
767 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_038_853_0.jpg')
|
768 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_050_313_0.jpg')
|
769 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_012_775_0.jpg')
|
770 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_094_327_1.jpg')
|
771 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_048_806_0.jpg')
|
772 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_039_068_1.jpg')
|
773 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_061_087_1.jpg')
|
774 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_089_750_1.jpg')
|
775 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_039_179_0.jpg')
|
776 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_039_240_1.jpg')
|
777 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_039_261_1.jpg')
|
778 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_044_343_0.jpg')
|
779 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_039_498_1.jpg')
|
780 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_048_374_1.jpg')
|
781 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_039_523_1.jpg')
|
782 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_039_543_1.jpg')
|
783 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_041_107_0.jpg')
|
784 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_044_737_0.jpg')
|
785 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_039_579_0.jpg')
|
786 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_020_819_0.jpg')
|
787 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_039_594_1.jpg')
|
788 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_006_006_1.jpg')
|
789 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_039_790_1.jpg')
|
790 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_039_857_1.jpg')
|
791 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_039_864_1.jpg')
|
792 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_039_923_1.jpg')
|
793 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_019_211_1.jpg')
|
794 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_040_218_1.jpg')
|
795 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_040_337_0.jpg')
|
796 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_030_814_1.jpg')
|
797 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_040_373_1.jpg')
|
798 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_040_422_0.jpg')
|
799 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_040_549_0.jpg')
|
800 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_099_739_1.jpg')
|
801 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_040_600_1.jpg')
|
802 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_015_175_1.jpg')
|
803 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_040_682_1.jpg')
|
804 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_037_665_0.jpg')
|
805 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_046_700_1.jpg')
|
806 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_096_950_1.jpg')
|
807 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_040_919_1.jpg')
|
808 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_040_997_1.jpg')
|
809 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_041_074_0.jpg')
|
810 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_041_101_1.jpg')
|
811 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_041_107_0.jpg')
|
812 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_052_856_1.jpg')
|
813 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_041_181_0.jpg')
|
814 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_084_348_0.jpg')
|
815 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_099_717_1.jpg')
|
816 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_041_338_1.jpg')
|
817 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_041_354_1.jpg')
|
818 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_041_450_0.jpg')
|
819 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_041_483_0.jpg')
|
820 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_041_492_0.jpg')
|
821 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_041_538_0.jpg')
|
822 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_000_435_1.jpg')
|
823 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_062_944_1.jpg')
|
824 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_041_639_1.jpg')
|
825 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_021_153_0.jpg')
|
826 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_059_440_0.jpg')
|
827 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_041_706_0.jpg')
|
828 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_073_181_0.jpg')
|
829 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_041_783_0.jpg')
|
830 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_041_842_1.jpg')
|
831 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_041_912_1.jpg')
|
832 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_041_959_1.jpg')
|
833 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_029_112_0.jpg')
|
834 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_042_147_1.jpg')
|
835 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_042_190_1.jpg')
|
836 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_042_280_0.jpg')
|
837 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_091_958_0.jpg')
|
838 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_042_304_1.jpg')
|
839 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_042_466_1.jpg')
|
840 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_042_485_0.jpg')
|
841 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_042_558_0.jpg')
|
842 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_049_365_1.jpg')
|
843 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_042_627_0.jpg')
|
844 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_042_659_0.jpg')
|
845 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_042_673_1.jpg')
|
846 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_045_510_0.jpg')
|
847 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_042_916_1.jpg')
|
848 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_042_927_1.jpg')
|
849 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_042_971_0.jpg')
|
850 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_043_003_0.jpg')
|
851 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_043_137_1.jpg')
|
852 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_031_902_0.jpg')
|
853 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_043_383_0.jpg')
|
854 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_043_446_1.jpg')
|
855 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_043_458_0.jpg')
|
856 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_043_598_0.jpg')
|
857 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_081_509_1.jpg')
|
858 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_068_230_0.jpg')
|
859 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_043_678_1.jpg')
|
860 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_043_746_0.jpg')
|
861 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_044_953_0.jpg')
|
862 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_014_252_0.jpg')
|
863 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_044_586_0.jpg')
|
864 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_071_405_1.jpg')
|
865 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_043_875_1.jpg')
|
866 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_043_887_0.jpg')
|
867 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_043_905_1.jpg')
|
868 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_043_922_1.jpg')
|
869 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_044_245_1.jpg')
|
870 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_059_007_1.jpg')
|
871 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_044_299_1.jpg')
|
872 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_034_238_1.jpg')
|
873 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_065_565_0.jpg')
|
874 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_058_291_1.jpg')
|
875 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_028_151_0.jpg')
|
876 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_044_394_1.jpg')
|
877 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_044_412_0.jpg')
|
878 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_044_415_0.jpg')
|
879 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_044_426_0.jpg')
|
880 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_044_448_1.jpg')
|
881 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_062_790_0.jpg')
|
882 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_044_586_0.jpg')
|
883 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_044_597_0.jpg')
|
884 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_039_553_1.jpg')
|
885 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_048_962_0.jpg')
|
886 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_044_762_0.jpg')
|
887 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_042_558_0.jpg')
|
888 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_044_816_1.jpg')
|
889 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_044_836_1.jpg')
|
890 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_044_843_1.jpg')
|
891 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_044_847_1.jpg')
|
892 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_076_948_0.jpg')
|
893 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_044_905_1.jpg')
|
894 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_044_953_0.jpg')
|
895 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_033_581_0.jpg')
|
896 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_045_053_0.jpg')
|
897 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_046_610_0.jpg')
|
898 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_045_156_0.jpg')
|
899 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_030_532_0.jpg')
|
900 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_045_245_0.jpg')
|
901 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_045_338_1.jpg')
|
902 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_045_354_0.jpg')
|
903 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_094_763_0.jpg')
|
904 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_045_510_0.jpg')
|
905 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_045_531_0.jpg')
|
906 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_045_539_1.jpg')
|
907 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_045_573_1.jpg')
|
908 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_046_831_0.jpg')
|
909 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_045_700_0.jpg')
|
910 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_045_771_0.jpg')
|
911 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_041_639_1.jpg')
|
912 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_045_886_1.jpg')
|
913 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_040_997_1.jpg')
|
914 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_094_327_1.jpg')
|
915 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_055_101_1.jpg')
|
916 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_076_796_1.jpg')
|
917 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_046_066_1.jpg')
|
918 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_046_326_0.jpg')
|
919 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_046_371_1.jpg')
|
920 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_046_445_1.jpg')
|
921 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_046_463_0.jpg')
|
922 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_076_271_0.jpg')
|
923 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_081_637_1.jpg')
|
924 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_046_673_0.jpg')
|
925 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_087_571_0.jpg')
|
926 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_046_723_1.jpg')
|
927 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_046_743_0.jpg')
|
928 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_046_751_1.jpg')
|
929 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_046_755_1.jpg')
|
930 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_046_785_1.jpg')
|
931 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_034_566_1.jpg')
|
932 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_046_831_0.jpg')
|
933 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_046_880_1.jpg')
|
934 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_046_888_0.jpg')
|
935 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_005_920_0.jpg')
|
936 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_069_770_0.jpg')
|
937 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_047_101_1.jpg')
|
938 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_047_202_1.jpg')
|
939 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_047_253_0.jpg')
|
940 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_047_291_1.jpg')
|
941 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_047_295_0.jpg')
|
942 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_047_330_1.jpg')
|
943 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_047_342_1.jpg')
|
944 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_097_898_0.jpg')
|
945 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_047_395_1.jpg')
|
946 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_047_488_1.jpg')
|
947 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_047_510_0.jpg')
|
948 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_022_404_1.jpg')
|
949 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_059_702_1.jpg')
|
950 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_042_599_1.jpg')
|
951 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_047_603_1.jpg')
|
952 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_047_653_0.jpg')
|
953 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_002_526_0.jpg')
|
954 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_072_431_1.jpg')
|
955 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_047_786_1.jpg')
|
956 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_047_803_0.jpg')
|
957 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_047_810_0.jpg')
|
958 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_067_309_0.jpg')
|
959 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_047_967_0.jpg')
|
960 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_035_513_1.jpg')
|
961 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_010_820_1.jpg')
|
962 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_048_074_0.jpg')
|
963 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_048_091_1.jpg')
|
964 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_048_167_1.jpg')
|
965 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_048_219_0.jpg')
|
966 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_048_298_1.jpg')
|
967 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_048_374_1.jpg')
|
968 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_048_507_0.jpg')
|
969 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_048_534_1.jpg')
|
970 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_048_545_1.jpg')
|
971 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_048_561_0.jpg')
|
972 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_048_571_0.jpg')
|
973 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_048_599_0.jpg')
|
974 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_048_612_1.jpg')
|
975 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_048_627_1.jpg')
|
976 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_048_630_0.jpg')
|
977 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_062_723_1.jpg')
|
978 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_048_773_1.jpg')
|
979 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_048_779_1.jpg')
|
980 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_048_786_1.jpg')
|
981 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_048_806_0.jpg')
|
982 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_048_831_0.jpg')
|
983 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_048_844_0.jpg')
|
984 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_048_845_0.jpg')
|
985 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_048_890_0.jpg')
|
986 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_048_918_1.jpg')
|
987 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_052_482_0.jpg')
|
988 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_095_081_1.jpg')
|
989 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_049_126_1.jpg')
|
990 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_049_148_1.jpg')
|
991 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_049_191_0.jpg')
|
992 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_090_905_0.jpg')
|
993 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_049_255_0.jpg')
|
994 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_049_263_1.jpg')
|
995 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_049_328_1.jpg')
|
996 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_031_095_1.jpg')
|
997 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_049_333_0.jpg')
|
998 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_089_750_1.jpg')
|
999 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_049_365_1.jpg')
|
1000 |
+
('<|image_1|>\nRepresent the given image.\n', 'NIGHTS/distort_049_434_1.jpg')
|
eval/NIGHTS_score.json
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"acc": 0.659,
|
3 |
+
"num_correct": 659,
|
4 |
+
"num_pred": 1000
|
5 |
+
}
|
eval/OK-VQA_pred.txt
ADDED
@@ -0,0 +1,1000 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
('drive', '')
|
2 |
+
('forest', '')
|
3 |
+
('teddy', '')
|
4 |
+
('paw', '')
|
5 |
+
('legal', '')
|
6 |
+
('poop', '')
|
7 |
+
('bench', '')
|
8 |
+
('fun', '')
|
9 |
+
('seed', '')
|
10 |
+
('batter', '')
|
11 |
+
('salt water beach', '')
|
12 |
+
('artist', '')
|
13 |
+
('veggies', '')
|
14 |
+
('platform', '')
|
15 |
+
('bmx', '')
|
16 |
+
('boeing', '')
|
17 |
+
('girl', '')
|
18 |
+
('thousand of year', '')
|
19 |
+
('ollie', '')
|
20 |
+
('homerun', '')
|
21 |
+
('light', '')
|
22 |
+
('circle', '')
|
23 |
+
('500 pounds', '')
|
24 |
+
('cross country', '')
|
25 |
+
('wetsuit', '')
|
26 |
+
('longboard', '')
|
27 |
+
('polyester', '')
|
28 |
+
('teeth', '')
|
29 |
+
('cheesecake', '')
|
30 |
+
('vase', '')
|
31 |
+
('scotland', '')
|
32 |
+
('soup', '')
|
33 |
+
('fake', '')
|
34 |
+
('1500', '')
|
35 |
+
('quilt', '')
|
36 |
+
('brazil', '')
|
37 |
+
('pizza hut', '')
|
38 |
+
('diesel', '')
|
39 |
+
('becker vineyard', '')
|
40 |
+
('shatter', '')
|
41 |
+
("french's", '')
|
42 |
+
('design', '')
|
43 |
+
('sushi', '')
|
44 |
+
('hummingbird', '')
|
45 |
+
('they are smile', '')
|
46 |
+
('1000 mph', '')
|
47 |
+
('cowboy hat', '')
|
48 |
+
('wood', '')
|
49 |
+
('nothing', '')
|
50 |
+
('cement', '')
|
51 |
+
('railroad', '')
|
52 |
+
('fisheye', '')
|
53 |
+
('gazebo', '')
|
54 |
+
('throw it', '')
|
55 |
+
('high school', '')
|
56 |
+
('ottoman', '')
|
57 |
+
('commercial', '')
|
58 |
+
('batter', '')
|
59 |
+
('birkenstock', '')
|
60 |
+
('joss whedon', '')
|
61 |
+
('dawn', '')
|
62 |
+
('expensive', '')
|
63 |
+
('sylvester', '')
|
64 |
+
('sink', '')
|
65 |
+
('hooves', '')
|
66 |
+
('kuwait airway', '')
|
67 |
+
('1806', '')
|
68 |
+
('uber', '')
|
69 |
+
('mickey mouse', '')
|
70 |
+
('coconut', '')
|
71 |
+
('cross country', '')
|
72 |
+
('long neck', '')
|
73 |
+
('mammal', '')
|
74 |
+
('water', '')
|
75 |
+
('6 feet', '')
|
76 |
+
('siamese', '')
|
77 |
+
('veggies', '')
|
78 |
+
('veggies', '')
|
79 |
+
('stormy', '')
|
80 |
+
('convection', '')
|
81 |
+
('sail', '')
|
82 |
+
('napkin', '')
|
83 |
+
('truck', '')
|
84 |
+
('past', '')
|
85 |
+
('steer', '')
|
86 |
+
('polo', '')
|
87 |
+
('electric blanket', '')
|
88 |
+
('helium', '')
|
89 |
+
('both', '')
|
90 |
+
('many', '')
|
91 |
+
('no water', '')
|
92 |
+
('advertise brand', '')
|
93 |
+
('concert', '')
|
94 |
+
('to sleep', '')
|
95 |
+
('oneworld', '')
|
96 |
+
('curtain', '')
|
97 |
+
('pig', '')
|
98 |
+
('knob', '')
|
99 |
+
('3 feet', '')
|
100 |
+
('5 tons', '')
|
101 |
+
('levis', '')
|
102 |
+
('nocturnal', '')
|
103 |
+
('contrail', '')
|
104 |
+
('very', '')
|
105 |
+
('pizzaria', '')
|
106 |
+
('mutt', '')
|
107 |
+
('piano', '')
|
108 |
+
('cargo', '')
|
109 |
+
('canine', '')
|
110 |
+
('pancake', '')
|
111 |
+
('thanksgiving', '')
|
112 |
+
('worm', '')
|
113 |
+
('transport', '')
|
114 |
+
('herd', '')
|
115 |
+
('paw', '')
|
116 |
+
('serrated', '')
|
117 |
+
('south america', '')
|
118 |
+
('30 years', '')
|
119 |
+
('sponsor', '')
|
120 |
+
('claw', '')
|
121 |
+
('concert', '')
|
122 |
+
('drive', '')
|
123 |
+
('no left turn', '')
|
124 |
+
('pleasure', '')
|
125 |
+
('school', '')
|
126 |
+
('3 minutes', '')
|
127 |
+
('myna', '')
|
128 |
+
('swimsuit', '')
|
129 |
+
('taxi', '')
|
130 |
+
('flood', '')
|
131 |
+
('1500', '')
|
132 |
+
('poop', '')
|
133 |
+
('skatepark', '')
|
134 |
+
('hat', '')
|
135 |
+
('salt and pepper', '')
|
136 |
+
('simmer', '')
|
137 |
+
('spatula', '')
|
138 |
+
('make donuts', '')
|
139 |
+
('canal', '')
|
140 |
+
('legal', '')
|
141 |
+
('florist', '')
|
142 |
+
('anchor aweigh', '')
|
143 |
+
('seagull', '')
|
144 |
+
('microphone', '')
|
145 |
+
('both', '')
|
146 |
+
('tempered', '')
|
147 |
+
('beef', '')
|
148 |
+
('piano', '')
|
149 |
+
('thomas', '')
|
150 |
+
('nylon', '')
|
151 |
+
('rugby', '')
|
152 |
+
('race horse', '')
|
153 |
+
('plumber', '')
|
154 |
+
('sahara', '')
|
155 |
+
('pita', '')
|
156 |
+
('buddhism', '')
|
157 |
+
('ice', '')
|
158 |
+
('siamese', '')
|
159 |
+
('sydney', '')
|
160 |
+
('carnivore', '')
|
161 |
+
('honey mustard', '')
|
162 |
+
('cool', '')
|
163 |
+
('ski slope', '')
|
164 |
+
('diesel', '')
|
165 |
+
('tern', '')
|
166 |
+
('trash', '')
|
167 |
+
('disc golf', '')
|
168 |
+
('cook it', '')
|
169 |
+
('road work', '')
|
170 |
+
('farm', '')
|
171 |
+
('vitamin', '')
|
172 |
+
('ketchup and pea', '')
|
173 |
+
('clinton', '')
|
174 |
+
('metal', '')
|
175 |
+
('screensaver', '')
|
176 |
+
('medium rare', '')
|
177 |
+
('canary', '')
|
178 |
+
('juice', '')
|
179 |
+
('political', '')
|
180 |
+
('north america', '')
|
181 |
+
('motorcycle license', '')
|
182 |
+
('chihuahua', '')
|
183 |
+
('home plate', '')
|
184 |
+
('teeth', '')
|
185 |
+
('wind', '')
|
186 |
+
('crosswalk', '')
|
187 |
+
('too big', '')
|
188 |
+
('marathon', '')
|
189 |
+
('30.7 lbs', '')
|
190 |
+
('very', '')
|
191 |
+
('arabian', '')
|
192 |
+
('natural', '')
|
193 |
+
('mushroom', '')
|
194 |
+
('ship', '')
|
195 |
+
('wood and metal', '')
|
196 |
+
('tide', '')
|
197 |
+
('sunlight', '')
|
198 |
+
('robe', '')
|
199 |
+
('microwave', '')
|
200 |
+
('badminton', '')
|
201 |
+
('50 mph', '')
|
202 |
+
('wind turbine', '')
|
203 |
+
('mice', '')
|
204 |
+
('1801', '')
|
205 |
+
('hp', '')
|
206 |
+
('freight', '')
|
207 |
+
('biplane', '')
|
208 |
+
('caution', '')
|
209 |
+
('seattle', '')
|
210 |
+
('freeway', '')
|
211 |
+
('mario', '')
|
212 |
+
('near sighted', '')
|
213 |
+
('racket', '')
|
214 |
+
('bamboo', '')
|
215 |
+
('anger', '')
|
216 |
+
('fluoride', '')
|
217 |
+
('heart rate', '')
|
218 |
+
('both', '')
|
219 |
+
('feather', '')
|
220 |
+
('andes', '')
|
221 |
+
('legal', '')
|
222 |
+
('lab', '')
|
223 |
+
('1500', '')
|
224 |
+
('violin', '')
|
225 |
+
('rainbow', '')
|
226 |
+
('very big', '')
|
227 |
+
('thomas', '')
|
228 |
+
('1968', '')
|
229 |
+
('party', '')
|
230 |
+
('roadster', '')
|
231 |
+
('jk rowling', '')
|
232 |
+
('dirt bike', '')
|
233 |
+
('samsung', '')
|
234 |
+
('rough', '')
|
235 |
+
('neoprene', '')
|
236 |
+
('coke', '')
|
237 |
+
('lock', '')
|
238 |
+
('russian', '')
|
239 |
+
('gull', '')
|
240 |
+
('anchor', '')
|
241 |
+
('million', '')
|
242 |
+
('temperate', '')
|
243 |
+
('jumped', '')
|
244 |
+
('middle', '')
|
245 |
+
('pelican', '')
|
246 |
+
('chihuahua', '')
|
247 |
+
('victorian', '')
|
248 |
+
('equus quagga', '')
|
249 |
+
('hp', '')
|
250 |
+
('granite', '')
|
251 |
+
('leopard', '')
|
252 |
+
('dry hand', '')
|
253 |
+
('elephant', '')
|
254 |
+
('soccer', '')
|
255 |
+
('overhand', '')
|
256 |
+
('million', '')
|
257 |
+
('firemen', '')
|
258 |
+
('denim', '')
|
259 |
+
('1847', '')
|
260 |
+
('north america', '')
|
261 |
+
('drive', '')
|
262 |
+
('cowboy hat', '')
|
263 |
+
('rolex', '')
|
264 |
+
('25 years', '')
|
265 |
+
('arabian', '')
|
266 |
+
('greyhound', '')
|
267 |
+
('suzuki', '')
|
268 |
+
('sunlight', '')
|
269 |
+
('thomas', '')
|
270 |
+
('sun', '')
|
271 |
+
('flourescent', '')
|
272 |
+
('sail', '')
|
273 |
+
('kickstand', '')
|
274 |
+
('ceramic', '')
|
275 |
+
('1930s', '')
|
276 |
+
('hat', '')
|
277 |
+
('handstand', '')
|
278 |
+
('pass', '')
|
279 |
+
('forest', '')
|
280 |
+
('turf', '')
|
281 |
+
('table', '')
|
282 |
+
('throw', '')
|
283 |
+
('cell', '')
|
284 |
+
('culinary', '')
|
285 |
+
('cubicle', '')
|
286 |
+
('fly kite', '')
|
287 |
+
('ice', '')
|
288 |
+
('samsung', '')
|
289 |
+
('video', '')
|
290 |
+
('kohler', '')
|
291 |
+
('20s', '')
|
292 |
+
('motorola', '')
|
293 |
+
('panther', '')
|
294 |
+
('30 minutes', '')
|
295 |
+
('kenmore', '')
|
296 |
+
('communication', '')
|
297 |
+
('floral', '')
|
298 |
+
('sausage', '')
|
299 |
+
('15 years', '')
|
300 |
+
('tern', '')
|
301 |
+
('nothing', '')
|
302 |
+
('bike', '')
|
303 |
+
('alaska', '')
|
304 |
+
('hello kitty', '')
|
305 |
+
('husky', '')
|
306 |
+
('not cold', '')
|
307 |
+
('drop', '')
|
308 |
+
('70 years', '')
|
309 |
+
('rolex', '')
|
310 |
+
('salmon', '')
|
311 |
+
('cumulus', '')
|
312 |
+
('beach', '')
|
313 |
+
('tree', '')
|
314 |
+
('biplane', '')
|
315 |
+
('yankees', '')
|
316 |
+
('thousand of year', '')
|
317 |
+
('toucan', '')
|
318 |
+
('political', '')
|
319 |
+
('ferris wheel', '')
|
320 |
+
('religion', '')
|
321 |
+
('laundry', '')
|
322 |
+
('bareback', '')
|
323 |
+
('pit bull', '')
|
324 |
+
('grocery', '')
|
325 |
+
('stainless steel', '')
|
326 |
+
('thanksgiving', '')
|
327 |
+
('river', '')
|
328 |
+
('potato', '')
|
329 |
+
('north america', '')
|
330 |
+
('brake', '')
|
331 |
+
('no leaf on tree', '')
|
332 |
+
('picture', '')
|
333 |
+
('evergreen', '')
|
334 |
+
('wine taster', '')
|
335 |
+
('hispanic', '')
|
336 |
+
('no left turn', '')
|
337 |
+
('school', '')
|
338 |
+
('women', '')
|
339 |
+
('pedestrian', '')
|
340 |
+
('fake', '')
|
341 |
+
('robe', '')
|
342 |
+
('right', '')
|
343 |
+
('match', '')
|
344 |
+
('ice', '')
|
345 |
+
('exam room', '')
|
346 |
+
('exhaust', '')
|
347 |
+
('cardboard', '')
|
348 |
+
('shark', '')
|
349 |
+
('skatepark', '')
|
350 |
+
('tennis net', '')
|
351 |
+
('1940s', '')
|
352 |
+
('forest', '')
|
353 |
+
('river', '')
|
354 |
+
('mirror', '')
|
355 |
+
('fish', '')
|
356 |
+
('mule', '')
|
357 |
+
('early 19th century', '')
|
358 |
+
('boiled', '')
|
359 |
+
('drown', '')
|
360 |
+
('moderately', '')
|
361 |
+
('amtrak', '')
|
362 |
+
('skyscraper', '')
|
363 |
+
('tern', '')
|
364 |
+
('be quiet', '')
|
365 |
+
('garage', '')
|
366 |
+
('street name', '')
|
367 |
+
('chopstick', '')
|
368 |
+
('hospital', '')
|
369 |
+
('brazil', '')
|
370 |
+
('bluejay', '')
|
371 |
+
('communicating', '')
|
372 |
+
('sesame', '')
|
373 |
+
('picket', '')
|
374 |
+
('bee', '')
|
375 |
+
('college student', '')
|
376 |
+
('end aid', '')
|
377 |
+
('live', '')
|
378 |
+
('pet store', '')
|
379 |
+
('cloudy', '')
|
380 |
+
('half', '')
|
381 |
+
('nose', '')
|
382 |
+
('on trip', '')
|
383 |
+
('headphone', '')
|
384 |
+
('dine room', '')
|
385 |
+
('vacation', '')
|
386 |
+
('miniature', '')
|
387 |
+
('million', '')
|
388 |
+
('thomas', '')
|
389 |
+
('brewed', '')
|
390 |
+
('sand', '')
|
391 |
+
('rice', '')
|
392 |
+
('pleasure', '')
|
393 |
+
('sail', '')
|
394 |
+
('goalie', '')
|
395 |
+
('2 quarts', '')
|
396 |
+
('doberman', '')
|
397 |
+
('caution', '')
|
398 |
+
('75 million', '')
|
399 |
+
('worm', '')
|
400 |
+
('child', '')
|
401 |
+
('artist', '')
|
402 |
+
('cool', '')
|
403 |
+
('bandana', '')
|
404 |
+
('air canada', '')
|
405 |
+
('grilled', '')
|
406 |
+
('monitor', '')
|
407 |
+
('wet suit', '')
|
408 |
+
('sydney', '')
|
409 |
+
('bear', '')
|
410 |
+
('compact', '')
|
411 |
+
('honey mustard', '')
|
412 |
+
('play tennis', '')
|
413 |
+
('safety', '')
|
414 |
+
('broccoli', '')
|
415 |
+
('croissant', '')
|
416 |
+
('pay here', '')
|
417 |
+
('neck', '')
|
418 |
+
('pita', '')
|
419 |
+
('wireless', '')
|
420 |
+
('1800s', '')
|
421 |
+
('1903', '')
|
422 |
+
('festival', '')
|
423 |
+
('hotel', '')
|
424 |
+
('honda accord', '')
|
425 |
+
('sail', '')
|
426 |
+
('kite', '')
|
427 |
+
('plaid', '')
|
428 |
+
('catch fish', '')
|
429 |
+
('line', '')
|
430 |
+
('road work', '')
|
431 |
+
('cactus', '')
|
432 |
+
('red soil', '')
|
433 |
+
('million', '')
|
434 |
+
('blended beverage', '')
|
435 |
+
('hypothermia', '')
|
436 |
+
('fondant', '')
|
437 |
+
('toshiba', '')
|
438 |
+
('winair', '')
|
439 |
+
('stallion', '')
|
440 |
+
('legal', '')
|
441 |
+
('commercial', '')
|
442 |
+
('caution', '')
|
443 |
+
('mexico', '')
|
444 |
+
('boy', '')
|
445 |
+
('yamaha', '')
|
446 |
+
('japanese', '')
|
447 |
+
('citrus', '')
|
448 |
+
('canada', '')
|
449 |
+
('catch', '')
|
450 |
+
('pine tree', '')
|
451 |
+
('brush teeth', '')
|
452 |
+
('ski pole', '')
|
453 |
+
('ducati', '')
|
454 |
+
('labrador', '')
|
455 |
+
('pass', '')
|
456 |
+
('6 feet', '')
|
457 |
+
('budweiser', '')
|
458 |
+
('moo', '')
|
459 |
+
('strike', '')
|
460 |
+
('kibble', '')
|
461 |
+
('dough', '')
|
462 |
+
('wooden', '')
|
463 |
+
('kickflip', '')
|
464 |
+
('log', '')
|
465 |
+
('selfie', '')
|
466 |
+
('wooden', '')
|
467 |
+
('babolat', '')
|
468 |
+
('siamese', '')
|
469 |
+
('foal', '')
|
470 |
+
('talk show', '')
|
471 |
+
('many', '')
|
472 |
+
('palm tree', '')
|
473 |
+
('ice', '')
|
474 |
+
('farm', '')
|
475 |
+
('music', '')
|
476 |
+
('glove', '')
|
477 |
+
('20 inches', '')
|
478 |
+
('equestrian', '')
|
479 |
+
('pull', '')
|
480 |
+
('california hawaii', '')
|
481 |
+
('black cat', '')
|
482 |
+
('graffiti artist', '')
|
483 |
+
('bench', '')
|
484 |
+
('yosemite', '')
|
485 |
+
('bowties', '')
|
486 |
+
('lay down', '')
|
487 |
+
('cotton candy', '')
|
488 |
+
('wicker', '')
|
489 |
+
('mozzarella', '')
|
490 |
+
('america', '')
|
491 |
+
('teeth', '')
|
492 |
+
('thousand of year', '')
|
493 |
+
('hp', '')
|
494 |
+
('crystal', '')
|
495 |
+
('airplane', '')
|
496 |
+
('live', '')
|
497 |
+
('pasture', '')
|
498 |
+
('dent', '')
|
499 |
+
('tortoise', '')
|
500 |
+
('sew', '')
|
501 |
+
('see better', '')
|
502 |
+
('babe ruth', '')
|
503 |
+
('race horse', '')
|
504 |
+
('medieval', '')
|
505 |
+
('30 minutes', '')
|
506 |
+
('mozzarella', '')
|
507 |
+
('1806', '')
|
508 |
+
('motocross', '')
|
509 |
+
('million', '')
|
510 |
+
('pack material', '')
|
511 |
+
('clockmaker', '')
|
512 |
+
('forest', '')
|
513 |
+
('cotton candy', '')
|
514 |
+
('compact', '')
|
515 |
+
('poop', '')
|
516 |
+
('sticker', '')
|
517 |
+
('toy store', '')
|
518 |
+
('throw', '')
|
519 |
+
('passtime', '')
|
520 |
+
('tupperware', '')
|
521 |
+
('log', '')
|
522 |
+
('merino', '')
|
523 |
+
('pelican', '')
|
524 |
+
('navel', '')
|
525 |
+
('wetsuit', '')
|
526 |
+
('truck', '')
|
527 |
+
('child', '')
|
528 |
+
('hawk', '')
|
529 |
+
('bluetooth', '')
|
530 |
+
('coke', '')
|
531 |
+
('chinese new year', '')
|
532 |
+
('space', '')
|
533 |
+
('fish', '')
|
534 |
+
('harry potter', '')
|
535 |
+
('even', '')
|
536 |
+
('16 years', '')
|
537 |
+
('advertise brand', '')
|
538 |
+
('military', '')
|
539 |
+
('toxoplasmosis', '')
|
540 |
+
('traditional', '')
|
541 |
+
('leash', '')
|
542 |
+
('stove', '')
|
543 |
+
('napkin', '')
|
544 |
+
('military', '')
|
545 |
+
('flew', '')
|
546 |
+
('penny farthing', '')
|
547 |
+
('frisbee', '')
|
548 |
+
('kung fu panda', '')
|
549 |
+
('home plate', '')
|
550 |
+
('oven', '')
|
551 |
+
('ship', '')
|
552 |
+
('ship', '')
|
553 |
+
('wilson', '')
|
554 |
+
('sheep', '')
|
555 |
+
('wine taste', '')
|
556 |
+
('clean', '')
|
557 |
+
('furniture store', '')
|
558 |
+
('sled', '')
|
559 |
+
('phone', '')
|
560 |
+
('pirate', '')
|
561 |
+
('babar', '')
|
562 |
+
('computer', '')
|
563 |
+
('time tell', '')
|
564 |
+
('kickflip', '')
|
565 |
+
('chicken', '')
|
566 |
+
('seattle', '')
|
567 |
+
('150mph', '')
|
568 |
+
('bok choy', '')
|
569 |
+
('1885', '')
|
570 |
+
('move', '')
|
571 |
+
('jockey', '')
|
572 |
+
('engineering', '')
|
573 |
+
('plaid', '')
|
574 |
+
('firemen', '')
|
575 |
+
('europe', '')
|
576 |
+
('electric', '')
|
577 |
+
('farm', '')
|
578 |
+
('fruit', '')
|
579 |
+
('willow', '')
|
580 |
+
('shark', '')
|
581 |
+
('texas', '')
|
582 |
+
('not rain hard', '')
|
583 |
+
('brewed', '')
|
584 |
+
('giraffe', '')
|
585 |
+
('benjamin franklin', '')
|
586 |
+
('caution', '')
|
587 |
+
('swim', '')
|
588 |
+
('vitamin', '')
|
589 |
+
('ketchup', '')
|
590 |
+
('very expensive', '')
|
591 |
+
('leapfrog', '')
|
592 |
+
('arabian', '')
|
593 |
+
('pepperoni', '')
|
594 |
+
('throw it', '')
|
595 |
+
('tokyo', '')
|
596 |
+
('8 planks', '')
|
597 |
+
('furniture store', '')
|
598 |
+
('harley davidson', '')
|
599 |
+
('squat', '')
|
600 |
+
('luggage', '')
|
601 |
+
('united kingdom', '')
|
602 |
+
('alp', '')
|
603 |
+
('biplane', '')
|
604 |
+
('hamburger', '')
|
605 |
+
('stew', '')
|
606 |
+
('extremely', '')
|
607 |
+
('exam room', '')
|
608 |
+
('garage', '')
|
609 |
+
('forklift driver', '')
|
610 |
+
('50 gallons', '')
|
611 |
+
('pasture', '')
|
612 |
+
('jet fuel', '')
|
613 |
+
('ottoman', '')
|
614 |
+
('los angeles', '')
|
615 |
+
('goth', '')
|
616 |
+
('squat', '')
|
617 |
+
('motorola', '')
|
618 |
+
('zoo', '')
|
619 |
+
('smoke', '')
|
620 |
+
('practice', '')
|
621 |
+
('christmas', '')
|
622 |
+
('strawberry', '')
|
623 |
+
('formal', '')
|
624 |
+
('texas', '')
|
625 |
+
('minaret', '')
|
626 |
+
('nutrient', '')
|
627 |
+
('bench', '')
|
628 |
+
('walkway', '')
|
629 |
+
('ski slope', '')
|
630 |
+
('madonna', '')
|
631 |
+
('samsung', '')
|
632 |
+
('cool', '')
|
633 |
+
('herd', '')
|
634 |
+
('lincoln', '')
|
635 |
+
('propeller', '')
|
636 |
+
('marie antoinette', '')
|
637 |
+
('recliner', '')
|
638 |
+
('box', '')
|
639 |
+
('underhand', '')
|
640 |
+
('pepto bismol', '')
|
641 |
+
('knee', '')
|
642 |
+
('$10000', '')
|
643 |
+
('ketchup', '')
|
644 |
+
('log', '')
|
645 |
+
('same team', '')
|
646 |
+
('alpine', '')
|
647 |
+
('neoprene', '')
|
648 |
+
('microwave', '')
|
649 |
+
('stoplight', '')
|
650 |
+
('digital camera', '')
|
651 |
+
('guinness', '')
|
652 |
+
('world series', '')
|
653 |
+
('backspace', '')
|
654 |
+
('strike', '')
|
655 |
+
('danish', '')
|
656 |
+
('bath', '')
|
657 |
+
('field', '')
|
658 |
+
('wax', '')
|
659 |
+
('wetsuit', '')
|
660 |
+
('cross country', '')
|
661 |
+
('sandwich', '')
|
662 |
+
('meat', '')
|
663 |
+
("don't walk", '')
|
664 |
+
('danish', '')
|
665 |
+
('windex', '')
|
666 |
+
('cloudy', '')
|
667 |
+
('herbivore', '')
|
668 |
+
('desktop', '')
|
669 |
+
('log', '')
|
670 |
+
('sunday', '')
|
671 |
+
('tomato', '')
|
672 |
+
('christmas light', '')
|
673 |
+
('siamese', '')
|
674 |
+
('siamese', '')
|
675 |
+
('remote', '')
|
676 |
+
('shell', '')
|
677 |
+
('anniversary', '')
|
678 |
+
('autumn', '')
|
679 |
+
('himalayas', '')
|
680 |
+
('best buy', '')
|
681 |
+
('captain', '')
|
682 |
+
('troposphere', '')
|
683 |
+
('stopped', '')
|
684 |
+
('truck', '')
|
685 |
+
('goatee', '')
|
686 |
+
('star alliance', '')
|
687 |
+
('fender', '')
|
688 |
+
('penny farthing', '')
|
689 |
+
('government', '')
|
690 |
+
('tusk', '')
|
691 |
+
('yankees', '')
|
692 |
+
('capris', '')
|
693 |
+
('birthday', '')
|
694 |
+
('take picture', '')
|
695 |
+
('rancher', '')
|
696 |
+
('topology', '')
|
697 |
+
('sweet', '')
|
698 |
+
('steam engine', '')
|
699 |
+
('rice', '')
|
700 |
+
('smoothie', '')
|
701 |
+
('glad', '')
|
702 |
+
('grizzly', '')
|
703 |
+
('water ski', '')
|
704 |
+
('women', '')
|
705 |
+
('harley davidson', '')
|
706 |
+
('flock', '')
|
707 |
+
('route 66', '')
|
708 |
+
('land', '')
|
709 |
+
('design', '')
|
710 |
+
('see better', '')
|
711 |
+
('bamboo', '')
|
712 |
+
('london bridge', '')
|
713 |
+
('see yourself', '')
|
714 |
+
('canopy', '')
|
715 |
+
('transportaion', '')
|
716 |
+
('desert', '')
|
717 |
+
('bunk bed', '')
|
718 |
+
('equus quagga', '')
|
719 |
+
('space', '')
|
720 |
+
('india', '')
|
721 |
+
('sideburn', '')
|
722 |
+
('india', '')
|
723 |
+
('shark', '')
|
724 |
+
('commercial', '')
|
725 |
+
('german', '')
|
726 |
+
('line', '')
|
727 |
+
('american airline', '')
|
728 |
+
('ice', '')
|
729 |
+
('thousand of year', '')
|
730 |
+
('log', '')
|
731 |
+
('carpet', '')
|
732 |
+
('move', '')
|
733 |
+
('guinness', '')
|
734 |
+
('jet fuel', '')
|
735 |
+
('ferris wheel', '')
|
736 |
+
('circle', '')
|
737 |
+
('reflection', '')
|
738 |
+
('tusk', '')
|
739 |
+
('college', '')
|
740 |
+
('shade', '')
|
741 |
+
('spark plug', '')
|
742 |
+
('fighter jet', '')
|
743 |
+
('tuxedo', '')
|
744 |
+
('rest', '')
|
745 |
+
('put out fire', '')
|
746 |
+
('french', '')
|
747 |
+
('sister', '')
|
748 |
+
('1000 mph', '')
|
749 |
+
('moen', '')
|
750 |
+
('pillow', '')
|
751 |
+
('north', '')
|
752 |
+
('15000 feet', '')
|
753 |
+
('cosmetology', '')
|
754 |
+
('apartment', '')
|
755 |
+
('peter fonda', '')
|
756 |
+
('clydesdale', '')
|
757 |
+
('sking sled', '')
|
758 |
+
('brown bear', '')
|
759 |
+
('communication', '')
|
760 |
+
('safety', '')
|
761 |
+
('brush teeth', '')
|
762 |
+
('pulled pork', '')
|
763 |
+
('even', '')
|
764 |
+
('fix traffic light', '')
|
765 |
+
('eagle', '')
|
766 |
+
('neoprene', '')
|
767 |
+
('biscuit', '')
|
768 |
+
('grizzly', '')
|
769 |
+
('firemen', '')
|
770 |
+
('yamaha', '')
|
771 |
+
('wooden', '')
|
772 |
+
('circle', '')
|
773 |
+
('slicer', '')
|
774 |
+
('tennis match', '')
|
775 |
+
('million', '')
|
776 |
+
('glare', '')
|
777 |
+
('floral', '')
|
778 |
+
('thomas', '')
|
779 |
+
('passenger', '')
|
780 |
+
('log', '')
|
781 |
+
('black', '')
|
782 |
+
('harley', '')
|
783 |
+
('air show', '')
|
784 |
+
('collie', '')
|
785 |
+
('thousand', '')
|
786 |
+
('picture', '')
|
787 |
+
('be quiet', '')
|
788 |
+
('1940s', '')
|
789 |
+
('white shirt', '')
|
790 |
+
('oil', '')
|
791 |
+
('striped', '')
|
792 |
+
('dusk', '')
|
793 |
+
('time zone', '')
|
794 |
+
('railroad', '')
|
795 |
+
('very', '')
|
796 |
+
('pepsi', '')
|
797 |
+
('ocean', '')
|
798 |
+
('cheesecake', '')
|
799 |
+
('sailboat', '')
|
800 |
+
('heron', '')
|
801 |
+
('travel', '')
|
802 |
+
('cordless', '')
|
803 |
+
('fast food', '')
|
804 |
+
('luggage', '')
|
805 |
+
('collie', '')
|
806 |
+
('grape and banana', '')
|
807 |
+
('cooked', '')
|
808 |
+
('1500', '')
|
809 |
+
('thick', '')
|
810 |
+
('1000 mph', '')
|
811 |
+
('cow milk', '')
|
812 |
+
('near sighted', '')
|
813 |
+
('they eat grass', '')
|
814 |
+
('train station', '')
|
815 |
+
('leash', '')
|
816 |
+
('vitamin', '')
|
817 |
+
('bulb', '')
|
818 |
+
('gas', '')
|
819 |
+
('cake', '')
|
820 |
+
('korean', '')
|
821 |
+
('spray paint', '')
|
822 |
+
('gottlieb daimler', '')
|
823 |
+
('20 inches', '')
|
824 |
+
('american shorthair', '')
|
825 |
+
('herbivorous', '')
|
826 |
+
('mustard', '')
|
827 |
+
('disorganized', '')
|
828 |
+
('hitchcock', '')
|
829 |
+
('steamed', '')
|
830 |
+
('fine', '')
|
831 |
+
('broken leg', '')
|
832 |
+
('brush teeth', '')
|
833 |
+
('croissant', '')
|
834 |
+
('2 tons', '')
|
835 |
+
('french fry', '')
|
836 |
+
('climate change', '')
|
837 |
+
('control horse', '')
|
838 |
+
('tern', '')
|
839 |
+
('olives', '')
|
840 |
+
('benjamin franklin', '')
|
841 |
+
('juice', '')
|
842 |
+
('picket', '')
|
843 |
+
('50 cents', '')
|
844 |
+
('ebay', '')
|
845 |
+
("2000's", '')
|
846 |
+
('carrot', '')
|
847 |
+
('hike', '')
|
848 |
+
('cafeteria', '')
|
849 |
+
('log', '')
|
850 |
+
('phone', '')
|
851 |
+
('watch tv', '')
|
852 |
+
('15 years', '')
|
853 |
+
('steam locomotive', '')
|
854 |
+
('not safe', '')
|
855 |
+
('to sleep', '')
|
856 |
+
('cowboy hat', '')
|
857 |
+
('goldilocks', '')
|
858 |
+
('rawlings', '')
|
859 |
+
('canine', '')
|
860 |
+
('fedora', '')
|
861 |
+
('blt', '')
|
862 |
+
('suitcase', '')
|
863 |
+
('300', '')
|
864 |
+
('rosa park', '')
|
865 |
+
('day', '')
|
866 |
+
('equestrian', '')
|
867 |
+
('reuben', '')
|
868 |
+
('plant', '')
|
869 |
+
('roll', '')
|
870 |
+
('heat', '')
|
871 |
+
('in oven', '')
|
872 |
+
('mouse', '')
|
873 |
+
('bake it', '')
|
874 |
+
('mosquito net', '')
|
875 |
+
('french door', '')
|
876 |
+
('anger', '')
|
877 |
+
('big ben', '')
|
878 |
+
('donuts', '')
|
879 |
+
('15000 feet', '')
|
880 |
+
('sing', '')
|
881 |
+
('time zone', '')
|
882 |
+
('thirsty', '')
|
883 |
+
('pacific ocean', '')
|
884 |
+
('rugby', '')
|
885 |
+
('korean air', '')
|
886 |
+
('pun', '')
|
887 |
+
('southeast asia', '')
|
888 |
+
('halloween', '')
|
889 |
+
('50 years', '')
|
890 |
+
('1930s', '')
|
891 |
+
('video game', '')
|
892 |
+
('australia', '')
|
893 |
+
('shark', '')
|
894 |
+
('pacific ocean', '')
|
895 |
+
('pitbull', '')
|
896 |
+
('german shepard', '')
|
897 |
+
('fruit', '')
|
898 |
+
('butter', '')
|
899 |
+
('arabian', '')
|
900 |
+
('downhill', '')
|
901 |
+
('6 weeks', '')
|
902 |
+
('cook', '')
|
903 |
+
('vanilla', '')
|
904 |
+
('recently', '')
|
905 |
+
('fiberglass', '')
|
906 |
+
('spoon', '')
|
907 |
+
('pajama', '')
|
908 |
+
('1000 mph', '')
|
909 |
+
('1936', '')
|
910 |
+
('messy', '')
|
911 |
+
('gothic', '')
|
912 |
+
('medieval', '')
|
913 |
+
('bowl', '')
|
914 |
+
('500 pounds', '')
|
915 |
+
('luggage', '')
|
916 |
+
('jansport', '')
|
917 |
+
('monet', '')
|
918 |
+
('asian', '')
|
919 |
+
('mahogany', '')
|
920 |
+
('tabby', '')
|
921 |
+
('ricotta', '')
|
922 |
+
('figurine', '')
|
923 |
+
('wallpaper', '')
|
924 |
+
('hole', '')
|
925 |
+
('floral', '')
|
926 |
+
('carbon monoxide', '')
|
927 |
+
('pass', '')
|
928 |
+
('motorcycle license', '')
|
929 |
+
('vase', '')
|
930 |
+
("french's", '')
|
931 |
+
('boeing', '')
|
932 |
+
('picnic', '')
|
933 |
+
('clock tower', '')
|
934 |
+
('wetsuit', '')
|
935 |
+
('everest', '')
|
936 |
+
('150mph', '')
|
937 |
+
('stopped', '')
|
938 |
+
('marshmellow', '')
|
939 |
+
('15 years', '')
|
940 |
+
('boeing', '')
|
941 |
+
('itali', '')
|
942 |
+
('fruit', '')
|
943 |
+
('cruise', '')
|
944 |
+
('twin', '')
|
945 |
+
('canine', '')
|
946 |
+
('tokyo', '')
|
947 |
+
('baked in oven', '')
|
948 |
+
('antarctica', '')
|
949 |
+
('halloween', '')
|
950 |
+
('not valuable', '')
|
951 |
+
('lincoln', '')
|
952 |
+
('museum', '')
|
953 |
+
('vietnam', '')
|
954 |
+
('very', '')
|
955 |
+
('zebra', '')
|
956 |
+
('lettuce', '')
|
957 |
+
('daisy', '')
|
958 |
+
('australia', '')
|
959 |
+
('office', '')
|
960 |
+
('serena williams', '')
|
961 |
+
('orange juice', '')
|
962 |
+
("valentine's day", '')
|
963 |
+
('tony hawk', '')
|
964 |
+
('cumulus', '')
|
965 |
+
('transport good', '')
|
966 |
+
('transport good', '')
|
967 |
+
('flip phone', '')
|
968 |
+
('coffee table', '')
|
969 |
+
('cook', '')
|
970 |
+
('tree', '')
|
971 |
+
('kohler', '')
|
972 |
+
('barn', '')
|
973 |
+
('architect', '')
|
974 |
+
('europe', '')
|
975 |
+
('race horse', '')
|
976 |
+
('shoulder', '')
|
977 |
+
('volleyball', '')
|
978 |
+
('gothic', '')
|
979 |
+
('benjamin franklin', '')
|
980 |
+
('fire hydrant', '')
|
981 |
+
('black cat', '')
|
982 |
+
('fall', '')
|
983 |
+
('colander', '')
|
984 |
+
('play video game', '')
|
985 |
+
('merino', '')
|
986 |
+
('dry hand', '')
|
987 |
+
('pilot', '')
|
988 |
+
('legal', '')
|
989 |
+
('partly cloudy', '')
|
990 |
+
('amazon', '')
|
991 |
+
('20s', '')
|
992 |
+
('log', '')
|
993 |
+
('san francisco', '')
|
994 |
+
('tony hawk', '')
|
995 |
+
('bang', '')
|
996 |
+
('roy cawood', '')
|
997 |
+
('2 16 years', '')
|
998 |
+
('blanket', '')
|
999 |
+
('new york city', '')
|
1000 |
+
('brahman', '')
|
eval/OK-VQA_score.json
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"acc": 0.474,
|
3 |
+
"num_correct": 474,
|
4 |
+
"num_pred": 1000
|
5 |
+
}
|
eval/OVEN_pred.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
eval/OVEN_score.json
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"acc": 0.663,
|
3 |
+
"num_correct": 663,
|
4 |
+
"num_pred": 1000
|
5 |
+
}
|
eval/ObjectNet_pred.txt
ADDED
@@ -0,0 +1,1000 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
('chair', '')
|
2 |
+
('mug', '')
|
3 |
+
('chair', '')
|
4 |
+
('chair', '')
|
5 |
+
('candle', '')
|
6 |
+
('chair', '')
|
7 |
+
('helmet', '')
|
8 |
+
('chair', '')
|
9 |
+
('chair', '')
|
10 |
+
('chair', '')
|
11 |
+
('chair', '')
|
12 |
+
('chair', '')
|
13 |
+
('chair', '')
|
14 |
+
('chair', '')
|
15 |
+
('drill', '')
|
16 |
+
('pillow', '')
|
17 |
+
('microwave', '')
|
18 |
+
('backpack', '')
|
19 |
+
('chair', '')
|
20 |
+
('chair', '')
|
21 |
+
('chair', '')
|
22 |
+
('mug', '')
|
23 |
+
('chair', '')
|
24 |
+
('chair', '')
|
25 |
+
('chair', '')
|
26 |
+
('chair', '')
|
27 |
+
('laptop (open)', '')
|
28 |
+
('strainer', '')
|
29 |
+
('chair', '')
|
30 |
+
('chair', '')
|
31 |
+
('chair', '')
|
32 |
+
('chair', '')
|
33 |
+
('vacuum cleaner', '')
|
34 |
+
('banana', '')
|
35 |
+
('chair', '')
|
36 |
+
('candle', '')
|
37 |
+
('chair', '')
|
38 |
+
('chair', '')
|
39 |
+
('ladle', '')
|
40 |
+
('bicycle', '')
|
41 |
+
('umbrella', '')
|
42 |
+
('chair', '')
|
43 |
+
('toaster', '')
|
44 |
+
('screw', '')
|
45 |
+
('chair', '')
|
46 |
+
('chair', '')
|
47 |
+
('bottle cap', '')
|
48 |
+
('chair', '')
|
49 |
+
('chair', '')
|
50 |
+
('monitor', '')
|
51 |
+
('chair', '')
|
52 |
+
('chair', '')
|
53 |
+
('chair', '')
|
54 |
+
('chair', '')
|
55 |
+
('chair', '')
|
56 |
+
('chair', '')
|
57 |
+
('chair', '')
|
58 |
+
('toaster', '')
|
59 |
+
('chair', '')
|
60 |
+
('chair', '')
|
61 |
+
('chair', '')
|
62 |
+
('sunglasses', '')
|
63 |
+
('pillow', '')
|
64 |
+
('chair', '')
|
65 |
+
('chair', '')
|
66 |
+
('chair', '')
|
67 |
+
('chair', '')
|
68 |
+
('chair', '')
|
69 |
+
('chair', '')
|
70 |
+
('chair', '')
|
71 |
+
('chair', '')
|
72 |
+
('padlock', '')
|
73 |
+
('chair', '')
|
74 |
+
('padlock', '')
|
75 |
+
('chair', '')
|
76 |
+
('chair', '')
|
77 |
+
('chair', '')
|
78 |
+
('helmet', '')
|
79 |
+
('chair', '')
|
80 |
+
('backpack', '')
|
81 |
+
('bucket', '')
|
82 |
+
('chair', '')
|
83 |
+
('envelope', '')
|
84 |
+
('backpack', '')
|
85 |
+
('chair', '')
|
86 |
+
('chair', '')
|
87 |
+
('chair', '')
|
88 |
+
('chair', '')
|
89 |
+
('chair', '')
|
90 |
+
('water bottle', '')
|
91 |
+
('screw', '')
|
92 |
+
('chair', '')
|
93 |
+
('pillow', '')
|
94 |
+
('chair', '')
|
95 |
+
('broom', '')
|
96 |
+
('mug', '')
|
97 |
+
('chair', '')
|
98 |
+
('chair', '')
|
99 |
+
('chair', '')
|
100 |
+
('chair', '')
|
101 |
+
('cellphone', '')
|
102 |
+
('chair', '')
|
103 |
+
('chair', '')
|
104 |
+
('vacuum cleaner', '')
|
105 |
+
('chair', '')
|
106 |
+
('chair', '')
|
107 |
+
('chair', '')
|
108 |
+
('chair', '')
|
109 |
+
('broom', '')
|
110 |
+
('chair', '')
|
111 |
+
('chair', '')
|
112 |
+
('chair', '')
|
113 |
+
('alarm clock', '')
|
114 |
+
('keyboard', '')
|
115 |
+
('chair', '')
|
116 |
+
('chair', '')
|
117 |
+
('envelope', '')
|
118 |
+
('chair', '')
|
119 |
+
('chair', '')
|
120 |
+
('chair', '')
|
121 |
+
('tray', '')
|
122 |
+
('chair', '')
|
123 |
+
('safety pin', '')
|
124 |
+
('monitor', '')
|
125 |
+
('chair', '')
|
126 |
+
('chair', '')
|
127 |
+
('chair', '')
|
128 |
+
('chair', '')
|
129 |
+
('chair', '')
|
130 |
+
('vacuum cleaner', '')
|
131 |
+
('chair', '')
|
132 |
+
('chair', '')
|
133 |
+
('chair', '')
|
134 |
+
('toaster', '')
|
135 |
+
('chair', '')
|
136 |
+
('chair', '')
|
137 |
+
('chair', '')
|
138 |
+
('backpack', '')
|
139 |
+
('toilet paper roll', '')
|
140 |
+
('frying pan', '')
|
141 |
+
('chair', '')
|
142 |
+
('chair', '')
|
143 |
+
('chair', '')
|
144 |
+
('chair', '')
|
145 |
+
('chair', '')
|
146 |
+
('chair', '')
|
147 |
+
('chair', '')
|
148 |
+
('chair', '')
|
149 |
+
('chair', '')
|
150 |
+
('chair', '')
|
151 |
+
('chair', '')
|
152 |
+
('chair', '')
|
153 |
+
('chair', '')
|
154 |
+
('vase', '')
|
155 |
+
('chair', '')
|
156 |
+
('chair', '')
|
157 |
+
('chair', '')
|
158 |
+
('chair', '')
|
159 |
+
('chair', '')
|
160 |
+
('chair', '')
|
161 |
+
('chair', '')
|
162 |
+
('chair', '')
|
163 |
+
('tray', '')
|
164 |
+
('chair', '')
|
165 |
+
('chair', '')
|
166 |
+
('chair', '')
|
167 |
+
('envelope', '')
|
168 |
+
('chair', '')
|
169 |
+
('chair', '')
|
170 |
+
('chair', '')
|
171 |
+
('chair', '')
|
172 |
+
('sock', '')
|
173 |
+
('chair', '')
|
174 |
+
('chair', '')
|
175 |
+
('toaster', '')
|
176 |
+
('keyboard', '')
|
177 |
+
('chair', '')
|
178 |
+
('chair', '')
|
179 |
+
('chair', '')
|
180 |
+
('chair', '')
|
181 |
+
('chair', '')
|
182 |
+
('wallet', '')
|
183 |
+
('paper towel', '')
|
184 |
+
('chair', '')
|
185 |
+
('chair', '')
|
186 |
+
('chair', '')
|
187 |
+
('chair', '')
|
188 |
+
('chair', '')
|
189 |
+
('chair', '')
|
190 |
+
('backpack', '')
|
191 |
+
('chair', '')
|
192 |
+
('toilet paper roll', '')
|
193 |
+
('safety pin', '')
|
194 |
+
('chair', '')
|
195 |
+
('water bottle', '')
|
196 |
+
('chair', '')
|
197 |
+
('chair', '')
|
198 |
+
('chair', '')
|
199 |
+
('backpack', '')
|
200 |
+
('chair', '')
|
201 |
+
('chair', '')
|
202 |
+
('chair', '')
|
203 |
+
('toaster', '')
|
204 |
+
('keyboard', '')
|
205 |
+
('mug', '')
|
206 |
+
('chair', '')
|
207 |
+
('chair', '')
|
208 |
+
('chair', '')
|
209 |
+
('chair', '')
|
210 |
+
('chair', '')
|
211 |
+
('chair', '')
|
212 |
+
('chair', '')
|
213 |
+
('chair', '')
|
214 |
+
('chair', '')
|
215 |
+
('chair', '')
|
216 |
+
('chair', '')
|
217 |
+
('microwave', '')
|
218 |
+
('chair', '')
|
219 |
+
('chair', '')
|
220 |
+
('chair', '')
|
221 |
+
('chair', '')
|
222 |
+
('chair', '')
|
223 |
+
('chair', '')
|
224 |
+
('bicycle', '')
|
225 |
+
('chair', '')
|
226 |
+
('tray', '')
|
227 |
+
('pillow', '')
|
228 |
+
('chair', '')
|
229 |
+
('chair', '')
|
230 |
+
('chair', '')
|
231 |
+
('sweater', '')
|
232 |
+
('chair', '')
|
233 |
+
('chair', '')
|
234 |
+
('chair', '')
|
235 |
+
('chair', '')
|
236 |
+
('chair', '')
|
237 |
+
('chair', '')
|
238 |
+
('microwave', '')
|
239 |
+
('chair', '')
|
240 |
+
('chair', '')
|
241 |
+
('chair', '')
|
242 |
+
('chair', '')
|
243 |
+
('chair', '')
|
244 |
+
('chair', '')
|
245 |
+
('chair', '')
|
246 |
+
('chair', '')
|
247 |
+
('whistle', '')
|
248 |
+
('cellphone', '')
|
249 |
+
('chair', '')
|
250 |
+
('chair', '')
|
251 |
+
('chair', '')
|
252 |
+
('vase', '')
|
253 |
+
('chair', '')
|
254 |
+
('chair', '')
|
255 |
+
('chair', '')
|
256 |
+
('screw', '')
|
257 |
+
('chair', '')
|
258 |
+
('chair', '')
|
259 |
+
('chair', '')
|
260 |
+
('microwave', '')
|
261 |
+
('chair', '')
|
262 |
+
('chair', '')
|
263 |
+
('jeans', '')
|
264 |
+
('chair', '')
|
265 |
+
('chair', '')
|
266 |
+
('chair', '')
|
267 |
+
('chair', '')
|
268 |
+
('chair', '')
|
269 |
+
('chair', '')
|
270 |
+
('jeans', '')
|
271 |
+
('chair', '')
|
272 |
+
('chair', '')
|
273 |
+
('tray', '')
|
274 |
+
('chair', '')
|
275 |
+
('chair', '')
|
276 |
+
('chair', '')
|
277 |
+
('chair', '')
|
278 |
+
('banana', '')
|
279 |
+
('chair', '')
|
280 |
+
('chair', '')
|
281 |
+
('chair', '')
|
282 |
+
('chair', '')
|
283 |
+
('beer bottle', '')
|
284 |
+
('chair', '')
|
285 |
+
('chair', '')
|
286 |
+
('mug', '')
|
287 |
+
('chair', '')
|
288 |
+
('laptop (open)', '')
|
289 |
+
('cellphone', '')
|
290 |
+
('chair', '')
|
291 |
+
('shovel', '')
|
292 |
+
('chair', '')
|
293 |
+
('chair', '')
|
294 |
+
('teapot', '')
|
295 |
+
('chair', '')
|
296 |
+
('remote control', '')
|
297 |
+
('jeans', '')
|
298 |
+
('chair', '')
|
299 |
+
('chair', '')
|
300 |
+
('pillow', '')
|
301 |
+
('chair', '')
|
302 |
+
('screw', '')
|
303 |
+
('chair', '')
|
304 |
+
('chair', '')
|
305 |
+
('chair', '')
|
306 |
+
('chair', '')
|
307 |
+
('spatula', '')
|
308 |
+
('nail (fastener)', '')
|
309 |
+
('bicycle', '')
|
310 |
+
('chair', '')
|
311 |
+
('bicycle', '')
|
312 |
+
('chair', '')
|
313 |
+
('chair', '')
|
314 |
+
('chair', '')
|
315 |
+
('chair', '')
|
316 |
+
('chair', '')
|
317 |
+
('chair', '')
|
318 |
+
('chair', '')
|
319 |
+
('chair', '')
|
320 |
+
('chair', '')
|
321 |
+
('chair', '')
|
322 |
+
('chair', '')
|
323 |
+
('chair', '')
|
324 |
+
('monitor', '')
|
325 |
+
('broom', '')
|
326 |
+
('chair', '')
|
327 |
+
('beer bottle', '')
|
328 |
+
('chair', '')
|
329 |
+
('chair', '')
|
330 |
+
('chair', '')
|
331 |
+
("butcher's knife", '')
|
332 |
+
('wok', '')
|
333 |
+
('shovel', '')
|
334 |
+
('bucket', '')
|
335 |
+
('chair', '')
|
336 |
+
('chair', '')
|
337 |
+
('chair', '')
|
338 |
+
('wok', '')
|
339 |
+
('portable heater', '')
|
340 |
+
('chair', '')
|
341 |
+
('chair', '')
|
342 |
+
('chair', '')
|
343 |
+
('padlock', '')
|
344 |
+
('chair', '')
|
345 |
+
('chair', '')
|
346 |
+
('chair', '')
|
347 |
+
('chair', '')
|
348 |
+
('chair', '')
|
349 |
+
('desk lamp', '')
|
350 |
+
('chair', '')
|
351 |
+
('helmet', '')
|
352 |
+
('chair', '')
|
353 |
+
('broom', '')
|
354 |
+
('wine bottle', '')
|
355 |
+
('chair', '')
|
356 |
+
('laptop (open)', '')
|
357 |
+
('basket', '')
|
358 |
+
('chair', '')
|
359 |
+
('chair', '')
|
360 |
+
('chair', '')
|
361 |
+
('helmet', '')
|
362 |
+
('chair', '')
|
363 |
+
('chair', '')
|
364 |
+
('chair', '')
|
365 |
+
('chair', '')
|
366 |
+
('chair', '')
|
367 |
+
('chair', '')
|
368 |
+
('chair', '')
|
369 |
+
('broom', '')
|
370 |
+
('chair', '')
|
371 |
+
('chair', '')
|
372 |
+
('chair', '')
|
373 |
+
('sunglasses', '')
|
374 |
+
('chair', '')
|
375 |
+
('chair', '')
|
376 |
+
('alarm clock', '')
|
377 |
+
('chair', '')
|
378 |
+
('chair', '')
|
379 |
+
('chair', '')
|
380 |
+
('chair', '')
|
381 |
+
('chair', '')
|
382 |
+
('measuring cup', '')
|
383 |
+
('monitor', '')
|
384 |
+
('ruler', '')
|
385 |
+
('chair', '')
|
386 |
+
('chair', '')
|
387 |
+
('chair', '')
|
388 |
+
('chair', '')
|
389 |
+
('chair', '')
|
390 |
+
('chair', '')
|
391 |
+
('chair', '')
|
392 |
+
('chair', '')
|
393 |
+
('trash bin', '')
|
394 |
+
('cellphone', '')
|
395 |
+
('microwave', '')
|
396 |
+
('chair', '')
|
397 |
+
('chair', '')
|
398 |
+
('chair', '')
|
399 |
+
('chair', '')
|
400 |
+
('chair', '')
|
401 |
+
('chair', '')
|
402 |
+
('chair', '')
|
403 |
+
('chair', '')
|
404 |
+
('broom', '')
|
405 |
+
('chair', '')
|
406 |
+
('chair', '')
|
407 |
+
('chair', '')
|
408 |
+
('chair', '')
|
409 |
+
('chair', '')
|
410 |
+
('t-shirt', '')
|
411 |
+
('chair', '')
|
412 |
+
('bicycle', '')
|
413 |
+
('monitor', '')
|
414 |
+
('chair', '')
|
415 |
+
('chair', '')
|
416 |
+
('vase', '')
|
417 |
+
('laptop (open)', '')
|
418 |
+
('vacuum cleaner', '')
|
419 |
+
('candle', '')
|
420 |
+
('chair', '')
|
421 |
+
('chair', '')
|
422 |
+
('chair', '')
|
423 |
+
('chair', '')
|
424 |
+
('chair', '')
|
425 |
+
('lemon', '')
|
426 |
+
('remote control', '')
|
427 |
+
('chair', '')
|
428 |
+
('chair', '')
|
429 |
+
('chair', '')
|
430 |
+
('chair', '')
|
431 |
+
('chair', '')
|
432 |
+
('chair', '')
|
433 |
+
('bicycle', '')
|
434 |
+
('chair', '')
|
435 |
+
('chair', '')
|
436 |
+
('lemon', '')
|
437 |
+
('chair', '')
|
438 |
+
('chair', '')
|
439 |
+
('lighter', '')
|
440 |
+
('chair', '')
|
441 |
+
('broom', '')
|
442 |
+
('chair', '')
|
443 |
+
('chair', '')
|
444 |
+
('safety pin', '')
|
445 |
+
('chair', '')
|
446 |
+
('chair', '')
|
447 |
+
('chair', '')
|
448 |
+
('chair', '')
|
449 |
+
('chair', '')
|
450 |
+
('screw', '')
|
451 |
+
('chair', '')
|
452 |
+
('chair', '')
|
453 |
+
('chair', '')
|
454 |
+
('chair', '')
|
455 |
+
('padlock', '')
|
456 |
+
('chair', '')
|
457 |
+
('chair', '')
|
458 |
+
('chair', '')
|
459 |
+
('chair', '')
|
460 |
+
('chair', '')
|
461 |
+
('hammer', '')
|
462 |
+
('backpack', '')
|
463 |
+
('broom', '')
|
464 |
+
('chair', '')
|
465 |
+
('chair', '')
|
466 |
+
('chair', '')
|
467 |
+
('sock', '')
|
468 |
+
('pillow', '')
|
469 |
+
('chair', '')
|
470 |
+
('chair', '')
|
471 |
+
('helmet', '')
|
472 |
+
('chair', '')
|
473 |
+
('chair', '')
|
474 |
+
('chair', '')
|
475 |
+
('vase', '')
|
476 |
+
('chair', '')
|
477 |
+
('chair', '')
|
478 |
+
('chair', '')
|
479 |
+
('chair', '')
|
480 |
+
('chair', '')
|
481 |
+
('chair', '')
|
482 |
+
('chair', '')
|
483 |
+
('drill', '')
|
484 |
+
('chair', '')
|
485 |
+
('ruler', '')
|
486 |
+
('ladle', '')
|
487 |
+
('chair', '')
|
488 |
+
('chair', '')
|
489 |
+
('chair', '')
|
490 |
+
('chair', '')
|
491 |
+
('vase', '')
|
492 |
+
('chair', '')
|
493 |
+
('chair', '')
|
494 |
+
('envelope', '')
|
495 |
+
('chair', '')
|
496 |
+
('chair', '')
|
497 |
+
('broom', '')
|
498 |
+
('chair', '')
|
499 |
+
('chair', '')
|
500 |
+
('chair', '')
|
501 |
+
('chair', '')
|
502 |
+
('beer bottle', '')
|
503 |
+
('chair', '')
|
504 |
+
('toaster', '')
|
505 |
+
('chair', '')
|
506 |
+
('chair', '')
|
507 |
+
('chair', '')
|
508 |
+
('chair', '')
|
509 |
+
('laptop (open)', '')
|
510 |
+
('chair', '')
|
511 |
+
('broom', '')
|
512 |
+
('bucket', '')
|
513 |
+
('chair', '')
|
514 |
+
('chair', '')
|
515 |
+
('chair', '')
|
516 |
+
('broom', '')
|
517 |
+
('water bottle', '')
|
518 |
+
('chair', '')
|
519 |
+
('chair', '')
|
520 |
+
('sock', '')
|
521 |
+
('chair', '')
|
522 |
+
('chair', '')
|
523 |
+
('toaster', '')
|
524 |
+
('chair', '')
|
525 |
+
('laptop (open)', '')
|
526 |
+
('vase', '')
|
527 |
+
('chair', '')
|
528 |
+
('mug', '')
|
529 |
+
('chair', '')
|
530 |
+
('chair', '')
|
531 |
+
('chair', '')
|
532 |
+
('chair', '')
|
533 |
+
('chair', '')
|
534 |
+
('chair', '')
|
535 |
+
('bicycle', '')
|
536 |
+
('broom', '')
|
537 |
+
('frying pan', '')
|
538 |
+
('vase', '')
|
539 |
+
('chair', '')
|
540 |
+
('doormat', '')
|
541 |
+
('chair', '')
|
542 |
+
('chair', '')
|
543 |
+
('chair', '')
|
544 |
+
('shovel', '')
|
545 |
+
('chair', '')
|
546 |
+
('chair', '')
|
547 |
+
('chair', '')
|
548 |
+
('chair', '')
|
549 |
+
('chair', '')
|
550 |
+
('chair', '')
|
551 |
+
('chair', '')
|
552 |
+
('monitor', '')
|
553 |
+
('chair', '')
|
554 |
+
('lipstick', '')
|
555 |
+
('paintbrush', '')
|
556 |
+
('spatula', '')
|
557 |
+
('chair', '')
|
558 |
+
('chair', '')
|
559 |
+
('chair', '')
|
560 |
+
('chair', '')
|
561 |
+
('chair', '')
|
562 |
+
('chair', '')
|
563 |
+
('chair', '')
|
564 |
+
('chair', '')
|
565 |
+
('chair', '')
|
566 |
+
('chair', '')
|
567 |
+
('chair', '')
|
568 |
+
('bicycle', '')
|
569 |
+
('chair', '')
|
570 |
+
('microwave', '')
|
571 |
+
('laptop (open)', '')
|
572 |
+
('chair', '')
|
573 |
+
('lighter', '')
|
574 |
+
('chair', '')
|
575 |
+
('chair', '')
|
576 |
+
('chair', '')
|
577 |
+
('chair', '')
|
578 |
+
('chair', '')
|
579 |
+
('chair', '')
|
580 |
+
('chair', '')
|
581 |
+
('chair', '')
|
582 |
+
('chair', '')
|
583 |
+
('chair', '')
|
584 |
+
('chair', '')
|
585 |
+
('computer mouse', '')
|
586 |
+
('chair', '')
|
587 |
+
('lipstick', '')
|
588 |
+
('chair', '')
|
589 |
+
('chair', '')
|
590 |
+
('chair', '')
|
591 |
+
('broom', '')
|
592 |
+
('chair', '')
|
593 |
+
('chair', '')
|
594 |
+
('screw', '')
|
595 |
+
('chair', '')
|
596 |
+
('chair', '')
|
597 |
+
('chair', '')
|
598 |
+
('chair', '')
|
599 |
+
('chair', '')
|
600 |
+
('envelope', '')
|
601 |
+
('chair', '')
|
602 |
+
('chair', '')
|
603 |
+
('ladle', '')
|
604 |
+
('chair', '')
|
605 |
+
('chair', '')
|
606 |
+
("butcher's knife", '')
|
607 |
+
('chair', '')
|
608 |
+
('laptop (open)', '')
|
609 |
+
('monitor', '')
|
610 |
+
('hammer', '')
|
611 |
+
('chair', '')
|
612 |
+
('binder (closed)', '')
|
613 |
+
('vacuum cleaner', '')
|
614 |
+
('ruler', '')
|
615 |
+
('chair', '')
|
616 |
+
('chair', '')
|
617 |
+
('chair', '')
|
618 |
+
('chair', '')
|
619 |
+
('chair', '')
|
620 |
+
('toaster', '')
|
621 |
+
('sunglasses', '')
|
622 |
+
('chair', '')
|
623 |
+
('chair', '')
|
624 |
+
('chair', '')
|
625 |
+
('chair', '')
|
626 |
+
('chair', '')
|
627 |
+
('sunglasses', '')
|
628 |
+
('chair', '')
|
629 |
+
('broom', '')
|
630 |
+
('chair', '')
|
631 |
+
('banana', '')
|
632 |
+
('cellphone', '')
|
633 |
+
('chair', '')
|
634 |
+
('paintbrush', '')
|
635 |
+
('chair', '')
|
636 |
+
('chair', '')
|
637 |
+
('chair', '')
|
638 |
+
('chair', '')
|
639 |
+
('cellphone', '')
|
640 |
+
('jeans', '')
|
641 |
+
('chair', '')
|
642 |
+
('plunger', '')
|
643 |
+
('bucket', '')
|
644 |
+
('chair', '')
|
645 |
+
('chair', '')
|
646 |
+
('chair', '')
|
647 |
+
('chair', '')
|
648 |
+
('remote control', '')
|
649 |
+
('chair', '')
|
650 |
+
('chair', '')
|
651 |
+
('chair', '')
|
652 |
+
('chair', '')
|
653 |
+
('chair', '')
|
654 |
+
('plastic bag', '')
|
655 |
+
('chair', '')
|
656 |
+
('chair', '')
|
657 |
+
('chair', '')
|
658 |
+
('lemon', '')
|
659 |
+
('chair', '')
|
660 |
+
('chair', '')
|
661 |
+
('chair', '')
|
662 |
+
('chair', '')
|
663 |
+
('chair', '')
|
664 |
+
('chair', '')
|
665 |
+
('chair', '')
|
666 |
+
('lemon', '')
|
667 |
+
('beer bottle', '')
|
668 |
+
('chair', '')
|
669 |
+
('chair', '')
|
670 |
+
('chair', '')
|
671 |
+
('toaster', '')
|
672 |
+
('chair', '')
|
673 |
+
('chair', '')
|
674 |
+
('chair', '')
|
675 |
+
('chair', '')
|
676 |
+
('chair', '')
|
677 |
+
('chair', '')
|
678 |
+
('chair', '')
|
679 |
+
('toaster', '')
|
680 |
+
('chair', '')
|
681 |
+
('chair', '')
|
682 |
+
('chair', '')
|
683 |
+
('envelope', '')
|
684 |
+
('chair', '')
|
685 |
+
('chair', '')
|
686 |
+
('chair', '')
|
687 |
+
('chair', '')
|
688 |
+
('bucket', '')
|
689 |
+
('envelope', '')
|
690 |
+
('monitor', '')
|
691 |
+
('whistle', '')
|
692 |
+
('envelope', '')
|
693 |
+
('chair', '')
|
694 |
+
('toaster', '')
|
695 |
+
('sock', '')
|
696 |
+
('chair', '')
|
697 |
+
('chair', '')
|
698 |
+
('chair', '')
|
699 |
+
('chair', '')
|
700 |
+
('chair', '')
|
701 |
+
('ruler', '')
|
702 |
+
('chair', '')
|
703 |
+
('chair', '')
|
704 |
+
('drill', '')
|
705 |
+
('chair', '')
|
706 |
+
('chair', '')
|
707 |
+
('laptop (open)', '')
|
708 |
+
('chair', '')
|
709 |
+
('chair', '')
|
710 |
+
('chair', '')
|
711 |
+
('chair', '')
|
712 |
+
('chair', '')
|
713 |
+
('stuffed animal', '')
|
714 |
+
('helmet', '')
|
715 |
+
('backpack', '')
|
716 |
+
('chair', '')
|
717 |
+
('chair', '')
|
718 |
+
('chair', '')
|
719 |
+
('chair', '')
|
720 |
+
('remote control', '')
|
721 |
+
('chair', '')
|
722 |
+
('chair', '')
|
723 |
+
('bucket', '')
|
724 |
+
('chair', '')
|
725 |
+
('chair', '')
|
726 |
+
('ladle', '')
|
727 |
+
('chair', '')
|
728 |
+
('vase', '')
|
729 |
+
('chair', '')
|
730 |
+
('chair', '')
|
731 |
+
('chair', '')
|
732 |
+
('ruler', '')
|
733 |
+
('drill', '')
|
734 |
+
('chair', '')
|
735 |
+
('chair', '')
|
736 |
+
('chair', '')
|
737 |
+
('plunger', '')
|
738 |
+
('chair', '')
|
739 |
+
('bucket', '')
|
740 |
+
('remote control', '')
|
741 |
+
('chair', '')
|
742 |
+
('bicycle', '')
|
743 |
+
('chair', '')
|
744 |
+
('doormat', '')
|
745 |
+
('toilet paper roll', '')
|
746 |
+
('beer bottle', '')
|
747 |
+
('remote control', '')
|
748 |
+
('microwave', '')
|
749 |
+
('chair', '')
|
750 |
+
('chair', '')
|
751 |
+
('bucket', '')
|
752 |
+
('toilet paper roll', '')
|
753 |
+
('chair', '')
|
754 |
+
('chair', '')
|
755 |
+
('wok', '')
|
756 |
+
('drill', '')
|
757 |
+
('chair', '')
|
758 |
+
('sweater', '')
|
759 |
+
('chair', '')
|
760 |
+
('chair', '')
|
761 |
+
('backpack', '')
|
762 |
+
('chair', '')
|
763 |
+
('chair', '')
|
764 |
+
('jeans', '')
|
765 |
+
('chair', '')
|
766 |
+
('chair', '')
|
767 |
+
('microwave', '')
|
768 |
+
('chair', '')
|
769 |
+
('chair', '')
|
770 |
+
('bicycle', '')
|
771 |
+
('chair', '')
|
772 |
+
('chair', '')
|
773 |
+
('chair', '')
|
774 |
+
('chair', '')
|
775 |
+
('chair', '')
|
776 |
+
('chair', '')
|
777 |
+
('toilet paper roll', '')
|
778 |
+
('chair', '')
|
779 |
+
('vacuum cleaner', '')
|
780 |
+
('weight scale', '')
|
781 |
+
('pillow', '')
|
782 |
+
('monitor', '')
|
783 |
+
('chair', '')
|
784 |
+
('chair', '')
|
785 |
+
('chair', '')
|
786 |
+
('vacuum cleaner', '')
|
787 |
+
('chair', '')
|
788 |
+
('chair', '')
|
789 |
+
('chair', '')
|
790 |
+
('drill', '')
|
791 |
+
('chair', '')
|
792 |
+
('bottle cap', '')
|
793 |
+
('chair', '')
|
794 |
+
('chair', '')
|
795 |
+
('chair', '')
|
796 |
+
('chair', '')
|
797 |
+
('chair', '')
|
798 |
+
('chair', '')
|
799 |
+
('chair', '')
|
800 |
+
('chair', '')
|
801 |
+
('banana', '')
|
802 |
+
('toaster', '')
|
803 |
+
('pillow', '')
|
804 |
+
('chair', '')
|
805 |
+
('cellphone', '')
|
806 |
+
('vacuum cleaner', '')
|
807 |
+
('chair', '')
|
808 |
+
('envelope', '')
|
809 |
+
('broom', '')
|
810 |
+
('chair', '')
|
811 |
+
('chair', '')
|
812 |
+
('chair', '')
|
813 |
+
('chair', '')
|
814 |
+
('wallet', '')
|
815 |
+
('chair', '')
|
816 |
+
('chair', '')
|
817 |
+
('wine bottle', '')
|
818 |
+
('chair', '')
|
819 |
+
('chair', '')
|
820 |
+
('chair', '')
|
821 |
+
('chair', '')
|
822 |
+
('chair', '')
|
823 |
+
('chair', '')
|
824 |
+
('chair', '')
|
825 |
+
('chair', '')
|
826 |
+
('chair', '')
|
827 |
+
('chair', '')
|
828 |
+
('chair', '')
|
829 |
+
('chair', '')
|
830 |
+
('chair', '')
|
831 |
+
('chair', '')
|
832 |
+
('chair', '')
|
833 |
+
('chair', '')
|
834 |
+
('chair', '')
|
835 |
+
('chair', '')
|
836 |
+
('shovel', '')
|
837 |
+
('chair', '')
|
838 |
+
('chair', '')
|
839 |
+
('chair', '')
|
840 |
+
('chair', '')
|
841 |
+
('chair', '')
|
842 |
+
('chair', '')
|
843 |
+
('chair', '')
|
844 |
+
('bottle cap', '')
|
845 |
+
('chair', '')
|
846 |
+
('portable heater', '')
|
847 |
+
('chair', '')
|
848 |
+
('chair', '')
|
849 |
+
('chair', '')
|
850 |
+
('monitor', '')
|
851 |
+
('chair', '')
|
852 |
+
('nail (fastener)', '')
|
853 |
+
('chair', '')
|
854 |
+
('backpack', '')
|
855 |
+
('chair', '')
|
856 |
+
('remote control', '')
|
857 |
+
('chair', '')
|
858 |
+
('chair', '')
|
859 |
+
('keyboard', '')
|
860 |
+
('bicycle', '')
|
861 |
+
('chair', '')
|
862 |
+
('mug', '')
|
863 |
+
('chair', '')
|
864 |
+
('chair', '')
|
865 |
+
('chair', '')
|
866 |
+
('chair', '')
|
867 |
+
('chair', '')
|
868 |
+
('monitor', '')
|
869 |
+
('chair', '')
|
870 |
+
('chair', '')
|
871 |
+
('keyboard', '')
|
872 |
+
('chair', '')
|
873 |
+
('lemon', '')
|
874 |
+
('chair', '')
|
875 |
+
('chair', '')
|
876 |
+
('chair', '')
|
877 |
+
('chair', '')
|
878 |
+
('chair', '')
|
879 |
+
('chair', '')
|
880 |
+
('chair', '')
|
881 |
+
('chair', '')
|
882 |
+
('chair', '')
|
883 |
+
('chair', '')
|
884 |
+
('chair', '')
|
885 |
+
('chair', '')
|
886 |
+
('chair', '')
|
887 |
+
('chair', '')
|
888 |
+
('chair', '')
|
889 |
+
('chair', '')
|
890 |
+
('chair', '')
|
891 |
+
('envelope', '')
|
892 |
+
('beer bottle', '')
|
893 |
+
('chair', '')
|
894 |
+
('banana', '')
|
895 |
+
('nail (fastener)', '')
|
896 |
+
('lipstick', '')
|
897 |
+
('monitor', '')
|
898 |
+
('chair', '')
|
899 |
+
('chair', '')
|
900 |
+
('lemon', '')
|
901 |
+
('chair', '')
|
902 |
+
('microwave', '')
|
903 |
+
('monitor', '')
|
904 |
+
('chair', '')
|
905 |
+
('chair', '')
|
906 |
+
('chair', '')
|
907 |
+
('water bottle', '')
|
908 |
+
('pillow', '')
|
909 |
+
('chair', '')
|
910 |
+
('chair', '')
|
911 |
+
('chair', '')
|
912 |
+
('chair', '')
|
913 |
+
('chair', '')
|
914 |
+
('chair', '')
|
915 |
+
('chair', '')
|
916 |
+
('whistle', '')
|
917 |
+
('computer mouse', '')
|
918 |
+
('bucket', '')
|
919 |
+
('chair', '')
|
920 |
+
('chair', '')
|
921 |
+
('desk lamp', '')
|
922 |
+
('pillow', '')
|
923 |
+
('chair', '')
|
924 |
+
('chair', '')
|
925 |
+
('chair', '')
|
926 |
+
('chair', '')
|
927 |
+
('lighter', '')
|
928 |
+
('chair', '')
|
929 |
+
('chair', '')
|
930 |
+
('chair', '')
|
931 |
+
('chair', '')
|
932 |
+
('wallet', '')
|
933 |
+
('chair', '')
|
934 |
+
('plastic bag', '')
|
935 |
+
('chair', '')
|
936 |
+
('backpack', '')
|
937 |
+
('chair', '')
|
938 |
+
('chair', '')
|
939 |
+
('chair', '')
|
940 |
+
('chair', '')
|
941 |
+
('chair', '')
|
942 |
+
('padlock', '')
|
943 |
+
('chair', '')
|
944 |
+
('chair', '')
|
945 |
+
('chair', '')
|
946 |
+
('monitor', '')
|
947 |
+
('chair', '')
|
948 |
+
('chair', '')
|
949 |
+
('microwave', '')
|
950 |
+
('chair', '')
|
951 |
+
('chair', '')
|
952 |
+
('paintbrush', '')
|
953 |
+
('chair', '')
|
954 |
+
('chair', '')
|
955 |
+
('chair', '')
|
956 |
+
('padlock', '')
|
957 |
+
('alarm clock', '')
|
958 |
+
('chair', '')
|
959 |
+
('monitor', '')
|
960 |
+
('bread loaf', '')
|
961 |
+
('chair', '')
|
962 |
+
('chair', '')
|
963 |
+
('chair', '')
|
964 |
+
('chair', '')
|
965 |
+
('mug', '')
|
966 |
+
('mug', '')
|
967 |
+
('tray', '')
|
968 |
+
('chair', '')
|
969 |
+
('chair', '')
|
970 |
+
('desk lamp', '')
|
971 |
+
('chair', '')
|
972 |
+
('chair', '')
|
973 |
+
('chair', '')
|
974 |
+
('chair', '')
|
975 |
+
('chair', '')
|
976 |
+
('chair', '')
|
977 |
+
('chair', '')
|
978 |
+
('chair', '')
|
979 |
+
('chair', '')
|
980 |
+
('alarm clock', '')
|
981 |
+
('lemon', '')
|
982 |
+
('chair', '')
|
983 |
+
('chair', '')
|
984 |
+
('backpack', '')
|
985 |
+
('bicycle', '')
|
986 |
+
('chair', '')
|
987 |
+
('chair', '')
|
988 |
+
('chair', '')
|
989 |
+
('chair', '')
|
990 |
+
('chair', '')
|
991 |
+
('chair', '')
|
992 |
+
('chair', '')
|
993 |
+
('chair', '')
|
994 |
+
('chair', '')
|
995 |
+
('chair', '')
|
996 |
+
('chair', '')
|
997 |
+
('chair', '')
|
998 |
+
('chair', '')
|
999 |
+
('chair', '')
|
1000 |
+
('chair', '')
|
eval/ObjectNet_score.json
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"acc": 0.235,
|
3 |
+
"num_correct": 235,
|
4 |
+
"num_pred": 1000
|
5 |
+
}
|
eval/Place365_pred.txt
ADDED
@@ -0,0 +1,1000 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
('berth', '')
|
2 |
+
('delicatessen', '')
|
3 |
+
('mountain', '')
|
4 |
+
('bazaar-indoor', '')
|
5 |
+
('porch', '')
|
6 |
+
('yard', '')
|
7 |
+
('landfill', '')
|
8 |
+
('valley', '')
|
9 |
+
('valley', '')
|
10 |
+
('sky', '')
|
11 |
+
('library-indoor', '')
|
12 |
+
('bakery-shop', '')
|
13 |
+
('playroom', '')
|
14 |
+
('yard', '')
|
15 |
+
('pizzeria', '')
|
16 |
+
('playroom', '')
|
17 |
+
('catacomb', '')
|
18 |
+
('pier', '')
|
19 |
+
('ballroom', '')
|
20 |
+
('ballroom', '')
|
21 |
+
('kitchen', '')
|
22 |
+
('office', '')
|
23 |
+
('tower', '')
|
24 |
+
('pasture', '')
|
25 |
+
('bedroom', '')
|
26 |
+
('amusement_park', '')
|
27 |
+
('nursery', '')
|
28 |
+
('ballroom', '')
|
29 |
+
('corridor', '')
|
30 |
+
('river', '')
|
31 |
+
('stadium-football', '')
|
32 |
+
('skyscraper', '')
|
33 |
+
('bedroom', '')
|
34 |
+
('snowfield', '')
|
35 |
+
('village', '')
|
36 |
+
('elevator_lobby', '')
|
37 |
+
('operating_room', '')
|
38 |
+
('canyon', '')
|
39 |
+
('vineyard', '')
|
40 |
+
('pantry', '')
|
41 |
+
('yard', '')
|
42 |
+
('playroom', '')
|
43 |
+
('dining_room', '')
|
44 |
+
('field-wild', '')
|
45 |
+
('temple-asia', '')
|
46 |
+
('fishpond', '')
|
47 |
+
('tower', '')
|
48 |
+
('booth-indoor', '')
|
49 |
+
('market-indoor', '')
|
50 |
+
('locker_room', '')
|
51 |
+
('hangar-outdoor', '')
|
52 |
+
('classroom', '')
|
53 |
+
('snowfield', '')
|
54 |
+
('fishpond', '')
|
55 |
+
('restaurant', '')
|
56 |
+
('football_field', '')
|
57 |
+
('cottage', '')
|
58 |
+
('tower', '')
|
59 |
+
('attic', '')
|
60 |
+
('motel', '')
|
61 |
+
('yard', '')
|
62 |
+
('schoolhouse', '')
|
63 |
+
('yard', '')
|
64 |
+
('shopping_mall-indoor', '')
|
65 |
+
('classroom', '')
|
66 |
+
('laundromat', '')
|
67 |
+
('cemetery', '')
|
68 |
+
('reception', '')
|
69 |
+
('classroom', '')
|
70 |
+
('ballroom', '')
|
71 |
+
('aquarium', '')
|
72 |
+
('porch', '')
|
73 |
+
('ballroom', '')
|
74 |
+
('stadium-baseball', '')
|
75 |
+
('arena-performance', '')
|
76 |
+
('gymnasium-indoor', '')
|
77 |
+
('fishpond', '')
|
78 |
+
('amusement_park', '')
|
79 |
+
('doorway-outdoor', '')
|
80 |
+
('crevasse', '')
|
81 |
+
('field-wild', '')
|
82 |
+
('temple-asia', '')
|
83 |
+
('auditorium', '')
|
84 |
+
('street', '')
|
85 |
+
('coast', '')
|
86 |
+
('bedroom', '')
|
87 |
+
('mausoleum', '')
|
88 |
+
('highway', '')
|
89 |
+
('butte', '')
|
90 |
+
('village', '')
|
91 |
+
('repair_shop', '')
|
92 |
+
('atrium-public', '')
|
93 |
+
('closet', '')
|
94 |
+
('stadium-baseball', '')
|
95 |
+
('auditorium', '')
|
96 |
+
('shopfront', '')
|
97 |
+
('delicatessen', '')
|
98 |
+
('street', '')
|
99 |
+
('bazaar-indoor', '')
|
100 |
+
('harbor', '')
|
101 |
+
('forest-broadleaf', '')
|
102 |
+
('restaurant', '')
|
103 |
+
('plaza', '')
|
104 |
+
('coast', '')
|
105 |
+
('bridge', '')
|
106 |
+
('alley', '')
|
107 |
+
('sky', '')
|
108 |
+
('harbor', '')
|
109 |
+
('ice_cream_parlor', '')
|
110 |
+
('repair_shop', '')
|
111 |
+
('pier', '')
|
112 |
+
('tower', '')
|
113 |
+
('ball_pit', '')
|
114 |
+
('playroom', '')
|
115 |
+
('lake-natural', '')
|
116 |
+
('market-indoor', '')
|
117 |
+
('skyscraper', '')
|
118 |
+
('patio', '')
|
119 |
+
('cockpit', '')
|
120 |
+
('stage-outdoor', '')
|
121 |
+
('fishpond', '')
|
122 |
+
('valley', '')
|
123 |
+
('classroom', '')
|
124 |
+
('greenhouse-indoor', '')
|
125 |
+
('food_court', '')
|
126 |
+
('shopfront', '')
|
127 |
+
('badlands', '')
|
128 |
+
('trench', '')
|
129 |
+
('grotto', '')
|
130 |
+
('mansion', '')
|
131 |
+
('delicatessen', '')
|
132 |
+
('corn_field', '')
|
133 |
+
('vineyard', '')
|
134 |
+
('living_room', '')
|
135 |
+
('arcade', '')
|
136 |
+
('mausoleum', '')
|
137 |
+
('pharmacy', '')
|
138 |
+
('mansion', '')
|
139 |
+
('hot_spring', '')
|
140 |
+
('yard', '')
|
141 |
+
('landing_deck', '')
|
142 |
+
('cockpit', '')
|
143 |
+
('raceway', '')
|
144 |
+
('stadium-baseball', '')
|
145 |
+
('toyshop', '')
|
146 |
+
('booth-indoor', '')
|
147 |
+
('greenhouse-indoor', '')
|
148 |
+
('patio', '')
|
149 |
+
('gymnasium-indoor', '')
|
150 |
+
('cockpit', '')
|
151 |
+
('bridge', '')
|
152 |
+
('fishpond', '')
|
153 |
+
('oilrig', '')
|
154 |
+
('yard', '')
|
155 |
+
('artists_loft', '')
|
156 |
+
('bathroom', '')
|
157 |
+
('atrium-public', '')
|
158 |
+
('stage-indoor', '')
|
159 |
+
('volcano', '')
|
160 |
+
('yard', '')
|
161 |
+
('yard', '')
|
162 |
+
('yard', '')
|
163 |
+
('delicatessen', '')
|
164 |
+
('yard', '')
|
165 |
+
('auditorium', '')
|
166 |
+
('office_cubicles', '')
|
167 |
+
('bridge', '')
|
168 |
+
('harbor', '')
|
169 |
+
('harbor', '')
|
170 |
+
('mosque-outdoor', '')
|
171 |
+
('toyshop', '')
|
172 |
+
('beauty_salon', '')
|
173 |
+
('creek', '')
|
174 |
+
('shopfront', '')
|
175 |
+
('doorway-outdoor', '')
|
176 |
+
('airport_terminal', '')
|
177 |
+
('yard', '')
|
178 |
+
('classroom', '')
|
179 |
+
('windmill', '')
|
180 |
+
('pizzeria', '')
|
181 |
+
('runway', '')
|
182 |
+
('attic', '')
|
183 |
+
('ice_skating_rink-indoor', '')
|
184 |
+
('gymnasium-indoor', '')
|
185 |
+
('closet', '')
|
186 |
+
('canyon', '')
|
187 |
+
('alley', '')
|
188 |
+
('beauty_salon', '')
|
189 |
+
('barn', '')
|
190 |
+
('boathouse', '')
|
191 |
+
('waterfall', '')
|
192 |
+
('skyscraper', '')
|
193 |
+
('subway_station-platform', '')
|
194 |
+
('amusement_park', '')
|
195 |
+
('bar', '')
|
196 |
+
('shower', '')
|
197 |
+
('wind_farm', '')
|
198 |
+
('supermarket', '')
|
199 |
+
('embassy', '')
|
200 |
+
('dam', '')
|
201 |
+
('elevator-door', '')
|
202 |
+
('cottage', '')
|
203 |
+
('beach', '')
|
204 |
+
('topiary_garden', '')
|
205 |
+
('cemetery', '')
|
206 |
+
('bridge', '')
|
207 |
+
('pasture', '')
|
208 |
+
('car_interior', '')
|
209 |
+
('supermarket', '')
|
210 |
+
('street', '')
|
211 |
+
('islet', '')
|
212 |
+
('forest_path', '')
|
213 |
+
('storage_room', '')
|
214 |
+
('construction_site', '')
|
215 |
+
('landfill', '')
|
216 |
+
('castle', '')
|
217 |
+
('mezzanine', '')
|
218 |
+
('delicatessen', '')
|
219 |
+
('office', '')
|
220 |
+
('highway', '')
|
221 |
+
('canyon', '')
|
222 |
+
('cottage', '')
|
223 |
+
('chemistry_lab', '')
|
224 |
+
('park', '')
|
225 |
+
('campus', '')
|
226 |
+
('cottage', '')
|
227 |
+
('field-wild', '')
|
228 |
+
('vineyard', '')
|
229 |
+
('beach', '')
|
230 |
+
('entrance_hall', '')
|
231 |
+
('repair_shop', '')
|
232 |
+
('veterinarians_office', '')
|
233 |
+
('living_room', '')
|
234 |
+
('yard', '')
|
235 |
+
('art_gallery', '')
|
236 |
+
('playroom', '')
|
237 |
+
('playground', '')
|
238 |
+
('tower', '')
|
239 |
+
('bathroom', '')
|
240 |
+
('toyshop', '')
|
241 |
+
('japanese_garden', '')
|
242 |
+
('patio', '')
|
243 |
+
('shopfront', '')
|
244 |
+
('balcony-interior', '')
|
245 |
+
('auditorium', '')
|
246 |
+
('playroom', '')
|
247 |
+
('market-indoor', '')
|
248 |
+
('bar', '')
|
249 |
+
('creek', '')
|
250 |
+
('field_road', '')
|
251 |
+
('alcove', '')
|
252 |
+
('stadium-soccer', '')
|
253 |
+
('doorway-outdoor', '')
|
254 |
+
('swamp', '')
|
255 |
+
('toyshop', '')
|
256 |
+
('greenhouse-indoor', '')
|
257 |
+
('staircase', '')
|
258 |
+
('airport_terminal', '')
|
259 |
+
('toyshop', '')
|
260 |
+
('staircase', '')
|
261 |
+
('coast', '')
|
262 |
+
('palace', '')
|
263 |
+
('pasture', '')
|
264 |
+
('palace', '')
|
265 |
+
('glacier', '')
|
266 |
+
('canyon', '')
|
267 |
+
('harbor', '')
|
268 |
+
('auditorium', '')
|
269 |
+
('vineyard', '')
|
270 |
+
('courtyard', '')
|
271 |
+
('raceway', '')
|
272 |
+
('yard', '')
|
273 |
+
('swamp', '')
|
274 |
+
('bazaar-indoor', '')
|
275 |
+
('airfield', '')
|
276 |
+
('carrousel', '')
|
277 |
+
('office', '')
|
278 |
+
('harbor', '')
|
279 |
+
('playground', '')
|
280 |
+
('boathouse', '')
|
281 |
+
('hospital', '')
|
282 |
+
('martial_arts_gym', '')
|
283 |
+
('yard', '')
|
284 |
+
('shopfront', '')
|
285 |
+
('stadium-football', '')
|
286 |
+
('botanical_garden', '')
|
287 |
+
('bus_station-indoor', '')
|
288 |
+
('mausoleum', '')
|
289 |
+
('cottage', '')
|
290 |
+
('dining_room', '')
|
291 |
+
('gift_shop', '')
|
292 |
+
('restaurant_patio', '')
|
293 |
+
('courtyard', '')
|
294 |
+
('hospital', '')
|
295 |
+
('beach', '')
|
296 |
+
('beach', '')
|
297 |
+
('schoolhouse', '')
|
298 |
+
('booth-indoor', '')
|
299 |
+
('cockpit', '')
|
300 |
+
('skyscraper', '')
|
301 |
+
('cliff', '')
|
302 |
+
('restaurant', '')
|
303 |
+
('bar', '')
|
304 |
+
('canyon', '')
|
305 |
+
('ruin', '')
|
306 |
+
('street', '')
|
307 |
+
('lobby', '')
|
308 |
+
('harbor', '')
|
309 |
+
('bridge', '')
|
310 |
+
('barn', '')
|
311 |
+
('stadium-soccer', '')
|
312 |
+
('porch', '')
|
313 |
+
('bowling_alley', '')
|
314 |
+
('supermarket', '')
|
315 |
+
('ruin', '')
|
316 |
+
('auto_factory', '')
|
317 |
+
('television_room', '')
|
318 |
+
('grotto', '')
|
319 |
+
('barn', '')
|
320 |
+
('tower', '')
|
321 |
+
('galley', '')
|
322 |
+
('beer_hall', '')
|
323 |
+
('beach', '')
|
324 |
+
('balcony-interior', '')
|
325 |
+
('fishpond', '')
|
326 |
+
('repair_shop', '')
|
327 |
+
('beach', '')
|
328 |
+
('jacuzzi-indoor', '')
|
329 |
+
('fishpond', '')
|
330 |
+
('house', '')
|
331 |
+
('bridge', '')
|
332 |
+
('booth-indoor', '')
|
333 |
+
('park', '')
|
334 |
+
('delicatessen', '')
|
335 |
+
('train_interior', '')
|
336 |
+
('balcony-interior', '')
|
337 |
+
('junkyard', '')
|
338 |
+
('chalet', '')
|
339 |
+
('patio', '')
|
340 |
+
('assembly_line', '')
|
341 |
+
('barn', '')
|
342 |
+
('campsite', '')
|
343 |
+
('fountain', '')
|
344 |
+
('waterfall', '')
|
345 |
+
('elevator-door', '')
|
346 |
+
('clothing_store', '')
|
347 |
+
('bank_vault', '')
|
348 |
+
('locker_room', '')
|
349 |
+
('porch', '')
|
350 |
+
('auditorium', '')
|
351 |
+
('excavation', '')
|
352 |
+
('clothing_store', '')
|
353 |
+
('discotheque', '')
|
354 |
+
('science_museum', '')
|
355 |
+
('classroom', '')
|
356 |
+
('office', '')
|
357 |
+
('schoolhouse', '')
|
358 |
+
('boardwalk', '')
|
359 |
+
('alcove', '')
|
360 |
+
('supermarket', '')
|
361 |
+
('stadium-baseball', '')
|
362 |
+
('bathroom', '')
|
363 |
+
('restaurant', '')
|
364 |
+
('toyshop', '')
|
365 |
+
('repair_shop', '')
|
366 |
+
('stage-indoor', '')
|
367 |
+
('arch', '')
|
368 |
+
('martial_arts_gym', '')
|
369 |
+
('aquarium', '')
|
370 |
+
('excavation', '')
|
371 |
+
('lighthouse', '')
|
372 |
+
('mausoleum', '')
|
373 |
+
('volcano', '')
|
374 |
+
('pharmacy', '')
|
375 |
+
('swimming_pool-outdoor', '')
|
376 |
+
('toyshop', '')
|
377 |
+
('jail_cell', '')
|
378 |
+
('attic', '')
|
379 |
+
('japanese_garden', '')
|
380 |
+
('highway', '')
|
381 |
+
('toyshop', '')
|
382 |
+
('escalator-indoor', '')
|
383 |
+
('reception', '')
|
384 |
+
('crevasse', '')
|
385 |
+
('glacier', '')
|
386 |
+
('boathouse', '')
|
387 |
+
('carrousel', '')
|
388 |
+
('mansion', '')
|
389 |
+
('delicatessen', '')
|
390 |
+
('chemistry_lab', '')
|
391 |
+
('campsite', '')
|
392 |
+
('farm', '')
|
393 |
+
('shopfront', '')
|
394 |
+
('alcove', '')
|
395 |
+
('valley', '')
|
396 |
+
('swimming_pool-indoor', '')
|
397 |
+
('greenhouse-indoor', '')
|
398 |
+
('desert_road', '')
|
399 |
+
('bridge', '')
|
400 |
+
('parking_lot', '')
|
401 |
+
('butte', '')
|
402 |
+
('greenhouse-indoor', '')
|
403 |
+
('boardwalk', '')
|
404 |
+
('office', '')
|
405 |
+
('bar', '')
|
406 |
+
('market-indoor', '')
|
407 |
+
('swamp', '')
|
408 |
+
('hangar-outdoor', '')
|
409 |
+
('railroad_track', '')
|
410 |
+
('schoolhouse', '')
|
411 |
+
('mountain', '')
|
412 |
+
('mountain', '')
|
413 |
+
('arena-performance', '')
|
414 |
+
('ice_skating_rink-indoor', '')
|
415 |
+
('amusement_park', '')
|
416 |
+
('drugstore', '')
|
417 |
+
('vineyard', '')
|
418 |
+
('hayfield', '')
|
419 |
+
('park', '')
|
420 |
+
('stadium-baseball', '')
|
421 |
+
('supermarket', '')
|
422 |
+
('restaurant_patio', '')
|
423 |
+
('laundromat', '')
|
424 |
+
('escalator-indoor', '')
|
425 |
+
('cottage', '')
|
426 |
+
('canal-urban', '')
|
427 |
+
('shopfront', '')
|
428 |
+
('waterfall', '')
|
429 |
+
('rainforest', '')
|
430 |
+
('harbor', '')
|
431 |
+
('galley', '')
|
432 |
+
('village', '')
|
433 |
+
('cottage', '')
|
434 |
+
('television_studio', '')
|
435 |
+
('ruin', '')
|
436 |
+
('arcade', '')
|
437 |
+
('parking_garage-indoor', '')
|
438 |
+
('toyshop', '')
|
439 |
+
('canyon', '')
|
440 |
+
('yard', '')
|
441 |
+
('entrance_hall', '')
|
442 |
+
('mansion', '')
|
443 |
+
('river', '')
|
444 |
+
('football_field', '')
|
445 |
+
('bedroom', '')
|
446 |
+
('discotheque', '')
|
447 |
+
('butte', '')
|
448 |
+
('shopfront', '')
|
449 |
+
('toyshop', '')
|
450 |
+
('desert-vegetation', '')
|
451 |
+
('aqueduct', '')
|
452 |
+
('museum-outdoor', '')
|
453 |
+
('home_office', '')
|
454 |
+
('gas_station', '')
|
455 |
+
('bus_station-indoor', '')
|
456 |
+
('yard', '')
|
457 |
+
('airfield', '')
|
458 |
+
('boathouse', '')
|
459 |
+
('yard', '')
|
460 |
+
('canyon', '')
|
461 |
+
('hospital', '')
|
462 |
+
('yard', '')
|
463 |
+
('aqueduct', '')
|
464 |
+
('classroom', '')
|
465 |
+
('alcove', '')
|
466 |
+
('toyshop', '')
|
467 |
+
('arcade', '')
|
468 |
+
('stadium-football', '')
|
469 |
+
('airfield', '')
|
470 |
+
('auditorium', '')
|
471 |
+
('street', '')
|
472 |
+
('yard', '')
|
473 |
+
('bus_station-indoor', '')
|
474 |
+
('alcove', '')
|
475 |
+
('swamp', '')
|
476 |
+
('crosswalk', '')
|
477 |
+
('valley', '')
|
478 |
+
('cafeteria', '')
|
479 |
+
('yard', '')
|
480 |
+
('bridge', '')
|
481 |
+
('temple-asia', '')
|
482 |
+
('cottage', '')
|
483 |
+
('shower', '')
|
484 |
+
('bookstore', '')
|
485 |
+
('florist_shop-indoor', '')
|
486 |
+
('beauty_salon', '')
|
487 |
+
('heliport', '')
|
488 |
+
('rock_arch', '')
|
489 |
+
('auditorium', '')
|
490 |
+
('greenhouse-indoor', '')
|
491 |
+
('lobby', '')
|
492 |
+
('catacomb', '')
|
493 |
+
('playroom', '')
|
494 |
+
('restaurant', '')
|
495 |
+
('hospital', '')
|
496 |
+
('bar', '')
|
497 |
+
('pagoda', '')
|
498 |
+
('office', '')
|
499 |
+
('discotheque', '')
|
500 |
+
('amphitheater', '')
|
501 |
+
('cemetery', '')
|
502 |
+
('playroom', '')
|
503 |
+
('cemetery', '')
|
504 |
+
('canyon', '')
|
505 |
+
('toyshop', '')
|
506 |
+
('palace', '')
|
507 |
+
('gift_shop', '')
|
508 |
+
('construction_site', '')
|
509 |
+
('street', '')
|
510 |
+
('lobby', '')
|
511 |
+
('arena-rodeo', '')
|
512 |
+
('lake-natural', '')
|
513 |
+
('pagoda', '')
|
514 |
+
('yard', '')
|
515 |
+
('doorway-outdoor', '')
|
516 |
+
('river', '')
|
517 |
+
('tower', '')
|
518 |
+
('office_cubicles', '')
|
519 |
+
('forest_path', '')
|
520 |
+
('snowfield', '')
|
521 |
+
('river', '')
|
522 |
+
('lobby', '')
|
523 |
+
('restaurant', '')
|
524 |
+
('stadium-baseball', '')
|
525 |
+
('hangar-indoor', '')
|
526 |
+
('mausoleum', '')
|
527 |
+
('beauty_salon', '')
|
528 |
+
('kitchen', '')
|
529 |
+
('forest_path', '')
|
530 |
+
('bookstore', '')
|
531 |
+
('restaurant', '')
|
532 |
+
('ice_cream_parlor', '')
|
533 |
+
('office_cubicles', '')
|
534 |
+
('bookstore', '')
|
535 |
+
('bathroom', '')
|
536 |
+
('aquarium', '')
|
537 |
+
('landfill', '')
|
538 |
+
('volcano', '')
|
539 |
+
('mountain_path', '')
|
540 |
+
('berth', '')
|
541 |
+
('office', '')
|
542 |
+
('junkyard', '')
|
543 |
+
('nursery', '')
|
544 |
+
('orchard', '')
|
545 |
+
('boardwalk', '')
|
546 |
+
('creek', '')
|
547 |
+
('pier', '')
|
548 |
+
('car_interior', '')
|
549 |
+
('mountain', '')
|
550 |
+
('playroom', '')
|
551 |
+
('arch', '')
|
552 |
+
('house', '')
|
553 |
+
('yard', '')
|
554 |
+
('elevator_shaft', '')
|
555 |
+
('corridor', '')
|
556 |
+
('lawn', '')
|
557 |
+
('galley', '')
|
558 |
+
('arch', '')
|
559 |
+
('forest_path', '')
|
560 |
+
('tower', '')
|
561 |
+
('martial_arts_gym', '')
|
562 |
+
('stadium-soccer', '')
|
563 |
+
('sauna', '')
|
564 |
+
('corral', '')
|
565 |
+
('ruin', '')
|
566 |
+
('dining_hall', '')
|
567 |
+
('chalet', '')
|
568 |
+
('hospital', '')
|
569 |
+
('living_room', '')
|
570 |
+
('elevator_lobby', '')
|
571 |
+
('castle', '')
|
572 |
+
('bar', '')
|
573 |
+
('glacier', '')
|
574 |
+
('science_museum', '')
|
575 |
+
('office', '')
|
576 |
+
('kitchen', '')
|
577 |
+
('patio', '')
|
578 |
+
('bookstore', '')
|
579 |
+
('park', '')
|
580 |
+
('japanese_garden', '')
|
581 |
+
('forest_path', '')
|
582 |
+
('lake-natural', '')
|
583 |
+
('house', '')
|
584 |
+
('yard', '')
|
585 |
+
('balcony-exterior', '')
|
586 |
+
('auto_showroom', '')
|
587 |
+
('valley', '')
|
588 |
+
('bullring', '')
|
589 |
+
('bazaar-indoor', '')
|
590 |
+
('mausoleum', '')
|
591 |
+
('house', '')
|
592 |
+
('music_studio', '')
|
593 |
+
('bowling_alley', '')
|
594 |
+
('canyon', '')
|
595 |
+
('attic', '')
|
596 |
+
('downtown', '')
|
597 |
+
('park', '')
|
598 |
+
('pagoda', '')
|
599 |
+
('catacomb', '')
|
600 |
+
('harbor', '')
|
601 |
+
('jail_cell', '')
|
602 |
+
('vineyard', '')
|
603 |
+
('assembly_line', '')
|
604 |
+
('airfield', '')
|
605 |
+
('pier', '')
|
606 |
+
('auto_showroom', '')
|
607 |
+
('shopfront', '')
|
608 |
+
('harbor', '')
|
609 |
+
('basement', '')
|
610 |
+
('cafeteria', '')
|
611 |
+
('forest_path', '')
|
612 |
+
('river', '')
|
613 |
+
('delicatessen', '')
|
614 |
+
('tower', '')
|
615 |
+
('restaurant', '')
|
616 |
+
('valley', '')
|
617 |
+
('arch', '')
|
618 |
+
('tower', '')
|
619 |
+
('bazaar-indoor', '')
|
620 |
+
('assembly_line', '')
|
621 |
+
('amphitheater', '')
|
622 |
+
('stadium-baseball', '')
|
623 |
+
('shopfront', '')
|
624 |
+
('harbor', '')
|
625 |
+
('delicatessen', '')
|
626 |
+
('dressing_room', '')
|
627 |
+
('airfield', '')
|
628 |
+
('botanical_garden', '')
|
629 |
+
('hayfield', '')
|
630 |
+
('village', '')
|
631 |
+
('bathroom', '')
|
632 |
+
('courtyard', '')
|
633 |
+
('staircase', '')
|
634 |
+
('arena-hockey', '')
|
635 |
+
('park', '')
|
636 |
+
('toyshop', '')
|
637 |
+
('canal-urban', '')
|
638 |
+
('japanese_garden', '')
|
639 |
+
('building_facade', '')
|
640 |
+
('valley', '')
|
641 |
+
('lagoon', '')
|
642 |
+
('downtown', '')
|
643 |
+
('japanese_garden', '')
|
644 |
+
('living_room', '')
|
645 |
+
('bazaar-indoor', '')
|
646 |
+
('auditorium', '')
|
647 |
+
('television_studio', '')
|
648 |
+
('tower', '')
|
649 |
+
('orchard', '')
|
650 |
+
('courtyard', '')
|
651 |
+
('conference_room', '')
|
652 |
+
('auditorium', '')
|
653 |
+
('canyon', '')
|
654 |
+
('junkyard', '')
|
655 |
+
('mountain', '')
|
656 |
+
('barn', '')
|
657 |
+
('courtyard', '')
|
658 |
+
('canyon', '')
|
659 |
+
('courtyard', '')
|
660 |
+
('aquarium', '')
|
661 |
+
('yard', '')
|
662 |
+
('harbor', '')
|
663 |
+
('campsite', '')
|
664 |
+
('river', '')
|
665 |
+
('ballroom', '')
|
666 |
+
('bookstore', '')
|
667 |
+
('stadium-football', '')
|
668 |
+
('castle', '')
|
669 |
+
('sandbox', '')
|
670 |
+
('skyscraper', '')
|
671 |
+
('classroom', '')
|
672 |
+
('reception', '')
|
673 |
+
('campsite', '')
|
674 |
+
('river', '')
|
675 |
+
('forest_path', '')
|
676 |
+
('restaurant', '')
|
677 |
+
('alley', '')
|
678 |
+
('village', '')
|
679 |
+
('bookstore', '')
|
680 |
+
('lagoon', '')
|
681 |
+
('crosswalk', '')
|
682 |
+
('patio', '')
|
683 |
+
('fire_station', '')
|
684 |
+
('bridge', '')
|
685 |
+
('bar', '')
|
686 |
+
('sandbox', '')
|
687 |
+
('lobby', '')
|
688 |
+
('office', '')
|
689 |
+
('synagogue-outdoor', '')
|
690 |
+
('yard', '')
|
691 |
+
('staircase', '')
|
692 |
+
('valley', '')
|
693 |
+
('restaurant_patio', '')
|
694 |
+
('kitchen', '')
|
695 |
+
('tower', '')
|
696 |
+
('islet', '')
|
697 |
+
('doorway-outdoor', '')
|
698 |
+
('pagoda', '')
|
699 |
+
('valley', '')
|
700 |
+
('medina', '')
|
701 |
+
('yard', '')
|
702 |
+
('canyon', '')
|
703 |
+
('stage-indoor', '')
|
704 |
+
('river', '')
|
705 |
+
('crosswalk', '')
|
706 |
+
('corral', '')
|
707 |
+
('reception', '')
|
708 |
+
('stadium-football', '')
|
709 |
+
('pier', '')
|
710 |
+
('driveway', '')
|
711 |
+
('playground', '')
|
712 |
+
('waterfall', '')
|
713 |
+
('market-outdoor', '')
|
714 |
+
('bookstore', '')
|
715 |
+
('cafeteria', '')
|
716 |
+
('booth-indoor', '')
|
717 |
+
('toyshop', '')
|
718 |
+
('islet', '')
|
719 |
+
('corral', '')
|
720 |
+
('shopping_mall-indoor', '')
|
721 |
+
('heliport', '')
|
722 |
+
('market-indoor', '')
|
723 |
+
('windmill', '')
|
724 |
+
('corn_field', '')
|
725 |
+
('discotheque', '')
|
726 |
+
('cockpit', '')
|
727 |
+
('field-wild', '')
|
728 |
+
('snowfield', '')
|
729 |
+
('yard', '')
|
730 |
+
('lobby', '')
|
731 |
+
('auditorium', '')
|
732 |
+
('street', '')
|
733 |
+
('wave', '')
|
734 |
+
('discotheque', '')
|
735 |
+
('playground', '')
|
736 |
+
('music_studio', '')
|
737 |
+
('pasture', '')
|
738 |
+
('river', '')
|
739 |
+
('cliff', '')
|
740 |
+
('yard', '')
|
741 |
+
('river', '')
|
742 |
+
('pasture', '')
|
743 |
+
('street', '')
|
744 |
+
('highway', '')
|
745 |
+
('rainforest', '')
|
746 |
+
('lawn', '')
|
747 |
+
('bookstore', '')
|
748 |
+
('music_studio', '')
|
749 |
+
('bazaar-indoor', '')
|
750 |
+
('auditorium', '')
|
751 |
+
('barn', '')
|
752 |
+
('house', '')
|
753 |
+
('bedroom', '')
|
754 |
+
('tower', '')
|
755 |
+
('playroom', '')
|
756 |
+
('japanese_garden', '')
|
757 |
+
('promenade', '')
|
758 |
+
('pharmacy', '')
|
759 |
+
('bus_station-indoor', '')
|
760 |
+
('music_studio', '')
|
761 |
+
('heliport', '')
|
762 |
+
('boardwalk', '')
|
763 |
+
('pharmacy', '')
|
764 |
+
('toyshop', '')
|
765 |
+
('bookstore', '')
|
766 |
+
('closet', '')
|
767 |
+
('slum', '')
|
768 |
+
('shoe_shop', '')
|
769 |
+
('discotheque', '')
|
770 |
+
('lock_chamber', '')
|
771 |
+
('attic', '')
|
772 |
+
('bedchamber', '')
|
773 |
+
('laundromat', '')
|
774 |
+
('yard', '')
|
775 |
+
('harbor', '')
|
776 |
+
('soccer_field', '')
|
777 |
+
('fountain', '')
|
778 |
+
('drugstore', '')
|
779 |
+
('soccer_field', '')
|
780 |
+
('field-wild', '')
|
781 |
+
('doorway-outdoor', '')
|
782 |
+
('bathroom', '')
|
783 |
+
('corridor', '')
|
784 |
+
('bathroom', '')
|
785 |
+
('conference_room', '')
|
786 |
+
('booth-indoor', '')
|
787 |
+
('parking_garage-indoor', '')
|
788 |
+
('cockpit', '')
|
789 |
+
('bakery-shop', '')
|
790 |
+
('pharmacy', '')
|
791 |
+
('hospital', '')
|
792 |
+
('shopfront', '')
|
793 |
+
('waterfall', '')
|
794 |
+
('desert-sand', '')
|
795 |
+
('bridge', '')
|
796 |
+
('fountain', '')
|
797 |
+
('courtyard', '')
|
798 |
+
('beach', '')
|
799 |
+
('corridor', '')
|
800 |
+
('playroom', '')
|
801 |
+
('garage-indoor', '')
|
802 |
+
('conference_center', '')
|
803 |
+
('raceway', '')
|
804 |
+
('castle', '')
|
805 |
+
('butte', '')
|
806 |
+
('office', '')
|
807 |
+
('garage-indoor', '')
|
808 |
+
('oilrig', '')
|
809 |
+
('sauna', '')
|
810 |
+
('stadium-football', '')
|
811 |
+
('beach', '')
|
812 |
+
('pond', '')
|
813 |
+
('operating_room', '')
|
814 |
+
('ice_skating_rink-indoor', '')
|
815 |
+
('bookstore', '')
|
816 |
+
('ruin', '')
|
817 |
+
('barn', '')
|
818 |
+
('toyshop', '')
|
819 |
+
('cottage', '')
|
820 |
+
('river', '')
|
821 |
+
('doorway-outdoor', '')
|
822 |
+
('alcove', '')
|
823 |
+
('corridor', '')
|
824 |
+
('bathroom', '')
|
825 |
+
('boardwalk', '')
|
826 |
+
('yard', '')
|
827 |
+
('yard', '')
|
828 |
+
('bathroom', '')
|
829 |
+
('tree_farm', '')
|
830 |
+
('courtyard', '')
|
831 |
+
('train_station-platform', '')
|
832 |
+
('auditorium', '')
|
833 |
+
('jewelry_shop', '')
|
834 |
+
('desert_road', '')
|
835 |
+
('sauna', '')
|
836 |
+
('assembly_line', '')
|
837 |
+
('railroad_track', '')
|
838 |
+
('house', '')
|
839 |
+
('hayfield', '')
|
840 |
+
('dining_room', '')
|
841 |
+
('arena-rodeo', '')
|
842 |
+
('arena-performance', '')
|
843 |
+
('tower', '')
|
844 |
+
('porch', '')
|
845 |
+
('cliff', '')
|
846 |
+
('arcade', '')
|
847 |
+
('staircase', '')
|
848 |
+
('patio', '')
|
849 |
+
('corridor', '')
|
850 |
+
('stadium-football', '')
|
851 |
+
('playroom', '')
|
852 |
+
('gymnasium-indoor', '')
|
853 |
+
('sandbox', '')
|
854 |
+
('bookstore', '')
|
855 |
+
('bookstore', '')
|
856 |
+
('ruin', '')
|
857 |
+
('galley', '')
|
858 |
+
('stage-indoor', '')
|
859 |
+
('locker_room', '')
|
860 |
+
('ballroom', '')
|
861 |
+
('bar', '')
|
862 |
+
('hangar-indoor', '')
|
863 |
+
('airport_terminal', '')
|
864 |
+
('landing_deck', '')
|
865 |
+
('cottage', '')
|
866 |
+
('racecourse', '')
|
867 |
+
('gas_station', '')
|
868 |
+
('cafeteria', '')
|
869 |
+
('bathroom', '')
|
870 |
+
('schoolhouse', '')
|
871 |
+
('mountain', '')
|
872 |
+
('cockpit', '')
|
873 |
+
('snowfield', '')
|
874 |
+
('tower', '')
|
875 |
+
('stage-indoor', '')
|
876 |
+
('forest_path', '')
|
877 |
+
('fishpond', '')
|
878 |
+
('arena-hockey', '')
|
879 |
+
('pond', '')
|
880 |
+
('pavilion', '')
|
881 |
+
('cemetery', '')
|
882 |
+
('shopfront', '')
|
883 |
+
('crosswalk', '')
|
884 |
+
('porch', '')
|
885 |
+
('train_station-platform', '')
|
886 |
+
('raceway', '')
|
887 |
+
('mountain', '')
|
888 |
+
('stadium-baseball', '')
|
889 |
+
('pagoda', '')
|
890 |
+
('rainforest', '')
|
891 |
+
('bazaar-indoor', '')
|
892 |
+
('loading_dock', '')
|
893 |
+
('football_field', '')
|
894 |
+
('auditorium', '')
|
895 |
+
('classroom', '')
|
896 |
+
('operating_room', '')
|
897 |
+
('jacuzzi-indoor', '')
|
898 |
+
('viaduct', '')
|
899 |
+
('elevator_lobby', '')
|
900 |
+
('balcony-interior', '')
|
901 |
+
('ballroom', '')
|
902 |
+
('aquarium', '')
|
903 |
+
('amusement_park', '')
|
904 |
+
('tundra', '')
|
905 |
+
('mountain_path', '')
|
906 |
+
('skyscraper', '')
|
907 |
+
('downtown', '')
|
908 |
+
('mountain', '')
|
909 |
+
('restaurant_patio', '')
|
910 |
+
('bar', '')
|
911 |
+
('cafeteria', '')
|
912 |
+
('shopfront', '')
|
913 |
+
('shopfront', '')
|
914 |
+
('catacomb', '')
|
915 |
+
('hospital', '')
|
916 |
+
('desert_road', '')
|
917 |
+
('office', '')
|
918 |
+
('aquarium', '')
|
919 |
+
('grotto', '')
|
920 |
+
('tower', '')
|
921 |
+
('beach', '')
|
922 |
+
('ski_slope', '')
|
923 |
+
('auditorium', '')
|
924 |
+
('harbor', '')
|
925 |
+
('auditorium', '')
|
926 |
+
('assembly_line', '')
|
927 |
+
('courtyard', '')
|
928 |
+
('classroom', '')
|
929 |
+
('ballroom', '')
|
930 |
+
('creek', '')
|
931 |
+
('canyon', '')
|
932 |
+
('grotto', '')
|
933 |
+
('yard', '')
|
934 |
+
('ballroom', '')
|
935 |
+
('cockpit', '')
|
936 |
+
('beach', '')
|
937 |
+
('bar', '')
|
938 |
+
('arcade', '')
|
939 |
+
('operating_room', '')
|
940 |
+
('alcove', '')
|
941 |
+
('heliport', '')
|
942 |
+
('cottage', '')
|
943 |
+
('embassy', '')
|
944 |
+
('bedroom', '')
|
945 |
+
('shopping_mall-indoor', '')
|
946 |
+
('stadium-football', '')
|
947 |
+
('auditorium', '')
|
948 |
+
('crosswalk', '')
|
949 |
+
('galley', '')
|
950 |
+
('beach', '')
|
951 |
+
('corral', '')
|
952 |
+
('train_interior', '')
|
953 |
+
('shopping_mall-indoor', '')
|
954 |
+
('restaurant', '')
|
955 |
+
('shopfront', '')
|
956 |
+
('auto_showroom', '')
|
957 |
+
('basement', '')
|
958 |
+
('cemetery', '')
|
959 |
+
('garage-outdoor', '')
|
960 |
+
('cockpit', '')
|
961 |
+
('wave', '')
|
962 |
+
('patio', '')
|
963 |
+
('bookstore', '')
|
964 |
+
('discotheque', '')
|
965 |
+
('yard', '')
|
966 |
+
('campsite', '')
|
967 |
+
('forest_path', '')
|
968 |
+
('office_cubicles', '')
|
969 |
+
('tree_house', '')
|
970 |
+
('chalet', '')
|
971 |
+
('courtyard', '')
|
972 |
+
('park', '')
|
973 |
+
('sushi_bar', '')
|
974 |
+
('kennel-outdoor', '')
|
975 |
+
('stadium-football', '')
|
976 |
+
('tower', '')
|
977 |
+
('schoolhouse', '')
|
978 |
+
('laundromat', '')
|
979 |
+
('canal-urban', '')
|
980 |
+
('landing_deck', '')
|
981 |
+
('arena-performance', '')
|
982 |
+
('toyshop', '')
|
983 |
+
('elevator-door', '')
|
984 |
+
('dressing_room', '')
|
985 |
+
('tower', '')
|
986 |
+
('kitchen', '')
|
987 |
+
('carrousel', '')
|
988 |
+
('boathouse', '')
|
989 |
+
('sandbox', '')
|
990 |
+
('castle', '')
|
991 |
+
('snowfield', '')
|
992 |
+
('gymnasium-indoor', '')
|
993 |
+
('junkyard', '')
|
994 |
+
('laundromat', '')
|
995 |
+
('hospital', '')
|
996 |
+
('classroom', '')
|
997 |
+
('jacuzzi-indoor', '')
|
998 |
+
('park', '')
|
999 |
+
('landfill', '')
|
1000 |
+
('nursery', '')
|