Datasets:
Tasks:
Image Classification
Formats:
imagefolder
Sub-tasks:
multi-class-classification
Languages:
English
Size:
1K - 10K
License:
Remove pairs.jsonl and Fix missings...
Browse files- README.md +2 -14
- metadata.jsonl +0 -90
- pairs.jsonl +0 -0
README.md
CHANGED
@@ -15,7 +15,7 @@ task_ids:
|
|
15 |
- multi-class-classification
|
16 |
splits:
|
17 |
- name: train
|
18 |
-
num_examples:
|
19 |
annotations_creators:
|
20 |
- machine-generated
|
21 |
source_datasets:
|
@@ -30,35 +30,23 @@ dataset_info:
|
|
30 |
|
31 |
# Ghibli Real vs AI-Generated Dataset
|
32 |
|
33 |
-
This dataset is provided in two forms:
|
34 |
-
|
35 |
-
### 1. (default) `metadata.jsonl`
|
36 |
- One sample per line
|
37 |
- Includes: `id`, `image`, `label`, `description`
|
38 |
- Use this for standard classification or image-text training
|
39 |
|
40 |
- Real images sourced from [Nechintosh/ghibli](https://huggingface.co/datasets/Nechintosh/ghibli) (810 images)
|
41 |
- AI-generated images created using:
|
42 |
-
- [nitrosocke/Ghibli-Diffusion](https://huggingface.co/nitrosocke/Ghibli-Diffusion) (
|
43 |
- [KappaNeuro/studio-ghibli-style](https://huggingface.co/KappaNeuro/studio-ghibli-style) (810 images)
|
44 |
- Note: While the KappaNeuro repository does not explicitly state a license, it is a fine-tuned model based on [Stable Diffusion XL](https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0), which is distributed under the CreativeML Open RAIL++-M License. Therefore, it is assumed that this model inherits the same license and non-commercial restrictions.
|
45 |
|
46 |
-
### 2. `pairs.jsonl`
|
47 |
-
- Real and fake images paired together
|
48 |
-
- Includes: `real_image`, `ai_image`, shared `description`, `seed`
|
49 |
-
- Use this for contrastive learning or meta-learning (e.g., ProtoNet)
|
50 |
-
|
51 |
### How to load
|
52 |
|
53 |
```python
|
54 |
from datasets import load_dataset
|
55 |
|
56 |
-
# Single image classification
|
57 |
samples = load_dataset("pulnip/ghibli-dataset", split="train")
|
58 |
|
59 |
-
# Paired meta-learning structure
|
60 |
-
pairs = load_dataset("pulnip/ghibli-dataset", data_files="pairs.jsonl", split="train")
|
61 |
-
|
62 |
# Convert labels to binary classification: 'real' vs 'ai'
|
63 |
# Note: The original "label" field contains "real", "nitrosocke", and "KappaNeuro".
|
64 |
# You can treat all non-"real" labels as "ai" to use this dataset for binary classification.
|
|
|
15 |
- multi-class-classification
|
16 |
splits:
|
17 |
- name: train
|
18 |
+
num_examples: 4257
|
19 |
annotations_creators:
|
20 |
- machine-generated
|
21 |
source_datasets:
|
|
|
30 |
|
31 |
# Ghibli Real vs AI-Generated Dataset
|
32 |
|
|
|
|
|
|
|
33 |
- One sample per line
|
34 |
- Includes: `id`, `image`, `label`, `description`
|
35 |
- Use this for standard classification or image-text training
|
36 |
|
37 |
- Real images sourced from [Nechintosh/ghibli](https://huggingface.co/datasets/Nechintosh/ghibli) (810 images)
|
38 |
- AI-generated images created using:
|
39 |
+
- [nitrosocke/Ghibli-Diffusion](https://huggingface.co/nitrosocke/Ghibli-Diffusion) (2637 images)
|
40 |
- [KappaNeuro/studio-ghibli-style](https://huggingface.co/KappaNeuro/studio-ghibli-style) (810 images)
|
41 |
- Note: While the KappaNeuro repository does not explicitly state a license, it is a fine-tuned model based on [Stable Diffusion XL](https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0), which is distributed under the CreativeML Open RAIL++-M License. Therefore, it is assumed that this model inherits the same license and non-commercial restrictions.
|
42 |
|
|
|
|
|
|
|
|
|
|
|
43 |
### How to load
|
44 |
|
45 |
```python
|
46 |
from datasets import load_dataset
|
47 |
|
|
|
48 |
samples = load_dataset("pulnip/ghibli-dataset", split="train")
|
49 |
|
|
|
|
|
|
|
50 |
# Convert labels to binary classification: 'real' vs 'ai'
|
51 |
# Note: The original "label" field contains "real", "nitrosocke", and "KappaNeuro".
|
52 |
# You can treat all non-"real" labels as "ai" to use this dataset for binary classification.
|
metadata.jsonl
CHANGED
@@ -811,7 +811,6 @@
|
|
811 |
{"id": "nitrosocke-00000-0", "file_name": "data/nitrosocke/Arrietty_1_0.jpg", "label": "nitrosocke", "description": "an anime painting of a path through the woods"}
|
812 |
{"id": "nitrosocke-00000-1", "file_name": "data/nitrosocke/Arrietty_1_1.jpg", "label": "nitrosocke", "description": "an anime painting of a path through the woods"}
|
813 |
{"id": "nitrosocke-00000-2", "file_name": "data/nitrosocke/Arrietty_1_2.jpg", "label": "nitrosocke", "description": "an anime painting of a path through the woods"}
|
814 |
-
{"id": "nitrosocke-00000-3", "file_name": "data/nitrosocke/Arrietty_1_3.jpg", "label": "nitrosocke", "description": "an anime painting of a path through the woods"}
|
815 |
{"id": "nitrosocke-00000-4", "file_name": "data/nitrosocke/Arrietty_1_4.jpg", "label": "nitrosocke", "description": "an anime painting of a path through the woods"}
|
816 |
{"id": "nitrosocke-00001-0", "file_name": "data/nitrosocke/Arrietty_2_0.jpg", "label": "nitrosocke", "description": "anime house in the woods with a garden"}
|
817 |
{"id": "nitrosocke-00001-1", "file_name": "data/nitrosocke/Arrietty_2_1.jpg", "label": "nitrosocke", "description": "anime house in the woods with a garden"}
|
@@ -836,22 +835,18 @@
|
|
836 |
{"id": "nitrosocke-00005-0", "file_name": "data/nitrosocke/Arrietty_6_0.jpg", "label": "nitrosocke", "description": "anime scene with two women in the garden"}
|
837 |
{"id": "nitrosocke-00005-1", "file_name": "data/nitrosocke/Arrietty_6_1.jpg", "label": "nitrosocke", "description": "anime scene with two women in the garden"}
|
838 |
{"id": "nitrosocke-00005-2", "file_name": "data/nitrosocke/Arrietty_6_2.jpg", "label": "nitrosocke", "description": "anime scene with two women in the garden"}
|
839 |
-
{"id": "nitrosocke-00005-3", "file_name": "data/nitrosocke/Arrietty_6_3.jpg", "label": "nitrosocke", "description": "anime scene with two women in the garden"}
|
840 |
{"id": "nitrosocke-00005-4", "file_name": "data/nitrosocke/Arrietty_6_4.jpg", "label": "nitrosocke", "description": "anime scene with two women in the garden"}
|
841 |
{"id": "nitrosocke-00006-0", "file_name": "data/nitrosocke/Arrietty_7_0.jpg", "label": "nitrosocke", "description": "a woman sitting on a bed surrounded by plants"}
|
842 |
{"id": "nitrosocke-00006-1", "file_name": "data/nitrosocke/Arrietty_7_1.jpg", "label": "nitrosocke", "description": "a woman sitting on a bed surrounded by plants"}
|
843 |
{"id": "nitrosocke-00006-2", "file_name": "data/nitrosocke/Arrietty_7_2.jpg", "label": "nitrosocke", "description": "a woman sitting on a bed surrounded by plants"}
|
844 |
-
{"id": "nitrosocke-00006-3", "file_name": "data/nitrosocke/Arrietty_7_3.jpg", "label": "nitrosocke", "description": "a woman sitting on a bed surrounded by plants"}
|
845 |
{"id": "nitrosocke-00006-4", "file_name": "data/nitrosocke/Arrietty_7_4.jpg", "label": "nitrosocke", "description": "a woman sitting on a bed surrounded by plants"}
|
846 |
{"id": "nitrosocke-00007-0", "file_name": "data/nitrosocke/Arrietty_8_0.jpg", "label": "nitrosocke", "description": "a woman holding an umbrella and a girl standing next to her"}
|
847 |
{"id": "nitrosocke-00007-1", "file_name": "data/nitrosocke/Arrietty_8_1.jpg", "label": "nitrosocke", "description": "a woman holding an umbrella and a girl standing next to her"}
|
848 |
{"id": "nitrosocke-00007-2", "file_name": "data/nitrosocke/Arrietty_8_2.jpg", "label": "nitrosocke", "description": "a woman holding an umbrella and a girl standing next to her"}
|
849 |
-
{"id": "nitrosocke-00007-3", "file_name": "data/nitrosocke/Arrietty_8_3.jpg", "label": "nitrosocke", "description": "a woman holding an umbrella and a girl standing next to her"}
|
850 |
{"id": "nitrosocke-00007-4", "file_name": "data/nitrosocke/Arrietty_8_4.jpg", "label": "nitrosocke", "description": "a woman holding an umbrella and a girl standing next to her"}
|
851 |
{"id": "nitrosocke-00008-0", "file_name": "data/nitrosocke/Arrietty_9_0.jpg", "label": "nitrosocke", "description": "a girl is looking at herself in a mirror"}
|
852 |
{"id": "nitrosocke-00008-1", "file_name": "data/nitrosocke/Arrietty_9_1.jpg", "label": "nitrosocke", "description": "a girl is looking at herself in a mirror"}
|
853 |
{"id": "nitrosocke-00008-2", "file_name": "data/nitrosocke/Arrietty_9_2.jpg", "label": "nitrosocke", "description": "a girl is looking at herself in a mirror"}
|
854 |
-
{"id": "nitrosocke-00008-3", "file_name": "data/nitrosocke/Arrietty_9_3.jpg", "label": "nitrosocke", "description": "a girl is looking at herself in a mirror"}
|
855 |
{"id": "nitrosocke-00008-4", "file_name": "data/nitrosocke/Arrietty_9_4.jpg", "label": "nitrosocke", "description": "a girl is looking at herself in a mirror"}
|
856 |
{"id": "nitrosocke-00009-0", "file_name": "data/nitrosocke/Arrietty_10_0.jpg", "label": "nitrosocke", "description": "the little mermaid the princess and the frog and the little mermaid 2"}
|
857 |
{"id": "nitrosocke-00009-1", "file_name": "data/nitrosocke/Arrietty_10_1.jpg", "label": "nitrosocke", "description": "the little mermaid the princess and the frog and the little mermaid 2"}
|
@@ -866,18 +861,15 @@
|
|
866 |
{"id": "nitrosocke-00011-0", "file_name": "data/nitrosocke/Arrietty_12_0.jpg", "label": "nitrosocke", "description": "anime girl in red dress holding a stick"}
|
867 |
{"id": "nitrosocke-00011-1", "file_name": "data/nitrosocke/Arrietty_12_1.jpg", "label": "nitrosocke", "description": "anime girl in red dress holding a stick"}
|
868 |
{"id": "nitrosocke-00011-2", "file_name": "data/nitrosocke/Arrietty_12_2.jpg", "label": "nitrosocke", "description": "anime girl in red dress holding a stick"}
|
869 |
-
{"id": "nitrosocke-00011-3", "file_name": "data/nitrosocke/Arrietty_12_3.jpg", "label": "nitrosocke", "description": "anime girl in red dress holding a stick"}
|
870 |
{"id": "nitrosocke-00011-4", "file_name": "data/nitrosocke/Arrietty_12_4.jpg", "label": "nitrosocke", "description": "anime girl in red dress holding a stick"}
|
871 |
{"id": "nitrosocke-00012-0", "file_name": "data/nitrosocke/Arrietty_13_0.jpg", "label": "nitrosocke", "description": "an anime character laying down with a pillow"}
|
872 |
{"id": "nitrosocke-00013-0", "file_name": "data/nitrosocke/Arrietty_14_0.jpg", "label": "nitrosocke", "description": "a girl in a pink dress holding a pink cloth"}
|
873 |
{"id": "nitrosocke-00013-1", "file_name": "data/nitrosocke/Arrietty_14_1.jpg", "label": "nitrosocke", "description": "a girl in a pink dress holding a pink cloth"}
|
874 |
{"id": "nitrosocke-00013-2", "file_name": "data/nitrosocke/Arrietty_14_2.jpg", "label": "nitrosocke", "description": "a girl in a pink dress holding a pink cloth"}
|
875 |
-
{"id": "nitrosocke-00013-3", "file_name": "data/nitrosocke/Arrietty_14_3.jpg", "label": "nitrosocke", "description": "a girl in a pink dress holding a pink cloth"}
|
876 |
{"id": "nitrosocke-00013-4", "file_name": "data/nitrosocke/Arrietty_14_4.jpg", "label": "nitrosocke", "description": "a girl in a pink dress holding a pink cloth"}
|
877 |
{"id": "nitrosocke-00014-0", "file_name": "data/nitrosocke/Arrietty_15_0.jpg", "label": "nitrosocke", "description": "a man and woman standing next to each other"}
|
878 |
{"id": "nitrosocke-00014-1", "file_name": "data/nitrosocke/Arrietty_15_1.jpg", "label": "nitrosocke", "description": "a man and woman standing next to each other"}
|
879 |
{"id": "nitrosocke-00014-2", "file_name": "data/nitrosocke/Arrietty_15_2.jpg", "label": "nitrosocke", "description": "a man and woman standing next to each other"}
|
880 |
-
{"id": "nitrosocke-00014-3", "file_name": "data/nitrosocke/Arrietty_15_3.jpg", "label": "nitrosocke", "description": "a man and woman standing next to each other"}
|
881 |
{"id": "nitrosocke-00014-4", "file_name": "data/nitrosocke/Arrietty_15_4.jpg", "label": "nitrosocke", "description": "a man and woman standing next to each other"}
|
882 |
{"id": "nitrosocke-00015-0", "file_name": "data/nitrosocke/Arrietty_16_0.jpg", "label": "nitrosocke", "description": "a woman in an apron is holding a knife to a woman in a red dress"}
|
883 |
{"id": "nitrosocke-00015-1", "file_name": "data/nitrosocke/Arrietty_16_1.jpg", "label": "nitrosocke", "description": "a woman in an apron is holding a knife to a woman in a red dress"}
|
@@ -902,12 +894,10 @@
|
|
902 |
{"id": "nitrosocke-00019-0", "file_name": "data/nitrosocke/Arrietty_20_0.jpg", "label": "nitrosocke", "description": "a scene from the movie the secret world of Arrietty"}
|
903 |
{"id": "nitrosocke-00019-1", "file_name": "data/nitrosocke/Arrietty_20_1.jpg", "label": "nitrosocke", "description": "a scene from the movie the secret world of Arrietty"}
|
904 |
{"id": "nitrosocke-00019-2", "file_name": "data/nitrosocke/Arrietty_20_2.jpg", "label": "nitrosocke", "description": "a scene from the movie the secret world of Arrietty"}
|
905 |
-
{"id": "nitrosocke-00019-3", "file_name": "data/nitrosocke/Arrietty_20_3.jpg", "label": "nitrosocke", "description": "a scene from the movie the secret world of Arrietty"}
|
906 |
{"id": "nitrosocke-00019-4", "file_name": "data/nitrosocke/Arrietty_20_4.jpg", "label": "nitrosocke", "description": "a scene from the movie the secret world of Arrietty"}
|
907 |
{"id": "nitrosocke-00020-0", "file_name": "data/nitrosocke/Arrietty_21_0.jpg", "label": "nitrosocke", "description": "a girl in red standing in the middle of a jungle"}
|
908 |
{"id": "nitrosocke-00020-1", "file_name": "data/nitrosocke/Arrietty_21_1.jpg", "label": "nitrosocke", "description": "a girl in red standing in the middle of a jungle"}
|
909 |
{"id": "nitrosocke-00020-2", "file_name": "data/nitrosocke/Arrietty_21_2.jpg", "label": "nitrosocke", "description": "a girl in red standing in the middle of a jungle"}
|
910 |
-
{"id": "nitrosocke-00020-3", "file_name": "data/nitrosocke/Arrietty_21_3.jpg", "label": "nitrosocke", "description": "a girl in red standing in the middle of a jungle"}
|
911 |
{"id": "nitrosocke-00020-4", "file_name": "data/nitrosocke/Arrietty_21_4.jpg", "label": "nitrosocke", "description": "a girl in red standing in the middle of a jungle"}
|
912 |
{"id": "nitrosocke-00021-0", "file_name": "data/nitrosocke/Arrietty_22_0.jpg", "label": "nitrosocke", "description": "an anime scene with a girl standing on a rock"}
|
913 |
{"id": "nitrosocke-00021-1", "file_name": "data/nitrosocke/Arrietty_22_1.jpg", "label": "nitrosocke", "description": "an anime scene with a girl standing on a rock"}
|
@@ -931,22 +921,18 @@
|
|
931 |
{"id": "nitrosocke-00025-0", "file_name": "data/nitrosocke/Arrietty_26_0.jpg", "label": "nitrosocke", "description": "a person holding a leaf in their hand"}
|
932 |
{"id": "nitrosocke-00025-1", "file_name": "data/nitrosocke/Arrietty_26_1.jpg", "label": "nitrosocke", "description": "a person holding a leaf in their hand"}
|
933 |
{"id": "nitrosocke-00025-2", "file_name": "data/nitrosocke/Arrietty_26_2.jpg", "label": "nitrosocke", "description": "a person holding a leaf in their hand"}
|
934 |
-
{"id": "nitrosocke-00025-3", "file_name": "data/nitrosocke/Arrietty_26_3.jpg", "label": "nitrosocke", "description": "a person holding a leaf in their hand"}
|
935 |
{"id": "nitrosocke-00025-4", "file_name": "data/nitrosocke/Arrietty_26_4.jpg", "label": "nitrosocke", "description": "a person holding a leaf in their hand"}
|
936 |
{"id": "nitrosocke-00026-0", "file_name": "data/nitrosocke/Arrietty_27_0.jpg", "label": "nitrosocke", "description": "anime characters looking at a doll house"}
|
937 |
{"id": "nitrosocke-00026-1", "file_name": "data/nitrosocke/Arrietty_27_1.jpg", "label": "nitrosocke", "description": "anime characters looking at a doll house"}
|
938 |
{"id": "nitrosocke-00026-2", "file_name": "data/nitrosocke/Arrietty_27_2.jpg", "label": "nitrosocke", "description": "anime characters looking at a doll house"}
|
939 |
-
{"id": "nitrosocke-00026-3", "file_name": "data/nitrosocke/Arrietty_27_3.jpg", "label": "nitrosocke", "description": "anime characters looking at a doll house"}
|
940 |
{"id": "nitrosocke-00026-4", "file_name": "data/nitrosocke/Arrietty_27_4.jpg", "label": "nitrosocke", "description": "anime characters looking at a doll house"}
|
941 |
{"id": "nitrosocke-00027-0", "file_name": "data/nitrosocke/Arrietty_28_0.jpg", "label": "nitrosocke", "description": "a cartoon kitchen with a door open to the outside"}
|
942 |
{"id": "nitrosocke-00027-1", "file_name": "data/nitrosocke/Arrietty_28_1.jpg", "label": "nitrosocke", "description": "a cartoon kitchen with a door open to the outside"}
|
943 |
{"id": "nitrosocke-00027-2", "file_name": "data/nitrosocke/Arrietty_28_2.jpg", "label": "nitrosocke", "description": "a cartoon kitchen with a door open to the outside"}
|
944 |
-
{"id": "nitrosocke-00027-3", "file_name": "data/nitrosocke/Arrietty_28_3.jpg", "label": "nitrosocke", "description": "a cartoon kitchen with a door open to the outside"}
|
945 |
{"id": "nitrosocke-00027-4", "file_name": "data/nitrosocke/Arrietty_28_4.jpg", "label": "nitrosocke", "description": "a cartoon kitchen with a door open to the outside"}
|
946 |
{"id": "nitrosocke-00028-0", "file_name": "data/nitrosocke/Arrietty_29_0.jpg", "label": "nitrosocke", "description": "a woman in a fur coat holding a bow and arrow"}
|
947 |
{"id": "nitrosocke-00028-1", "file_name": "data/nitrosocke/Arrietty_29_1.jpg", "label": "nitrosocke", "description": "a woman in a fur coat holding a bow and arrow"}
|
948 |
{"id": "nitrosocke-00028-2", "file_name": "data/nitrosocke/Arrietty_29_2.jpg", "label": "nitrosocke", "description": "a woman in a fur coat holding a bow and arrow"}
|
949 |
-
{"id": "nitrosocke-00028-3", "file_name": "data/nitrosocke/Arrietty_29_3.jpg", "label": "nitrosocke", "description": "a woman in a fur coat holding a bow and arrow"}
|
950 |
{"id": "nitrosocke-00028-4", "file_name": "data/nitrosocke/Arrietty_29_4.jpg", "label": "nitrosocke", "description": "a woman in a fur coat holding a bow and arrow"}
|
951 |
{"id": "nitrosocke-00029-0", "file_name": "data/nitrosocke/Arrietty_30_0.jpg", "label": "nitrosocke", "description": "an animated scene with two people sitting around a table"}
|
952 |
{"id": "nitrosocke-00029-1", "file_name": "data/nitrosocke/Arrietty_30_1.jpg", "label": "nitrosocke", "description": "an animated scene with two people sitting around a table"}
|
@@ -961,22 +947,18 @@
|
|
961 |
{"id": "nitrosocke-00031-0", "file_name": "data/nitrosocke/Arrietty_32_0.jpg", "label": "nitrosocke", "description": "a boy in a field of flowers with a girl in the background"}
|
962 |
{"id": "nitrosocke-00031-1", "file_name": "data/nitrosocke/Arrietty_32_1.jpg", "label": "nitrosocke", "description": "a boy in a field of flowers with a girl in the background"}
|
963 |
{"id": "nitrosocke-00031-2", "file_name": "data/nitrosocke/Arrietty_32_2.jpg", "label": "nitrosocke", "description": "a boy in a field of flowers with a girl in the background"}
|
964 |
-
{"id": "nitrosocke-00031-3", "file_name": "data/nitrosocke/Arrietty_32_3.jpg", "label": "nitrosocke", "description": "a boy in a field of flowers with a girl in the background"}
|
965 |
{"id": "nitrosocke-00031-4", "file_name": "data/nitrosocke/Arrietty_32_4.jpg", "label": "nitrosocke", "description": "a boy in a field of flowers with a girl in the background"}
|
966 |
{"id": "nitrosocke-00032-0", "file_name": "data/nitrosocke/Arrietty_33_0.jpg", "label": "nitrosocke", "description": "a girl in a pink shirt standing in front of flowers"}
|
967 |
{"id": "nitrosocke-00032-1", "file_name": "data/nitrosocke/Arrietty_33_1.jpg", "label": "nitrosocke", "description": "a girl in a pink shirt standing in front of flowers"}
|
968 |
{"id": "nitrosocke-00032-2", "file_name": "data/nitrosocke/Arrietty_33_2.jpg", "label": "nitrosocke", "description": "a girl in a pink shirt standing in front of flowers"}
|
969 |
-
{"id": "nitrosocke-00032-3", "file_name": "data/nitrosocke/Arrietty_33_3.jpg", "label": "nitrosocke", "description": "a girl in a pink shirt standing in front of flowers"}
|
970 |
{"id": "nitrosocke-00032-4", "file_name": "data/nitrosocke/Arrietty_33_4.jpg", "label": "nitrosocke", "description": "a girl in a pink shirt standing in front of flowers"}
|
971 |
{"id": "nitrosocke-00033-0", "file_name": "data/nitrosocke/Arrietty_34_0.jpg", "label": "nitrosocke", "description": "a person looking at a small room with a doll"}
|
972 |
{"id": "nitrosocke-00033-1", "file_name": "data/nitrosocke/Arrietty_34_1.jpg", "label": "nitrosocke", "description": "a person looking at a small room with a doll"}
|
973 |
{"id": "nitrosocke-00033-2", "file_name": "data/nitrosocke/Arrietty_34_2.jpg", "label": "nitrosocke", "description": "a person looking at a small room with a doll"}
|
974 |
-
{"id": "nitrosocke-00033-3", "file_name": "data/nitrosocke/Arrietty_34_3.jpg", "label": "nitrosocke", "description": "a person looking at a small room with a doll"}
|
975 |
{"id": "nitrosocke-00033-4", "file_name": "data/nitrosocke/Arrietty_34_4.jpg", "label": "nitrosocke", "description": "a person looking at a small room with a doll"}
|
976 |
{"id": "nitrosocke-00034-0", "file_name": "data/nitrosocke/Arrietty_35_0.jpg", "label": "nitrosocke", "description": "anime character in a room with a man in glasses"}
|
977 |
{"id": "nitrosocke-00034-1", "file_name": "data/nitrosocke/Arrietty_35_1.jpg", "label": "nitrosocke", "description": "anime character in a room with a man in glasses"}
|
978 |
{"id": "nitrosocke-00034-2", "file_name": "data/nitrosocke/Arrietty_35_2.jpg", "label": "nitrosocke", "description": "anime character in a room with a man in glasses"}
|
979 |
-
{"id": "nitrosocke-00034-3", "file_name": "data/nitrosocke/Arrietty_35_3.jpg", "label": "nitrosocke", "description": "anime character in a room with a man in glasses"}
|
980 |
{"id": "nitrosocke-00034-4", "file_name": "data/nitrosocke/Arrietty_35_4.jpg", "label": "nitrosocke", "description": "anime character in a room with a man in glasses"}
|
981 |
{"id": "nitrosocke-00035-0", "file_name": "data/nitrosocke/Arrietty_36_0.jpg", "label": "nitrosocke", "description": "a girl in a pink dress standing in a kitchen"}
|
982 |
{"id": "nitrosocke-00035-1", "file_name": "data/nitrosocke/Arrietty_36_1.jpg", "label": "nitrosocke", "description": "a girl in a pink dress standing in a kitchen"}
|
@@ -1011,22 +993,18 @@
|
|
1011 |
{"id": "nitrosocke-00041-0", "file_name": "data/nitrosocke/Arrietty_42_0.jpg", "label": "nitrosocke", "description": "the little mermaid the little mermaid the little mermaid the little mermaid the little mermaid the little mermaid the little"}
|
1012 |
{"id": "nitrosocke-00041-1", "file_name": "data/nitrosocke/Arrietty_42_1.jpg", "label": "nitrosocke", "description": "the little mermaid the little mermaid the little mermaid the little mermaid the little mermaid the little mermaid the little"}
|
1013 |
{"id": "nitrosocke-00041-2", "file_name": "data/nitrosocke/Arrietty_42_2.jpg", "label": "nitrosocke", "description": "the little mermaid the little mermaid the little mermaid the little mermaid the little mermaid the little mermaid the little"}
|
1014 |
-
{"id": "nitrosocke-00041-3", "file_name": "data/nitrosocke/Arrietty_42_3.jpg", "label": "nitrosocke", "description": "the little mermaid the little mermaid the little mermaid the little mermaid the little mermaid the little mermaid the little"}
|
1015 |
{"id": "nitrosocke-00041-4", "file_name": "data/nitrosocke/Arrietty_42_4.jpg", "label": "nitrosocke", "description": "the little mermaid the little mermaid the little mermaid the little mermaid the little mermaid the little mermaid the little"}
|
1016 |
{"id": "nitrosocke-00042-0", "file_name": "data/nitrosocke/Arrietty_43_0.jpg", "label": "nitrosocke", "description": "a girl in a red dress standing on a bamboo pole"}
|
1017 |
{"id": "nitrosocke-00042-1", "file_name": "data/nitrosocke/Arrietty_43_1.jpg", "label": "nitrosocke", "description": "a girl in a red dress standing on a bamboo pole"}
|
1018 |
{"id": "nitrosocke-00042-2", "file_name": "data/nitrosocke/Arrietty_43_2.jpg", "label": "nitrosocke", "description": "a girl in a red dress standing on a bamboo pole"}
|
1019 |
-
{"id": "nitrosocke-00042-3", "file_name": "data/nitrosocke/Arrietty_43_3.jpg", "label": "nitrosocke", "description": "a girl in a red dress standing on a bamboo pole"}
|
1020 |
{"id": "nitrosocke-00042-4", "file_name": "data/nitrosocke/Arrietty_43_4.jpg", "label": "nitrosocke", "description": "a girl in a red dress standing on a bamboo pole"}
|
1021 |
{"id": "nitrosocke-00043-0", "file_name": "data/nitrosocke/Arrietty_44_0.jpg", "label": "nitrosocke", "description": "a boy in a blue jacket standing next to a bamboo fence"}
|
1022 |
{"id": "nitrosocke-00043-1", "file_name": "data/nitrosocke/Arrietty_44_1.jpg", "label": "nitrosocke", "description": "a boy in a blue jacket standing next to a bamboo fence"}
|
1023 |
{"id": "nitrosocke-00043-2", "file_name": "data/nitrosocke/Arrietty_44_2.jpg", "label": "nitrosocke", "description": "a boy in a blue jacket standing next to a bamboo fence"}
|
1024 |
-
{"id": "nitrosocke-00043-3", "file_name": "data/nitrosocke/Arrietty_44_3.jpg", "label": "nitrosocke", "description": "a boy in a blue jacket standing next to a bamboo fence"}
|
1025 |
{"id": "nitrosocke-00043-4", "file_name": "data/nitrosocke/Arrietty_44_4.jpg", "label": "nitrosocke", "description": "a boy in a blue jacket standing next to a bamboo fence"}
|
1026 |
{"id": "nitrosocke-00044-0", "file_name": "data/nitrosocke/Arrietty_45_0.jpg", "label": "nitrosocke", "description": "a girl is touching the nose of a cat"}
|
1027 |
{"id": "nitrosocke-00044-1", "file_name": "data/nitrosocke/Arrietty_45_1.jpg", "label": "nitrosocke", "description": "a girl is touching the nose of a cat"}
|
1028 |
{"id": "nitrosocke-00044-2", "file_name": "data/nitrosocke/Arrietty_45_2.jpg", "label": "nitrosocke", "description": "a girl is touching the nose of a cat"}
|
1029 |
-
{"id": "nitrosocke-00044-3", "file_name": "data/nitrosocke/Arrietty_45_3.jpg", "label": "nitrosocke", "description": "a girl is touching the nose of a cat"}
|
1030 |
{"id": "nitrosocke-00044-4", "file_name": "data/nitrosocke/Arrietty_45_4.jpg", "label": "nitrosocke", "description": "a girl is touching the nose of a cat"}
|
1031 |
{"id": "nitrosocke-00045-0", "file_name": "data/nitrosocke/Arrietty_46_0.jpg", "label": "nitrosocke", "description": "a woman is hugging a man in an anime"}
|
1032 |
{"id": "nitrosocke-00045-1", "file_name": "data/nitrosocke/Arrietty_46_1.jpg", "label": "nitrosocke", "description": "a woman is hugging a man in an anime"}
|
@@ -1051,7 +1029,6 @@
|
|
1051 |
{"id": "nitrosocke-00049-0", "file_name": "data/nitrosocke/Arrietty_50_0.jpg", "label": "nitrosocke", "description": "a girl sitting in a chair with a red heart"}
|
1052 |
{"id": "nitrosocke-00049-1", "file_name": "data/nitrosocke/Arrietty_50_1.jpg", "label": "nitrosocke", "description": "a girl sitting in a chair with a red heart"}
|
1053 |
{"id": "nitrosocke-00049-2", "file_name": "data/nitrosocke/Arrietty_50_2.jpg", "label": "nitrosocke", "description": "a girl sitting in a chair with a red heart"}
|
1054 |
-
{"id": "nitrosocke-00049-3", "file_name": "data/nitrosocke/Arrietty_50_3.jpg", "label": "nitrosocke", "description": "a girl sitting in a chair with a red heart"}
|
1055 |
{"id": "nitrosocke-00049-4", "file_name": "data/nitrosocke/Arrietty_50_4.jpg", "label": "nitrosocke", "description": "a girl sitting in a chair with a red heart"}
|
1056 |
{"id": "nitrosocke-00050-0", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_1_0.jpg", "label": "nitrosocke", "description": "a woman standing next to a pole with a red flag"}
|
1057 |
{"id": "nitrosocke-00050-1", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_1_1.jpg", "label": "nitrosocke", "description": "a woman standing next to a pole with a red flag"}
|
@@ -1062,17 +1039,14 @@
|
|
1062 |
{"id": "nitrosocke-00052-0", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_3_0.jpg", "label": "nitrosocke", "description": "anime houses on a hillside with trees and sky"}
|
1063 |
{"id": "nitrosocke-00052-1", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_3_1.jpg", "label": "nitrosocke", "description": "anime houses on a hillside with trees and sky"}
|
1064 |
{"id": "nitrosocke-00052-2", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_3_2.jpg", "label": "nitrosocke", "description": "anime houses on a hillside with trees and sky"}
|
1065 |
-
{"id": "nitrosocke-00052-3", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_3_3.jpg", "label": "nitrosocke", "description": "anime houses on a hillside with trees and sky"}
|
1066 |
{"id": "nitrosocke-00052-4", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_3_4.jpg", "label": "nitrosocke", "description": "anime houses on a hillside with trees and sky"}
|
1067 |
{"id": "nitrosocke-00053-0", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_4_0.jpg", "label": "nitrosocke", "description": "a man in a sailor hat stands on the deck of a boat"}
|
1068 |
{"id": "nitrosocke-00053-1", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_4_1.jpg", "label": "nitrosocke", "description": "a man in a sailor hat stands on the deck of a boat"}
|
1069 |
{"id": "nitrosocke-00053-2", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_4_2.jpg", "label": "nitrosocke", "description": "a man in a sailor hat stands on the deck of a boat"}
|
1070 |
-
{"id": "nitrosocke-00053-3", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_4_3.jpg", "label": "nitrosocke", "description": "a man in a sailor hat stands on the deck of a boat"}
|
1071 |
{"id": "nitrosocke-00053-4", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_4_4.jpg", "label": "nitrosocke", "description": "a man in a sailor hat stands on the deck of a boat"}
|
1072 |
{"id": "nitrosocke-00054-0", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_5_0.jpg", "label": "nitrosocke", "description": "a woman cooking vegetables in a kitchen"}
|
1073 |
{"id": "nitrosocke-00054-1", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_5_1.jpg", "label": "nitrosocke", "description": "a woman cooking vegetables in a kitchen"}
|
1074 |
{"id": "nitrosocke-00054-2", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_5_2.jpg", "label": "nitrosocke", "description": "a woman cooking vegetables in a kitchen"}
|
1075 |
-
{"id": "nitrosocke-00054-3", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_5_3.jpg", "label": "nitrosocke", "description": "a woman cooking vegetables in a kitchen"}
|
1076 |
{"id": "nitrosocke-00054-4", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_5_4.jpg", "label": "nitrosocke", "description": "a woman cooking vegetables in a kitchen"}
|
1077 |
{"id": "nitrosocke-00055-0", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_6_0.jpg", "label": "nitrosocke", "description": "a family sitting at a table with food"}
|
1078 |
{"id": "nitrosocke-00055-1", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_6_1.jpg", "label": "nitrosocke", "description": "a family sitting at a table with food"}
|
@@ -1097,12 +1071,10 @@
|
|
1097 |
{"id": "nitrosocke-00059-0", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_10_0.jpg", "label": "nitrosocke", "description": "anime house with banners hanging from the windows"}
|
1098 |
{"id": "nitrosocke-00059-1", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_10_1.jpg", "label": "nitrosocke", "description": "anime house with banners hanging from the windows"}
|
1099 |
{"id": "nitrosocke-00059-2", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_10_2.jpg", "label": "nitrosocke", "description": "anime house with banners hanging from the windows"}
|
1100 |
-
{"id": "nitrosocke-00059-3", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_10_3.jpg", "label": "nitrosocke", "description": "anime house with banners hanging from the windows"}
|
1101 |
{"id": "nitrosocke-00059-4", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_10_4.jpg", "label": "nitrosocke", "description": "anime house with banners hanging from the windows"}
|
1102 |
{"id": "nitrosocke-00060-0", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_11_0.jpg", "label": "nitrosocke", "description": "anime girl standing in front of a door with colorful windows"}
|
1103 |
{"id": "nitrosocke-00060-1", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_11_1.jpg", "label": "nitrosocke", "description": "anime girl standing in front of a door with colorful windows"}
|
1104 |
{"id": "nitrosocke-00060-2", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_11_2.jpg", "label": "nitrosocke", "description": "anime girl standing in front of a door with colorful windows"}
|
1105 |
-
{"id": "nitrosocke-00060-3", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_11_3.jpg", "label": "nitrosocke", "description": "anime girl standing in front of a door with colorful windows"}
|
1106 |
{"id": "nitrosocke-00060-4", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_11_4.jpg", "label": "nitrosocke", "description": "anime girl standing in front of a door with colorful windows"}
|
1107 |
{"id": "nitrosocke-00061-0", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_12_0.jpg", "label": "nitrosocke", "description": "a scene from the movie kikis delivery service"}
|
1108 |
{"id": "nitrosocke-00061-2", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_12_2.jpg", "label": "nitrosocke", "description": "a scene from the movie kikis delivery service"}
|
@@ -1126,17 +1098,14 @@
|
|
1126 |
{"id": "nitrosocke-00065-0", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_16_0.jpg", "label": "nitrosocke", "description": "a man and woman in school uniforms are working on a computer"}
|
1127 |
{"id": "nitrosocke-00065-1", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_16_1.jpg", "label": "nitrosocke", "description": "a man and woman in school uniforms are working on a computer"}
|
1128 |
{"id": "nitrosocke-00065-2", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_16_2.jpg", "label": "nitrosocke", "description": "a man and woman in school uniforms are working on a computer"}
|
1129 |
-
{"id": "nitrosocke-00065-3", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_16_3.jpg", "label": "nitrosocke", "description": "a man and woman in school uniforms are working on a computer"}
|
1130 |
{"id": "nitrosocke-00065-4", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_16_4.jpg", "label": "nitrosocke", "description": "a man and woman in school uniforms are working on a computer"}
|
1131 |
{"id": "nitrosocke-00066-0", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_17_0.jpg", "label": "nitrosocke", "description": "a scene from the anime film studio ghiblis ponyo"}
|
1132 |
{"id": "nitrosocke-00066-1", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_17_1.jpg", "label": "nitrosocke", "description": "a scene from the anime film studio ghiblis ponyo"}
|
1133 |
{"id": "nitrosocke-00066-2", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_17_2.jpg", "label": "nitrosocke", "description": "a scene from the anime film studio ghiblis ponyo"}
|
1134 |
-
{"id": "nitrosocke-00066-3", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_17_3.jpg", "label": "nitrosocke", "description": "a scene from the anime film studio ghiblis ponyo"}
|
1135 |
{"id": "nitrosocke-00066-4", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_17_4.jpg", "label": "nitrosocke", "description": "a scene from the anime film studio ghiblis ponyo"}
|
1136 |
{"id": "nitrosocke-00067-0", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_18_0.jpg", "label": "nitrosocke", "description": "a scene from the anime film spy kids"}
|
1137 |
{"id": "nitrosocke-00067-1", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_18_1.jpg", "label": "nitrosocke", "description": "a scene from the anime film spy kids"}
|
1138 |
{"id": "nitrosocke-00067-2", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_18_2.jpg", "label": "nitrosocke", "description": "a scene from the anime film spy kids"}
|
1139 |
-
{"id": "nitrosocke-00067-3", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_18_3.jpg", "label": "nitrosocke", "description": "a scene from the anime film spy kids"}
|
1140 |
{"id": "nitrosocke-00067-4", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_18_4.jpg", "label": "nitrosocke", "description": "a scene from the anime film spy kids"}
|
1141 |
{"id": "nitrosocke-00068-0", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_19_0.jpg", "label": "nitrosocke", "description": "a scene from the anime film studio ghiblis ponyo"}
|
1142 |
{"id": "nitrosocke-00068-1", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_19_1.jpg", "label": "nitrosocke", "description": "a scene from the anime film studio ghiblis ponyo"}
|
@@ -1155,22 +1124,18 @@
|
|
1155 |
{"id": "nitrosocke-00071-0", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_22_0.jpg", "label": "nitrosocke", "description": "a family sitting at a table eating food"}
|
1156 |
{"id": "nitrosocke-00071-1", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_22_1.jpg", "label": "nitrosocke", "description": "a family sitting at a table eating food"}
|
1157 |
{"id": "nitrosocke-00071-2", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_22_2.jpg", "label": "nitrosocke", "description": "a family sitting at a table eating food"}
|
1158 |
-
{"id": "nitrosocke-00071-3", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_22_3.jpg", "label": "nitrosocke", "description": "a family sitting at a table eating food"}
|
1159 |
{"id": "nitrosocke-00071-4", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_22_4.jpg", "label": "nitrosocke", "description": "a family sitting at a table eating food"}
|
1160 |
{"id": "nitrosocke-00072-0", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_23_0.jpg", "label": "nitrosocke", "description": "a young boy and girl standing in front of a window"}
|
1161 |
{"id": "nitrosocke-00072-1", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_23_1.jpg", "label": "nitrosocke", "description": "a young boy and girl standing in front of a window"}
|
1162 |
{"id": "nitrosocke-00072-2", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_23_2.jpg", "label": "nitrosocke", "description": "a young boy and girl standing in front of a window"}
|
1163 |
-
{"id": "nitrosocke-00072-3", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_23_3.jpg", "label": "nitrosocke", "description": "a young boy and girl standing in front of a window"}
|
1164 |
{"id": "nitrosocke-00072-4", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_23_4.jpg", "label": "nitrosocke", "description": "a young boy and girl standing in front of a window"}
|
1165 |
{"id": "nitrosocke-00073-0", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_24_0.jpg", "label": "nitrosocke", "description": "a group of women in uniforms with masks and shovels"}
|
1166 |
{"id": "nitrosocke-00073-1", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_24_1.jpg", "label": "nitrosocke", "description": "a group of women in uniforms with masks and shovels"}
|
1167 |
{"id": "nitrosocke-00073-2", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_24_2.jpg", "label": "nitrosocke", "description": "a group of women in uniforms with masks and shovels"}
|
1168 |
-
{"id": "nitrosocke-00073-3", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_24_3.jpg", "label": "nitrosocke", "description": "a group of women in uniforms with masks and shovels"}
|
1169 |
{"id": "nitrosocke-00073-4", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_24_4.jpg", "label": "nitrosocke", "description": "a group of women in uniforms with masks and shovels"}
|
1170 |
{"id": "nitrosocke-00074-0", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_25_0.jpg", "label": "nitrosocke", "description": "a group of people wearing masks and holding up sticks"}
|
1171 |
{"id": "nitrosocke-00074-1", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_25_1.jpg", "label": "nitrosocke", "description": "a group of people wearing masks and holding up sticks"}
|
1172 |
{"id": "nitrosocke-00074-2", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_25_2.jpg", "label": "nitrosocke", "description": "a group of people wearing masks and holding up sticks"}
|
1173 |
-
{"id": "nitrosocke-00074-3", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_25_3.jpg", "label": "nitrosocke", "description": "a group of people wearing masks and holding up sticks"}
|
1174 |
{"id": "nitrosocke-00074-4", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_25_4.jpg", "label": "nitrosocke", "description": "a group of people wearing masks and holding up sticks"}
|
1175 |
{"id": "nitrosocke-00075-0", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_26_0.jpg", "label": "nitrosocke", "description": "a young boy and girl are looking at something"}
|
1176 |
{"id": "nitrosocke-00075-1", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_26_1.jpg", "label": "nitrosocke", "description": "a young boy and girl are looking at something"}
|
@@ -1195,12 +1160,10 @@
|
|
1195 |
{"id": "nitrosocke-00079-0", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_30_0.jpg", "label": "nitrosocke", "description": "the movie studio ghiblis castle in the sky"}
|
1196 |
{"id": "nitrosocke-00079-1", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_30_1.jpg", "label": "nitrosocke", "description": "the movie studio ghiblis castle in the sky"}
|
1197 |
{"id": "nitrosocke-00079-2", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_30_2.jpg", "label": "nitrosocke", "description": "the movie studio ghiblis castle in the sky"}
|
1198 |
-
{"id": "nitrosocke-00079-3", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_30_3.jpg", "label": "nitrosocke", "description": "the movie studio ghiblis castle in the sky"}
|
1199 |
{"id": "nitrosocke-00079-4", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_30_4.jpg", "label": "nitrosocke", "description": "the movie studio ghiblis castle in the sky"}
|
1200 |
{"id": "nitrosocke-00080-0", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_31_0.jpg", "label": "nitrosocke", "description": "anime the story of kurosawa the story of the city"}
|
1201 |
{"id": "nitrosocke-00080-1", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_31_1.jpg", "label": "nitrosocke", "description": "anime the story of kurosawa the story of the city"}
|
1202 |
{"id": "nitrosocke-00080-2", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_31_2.jpg", "label": "nitrosocke", "description": "anime the story of kurosawa the story of the city"}
|
1203 |
-
{"id": "nitrosocke-00080-3", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_31_3.jpg", "label": "nitrosocke", "description": "anime the story of kurosawa the story of the city"}
|
1204 |
{"id": "nitrosocke-00080-4", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_31_4.jpg", "label": "nitrosocke", "description": "anime the story of kurosawa the story of the city"}
|
1205 |
{"id": "nitrosocke-00081-0", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_32_0.jpg", "label": "nitrosocke", "description": "a group of people sitting on a bench in a hallway"}
|
1206 |
{"id": "nitrosocke-00081-1", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_32_1.jpg", "label": "nitrosocke", "description": "a group of people sitting on a bench in a hallway"}
|
@@ -1224,32 +1187,26 @@
|
|
1224 |
{"id": "nitrosocke-00085-0", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_36_0.jpg", "label": "nitrosocke", "description": "a man and woman standing in front of a large ship"}
|
1225 |
{"id": "nitrosocke-00085-1", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_36_1.jpg", "label": "nitrosocke", "description": "a man and woman standing in front of a large ship"}
|
1226 |
{"id": "nitrosocke-00085-2", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_36_2.jpg", "label": "nitrosocke", "description": "a man and woman standing in front of a large ship"}
|
1227 |
-
{"id": "nitrosocke-00085-3", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_36_3.jpg", "label": "nitrosocke", "description": "a man and woman standing in front of a large ship"}
|
1228 |
{"id": "nitrosocke-00085-4", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_36_4.jpg", "label": "nitrosocke", "description": "a man and woman standing in front of a large ship"}
|
1229 |
{"id": "nitrosocke-00086-0", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_37_0.jpg", "label": "nitrosocke", "description": "a couple standing in front of a train"}
|
1230 |
{"id": "nitrosocke-00086-1", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_37_1.jpg", "label": "nitrosocke", "description": "a couple standing in front of a train"}
|
1231 |
{"id": "nitrosocke-00086-2", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_37_2.jpg", "label": "nitrosocke", "description": "a couple standing in front of a train"}
|
1232 |
-
{"id": "nitrosocke-00086-3", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_37_3.jpg", "label": "nitrosocke", "description": "a couple standing in front of a train"}
|
1233 |
{"id": "nitrosocke-00086-4", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_37_4.jpg", "label": "nitrosocke", "description": "a couple standing in front of a train"}
|
1234 |
{"id": "nitrosocke-00087-0", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_38_0.jpg", "label": "nitrosocke", "description": "a man standing next to a tram in a city at night"}
|
1235 |
{"id": "nitrosocke-00087-1", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_38_1.jpg", "label": "nitrosocke", "description": "a man standing next to a tram in a city at night"}
|
1236 |
{"id": "nitrosocke-00087-2", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_38_2.jpg", "label": "nitrosocke", "description": "a man standing next to a tram in a city at night"}
|
1237 |
-
{"id": "nitrosocke-00087-3", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_38_3.jpg", "label": "nitrosocke", "description": "a man standing next to a tram in a city at night"}
|
1238 |
{"id": "nitrosocke-00087-4", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_38_4.jpg", "label": "nitrosocke", "description": "a man standing next to a tram in a city at night"}
|
1239 |
{"id": "nitrosocke-00088-0", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_39_0.jpg", "label": "nitrosocke", "description": "a boy and a girl eating cereal in front of a couch"}
|
1240 |
{"id": "nitrosocke-00088-1", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_39_1.jpg", "label": "nitrosocke", "description": "a boy and a girl eating cereal in front of a couch"}
|
1241 |
{"id": "nitrosocke-00088-2", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_39_2.jpg", "label": "nitrosocke", "description": "a boy and a girl eating cereal in front of a couch"}
|
1242 |
-
{"id": "nitrosocke-00088-3", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_39_3.jpg", "label": "nitrosocke", "description": "a boy and a girl eating cereal in front of a couch"}
|
1243 |
{"id": "nitrosocke-00088-4", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_39_4.jpg", "label": "nitrosocke", "description": "a boy and a girl eating cereal in front of a couch"}
|
1244 |
{"id": "nitrosocke-00089-0", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_40_0.jpg", "label": "nitrosocke", "description": "anime a girl hugging a man in a room"}
|
1245 |
{"id": "nitrosocke-00089-1", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_40_1.jpg", "label": "nitrosocke", "description": "anime a girl hugging a man in a room"}
|
1246 |
{"id": "nitrosocke-00089-2", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_40_2.jpg", "label": "nitrosocke", "description": "anime a girl hugging a man in a room"}
|
1247 |
-
{"id": "nitrosocke-00089-3", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_40_3.jpg", "label": "nitrosocke", "description": "anime a girl hugging a man in a room"}
|
1248 |
{"id": "nitrosocke-00089-4", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_40_4.jpg", "label": "nitrosocke", "description": "anime a girl hugging a man in a room"}
|
1249 |
{"id": "nitrosocke-00090-0", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_41_0.jpg", "label": "nitrosocke", "description": "two men in suits standing next to each other"}
|
1250 |
{"id": "nitrosocke-00090-1", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_41_1.jpg", "label": "nitrosocke", "description": "two men in suits standing next to each other"}
|
1251 |
{"id": "nitrosocke-00090-2", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_41_2.jpg", "label": "nitrosocke", "description": "two men in suits standing next to each other"}
|
1252 |
-
{"id": "nitrosocke-00090-3", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_41_3.jpg", "label": "nitrosocke", "description": "two men in suits standing next to each other"}
|
1253 |
{"id": "nitrosocke-00090-4", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_41_4.jpg", "label": "nitrosocke", "description": "two men in suits standing next to each other"}
|
1254 |
{"id": "nitrosocke-00091-0", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_42_0.jpg", "label": "nitrosocke", "description": "three anime characters standing in front of a door"}
|
1255 |
{"id": "nitrosocke-00091-1", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_42_1.jpg", "label": "nitrosocke", "description": "three anime characters standing in front of a door"}
|
@@ -1274,22 +1231,18 @@
|
|
1274 |
{"id": "nitrosocke-00095-0", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_46_0.jpg", "label": "nitrosocke", "description": "a cartoon scene with people riding in a car"}
|
1275 |
{"id": "nitrosocke-00095-1", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_46_1.jpg", "label": "nitrosocke", "description": "a cartoon scene with people riding in a car"}
|
1276 |
{"id": "nitrosocke-00095-2", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_46_2.jpg", "label": "nitrosocke", "description": "a cartoon scene with people riding in a car"}
|
1277 |
-
{"id": "nitrosocke-00095-3", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_46_3.jpg", "label": "nitrosocke", "description": "a cartoon scene with people riding in a car"}
|
1278 |
{"id": "nitrosocke-00095-4", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_46_4.jpg", "label": "nitrosocke", "description": "a cartoon scene with people riding in a car"}
|
1279 |
{"id": "nitrosocke-00096-0", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_47_0.jpg", "label": "nitrosocke", "description": "a young boy and girl are sitting on a bench"}
|
1280 |
{"id": "nitrosocke-00096-1", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_47_1.jpg", "label": "nitrosocke", "description": "a young boy and girl are sitting on a bench"}
|
1281 |
{"id": "nitrosocke-00096-2", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_47_2.jpg", "label": "nitrosocke", "description": "a young boy and girl are sitting on a bench"}
|
1282 |
-
{"id": "nitrosocke-00096-3", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_47_3.jpg", "label": "nitrosocke", "description": "a young boy and girl are sitting on a bench"}
|
1283 |
{"id": "nitrosocke-00096-4", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_47_4.jpg", "label": "nitrosocke", "description": "a young boy and girl are sitting on a bench"}
|
1284 |
{"id": "nitrosocke-00097-0", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_48_0.jpg", "label": "nitrosocke", "description": "two anime characters in uniform saluting each other"}
|
1285 |
{"id": "nitrosocke-00097-1", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_48_1.jpg", "label": "nitrosocke", "description": "two anime characters in uniform saluting each other"}
|
1286 |
{"id": "nitrosocke-00097-2", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_48_2.jpg", "label": "nitrosocke", "description": "two anime characters in uniform saluting each other"}
|
1287 |
-
{"id": "nitrosocke-00097-3", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_48_3.jpg", "label": "nitrosocke", "description": "two anime characters in uniform saluting each other"}
|
1288 |
{"id": "nitrosocke-00097-4", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_48_4.jpg", "label": "nitrosocke", "description": "two anime characters in uniform saluting each other"}
|
1289 |
{"id": "nitrosocke-00098-0", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_49_0.jpg", "label": "nitrosocke", "description": "anime houses on a hillside at sunset"}
|
1290 |
{"id": "nitrosocke-00098-1", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_49_1.jpg", "label": "nitrosocke", "description": "anime houses on a hillside at sunset"}
|
1291 |
{"id": "nitrosocke-00098-2", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_49_2.jpg", "label": "nitrosocke", "description": "anime houses on a hillside at sunset"}
|
1292 |
-
{"id": "nitrosocke-00098-3", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_49_3.jpg", "label": "nitrosocke", "description": "anime houses on a hillside at sunset"}
|
1293 |
{"id": "nitrosocke-00098-4", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_49_4.jpg", "label": "nitrosocke", "description": "anime houses on a hillside at sunset"}
|
1294 |
{"id": "nitrosocke-00099-0", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_50_0.jpg", "label": "nitrosocke", "description": "a couple of anime characters standing in front of a building"}
|
1295 |
{"id": "nitrosocke-00099-1", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_50_1.jpg", "label": "nitrosocke", "description": "a couple of anime characters standing in front of a building"}
|
@@ -1299,7 +1252,6 @@
|
|
1299 |
{"id": "nitrosocke-00100-0", "file_name": "data/nitrosocke/Howls_Moving_Castle_1_0.jpg", "label": "nitrosocke", "description": "a woman sitting at a table with a bunch of hats"}
|
1300 |
{"id": "nitrosocke-00100-1", "file_name": "data/nitrosocke/Howls_Moving_Castle_1_1.jpg", "label": "nitrosocke", "description": "a woman sitting at a table with a bunch of hats"}
|
1301 |
{"id": "nitrosocke-00100-2", "file_name": "data/nitrosocke/Howls_Moving_Castle_1_2.jpg", "label": "nitrosocke", "description": "a woman sitting at a table with a bunch of hats"}
|
1302 |
-
{"id": "nitrosocke-00100-3", "file_name": "data/nitrosocke/Howls_Moving_Castle_1_3.jpg", "label": "nitrosocke", "description": "a woman sitting at a table with a bunch of hats"}
|
1303 |
{"id": "nitrosocke-00100-4", "file_name": "data/nitrosocke/Howls_Moving_Castle_1_4.jpg", "label": "nitrosocke", "description": "a woman sitting at a table with a bunch of hats"}
|
1304 |
{"id": "nitrosocke-00101-0", "file_name": "data/nitrosocke/Howls_Moving_Castle_2_0.jpg", "label": "nitrosocke", "description": "a cartoon scene with two women and a man in uniform"}
|
1305 |
{"id": "nitrosocke-00101-1", "file_name": "data/nitrosocke/Howls_Moving_Castle_2_1.jpg", "label": "nitrosocke", "description": "a cartoon scene with two women and a man in uniform"}
|
@@ -1324,22 +1276,18 @@
|
|
1324 |
{"id": "nitrosocke-00105-0", "file_name": "data/nitrosocke/Howls_Moving_Castle_6_0.jpg", "label": "nitrosocke", "description": "anime characters in a city square"}
|
1325 |
{"id": "nitrosocke-00105-1", "file_name": "data/nitrosocke/Howls_Moving_Castle_6_1.jpg", "label": "nitrosocke", "description": "anime characters in a city square"}
|
1326 |
{"id": "nitrosocke-00105-2", "file_name": "data/nitrosocke/Howls_Moving_Castle_6_2.jpg", "label": "nitrosocke", "description": "anime characters in a city square"}
|
1327 |
-
{"id": "nitrosocke-00105-3", "file_name": "data/nitrosocke/Howls_Moving_Castle_6_3.jpg", "label": "nitrosocke", "description": "anime characters in a city square"}
|
1328 |
{"id": "nitrosocke-00105-4", "file_name": "data/nitrosocke/Howls_Moving_Castle_6_4.jpg", "label": "nitrosocke", "description": "anime characters in a city square"}
|
1329 |
{"id": "nitrosocke-00106-0", "file_name": "data/nitrosocke/Howls_Moving_Castle_7_0.jpg", "label": "nitrosocke", "description": "one piece the movie one piece the movie"}
|
1330 |
{"id": "nitrosocke-00106-1", "file_name": "data/nitrosocke/Howls_Moving_Castle_7_1.jpg", "label": "nitrosocke", "description": "one piece the movie one piece the movie"}
|
1331 |
{"id": "nitrosocke-00106-2", "file_name": "data/nitrosocke/Howls_Moving_Castle_7_2.jpg", "label": "nitrosocke", "description": "one piece the movie one piece the movie"}
|
1332 |
-
{"id": "nitrosocke-00106-3", "file_name": "data/nitrosocke/Howls_Moving_Castle_7_3.jpg", "label": "nitrosocke", "description": "one piece the movie one piece the movie"}
|
1333 |
{"id": "nitrosocke-00106-4", "file_name": "data/nitrosocke/Howls_Moving_Castle_7_4.jpg", "label": "nitrosocke", "description": "one piece the movie one piece the movie"}
|
1334 |
{"id": "nitrosocke-00107-0", "file_name": "data/nitrosocke/Howls_Moving_Castle_8_0.jpg", "label": "nitrosocke", "description": "an old woman looking at herself in the mirror"}
|
1335 |
{"id": "nitrosocke-00107-1", "file_name": "data/nitrosocke/Howls_Moving_Castle_8_1.jpg", "label": "nitrosocke", "description": "an old woman looking at herself in the mirror"}
|
1336 |
{"id": "nitrosocke-00107-2", "file_name": "data/nitrosocke/Howls_Moving_Castle_8_2.jpg", "label": "nitrosocke", "description": "an old woman looking at herself in the mirror"}
|
1337 |
-
{"id": "nitrosocke-00107-3", "file_name": "data/nitrosocke/Howls_Moving_Castle_8_3.jpg", "label": "nitrosocke", "description": "an old woman looking at herself in the mirror"}
|
1338 |
{"id": "nitrosocke-00107-4", "file_name": "data/nitrosocke/Howls_Moving_Castle_8_4.jpg", "label": "nitrosocke", "description": "an old woman looking at herself in the mirror"}
|
1339 |
{"id": "nitrosocke-00108-0", "file_name": "data/nitrosocke/Howls_Moving_Castle_9_0.jpg", "label": "nitrosocke", "description": "anime the wind is always blowing"}
|
1340 |
{"id": "nitrosocke-00108-1", "file_name": "data/nitrosocke/Howls_Moving_Castle_9_1.jpg", "label": "nitrosocke", "description": "anime the wind is always blowing"}
|
1341 |
{"id": "nitrosocke-00108-2", "file_name": "data/nitrosocke/Howls_Moving_Castle_9_2.jpg", "label": "nitrosocke", "description": "anime the wind is always blowing"}
|
1342 |
-
{"id": "nitrosocke-00108-3", "file_name": "data/nitrosocke/Howls_Moving_Castle_9_3.jpg", "label": "nitrosocke", "description": "anime the wind is always blowing"}
|
1343 |
{"id": "nitrosocke-00108-4", "file_name": "data/nitrosocke/Howls_Moving_Castle_9_4.jpg", "label": "nitrosocke", "description": "anime the wind is always blowing"}
|
1344 |
{"id": "nitrosocke-00109-0", "file_name": "data/nitrosocke/Howls_Moving_Castle_10_0.jpg", "label": "nitrosocke", "description": "a man and woman standing on a hill with a man in a top hat"}
|
1345 |
{"id": "nitrosocke-00109-1", "file_name": "data/nitrosocke/Howls_Moving_Castle_10_1.jpg", "label": "nitrosocke", "description": "a man and woman standing on a hill with a man in a top hat"}
|
@@ -1353,22 +1301,18 @@
|
|
1353 |
{"id": "nitrosocke-00110-4", "file_name": "data/nitrosocke/Howls_Moving_Castle_11_4.jpg", "label": "nitrosocke", "description": "an animated movie with a castle on top of a mountain"}
|
1354 |
{"id": "nitrosocke-00111-0", "file_name": "data/nitrosocke/Howls_Moving_Castle_12_0.jpg", "label": "nitrosocke", "description": "pokemon the movie the first movie"}
|
1355 |
{"id": "nitrosocke-00111-2", "file_name": "data/nitrosocke/Howls_Moving_Castle_12_2.jpg", "label": "nitrosocke", "description": "pokemon the movie the first movie"}
|
1356 |
-
{"id": "nitrosocke-00111-3", "file_name": "data/nitrosocke/Howls_Moving_Castle_12_3.jpg", "label": "nitrosocke", "description": "pokemon the movie the first movie"}
|
1357 |
{"id": "nitrosocke-00111-4", "file_name": "data/nitrosocke/Howls_Moving_Castle_12_4.jpg", "label": "nitrosocke", "description": "pokemon the movie the first movie"}
|
1358 |
{"id": "nitrosocke-00112-0", "file_name": "data/nitrosocke/Howls_Moving_Castle_13_0.jpg", "label": "nitrosocke", "description": "a man with a long beard and a blue cloak"}
|
1359 |
{"id": "nitrosocke-00112-1", "file_name": "data/nitrosocke/Howls_Moving_Castle_13_1.jpg", "label": "nitrosocke", "description": "a man with a long beard and a blue cloak"}
|
1360 |
{"id": "nitrosocke-00112-2", "file_name": "data/nitrosocke/Howls_Moving_Castle_13_2.jpg", "label": "nitrosocke", "description": "a man with a long beard and a blue cloak"}
|
1361 |
-
{"id": "nitrosocke-00112-3", "file_name": "data/nitrosocke/Howls_Moving_Castle_13_3.jpg", "label": "nitrosocke", "description": "a man with a long beard and a blue cloak"}
|
1362 |
{"id": "nitrosocke-00112-4", "file_name": "data/nitrosocke/Howls_Moving_Castle_13_4.jpg", "label": "nitrosocke", "description": "a man with a long beard and a blue cloak"}
|
1363 |
{"id": "nitrosocke-00113-0", "file_name": "data/nitrosocke/Howls_Moving_Castle_14_0.jpg", "label": "nitrosocke", "description": "an anime character with blonde hair and blue eyes"}
|
1364 |
{"id": "nitrosocke-00113-1", "file_name": "data/nitrosocke/Howls_Moving_Castle_14_1.jpg", "label": "nitrosocke", "description": "an anime character with blonde hair and blue eyes"}
|
1365 |
{"id": "nitrosocke-00113-2", "file_name": "data/nitrosocke/Howls_Moving_Castle_14_2.jpg", "label": "nitrosocke", "description": "an anime character with blonde hair and blue eyes"}
|
1366 |
-
{"id": "nitrosocke-00113-3", "file_name": "data/nitrosocke/Howls_Moving_Castle_14_3.jpg", "label": "nitrosocke", "description": "an anime character with blonde hair and blue eyes"}
|
1367 |
{"id": "nitrosocke-00113-4", "file_name": "data/nitrosocke/Howls_Moving_Castle_14_4.jpg", "label": "nitrosocke", "description": "an anime character with blonde hair and blue eyes"}
|
1368 |
{"id": "nitrosocke-00114-0", "file_name": "data/nitrosocke/Howls_Moving_Castle_15_0.jpg", "label": "nitrosocke", "description": "anime the story of nausica of the valley of the wind"}
|
1369 |
{"id": "nitrosocke-00114-1", "file_name": "data/nitrosocke/Howls_Moving_Castle_15_1.jpg", "label": "nitrosocke", "description": "anime the story of nausica of the valley of the wind"}
|
1370 |
{"id": "nitrosocke-00114-2", "file_name": "data/nitrosocke/Howls_Moving_Castle_15_2.jpg", "label": "nitrosocke", "description": "anime the story of nausica of the valley of the wind"}
|
1371 |
-
{"id": "nitrosocke-00114-3", "file_name": "data/nitrosocke/Howls_Moving_Castle_15_3.jpg", "label": "nitrosocke", "description": "anime the story of nausica of the valley of the wind"}
|
1372 |
{"id": "nitrosocke-00114-4", "file_name": "data/nitrosocke/Howls_Moving_Castle_15_4.jpg", "label": "nitrosocke", "description": "anime the story of nausica of the valley of the wind"}
|
1373 |
{"id": "nitrosocke-00115-0", "file_name": "data/nitrosocke/Howls_Moving_Castle_16_0.jpg", "label": "nitrosocke", "description": "a person cooking bacon and eggs in a pan"}
|
1374 |
{"id": "nitrosocke-00115-1", "file_name": "data/nitrosocke/Howls_Moving_Castle_16_1.jpg", "label": "nitrosocke", "description": "a person cooking bacon and eggs in a pan"}
|
@@ -1393,12 +1337,10 @@
|
|
1393 |
{"id": "nitrosocke-00119-0", "file_name": "data/nitrosocke/Howls_Moving_Castle_20_0.jpg", "label": "nitrosocke", "description": "a painting of a bathroom with a bathtub and a sink"}
|
1394 |
{"id": "nitrosocke-00119-1", "file_name": "data/nitrosocke/Howls_Moving_Castle_20_1.jpg", "label": "nitrosocke", "description": "a painting of a bathroom with a bathtub and a sink"}
|
1395 |
{"id": "nitrosocke-00119-2", "file_name": "data/nitrosocke/Howls_Moving_Castle_20_2.jpg", "label": "nitrosocke", "description": "a painting of a bathroom with a bathtub and a sink"}
|
1396 |
-
{"id": "nitrosocke-00119-3", "file_name": "data/nitrosocke/Howls_Moving_Castle_20_3.jpg", "label": "nitrosocke", "description": "a painting of a bathroom with a bathtub and a sink"}
|
1397 |
{"id": "nitrosocke-00119-4", "file_name": "data/nitrosocke/Howls_Moving_Castle_20_4.jpg", "label": "nitrosocke", "description": "a painting of a bathroom with a bathtub and a sink"}
|
1398 |
{"id": "nitrosocke-00120-0", "file_name": "data/nitrosocke/Howls_Moving_Castle_21_0.jpg", "label": "nitrosocke", "description": "an anime scene with an old woman and a man"}
|
1399 |
{"id": "nitrosocke-00120-1", "file_name": "data/nitrosocke/Howls_Moving_Castle_21_1.jpg", "label": "nitrosocke", "description": "an anime scene with an old woman and a man"}
|
1400 |
{"id": "nitrosocke-00120-2", "file_name": "data/nitrosocke/Howls_Moving_Castle_21_2.jpg", "label": "nitrosocke", "description": "an anime scene with an old woman and a man"}
|
1401 |
-
{"id": "nitrosocke-00120-3", "file_name": "data/nitrosocke/Howls_Moving_Castle_21_3.jpg", "label": "nitrosocke", "description": "an anime scene with an old woman and a man"}
|
1402 |
{"id": "nitrosocke-00120-4", "file_name": "data/nitrosocke/Howls_Moving_Castle_21_4.jpg", "label": "nitrosocke", "description": "an anime scene with an old woman and a man"}
|
1403 |
{"id": "nitrosocke-00121-0", "file_name": "data/nitrosocke/Howls_Moving_Castle_22_0.jpg", "label": "nitrosocke", "description": "an anime character is running down the stairs"}
|
1404 |
{"id": "nitrosocke-00121-1", "file_name": "data/nitrosocke/Howls_Moving_Castle_22_1.jpg", "label": "nitrosocke", "description": "an anime character is running down the stairs"}
|
@@ -1421,22 +1363,18 @@
|
|
1421 |
{"id": "nitrosocke-00125-0", "file_name": "data/nitrosocke/Howls_Moving_Castle_26_0.jpg", "label": "nitrosocke", "description": "an anime scene with an older woman and a young girl"}
|
1422 |
{"id": "nitrosocke-00125-1", "file_name": "data/nitrosocke/Howls_Moving_Castle_26_1.jpg", "label": "nitrosocke", "description": "an anime scene with an older woman and a young girl"}
|
1423 |
{"id": "nitrosocke-00125-2", "file_name": "data/nitrosocke/Howls_Moving_Castle_26_2.jpg", "label": "nitrosocke", "description": "an anime scene with an older woman and a young girl"}
|
1424 |
-
{"id": "nitrosocke-00125-3", "file_name": "data/nitrosocke/Howls_Moving_Castle_26_3.jpg", "label": "nitrosocke", "description": "an anime scene with an older woman and a young girl"}
|
1425 |
{"id": "nitrosocke-00125-4", "file_name": "data/nitrosocke/Howls_Moving_Castle_26_4.jpg", "label": "nitrosocke", "description": "an anime scene with an older woman and a young girl"}
|
1426 |
{"id": "nitrosocke-00126-0", "file_name": "data/nitrosocke/Howls_Moving_Castle_27_0.jpg", "label": "nitrosocke", "description": "anime girl with blue eyes looking at the camera"}
|
1427 |
{"id": "nitrosocke-00126-1", "file_name": "data/nitrosocke/Howls_Moving_Castle_27_1.jpg", "label": "nitrosocke", "description": "anime girl with blue eyes looking at the camera"}
|
1428 |
{"id": "nitrosocke-00126-2", "file_name": "data/nitrosocke/Howls_Moving_Castle_27_2.jpg", "label": "nitrosocke", "description": "anime girl with blue eyes looking at the camera"}
|
1429 |
-
{"id": "nitrosocke-00126-3", "file_name": "data/nitrosocke/Howls_Moving_Castle_27_3.jpg", "label": "nitrosocke", "description": "anime girl with blue eyes looking at the camera"}
|
1430 |
{"id": "nitrosocke-00126-4", "file_name": "data/nitrosocke/Howls_Moving_Castle_27_4.jpg", "label": "nitrosocke", "description": "anime girl with blue eyes looking at the camera"}
|
1431 |
{"id": "nitrosocke-00127-0", "file_name": "data/nitrosocke/Howls_Moving_Castle_28_0.jpg", "label": "nitrosocke", "description": "a woman in a blue dress and hat is walking down a set of stairs"}
|
1432 |
{"id": "nitrosocke-00127-1", "file_name": "data/nitrosocke/Howls_Moving_Castle_28_1.jpg", "label": "nitrosocke", "description": "a woman in a blue dress and hat is walking down a set of stairs"}
|
1433 |
{"id": "nitrosocke-00127-2", "file_name": "data/nitrosocke/Howls_Moving_Castle_28_2.jpg", "label": "nitrosocke", "description": "a woman in a blue dress and hat is walking down a set of stairs"}
|
1434 |
-
{"id": "nitrosocke-00127-3", "file_name": "data/nitrosocke/Howls_Moving_Castle_28_3.jpg", "label": "nitrosocke", "description": "a woman in a blue dress and hat is walking down a set of stairs"}
|
1435 |
{"id": "nitrosocke-00127-4", "file_name": "data/nitrosocke/Howls_Moving_Castle_28_4.jpg", "label": "nitrosocke", "description": "a woman in a blue dress and hat is walking down a set of stairs"}
|
1436 |
{"id": "nitrosocke-00128-0", "file_name": "data/nitrosocke/Howls_Moving_Castle_29_0.jpg", "label": "nitrosocke", "description": "an anime character with a hat on her head"}
|
1437 |
{"id": "nitrosocke-00128-1", "file_name": "data/nitrosocke/Howls_Moving_Castle_29_1.jpg", "label": "nitrosocke", "description": "an anime character with a hat on her head"}
|
1438 |
{"id": "nitrosocke-00128-2", "file_name": "data/nitrosocke/Howls_Moving_Castle_29_2.jpg", "label": "nitrosocke", "description": "an anime character with a hat on her head"}
|
1439 |
-
{"id": "nitrosocke-00128-3", "file_name": "data/nitrosocke/Howls_Moving_Castle_29_3.jpg", "label": "nitrosocke", "description": "an anime character with a hat on her head"}
|
1440 |
{"id": "nitrosocke-00128-4", "file_name": "data/nitrosocke/Howls_Moving_Castle_29_4.jpg", "label": "nitrosocke", "description": "an anime character with a hat on her head"}
|
1441 |
{"id": "nitrosocke-00129-0", "file_name": "data/nitrosocke/Howls_Moving_Castle_30_0.jpg", "label": "nitrosocke", "description": "anime characters standing on a ledge overlooking a city"}
|
1442 |
{"id": "nitrosocke-00129-1", "file_name": "data/nitrosocke/Howls_Moving_Castle_30_1.jpg", "label": "nitrosocke", "description": "anime characters standing on a ledge overlooking a city"}
|
@@ -1451,21 +1389,17 @@
|
|
1451 |
{"id": "nitrosocke-00131-0", "file_name": "data/nitrosocke/Howls_Moving_Castle_32_0.jpg", "label": "nitrosocke", "description": "an animated scene with two people standing on top of a hill"}
|
1452 |
{"id": "nitrosocke-00131-1", "file_name": "data/nitrosocke/Howls_Moving_Castle_32_1.jpg", "label": "nitrosocke", "description": "an animated scene with two people standing on top of a hill"}
|
1453 |
{"id": "nitrosocke-00131-2", "file_name": "data/nitrosocke/Howls_Moving_Castle_32_2.jpg", "label": "nitrosocke", "description": "an animated scene with two people standing on top of a hill"}
|
1454 |
-
{"id": "nitrosocke-00131-3", "file_name": "data/nitrosocke/Howls_Moving_Castle_32_3.jpg", "label": "nitrosocke", "description": "an animated scene with two people standing on top of a hill"}
|
1455 |
{"id": "nitrosocke-00131-4", "file_name": "data/nitrosocke/Howls_Moving_Castle_32_4.jpg", "label": "nitrosocke", "description": "an animated scene with two people standing on top of a hill"}
|
1456 |
{"id": "nitrosocke-00132-0", "file_name": "data/nitrosocke/Howls_Moving_Castle_33_0.jpg", "label": "nitrosocke", "description": "anime character with a hat and a man in a green jacket"}
|
1457 |
{"id": "nitrosocke-00132-1", "file_name": "data/nitrosocke/Howls_Moving_Castle_33_1.jpg", "label": "nitrosocke", "description": "anime character with a hat and a man in a green jacket"}
|
1458 |
{"id": "nitrosocke-00132-2", "file_name": "data/nitrosocke/Howls_Moving_Castle_33_2.jpg", "label": "nitrosocke", "description": "anime character with a hat and a man in a green jacket"}
|
1459 |
-
{"id": "nitrosocke-00132-3", "file_name": "data/nitrosocke/Howls_Moving_Castle_33_3.jpg", "label": "nitrosocke", "description": "anime character with a hat and a man in a green jacket"}
|
1460 |
{"id": "nitrosocke-00132-4", "file_name": "data/nitrosocke/Howls_Moving_Castle_33_4.jpg", "label": "nitrosocke", "description": "anime character with a hat and a man in a green jacket"}
|
1461 |
{"id": "nitrosocke-00133-0", "file_name": "data/nitrosocke/Howls_Moving_Castle_34_0.jpg", "label": "nitrosocke", "description": "anime character with a fishing rod and an old man"}
|
1462 |
{"id": "nitrosocke-00133-2", "file_name": "data/nitrosocke/Howls_Moving_Castle_34_2.jpg", "label": "nitrosocke", "description": "anime character with a fishing rod and an old man"}
|
1463 |
-
{"id": "nitrosocke-00133-3", "file_name": "data/nitrosocke/Howls_Moving_Castle_34_3.jpg", "label": "nitrosocke", "description": "anime character with a fishing rod and an old man"}
|
1464 |
{"id": "nitrosocke-00133-4", "file_name": "data/nitrosocke/Howls_Moving_Castle_34_4.jpg", "label": "nitrosocke", "description": "anime character with a fishing rod and an old man"}
|
1465 |
{"id": "nitrosocke-00134-0", "file_name": "data/nitrosocke/Howls_Moving_Castle_35_0.jpg", "label": "nitrosocke", "description": "an animated movie with a man and a dog on top of a hill"}
|
1466 |
{"id": "nitrosocke-00134-1", "file_name": "data/nitrosocke/Howls_Moving_Castle_35_1.jpg", "label": "nitrosocke", "description": "an animated movie with a man and a dog on top of a hill"}
|
1467 |
{"id": "nitrosocke-00134-2", "file_name": "data/nitrosocke/Howls_Moving_Castle_35_2.jpg", "label": "nitrosocke", "description": "an animated movie with a man and a dog on top of a hill"}
|
1468 |
-
{"id": "nitrosocke-00134-3", "file_name": "data/nitrosocke/Howls_Moving_Castle_35_3.jpg", "label": "nitrosocke", "description": "an animated movie with a man and a dog on top of a hill"}
|
1469 |
{"id": "nitrosocke-00134-4", "file_name": "data/nitrosocke/Howls_Moving_Castle_35_4.jpg", "label": "nitrosocke", "description": "an animated movie with a man and a dog on top of a hill"}
|
1470 |
{"id": "nitrosocke-00135-0", "file_name": "data/nitrosocke/Howls_Moving_Castle_36_0.jpg", "label": "nitrosocke", "description": "the secret of nimh"}
|
1471 |
{"id": "nitrosocke-00135-1", "file_name": "data/nitrosocke/Howls_Moving_Castle_36_1.jpg", "label": "nitrosocke", "description": "the secret of nimh"}
|
@@ -1499,22 +1433,18 @@
|
|
1499 |
{"id": "nitrosocke-00140-4", "file_name": "data/nitrosocke/Howls_Moving_Castle_41_4.jpg", "label": "nitrosocke", "description": "a woman in blue dress standing next to a fire"}
|
1500 |
{"id": "nitrosocke-00141-0", "file_name": "data/nitrosocke/Howls_Moving_Castle_42_0.jpg", "label": "nitrosocke", "description": "an animated picture of an old woman and a young boy"}
|
1501 |
{"id": "nitrosocke-00141-2", "file_name": "data/nitrosocke/Howls_Moving_Castle_42_2.jpg", "label": "nitrosocke", "description": "an animated picture of an old woman and a young boy"}
|
1502 |
-
{"id": "nitrosocke-00141-3", "file_name": "data/nitrosocke/Howls_Moving_Castle_42_3.jpg", "label": "nitrosocke", "description": "an animated picture of an old woman and a young boy"}
|
1503 |
{"id": "nitrosocke-00141-4", "file_name": "data/nitrosocke/Howls_Moving_Castle_42_4.jpg", "label": "nitrosocke", "description": "an animated picture of an old woman and a young boy"}
|
1504 |
{"id": "nitrosocke-00142-0", "file_name": "data/nitrosocke/Howls_Moving_Castle_43_0.jpg", "label": "nitrosocke", "description": "a girl with blue hair stands in front of a starry sky"}
|
1505 |
{"id": "nitrosocke-00142-1", "file_name": "data/nitrosocke/Howls_Moving_Castle_43_1.jpg", "label": "nitrosocke", "description": "a girl with blue hair stands in front of a starry sky"}
|
1506 |
{"id": "nitrosocke-00142-2", "file_name": "data/nitrosocke/Howls_Moving_Castle_43_2.jpg", "label": "nitrosocke", "description": "a girl with blue hair stands in front of a starry sky"}
|
1507 |
-
{"id": "nitrosocke-00142-3", "file_name": "data/nitrosocke/Howls_Moving_Castle_43_3.jpg", "label": "nitrosocke", "description": "a girl with blue hair stands in front of a starry sky"}
|
1508 |
{"id": "nitrosocke-00142-4", "file_name": "data/nitrosocke/Howls_Moving_Castle_43_4.jpg", "label": "nitrosocke", "description": "a girl with blue hair stands in front of a starry sky"}
|
1509 |
{"id": "nitrosocke-00143-0", "file_name": "data/nitrosocke/Howls_Moving_Castle_44_0.jpg", "label": "nitrosocke", "description": "a cartoon character holding a light in the air"}
|
1510 |
{"id": "nitrosocke-00143-1", "file_name": "data/nitrosocke/Howls_Moving_Castle_44_1.jpg", "label": "nitrosocke", "description": "a cartoon character holding a light in the air"}
|
1511 |
{"id": "nitrosocke-00143-2", "file_name": "data/nitrosocke/Howls_Moving_Castle_44_2.jpg", "label": "nitrosocke", "description": "a cartoon character holding a light in the air"}
|
1512 |
-
{"id": "nitrosocke-00143-3", "file_name": "data/nitrosocke/Howls_Moving_Castle_44_3.jpg", "label": "nitrosocke", "description": "a cartoon character holding a light in the air"}
|
1513 |
{"id": "nitrosocke-00143-4", "file_name": "data/nitrosocke/Howls_Moving_Castle_44_4.jpg", "label": "nitrosocke", "description": "a cartoon character holding a light in the air"}
|
1514 |
{"id": "nitrosocke-00144-0", "file_name": "data/nitrosocke/Howls_Moving_Castle_45_0.jpg", "label": "nitrosocke", "description": "an animated woman flying over the ocean at sunset"}
|
1515 |
{"id": "nitrosocke-00144-1", "file_name": "data/nitrosocke/Howls_Moving_Castle_45_1.jpg", "label": "nitrosocke", "description": "an animated woman flying over the ocean at sunset"}
|
1516 |
{"id": "nitrosocke-00144-2", "file_name": "data/nitrosocke/Howls_Moving_Castle_45_2.jpg", "label": "nitrosocke", "description": "an animated woman flying over the ocean at sunset"}
|
1517 |
-
{"id": "nitrosocke-00144-3", "file_name": "data/nitrosocke/Howls_Moving_Castle_45_3.jpg", "label": "nitrosocke", "description": "an animated woman flying over the ocean at sunset"}
|
1518 |
{"id": "nitrosocke-00144-4", "file_name": "data/nitrosocke/Howls_Moving_Castle_45_4.jpg", "label": "nitrosocke", "description": "an animated woman flying over the ocean at sunset"}
|
1519 |
{"id": "nitrosocke-00145-0", "file_name": "data/nitrosocke/Howls_Moving_Castle_46_0.jpg", "label": "nitrosocke", "description": "an anime character with white hair and blue eyes"}
|
1520 |
{"id": "nitrosocke-00145-1", "file_name": "data/nitrosocke/Howls_Moving_Castle_46_1.jpg", "label": "nitrosocke", "description": "an anime character with white hair and blue eyes"}
|
@@ -1536,7 +1466,6 @@
|
|
1536 |
{"id": "nitrosocke-00149-0", "file_name": "data/nitrosocke/Howls_Moving_Castle_50_0.jpg", "label": "nitrosocke", "description": "a man and woman standing on a bridge with a cloud in the background"}
|
1537 |
{"id": "nitrosocke-00149-1", "file_name": "data/nitrosocke/Howls_Moving_Castle_50_1.jpg", "label": "nitrosocke", "description": "a man and woman standing on a bridge with a cloud in the background"}
|
1538 |
{"id": "nitrosocke-00149-2", "file_name": "data/nitrosocke/Howls_Moving_Castle_50_2.jpg", "label": "nitrosocke", "description": "a man and woman standing on a bridge with a cloud in the background"}
|
1539 |
-
{"id": "nitrosocke-00149-3", "file_name": "data/nitrosocke/Howls_Moving_Castle_50_3.jpg", "label": "nitrosocke", "description": "a man and woman standing on a bridge with a cloud in the background"}
|
1540 |
{"id": "nitrosocke-00149-4", "file_name": "data/nitrosocke/Howls_Moving_Castle_50_4.jpg", "label": "nitrosocke", "description": "a man and woman standing on a bridge with a cloud in the background"}
|
1541 |
{"id": "nitrosocke-00150-0", "file_name": "data/nitrosocke/Kikis_Delivery_Service_1_0.jpg", "label": "nitrosocke", "description": "a girl laying in the grass with a red hat"}
|
1542 |
{"id": "nitrosocke-00150-1", "file_name": "data/nitrosocke/Kikis_Delivery_Service_1_1.jpg", "label": "nitrosocke", "description": "a girl laying in the grass with a red hat"}
|
@@ -1565,32 +1494,26 @@
|
|
1565 |
{"id": "nitrosocke-00155-0", "file_name": "data/nitrosocke/Kikis_Delivery_Service_6_0.jpg", "label": "nitrosocke", "description": "a woman in a black dress standing in front of a bookcase"}
|
1566 |
{"id": "nitrosocke-00155-1", "file_name": "data/nitrosocke/Kikis_Delivery_Service_6_1.jpg", "label": "nitrosocke", "description": "a woman in a black dress standing in front of a bookcase"}
|
1567 |
{"id": "nitrosocke-00155-2", "file_name": "data/nitrosocke/Kikis_Delivery_Service_6_2.jpg", "label": "nitrosocke", "description": "a woman in a black dress standing in front of a bookcase"}
|
1568 |
-
{"id": "nitrosocke-00155-3", "file_name": "data/nitrosocke/Kikis_Delivery_Service_6_3.jpg", "label": "nitrosocke", "description": "a woman in a black dress standing in front of a bookcase"}
|
1569 |
{"id": "nitrosocke-00155-4", "file_name": "data/nitrosocke/Kikis_Delivery_Service_6_4.jpg", "label": "nitrosocke", "description": "a woman in a black dress standing in front of a bookcase"}
|
1570 |
{"id": "nitrosocke-00156-0", "file_name": "data/nitrosocke/Kikis_Delivery_Service_7_0.jpg", "label": "nitrosocke", "description": "a woman holding a child in her arms"}
|
1571 |
{"id": "nitrosocke-00156-1", "file_name": "data/nitrosocke/Kikis_Delivery_Service_7_1.jpg", "label": "nitrosocke", "description": "a woman holding a child in her arms"}
|
1572 |
{"id": "nitrosocke-00156-2", "file_name": "data/nitrosocke/Kikis_Delivery_Service_7_2.jpg", "label": "nitrosocke", "description": "a woman holding a child in her arms"}
|
1573 |
-
{"id": "nitrosocke-00156-3", "file_name": "data/nitrosocke/Kikis_Delivery_Service_7_3.jpg", "label": "nitrosocke", "description": "a woman holding a child in her arms"}
|
1574 |
{"id": "nitrosocke-00156-4", "file_name": "data/nitrosocke/Kikis_Delivery_Service_7_4.jpg", "label": "nitrosocke", "description": "a woman holding a child in her arms"}
|
1575 |
{"id": "nitrosocke-00157-0", "file_name": "data/nitrosocke/Kikis_Delivery_Service_8_0.jpg", "label": "nitrosocke", "description": "a group of girls are laughing and talking"}
|
1576 |
{"id": "nitrosocke-00157-1", "file_name": "data/nitrosocke/Kikis_Delivery_Service_8_1.jpg", "label": "nitrosocke", "description": "a group of girls are laughing and talking"}
|
1577 |
{"id": "nitrosocke-00157-2", "file_name": "data/nitrosocke/Kikis_Delivery_Service_8_2.jpg", "label": "nitrosocke", "description": "a group of girls are laughing and talking"}
|
1578 |
-
{"id": "nitrosocke-00157-3", "file_name": "data/nitrosocke/Kikis_Delivery_Service_8_3.jpg", "label": "nitrosocke", "description": "a group of girls are laughing and talking"}
|
1579 |
{"id": "nitrosocke-00157-4", "file_name": "data/nitrosocke/Kikis_Delivery_Service_8_4.jpg", "label": "nitrosocke", "description": "a group of girls are laughing and talking"}
|
1580 |
{"id": "nitrosocke-00158-0", "file_name": "data/nitrosocke/Kikis_Delivery_Service_9_0.jpg", "label": "nitrosocke", "description": "a group of people with broomsticks and a woman in a dress"}
|
1581 |
{"id": "nitrosocke-00158-1", "file_name": "data/nitrosocke/Kikis_Delivery_Service_9_1.jpg", "label": "nitrosocke", "description": "a group of people with broomsticks and a woman in a dress"}
|
1582 |
{"id": "nitrosocke-00158-2", "file_name": "data/nitrosocke/Kikis_Delivery_Service_9_2.jpg", "label": "nitrosocke", "description": "a group of people with broomsticks and a woman in a dress"}
|
1583 |
-
{"id": "nitrosocke-00158-3", "file_name": "data/nitrosocke/Kikis_Delivery_Service_9_3.jpg", "label": "nitrosocke", "description": "a group of people with broomsticks and a woman in a dress"}
|
1584 |
{"id": "nitrosocke-00158-4", "file_name": "data/nitrosocke/Kikis_Delivery_Service_9_4.jpg", "label": "nitrosocke", "description": "a group of people with broomsticks and a woman in a dress"}
|
1585 |
{"id": "nitrosocke-00159-0", "file_name": "data/nitrosocke/Kikis_Delivery_Service_10_0.jpg", "label": "nitrosocke", "description": "a cartoon character is riding a horse in front of a crowd"}
|
1586 |
{"id": "nitrosocke-00159-1", "file_name": "data/nitrosocke/Kikis_Delivery_Service_10_1.jpg", "label": "nitrosocke", "description": "a cartoon character is riding a horse in front of a crowd"}
|
1587 |
{"id": "nitrosocke-00159-2", "file_name": "data/nitrosocke/Kikis_Delivery_Service_10_2.jpg", "label": "nitrosocke", "description": "a cartoon character is riding a horse in front of a crowd"}
|
1588 |
-
{"id": "nitrosocke-00159-3", "file_name": "data/nitrosocke/Kikis_Delivery_Service_10_3.jpg", "label": "nitrosocke", "description": "a cartoon character is riding a horse in front of a crowd"}
|
1589 |
{"id": "nitrosocke-00159-4", "file_name": "data/nitrosocke/Kikis_Delivery_Service_10_4.jpg", "label": "nitrosocke", "description": "a cartoon character is riding a horse in front of a crowd"}
|
1590 |
{"id": "nitrosocke-00160-0", "file_name": "data/nitrosocke/Kikis_Delivery_Service_11_0.jpg", "label": "nitrosocke", "description": "a cartoon girl riding on a broom with a cat"}
|
1591 |
{"id": "nitrosocke-00160-1", "file_name": "data/nitrosocke/Kikis_Delivery_Service_11_1.jpg", "label": "nitrosocke", "description": "a cartoon girl riding on a broom with a cat"}
|
1592 |
{"id": "nitrosocke-00160-2", "file_name": "data/nitrosocke/Kikis_Delivery_Service_11_2.jpg", "label": "nitrosocke", "description": "a cartoon girl riding on a broom with a cat"}
|
1593 |
-
{"id": "nitrosocke-00160-3", "file_name": "data/nitrosocke/Kikis_Delivery_Service_11_3.jpg", "label": "nitrosocke", "description": "a cartoon girl riding on a broom with a cat"}
|
1594 |
{"id": "nitrosocke-00160-4", "file_name": "data/nitrosocke/Kikis_Delivery_Service_11_4.jpg", "label": "nitrosocke", "description": "a cartoon girl riding on a broom with a cat"}
|
1595 |
{"id": "nitrosocke-00161-0", "file_name": "data/nitrosocke/Kikis_Delivery_Service_12_0.jpg", "label": "nitrosocke", "description": "a woman in purple dress sitting on a rock"}
|
1596 |
{"id": "nitrosocke-00161-1", "file_name": "data/nitrosocke/Kikis_Delivery_Service_12_1.jpg", "label": "nitrosocke", "description": "a woman in purple dress sitting on a rock"}
|
@@ -1614,22 +1537,18 @@
|
|
1614 |
{"id": "nitrosocke-00165-0", "file_name": "data/nitrosocke/Kikis_Delivery_Service_16_0.jpg", "label": "nitrosocke", "description": "a cartoon boy with glasses and a yellow scarf"}
|
1615 |
{"id": "nitrosocke-00165-1", "file_name": "data/nitrosocke/Kikis_Delivery_Service_16_1.jpg", "label": "nitrosocke", "description": "a cartoon boy with glasses and a yellow scarf"}
|
1616 |
{"id": "nitrosocke-00165-2", "file_name": "data/nitrosocke/Kikis_Delivery_Service_16_2.jpg", "label": "nitrosocke", "description": "a cartoon boy with glasses and a yellow scarf"}
|
1617 |
-
{"id": "nitrosocke-00165-3", "file_name": "data/nitrosocke/Kikis_Delivery_Service_16_3.jpg", "label": "nitrosocke", "description": "a cartoon boy with glasses and a yellow scarf"}
|
1618 |
{"id": "nitrosocke-00165-4", "file_name": "data/nitrosocke/Kikis_Delivery_Service_16_4.jpg", "label": "nitrosocke", "description": "a cartoon boy with glasses and a yellow scarf"}
|
1619 |
{"id": "nitrosocke-00166-0", "file_name": "data/nitrosocke/Kikis_Delivery_Service_17_0.jpg", "label": "nitrosocke", "description": "a woman in an apron is preparing coffee in a kitchen"}
|
1620 |
{"id": "nitrosocke-00166-1", "file_name": "data/nitrosocke/Kikis_Delivery_Service_17_1.jpg", "label": "nitrosocke", "description": "a woman in an apron is preparing coffee in a kitchen"}
|
1621 |
{"id": "nitrosocke-00166-2", "file_name": "data/nitrosocke/Kikis_Delivery_Service_17_2.jpg", "label": "nitrosocke", "description": "a woman in an apron is preparing coffee in a kitchen"}
|
1622 |
-
{"id": "nitrosocke-00166-3", "file_name": "data/nitrosocke/Kikis_Delivery_Service_17_3.jpg", "label": "nitrosocke", "description": "a woman in an apron is preparing coffee in a kitchen"}
|
1623 |
{"id": "nitrosocke-00166-4", "file_name": "data/nitrosocke/Kikis_Delivery_Service_17_4.jpg", "label": "nitrosocke", "description": "a woman in an apron is preparing coffee in a kitchen"}
|
1624 |
{"id": "nitrosocke-00167-0", "file_name": "data/nitrosocke/Kikis_Delivery_Service_18_0.jpg", "label": "nitrosocke", "description": "a girl with a bow and a black cat looking out a window"}
|
1625 |
{"id": "nitrosocke-00167-1", "file_name": "data/nitrosocke/Kikis_Delivery_Service_18_1.jpg", "label": "nitrosocke", "description": "a girl with a bow and a black cat looking out a window"}
|
1626 |
{"id": "nitrosocke-00167-2", "file_name": "data/nitrosocke/Kikis_Delivery_Service_18_2.jpg", "label": "nitrosocke", "description": "a girl with a bow and a black cat looking out a window"}
|
1627 |
-
{"id": "nitrosocke-00167-3", "file_name": "data/nitrosocke/Kikis_Delivery_Service_18_3.jpg", "label": "nitrosocke", "description": "a girl with a bow and a black cat looking out a window"}
|
1628 |
{"id": "nitrosocke-00167-4", "file_name": "data/nitrosocke/Kikis_Delivery_Service_18_4.jpg", "label": "nitrosocke", "description": "a girl with a bow and a black cat looking out a window"}
|
1629 |
{"id": "nitrosocke-00168-0", "file_name": "data/nitrosocke/Kikis_Delivery_Service_19_0.jpg", "label": "nitrosocke", "description": "a cartoon girl with a red bow on her head is kneeling on the floor"}
|
1630 |
{"id": "nitrosocke-00168-1", "file_name": "data/nitrosocke/Kikis_Delivery_Service_19_1.jpg", "label": "nitrosocke", "description": "a cartoon girl with a red bow on her head is kneeling on the floor"}
|
1631 |
{"id": "nitrosocke-00168-2", "file_name": "data/nitrosocke/Kikis_Delivery_Service_19_2.jpg", "label": "nitrosocke", "description": "a cartoon girl with a red bow on her head is kneeling on the floor"}
|
1632 |
-
{"id": "nitrosocke-00168-3", "file_name": "data/nitrosocke/Kikis_Delivery_Service_19_3.jpg", "label": "nitrosocke", "description": "a cartoon girl with a red bow on her head is kneeling on the floor"}
|
1633 |
{"id": "nitrosocke-00168-4", "file_name": "data/nitrosocke/Kikis_Delivery_Service_19_4.jpg", "label": "nitrosocke", "description": "a cartoon girl with a red bow on her head is kneeling on the floor"}
|
1634 |
{"id": "nitrosocke-00169-0", "file_name": "data/nitrosocke/Kikis_Delivery_Service_20_0.jpg", "label": "nitrosocke", "description": "a young girl in a store with pots and pans"}
|
1635 |
{"id": "nitrosocke-00169-1", "file_name": "data/nitrosocke/Kikis_Delivery_Service_20_1.jpg", "label": "nitrosocke", "description": "a young girl in a store with pots and pans"}
|
@@ -1644,22 +1563,18 @@
|
|
1644 |
{"id": "nitrosocke-00171-0", "file_name": "data/nitrosocke/Kikis_Delivery_Service_22_0.jpg", "label": "nitrosocke", "description": "a group of people in an old car"}
|
1645 |
{"id": "nitrosocke-00171-1", "file_name": "data/nitrosocke/Kikis_Delivery_Service_22_1.jpg", "label": "nitrosocke", "description": "a group of people in an old car"}
|
1646 |
{"id": "nitrosocke-00171-2", "file_name": "data/nitrosocke/Kikis_Delivery_Service_22_2.jpg", "label": "nitrosocke", "description": "a group of people in an old car"}
|
1647 |
-
{"id": "nitrosocke-00171-3", "file_name": "data/nitrosocke/Kikis_Delivery_Service_22_3.jpg", "label": "nitrosocke", "description": "a group of people in an old car"}
|
1648 |
{"id": "nitrosocke-00171-4", "file_name": "data/nitrosocke/Kikis_Delivery_Service_22_4.jpg", "label": "nitrosocke", "description": "a group of people in an old car"}
|
1649 |
{"id": "nitrosocke-00172-0", "file_name": "data/nitrosocke/Kikis_Delivery_Service_23_0.jpg", "label": "nitrosocke", "description": "a cartoon scene of two women and a boy looking at a newspaper"}
|
1650 |
{"id": "nitrosocke-00172-1", "file_name": "data/nitrosocke/Kikis_Delivery_Service_23_1.jpg", "label": "nitrosocke", "description": "a cartoon scene of two women and a boy looking at a newspaper"}
|
1651 |
{"id": "nitrosocke-00172-2", "file_name": "data/nitrosocke/Kikis_Delivery_Service_23_2.jpg", "label": "nitrosocke", "description": "a cartoon scene of two women and a boy looking at a newspaper"}
|
1652 |
-
{"id": "nitrosocke-00172-3", "file_name": "data/nitrosocke/Kikis_Delivery_Service_23_3.jpg", "label": "nitrosocke", "description": "a cartoon scene of two women and a boy looking at a newspaper"}
|
1653 |
{"id": "nitrosocke-00172-4", "file_name": "data/nitrosocke/Kikis_Delivery_Service_23_4.jpg", "label": "nitrosocke", "description": "a cartoon scene of two women and a boy looking at a newspaper"}
|
1654 |
{"id": "nitrosocke-00173-0", "file_name": "data/nitrosocke/Kikis_Delivery_Service_24_0.jpg", "label": "nitrosocke", "description": "a woman flying on a broom over a city"}
|
1655 |
{"id": "nitrosocke-00173-1", "file_name": "data/nitrosocke/Kikis_Delivery_Service_24_1.jpg", "label": "nitrosocke", "description": "a woman flying on a broom over a city"}
|
1656 |
{"id": "nitrosocke-00173-2", "file_name": "data/nitrosocke/Kikis_Delivery_Service_24_2.jpg", "label": "nitrosocke", "description": "a woman flying on a broom over a city"}
|
1657 |
-
{"id": "nitrosocke-00173-3", "file_name": "data/nitrosocke/Kikis_Delivery_Service_24_3.jpg", "label": "nitrosocke", "description": "a woman flying on a broom over a city"}
|
1658 |
{"id": "nitrosocke-00173-4", "file_name": "data/nitrosocke/Kikis_Delivery_Service_24_4.jpg", "label": "nitrosocke", "description": "a woman flying on a broom over a city"}
|
1659 |
{"id": "nitrosocke-00174-0", "file_name": "data/nitrosocke/Kikis_Delivery_Service_25_0.jpg", "label": "nitrosocke", "description": "a girl with a bird on her head and a bird on her shoulder"}
|
1660 |
{"id": "nitrosocke-00174-1", "file_name": "data/nitrosocke/Kikis_Delivery_Service_25_1.jpg", "label": "nitrosocke", "description": "a girl with a bird on her head and a bird on her shoulder"}
|
1661 |
{"id": "nitrosocke-00174-2", "file_name": "data/nitrosocke/Kikis_Delivery_Service_25_2.jpg", "label": "nitrosocke", "description": "a girl with a bird on her head and a bird on her shoulder"}
|
1662 |
-
{"id": "nitrosocke-00174-3", "file_name": "data/nitrosocke/Kikis_Delivery_Service_25_3.jpg", "label": "nitrosocke", "description": "a girl with a bird on her head and a bird on her shoulder"}
|
1663 |
{"id": "nitrosocke-00174-4", "file_name": "data/nitrosocke/Kikis_Delivery_Service_25_4.jpg", "label": "nitrosocke", "description": "a girl with a bird on her head and a bird on her shoulder"}
|
1664 |
{"id": "nitrosocke-00175-0", "file_name": "data/nitrosocke/Kikis_Delivery_Service_26_0.jpg", "label": "nitrosocke", "description": "a woman holding a remote control next to a girl"}
|
1665 |
{"id": "nitrosocke-00175-1", "file_name": "data/nitrosocke/Kikis_Delivery_Service_26_1.jpg", "label": "nitrosocke", "description": "a woman holding a remote control next to a girl"}
|
@@ -1684,12 +1599,10 @@
|
|
1684 |
{"id": "nitrosocke-00179-0", "file_name": "data/nitrosocke/Kikis_Delivery_Service_30_0.jpg", "label": "nitrosocke", "description": "a girl holding a piece of paper in front of a bakery"}
|
1685 |
{"id": "nitrosocke-00179-1", "file_name": "data/nitrosocke/Kikis_Delivery_Service_30_1.jpg", "label": "nitrosocke", "description": "a girl holding a piece of paper in front of a bakery"}
|
1686 |
{"id": "nitrosocke-00179-2", "file_name": "data/nitrosocke/Kikis_Delivery_Service_30_2.jpg", "label": "nitrosocke", "description": "a girl holding a piece of paper in front of a bakery"}
|
1687 |
-
{"id": "nitrosocke-00179-3", "file_name": "data/nitrosocke/Kikis_Delivery_Service_30_3.jpg", "label": "nitrosocke", "description": "a girl holding a piece of paper in front of a bakery"}
|
1688 |
{"id": "nitrosocke-00179-4", "file_name": "data/nitrosocke/Kikis_Delivery_Service_30_4.jpg", "label": "nitrosocke", "description": "a girl holding a piece of paper in front of a bakery"}
|
1689 |
{"id": "nitrosocke-00180-0", "file_name": "data/nitrosocke/Kikis_Delivery_Service_31_0.jpg", "label": "nitrosocke", "description": "a cartoon character is standing next to an older woman"}
|
1690 |
{"id": "nitrosocke-00180-1", "file_name": "data/nitrosocke/Kikis_Delivery_Service_31_1.jpg", "label": "nitrosocke", "description": "a cartoon character is standing next to an older woman"}
|
1691 |
{"id": "nitrosocke-00180-2", "file_name": "data/nitrosocke/Kikis_Delivery_Service_31_2.jpg", "label": "nitrosocke", "description": "a cartoon character is standing next to an older woman"}
|
1692 |
-
{"id": "nitrosocke-00180-3", "file_name": "data/nitrosocke/Kikis_Delivery_Service_31_3.jpg", "label": "nitrosocke", "description": "a cartoon character is standing next to an older woman"}
|
1693 |
{"id": "nitrosocke-00180-4", "file_name": "data/nitrosocke/Kikis_Delivery_Service_31_4.jpg", "label": "nitrosocke", "description": "a cartoon character is standing next to an older woman"}
|
1694 |
{"id": "nitrosocke-00181-0", "file_name": "data/nitrosocke/Kikis_Delivery_Service_32_0.jpg", "label": "nitrosocke", "description": "a woman holding a bowl of food in front of her"}
|
1695 |
{"id": "nitrosocke-00181-1", "file_name": "data/nitrosocke/Kikis_Delivery_Service_32_1.jpg", "label": "nitrosocke", "description": "a woman holding a bowl of food in front of her"}
|
@@ -1713,17 +1626,14 @@
|
|
1713 |
{"id": "nitrosocke-00185-0", "file_name": "data/nitrosocke/Kikis_Delivery_Service_36_0.jpg", "label": "nitrosocke", "description": "a girl with a red hat and a boy with a red hat"}
|
1714 |
{"id": "nitrosocke-00185-1", "file_name": "data/nitrosocke/Kikis_Delivery_Service_36_1.jpg", "label": "nitrosocke", "description": "a girl with a red hat and a boy with a red hat"}
|
1715 |
{"id": "nitrosocke-00185-2", "file_name": "data/nitrosocke/Kikis_Delivery_Service_36_2.jpg", "label": "nitrosocke", "description": "a girl with a red hat and a boy with a red hat"}
|
1716 |
-
{"id": "nitrosocke-00185-3", "file_name": "data/nitrosocke/Kikis_Delivery_Service_36_3.jpg", "label": "nitrosocke", "description": "a girl with a red hat and a boy with a red hat"}
|
1717 |
{"id": "nitrosocke-00185-4", "file_name": "data/nitrosocke/Kikis_Delivery_Service_36_4.jpg", "label": "nitrosocke", "description": "a girl with a red hat and a boy with a red hat"}
|
1718 |
{"id": "nitrosocke-00186-0", "file_name": "data/nitrosocke/Kikis_Delivery_Service_37_0.jpg", "label": "nitrosocke", "description": "a cartoon image of a boy riding a bike with a woman on the back"}
|
1719 |
{"id": "nitrosocke-00186-1", "file_name": "data/nitrosocke/Kikis_Delivery_Service_37_1.jpg", "label": "nitrosocke", "description": "a cartoon image of a boy riding a bike with a woman on the back"}
|
1720 |
{"id": "nitrosocke-00186-2", "file_name": "data/nitrosocke/Kikis_Delivery_Service_37_2.jpg", "label": "nitrosocke", "description": "a cartoon image of a boy riding a bike with a woman on the back"}
|
1721 |
-
{"id": "nitrosocke-00186-3", "file_name": "data/nitrosocke/Kikis_Delivery_Service_37_3.jpg", "label": "nitrosocke", "description": "a cartoon image of a boy riding a bike with a woman on the back"}
|
1722 |
{"id": "nitrosocke-00186-4", "file_name": "data/nitrosocke/Kikis_Delivery_Service_37_4.jpg", "label": "nitrosocke", "description": "a cartoon image of a boy riding a bike with a woman on the back"}
|
1723 |
{"id": "nitrosocke-00187-0", "file_name": "data/nitrosocke/Kikis_Delivery_Service_38_0.jpg", "label": "nitrosocke", "description": "a cartoon couple sitting on the ground next to each other"}
|
1724 |
{"id": "nitrosocke-00187-1", "file_name": "data/nitrosocke/Kikis_Delivery_Service_38_1.jpg", "label": "nitrosocke", "description": "a cartoon couple sitting on the ground next to each other"}
|
1725 |
{"id": "nitrosocke-00187-2", "file_name": "data/nitrosocke/Kikis_Delivery_Service_38_2.jpg", "label": "nitrosocke", "description": "a cartoon couple sitting on the ground next to each other"}
|
1726 |
-
{"id": "nitrosocke-00187-3", "file_name": "data/nitrosocke/Kikis_Delivery_Service_38_3.jpg", "label": "nitrosocke", "description": "a cartoon couple sitting on the ground next to each other"}
|
1727 |
{"id": "nitrosocke-00187-4", "file_name": "data/nitrosocke/Kikis_Delivery_Service_38_4.jpg", "label": "nitrosocke", "description": "a cartoon couple sitting on the ground next to each other"}
|
1728 |
{"id": "nitrosocke-00188-0", "file_name": "data/nitrosocke/Kikis_Delivery_Service_39_0.jpg", "label": "nitrosocke", "description": "a girl sitting at a table with a cat and a bottle of milk"}
|
1729 |
{"id": "nitrosocke-00188-1", "file_name": "data/nitrosocke/Kikis_Delivery_Service_39_1.jpg", "label": "nitrosocke", "description": "a girl sitting at a table with a cat and a bottle of milk"}
|
|
|
811 |
{"id": "nitrosocke-00000-0", "file_name": "data/nitrosocke/Arrietty_1_0.jpg", "label": "nitrosocke", "description": "an anime painting of a path through the woods"}
|
812 |
{"id": "nitrosocke-00000-1", "file_name": "data/nitrosocke/Arrietty_1_1.jpg", "label": "nitrosocke", "description": "an anime painting of a path through the woods"}
|
813 |
{"id": "nitrosocke-00000-2", "file_name": "data/nitrosocke/Arrietty_1_2.jpg", "label": "nitrosocke", "description": "an anime painting of a path through the woods"}
|
|
|
814 |
{"id": "nitrosocke-00000-4", "file_name": "data/nitrosocke/Arrietty_1_4.jpg", "label": "nitrosocke", "description": "an anime painting of a path through the woods"}
|
815 |
{"id": "nitrosocke-00001-0", "file_name": "data/nitrosocke/Arrietty_2_0.jpg", "label": "nitrosocke", "description": "anime house in the woods with a garden"}
|
816 |
{"id": "nitrosocke-00001-1", "file_name": "data/nitrosocke/Arrietty_2_1.jpg", "label": "nitrosocke", "description": "anime house in the woods with a garden"}
|
|
|
835 |
{"id": "nitrosocke-00005-0", "file_name": "data/nitrosocke/Arrietty_6_0.jpg", "label": "nitrosocke", "description": "anime scene with two women in the garden"}
|
836 |
{"id": "nitrosocke-00005-1", "file_name": "data/nitrosocke/Arrietty_6_1.jpg", "label": "nitrosocke", "description": "anime scene with two women in the garden"}
|
837 |
{"id": "nitrosocke-00005-2", "file_name": "data/nitrosocke/Arrietty_6_2.jpg", "label": "nitrosocke", "description": "anime scene with two women in the garden"}
|
|
|
838 |
{"id": "nitrosocke-00005-4", "file_name": "data/nitrosocke/Arrietty_6_4.jpg", "label": "nitrosocke", "description": "anime scene with two women in the garden"}
|
839 |
{"id": "nitrosocke-00006-0", "file_name": "data/nitrosocke/Arrietty_7_0.jpg", "label": "nitrosocke", "description": "a woman sitting on a bed surrounded by plants"}
|
840 |
{"id": "nitrosocke-00006-1", "file_name": "data/nitrosocke/Arrietty_7_1.jpg", "label": "nitrosocke", "description": "a woman sitting on a bed surrounded by plants"}
|
841 |
{"id": "nitrosocke-00006-2", "file_name": "data/nitrosocke/Arrietty_7_2.jpg", "label": "nitrosocke", "description": "a woman sitting on a bed surrounded by plants"}
|
|
|
842 |
{"id": "nitrosocke-00006-4", "file_name": "data/nitrosocke/Arrietty_7_4.jpg", "label": "nitrosocke", "description": "a woman sitting on a bed surrounded by plants"}
|
843 |
{"id": "nitrosocke-00007-0", "file_name": "data/nitrosocke/Arrietty_8_0.jpg", "label": "nitrosocke", "description": "a woman holding an umbrella and a girl standing next to her"}
|
844 |
{"id": "nitrosocke-00007-1", "file_name": "data/nitrosocke/Arrietty_8_1.jpg", "label": "nitrosocke", "description": "a woman holding an umbrella and a girl standing next to her"}
|
845 |
{"id": "nitrosocke-00007-2", "file_name": "data/nitrosocke/Arrietty_8_2.jpg", "label": "nitrosocke", "description": "a woman holding an umbrella and a girl standing next to her"}
|
|
|
846 |
{"id": "nitrosocke-00007-4", "file_name": "data/nitrosocke/Arrietty_8_4.jpg", "label": "nitrosocke", "description": "a woman holding an umbrella and a girl standing next to her"}
|
847 |
{"id": "nitrosocke-00008-0", "file_name": "data/nitrosocke/Arrietty_9_0.jpg", "label": "nitrosocke", "description": "a girl is looking at herself in a mirror"}
|
848 |
{"id": "nitrosocke-00008-1", "file_name": "data/nitrosocke/Arrietty_9_1.jpg", "label": "nitrosocke", "description": "a girl is looking at herself in a mirror"}
|
849 |
{"id": "nitrosocke-00008-2", "file_name": "data/nitrosocke/Arrietty_9_2.jpg", "label": "nitrosocke", "description": "a girl is looking at herself in a mirror"}
|
|
|
850 |
{"id": "nitrosocke-00008-4", "file_name": "data/nitrosocke/Arrietty_9_4.jpg", "label": "nitrosocke", "description": "a girl is looking at herself in a mirror"}
|
851 |
{"id": "nitrosocke-00009-0", "file_name": "data/nitrosocke/Arrietty_10_0.jpg", "label": "nitrosocke", "description": "the little mermaid the princess and the frog and the little mermaid 2"}
|
852 |
{"id": "nitrosocke-00009-1", "file_name": "data/nitrosocke/Arrietty_10_1.jpg", "label": "nitrosocke", "description": "the little mermaid the princess and the frog and the little mermaid 2"}
|
|
|
861 |
{"id": "nitrosocke-00011-0", "file_name": "data/nitrosocke/Arrietty_12_0.jpg", "label": "nitrosocke", "description": "anime girl in red dress holding a stick"}
|
862 |
{"id": "nitrosocke-00011-1", "file_name": "data/nitrosocke/Arrietty_12_1.jpg", "label": "nitrosocke", "description": "anime girl in red dress holding a stick"}
|
863 |
{"id": "nitrosocke-00011-2", "file_name": "data/nitrosocke/Arrietty_12_2.jpg", "label": "nitrosocke", "description": "anime girl in red dress holding a stick"}
|
|
|
864 |
{"id": "nitrosocke-00011-4", "file_name": "data/nitrosocke/Arrietty_12_4.jpg", "label": "nitrosocke", "description": "anime girl in red dress holding a stick"}
|
865 |
{"id": "nitrosocke-00012-0", "file_name": "data/nitrosocke/Arrietty_13_0.jpg", "label": "nitrosocke", "description": "an anime character laying down with a pillow"}
|
866 |
{"id": "nitrosocke-00013-0", "file_name": "data/nitrosocke/Arrietty_14_0.jpg", "label": "nitrosocke", "description": "a girl in a pink dress holding a pink cloth"}
|
867 |
{"id": "nitrosocke-00013-1", "file_name": "data/nitrosocke/Arrietty_14_1.jpg", "label": "nitrosocke", "description": "a girl in a pink dress holding a pink cloth"}
|
868 |
{"id": "nitrosocke-00013-2", "file_name": "data/nitrosocke/Arrietty_14_2.jpg", "label": "nitrosocke", "description": "a girl in a pink dress holding a pink cloth"}
|
|
|
869 |
{"id": "nitrosocke-00013-4", "file_name": "data/nitrosocke/Arrietty_14_4.jpg", "label": "nitrosocke", "description": "a girl in a pink dress holding a pink cloth"}
|
870 |
{"id": "nitrosocke-00014-0", "file_name": "data/nitrosocke/Arrietty_15_0.jpg", "label": "nitrosocke", "description": "a man and woman standing next to each other"}
|
871 |
{"id": "nitrosocke-00014-1", "file_name": "data/nitrosocke/Arrietty_15_1.jpg", "label": "nitrosocke", "description": "a man and woman standing next to each other"}
|
872 |
{"id": "nitrosocke-00014-2", "file_name": "data/nitrosocke/Arrietty_15_2.jpg", "label": "nitrosocke", "description": "a man and woman standing next to each other"}
|
|
|
873 |
{"id": "nitrosocke-00014-4", "file_name": "data/nitrosocke/Arrietty_15_4.jpg", "label": "nitrosocke", "description": "a man and woman standing next to each other"}
|
874 |
{"id": "nitrosocke-00015-0", "file_name": "data/nitrosocke/Arrietty_16_0.jpg", "label": "nitrosocke", "description": "a woman in an apron is holding a knife to a woman in a red dress"}
|
875 |
{"id": "nitrosocke-00015-1", "file_name": "data/nitrosocke/Arrietty_16_1.jpg", "label": "nitrosocke", "description": "a woman in an apron is holding a knife to a woman in a red dress"}
|
|
|
894 |
{"id": "nitrosocke-00019-0", "file_name": "data/nitrosocke/Arrietty_20_0.jpg", "label": "nitrosocke", "description": "a scene from the movie the secret world of Arrietty"}
|
895 |
{"id": "nitrosocke-00019-1", "file_name": "data/nitrosocke/Arrietty_20_1.jpg", "label": "nitrosocke", "description": "a scene from the movie the secret world of Arrietty"}
|
896 |
{"id": "nitrosocke-00019-2", "file_name": "data/nitrosocke/Arrietty_20_2.jpg", "label": "nitrosocke", "description": "a scene from the movie the secret world of Arrietty"}
|
|
|
897 |
{"id": "nitrosocke-00019-4", "file_name": "data/nitrosocke/Arrietty_20_4.jpg", "label": "nitrosocke", "description": "a scene from the movie the secret world of Arrietty"}
|
898 |
{"id": "nitrosocke-00020-0", "file_name": "data/nitrosocke/Arrietty_21_0.jpg", "label": "nitrosocke", "description": "a girl in red standing in the middle of a jungle"}
|
899 |
{"id": "nitrosocke-00020-1", "file_name": "data/nitrosocke/Arrietty_21_1.jpg", "label": "nitrosocke", "description": "a girl in red standing in the middle of a jungle"}
|
900 |
{"id": "nitrosocke-00020-2", "file_name": "data/nitrosocke/Arrietty_21_2.jpg", "label": "nitrosocke", "description": "a girl in red standing in the middle of a jungle"}
|
|
|
901 |
{"id": "nitrosocke-00020-4", "file_name": "data/nitrosocke/Arrietty_21_4.jpg", "label": "nitrosocke", "description": "a girl in red standing in the middle of a jungle"}
|
902 |
{"id": "nitrosocke-00021-0", "file_name": "data/nitrosocke/Arrietty_22_0.jpg", "label": "nitrosocke", "description": "an anime scene with a girl standing on a rock"}
|
903 |
{"id": "nitrosocke-00021-1", "file_name": "data/nitrosocke/Arrietty_22_1.jpg", "label": "nitrosocke", "description": "an anime scene with a girl standing on a rock"}
|
|
|
921 |
{"id": "nitrosocke-00025-0", "file_name": "data/nitrosocke/Arrietty_26_0.jpg", "label": "nitrosocke", "description": "a person holding a leaf in their hand"}
|
922 |
{"id": "nitrosocke-00025-1", "file_name": "data/nitrosocke/Arrietty_26_1.jpg", "label": "nitrosocke", "description": "a person holding a leaf in their hand"}
|
923 |
{"id": "nitrosocke-00025-2", "file_name": "data/nitrosocke/Arrietty_26_2.jpg", "label": "nitrosocke", "description": "a person holding a leaf in their hand"}
|
|
|
924 |
{"id": "nitrosocke-00025-4", "file_name": "data/nitrosocke/Arrietty_26_4.jpg", "label": "nitrosocke", "description": "a person holding a leaf in their hand"}
|
925 |
{"id": "nitrosocke-00026-0", "file_name": "data/nitrosocke/Arrietty_27_0.jpg", "label": "nitrosocke", "description": "anime characters looking at a doll house"}
|
926 |
{"id": "nitrosocke-00026-1", "file_name": "data/nitrosocke/Arrietty_27_1.jpg", "label": "nitrosocke", "description": "anime characters looking at a doll house"}
|
927 |
{"id": "nitrosocke-00026-2", "file_name": "data/nitrosocke/Arrietty_27_2.jpg", "label": "nitrosocke", "description": "anime characters looking at a doll house"}
|
|
|
928 |
{"id": "nitrosocke-00026-4", "file_name": "data/nitrosocke/Arrietty_27_4.jpg", "label": "nitrosocke", "description": "anime characters looking at a doll house"}
|
929 |
{"id": "nitrosocke-00027-0", "file_name": "data/nitrosocke/Arrietty_28_0.jpg", "label": "nitrosocke", "description": "a cartoon kitchen with a door open to the outside"}
|
930 |
{"id": "nitrosocke-00027-1", "file_name": "data/nitrosocke/Arrietty_28_1.jpg", "label": "nitrosocke", "description": "a cartoon kitchen with a door open to the outside"}
|
931 |
{"id": "nitrosocke-00027-2", "file_name": "data/nitrosocke/Arrietty_28_2.jpg", "label": "nitrosocke", "description": "a cartoon kitchen with a door open to the outside"}
|
|
|
932 |
{"id": "nitrosocke-00027-4", "file_name": "data/nitrosocke/Arrietty_28_4.jpg", "label": "nitrosocke", "description": "a cartoon kitchen with a door open to the outside"}
|
933 |
{"id": "nitrosocke-00028-0", "file_name": "data/nitrosocke/Arrietty_29_0.jpg", "label": "nitrosocke", "description": "a woman in a fur coat holding a bow and arrow"}
|
934 |
{"id": "nitrosocke-00028-1", "file_name": "data/nitrosocke/Arrietty_29_1.jpg", "label": "nitrosocke", "description": "a woman in a fur coat holding a bow and arrow"}
|
935 |
{"id": "nitrosocke-00028-2", "file_name": "data/nitrosocke/Arrietty_29_2.jpg", "label": "nitrosocke", "description": "a woman in a fur coat holding a bow and arrow"}
|
|
|
936 |
{"id": "nitrosocke-00028-4", "file_name": "data/nitrosocke/Arrietty_29_4.jpg", "label": "nitrosocke", "description": "a woman in a fur coat holding a bow and arrow"}
|
937 |
{"id": "nitrosocke-00029-0", "file_name": "data/nitrosocke/Arrietty_30_0.jpg", "label": "nitrosocke", "description": "an animated scene with two people sitting around a table"}
|
938 |
{"id": "nitrosocke-00029-1", "file_name": "data/nitrosocke/Arrietty_30_1.jpg", "label": "nitrosocke", "description": "an animated scene with two people sitting around a table"}
|
|
|
947 |
{"id": "nitrosocke-00031-0", "file_name": "data/nitrosocke/Arrietty_32_0.jpg", "label": "nitrosocke", "description": "a boy in a field of flowers with a girl in the background"}
|
948 |
{"id": "nitrosocke-00031-1", "file_name": "data/nitrosocke/Arrietty_32_1.jpg", "label": "nitrosocke", "description": "a boy in a field of flowers with a girl in the background"}
|
949 |
{"id": "nitrosocke-00031-2", "file_name": "data/nitrosocke/Arrietty_32_2.jpg", "label": "nitrosocke", "description": "a boy in a field of flowers with a girl in the background"}
|
|
|
950 |
{"id": "nitrosocke-00031-4", "file_name": "data/nitrosocke/Arrietty_32_4.jpg", "label": "nitrosocke", "description": "a boy in a field of flowers with a girl in the background"}
|
951 |
{"id": "nitrosocke-00032-0", "file_name": "data/nitrosocke/Arrietty_33_0.jpg", "label": "nitrosocke", "description": "a girl in a pink shirt standing in front of flowers"}
|
952 |
{"id": "nitrosocke-00032-1", "file_name": "data/nitrosocke/Arrietty_33_1.jpg", "label": "nitrosocke", "description": "a girl in a pink shirt standing in front of flowers"}
|
953 |
{"id": "nitrosocke-00032-2", "file_name": "data/nitrosocke/Arrietty_33_2.jpg", "label": "nitrosocke", "description": "a girl in a pink shirt standing in front of flowers"}
|
|
|
954 |
{"id": "nitrosocke-00032-4", "file_name": "data/nitrosocke/Arrietty_33_4.jpg", "label": "nitrosocke", "description": "a girl in a pink shirt standing in front of flowers"}
|
955 |
{"id": "nitrosocke-00033-0", "file_name": "data/nitrosocke/Arrietty_34_0.jpg", "label": "nitrosocke", "description": "a person looking at a small room with a doll"}
|
956 |
{"id": "nitrosocke-00033-1", "file_name": "data/nitrosocke/Arrietty_34_1.jpg", "label": "nitrosocke", "description": "a person looking at a small room with a doll"}
|
957 |
{"id": "nitrosocke-00033-2", "file_name": "data/nitrosocke/Arrietty_34_2.jpg", "label": "nitrosocke", "description": "a person looking at a small room with a doll"}
|
|
|
958 |
{"id": "nitrosocke-00033-4", "file_name": "data/nitrosocke/Arrietty_34_4.jpg", "label": "nitrosocke", "description": "a person looking at a small room with a doll"}
|
959 |
{"id": "nitrosocke-00034-0", "file_name": "data/nitrosocke/Arrietty_35_0.jpg", "label": "nitrosocke", "description": "anime character in a room with a man in glasses"}
|
960 |
{"id": "nitrosocke-00034-1", "file_name": "data/nitrosocke/Arrietty_35_1.jpg", "label": "nitrosocke", "description": "anime character in a room with a man in glasses"}
|
961 |
{"id": "nitrosocke-00034-2", "file_name": "data/nitrosocke/Arrietty_35_2.jpg", "label": "nitrosocke", "description": "anime character in a room with a man in glasses"}
|
|
|
962 |
{"id": "nitrosocke-00034-4", "file_name": "data/nitrosocke/Arrietty_35_4.jpg", "label": "nitrosocke", "description": "anime character in a room with a man in glasses"}
|
963 |
{"id": "nitrosocke-00035-0", "file_name": "data/nitrosocke/Arrietty_36_0.jpg", "label": "nitrosocke", "description": "a girl in a pink dress standing in a kitchen"}
|
964 |
{"id": "nitrosocke-00035-1", "file_name": "data/nitrosocke/Arrietty_36_1.jpg", "label": "nitrosocke", "description": "a girl in a pink dress standing in a kitchen"}
|
|
|
993 |
{"id": "nitrosocke-00041-0", "file_name": "data/nitrosocke/Arrietty_42_0.jpg", "label": "nitrosocke", "description": "the little mermaid the little mermaid the little mermaid the little mermaid the little mermaid the little mermaid the little"}
|
994 |
{"id": "nitrosocke-00041-1", "file_name": "data/nitrosocke/Arrietty_42_1.jpg", "label": "nitrosocke", "description": "the little mermaid the little mermaid the little mermaid the little mermaid the little mermaid the little mermaid the little"}
|
995 |
{"id": "nitrosocke-00041-2", "file_name": "data/nitrosocke/Arrietty_42_2.jpg", "label": "nitrosocke", "description": "the little mermaid the little mermaid the little mermaid the little mermaid the little mermaid the little mermaid the little"}
|
|
|
996 |
{"id": "nitrosocke-00041-4", "file_name": "data/nitrosocke/Arrietty_42_4.jpg", "label": "nitrosocke", "description": "the little mermaid the little mermaid the little mermaid the little mermaid the little mermaid the little mermaid the little"}
|
997 |
{"id": "nitrosocke-00042-0", "file_name": "data/nitrosocke/Arrietty_43_0.jpg", "label": "nitrosocke", "description": "a girl in a red dress standing on a bamboo pole"}
|
998 |
{"id": "nitrosocke-00042-1", "file_name": "data/nitrosocke/Arrietty_43_1.jpg", "label": "nitrosocke", "description": "a girl in a red dress standing on a bamboo pole"}
|
999 |
{"id": "nitrosocke-00042-2", "file_name": "data/nitrosocke/Arrietty_43_2.jpg", "label": "nitrosocke", "description": "a girl in a red dress standing on a bamboo pole"}
|
|
|
1000 |
{"id": "nitrosocke-00042-4", "file_name": "data/nitrosocke/Arrietty_43_4.jpg", "label": "nitrosocke", "description": "a girl in a red dress standing on a bamboo pole"}
|
1001 |
{"id": "nitrosocke-00043-0", "file_name": "data/nitrosocke/Arrietty_44_0.jpg", "label": "nitrosocke", "description": "a boy in a blue jacket standing next to a bamboo fence"}
|
1002 |
{"id": "nitrosocke-00043-1", "file_name": "data/nitrosocke/Arrietty_44_1.jpg", "label": "nitrosocke", "description": "a boy in a blue jacket standing next to a bamboo fence"}
|
1003 |
{"id": "nitrosocke-00043-2", "file_name": "data/nitrosocke/Arrietty_44_2.jpg", "label": "nitrosocke", "description": "a boy in a blue jacket standing next to a bamboo fence"}
|
|
|
1004 |
{"id": "nitrosocke-00043-4", "file_name": "data/nitrosocke/Arrietty_44_4.jpg", "label": "nitrosocke", "description": "a boy in a blue jacket standing next to a bamboo fence"}
|
1005 |
{"id": "nitrosocke-00044-0", "file_name": "data/nitrosocke/Arrietty_45_0.jpg", "label": "nitrosocke", "description": "a girl is touching the nose of a cat"}
|
1006 |
{"id": "nitrosocke-00044-1", "file_name": "data/nitrosocke/Arrietty_45_1.jpg", "label": "nitrosocke", "description": "a girl is touching the nose of a cat"}
|
1007 |
{"id": "nitrosocke-00044-2", "file_name": "data/nitrosocke/Arrietty_45_2.jpg", "label": "nitrosocke", "description": "a girl is touching the nose of a cat"}
|
|
|
1008 |
{"id": "nitrosocke-00044-4", "file_name": "data/nitrosocke/Arrietty_45_4.jpg", "label": "nitrosocke", "description": "a girl is touching the nose of a cat"}
|
1009 |
{"id": "nitrosocke-00045-0", "file_name": "data/nitrosocke/Arrietty_46_0.jpg", "label": "nitrosocke", "description": "a woman is hugging a man in an anime"}
|
1010 |
{"id": "nitrosocke-00045-1", "file_name": "data/nitrosocke/Arrietty_46_1.jpg", "label": "nitrosocke", "description": "a woman is hugging a man in an anime"}
|
|
|
1029 |
{"id": "nitrosocke-00049-0", "file_name": "data/nitrosocke/Arrietty_50_0.jpg", "label": "nitrosocke", "description": "a girl sitting in a chair with a red heart"}
|
1030 |
{"id": "nitrosocke-00049-1", "file_name": "data/nitrosocke/Arrietty_50_1.jpg", "label": "nitrosocke", "description": "a girl sitting in a chair with a red heart"}
|
1031 |
{"id": "nitrosocke-00049-2", "file_name": "data/nitrosocke/Arrietty_50_2.jpg", "label": "nitrosocke", "description": "a girl sitting in a chair with a red heart"}
|
|
|
1032 |
{"id": "nitrosocke-00049-4", "file_name": "data/nitrosocke/Arrietty_50_4.jpg", "label": "nitrosocke", "description": "a girl sitting in a chair with a red heart"}
|
1033 |
{"id": "nitrosocke-00050-0", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_1_0.jpg", "label": "nitrosocke", "description": "a woman standing next to a pole with a red flag"}
|
1034 |
{"id": "nitrosocke-00050-1", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_1_1.jpg", "label": "nitrosocke", "description": "a woman standing next to a pole with a red flag"}
|
|
|
1039 |
{"id": "nitrosocke-00052-0", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_3_0.jpg", "label": "nitrosocke", "description": "anime houses on a hillside with trees and sky"}
|
1040 |
{"id": "nitrosocke-00052-1", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_3_1.jpg", "label": "nitrosocke", "description": "anime houses on a hillside with trees and sky"}
|
1041 |
{"id": "nitrosocke-00052-2", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_3_2.jpg", "label": "nitrosocke", "description": "anime houses on a hillside with trees and sky"}
|
|
|
1042 |
{"id": "nitrosocke-00052-4", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_3_4.jpg", "label": "nitrosocke", "description": "anime houses on a hillside with trees and sky"}
|
1043 |
{"id": "nitrosocke-00053-0", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_4_0.jpg", "label": "nitrosocke", "description": "a man in a sailor hat stands on the deck of a boat"}
|
1044 |
{"id": "nitrosocke-00053-1", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_4_1.jpg", "label": "nitrosocke", "description": "a man in a sailor hat stands on the deck of a boat"}
|
1045 |
{"id": "nitrosocke-00053-2", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_4_2.jpg", "label": "nitrosocke", "description": "a man in a sailor hat stands on the deck of a boat"}
|
|
|
1046 |
{"id": "nitrosocke-00053-4", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_4_4.jpg", "label": "nitrosocke", "description": "a man in a sailor hat stands on the deck of a boat"}
|
1047 |
{"id": "nitrosocke-00054-0", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_5_0.jpg", "label": "nitrosocke", "description": "a woman cooking vegetables in a kitchen"}
|
1048 |
{"id": "nitrosocke-00054-1", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_5_1.jpg", "label": "nitrosocke", "description": "a woman cooking vegetables in a kitchen"}
|
1049 |
{"id": "nitrosocke-00054-2", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_5_2.jpg", "label": "nitrosocke", "description": "a woman cooking vegetables in a kitchen"}
|
|
|
1050 |
{"id": "nitrosocke-00054-4", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_5_4.jpg", "label": "nitrosocke", "description": "a woman cooking vegetables in a kitchen"}
|
1051 |
{"id": "nitrosocke-00055-0", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_6_0.jpg", "label": "nitrosocke", "description": "a family sitting at a table with food"}
|
1052 |
{"id": "nitrosocke-00055-1", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_6_1.jpg", "label": "nitrosocke", "description": "a family sitting at a table with food"}
|
|
|
1071 |
{"id": "nitrosocke-00059-0", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_10_0.jpg", "label": "nitrosocke", "description": "anime house with banners hanging from the windows"}
|
1072 |
{"id": "nitrosocke-00059-1", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_10_1.jpg", "label": "nitrosocke", "description": "anime house with banners hanging from the windows"}
|
1073 |
{"id": "nitrosocke-00059-2", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_10_2.jpg", "label": "nitrosocke", "description": "anime house with banners hanging from the windows"}
|
|
|
1074 |
{"id": "nitrosocke-00059-4", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_10_4.jpg", "label": "nitrosocke", "description": "anime house with banners hanging from the windows"}
|
1075 |
{"id": "nitrosocke-00060-0", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_11_0.jpg", "label": "nitrosocke", "description": "anime girl standing in front of a door with colorful windows"}
|
1076 |
{"id": "nitrosocke-00060-1", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_11_1.jpg", "label": "nitrosocke", "description": "anime girl standing in front of a door with colorful windows"}
|
1077 |
{"id": "nitrosocke-00060-2", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_11_2.jpg", "label": "nitrosocke", "description": "anime girl standing in front of a door with colorful windows"}
|
|
|
1078 |
{"id": "nitrosocke-00060-4", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_11_4.jpg", "label": "nitrosocke", "description": "anime girl standing in front of a door with colorful windows"}
|
1079 |
{"id": "nitrosocke-00061-0", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_12_0.jpg", "label": "nitrosocke", "description": "a scene from the movie kikis delivery service"}
|
1080 |
{"id": "nitrosocke-00061-2", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_12_2.jpg", "label": "nitrosocke", "description": "a scene from the movie kikis delivery service"}
|
|
|
1098 |
{"id": "nitrosocke-00065-0", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_16_0.jpg", "label": "nitrosocke", "description": "a man and woman in school uniforms are working on a computer"}
|
1099 |
{"id": "nitrosocke-00065-1", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_16_1.jpg", "label": "nitrosocke", "description": "a man and woman in school uniforms are working on a computer"}
|
1100 |
{"id": "nitrosocke-00065-2", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_16_2.jpg", "label": "nitrosocke", "description": "a man and woman in school uniforms are working on a computer"}
|
|
|
1101 |
{"id": "nitrosocke-00065-4", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_16_4.jpg", "label": "nitrosocke", "description": "a man and woman in school uniforms are working on a computer"}
|
1102 |
{"id": "nitrosocke-00066-0", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_17_0.jpg", "label": "nitrosocke", "description": "a scene from the anime film studio ghiblis ponyo"}
|
1103 |
{"id": "nitrosocke-00066-1", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_17_1.jpg", "label": "nitrosocke", "description": "a scene from the anime film studio ghiblis ponyo"}
|
1104 |
{"id": "nitrosocke-00066-2", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_17_2.jpg", "label": "nitrosocke", "description": "a scene from the anime film studio ghiblis ponyo"}
|
|
|
1105 |
{"id": "nitrosocke-00066-4", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_17_4.jpg", "label": "nitrosocke", "description": "a scene from the anime film studio ghiblis ponyo"}
|
1106 |
{"id": "nitrosocke-00067-0", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_18_0.jpg", "label": "nitrosocke", "description": "a scene from the anime film spy kids"}
|
1107 |
{"id": "nitrosocke-00067-1", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_18_1.jpg", "label": "nitrosocke", "description": "a scene from the anime film spy kids"}
|
1108 |
{"id": "nitrosocke-00067-2", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_18_2.jpg", "label": "nitrosocke", "description": "a scene from the anime film spy kids"}
|
|
|
1109 |
{"id": "nitrosocke-00067-4", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_18_4.jpg", "label": "nitrosocke", "description": "a scene from the anime film spy kids"}
|
1110 |
{"id": "nitrosocke-00068-0", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_19_0.jpg", "label": "nitrosocke", "description": "a scene from the anime film studio ghiblis ponyo"}
|
1111 |
{"id": "nitrosocke-00068-1", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_19_1.jpg", "label": "nitrosocke", "description": "a scene from the anime film studio ghiblis ponyo"}
|
|
|
1124 |
{"id": "nitrosocke-00071-0", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_22_0.jpg", "label": "nitrosocke", "description": "a family sitting at a table eating food"}
|
1125 |
{"id": "nitrosocke-00071-1", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_22_1.jpg", "label": "nitrosocke", "description": "a family sitting at a table eating food"}
|
1126 |
{"id": "nitrosocke-00071-2", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_22_2.jpg", "label": "nitrosocke", "description": "a family sitting at a table eating food"}
|
|
|
1127 |
{"id": "nitrosocke-00071-4", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_22_4.jpg", "label": "nitrosocke", "description": "a family sitting at a table eating food"}
|
1128 |
{"id": "nitrosocke-00072-0", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_23_0.jpg", "label": "nitrosocke", "description": "a young boy and girl standing in front of a window"}
|
1129 |
{"id": "nitrosocke-00072-1", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_23_1.jpg", "label": "nitrosocke", "description": "a young boy and girl standing in front of a window"}
|
1130 |
{"id": "nitrosocke-00072-2", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_23_2.jpg", "label": "nitrosocke", "description": "a young boy and girl standing in front of a window"}
|
|
|
1131 |
{"id": "nitrosocke-00072-4", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_23_4.jpg", "label": "nitrosocke", "description": "a young boy and girl standing in front of a window"}
|
1132 |
{"id": "nitrosocke-00073-0", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_24_0.jpg", "label": "nitrosocke", "description": "a group of women in uniforms with masks and shovels"}
|
1133 |
{"id": "nitrosocke-00073-1", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_24_1.jpg", "label": "nitrosocke", "description": "a group of women in uniforms with masks and shovels"}
|
1134 |
{"id": "nitrosocke-00073-2", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_24_2.jpg", "label": "nitrosocke", "description": "a group of women in uniforms with masks and shovels"}
|
|
|
1135 |
{"id": "nitrosocke-00073-4", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_24_4.jpg", "label": "nitrosocke", "description": "a group of women in uniforms with masks and shovels"}
|
1136 |
{"id": "nitrosocke-00074-0", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_25_0.jpg", "label": "nitrosocke", "description": "a group of people wearing masks and holding up sticks"}
|
1137 |
{"id": "nitrosocke-00074-1", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_25_1.jpg", "label": "nitrosocke", "description": "a group of people wearing masks and holding up sticks"}
|
1138 |
{"id": "nitrosocke-00074-2", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_25_2.jpg", "label": "nitrosocke", "description": "a group of people wearing masks and holding up sticks"}
|
|
|
1139 |
{"id": "nitrosocke-00074-4", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_25_4.jpg", "label": "nitrosocke", "description": "a group of people wearing masks and holding up sticks"}
|
1140 |
{"id": "nitrosocke-00075-0", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_26_0.jpg", "label": "nitrosocke", "description": "a young boy and girl are looking at something"}
|
1141 |
{"id": "nitrosocke-00075-1", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_26_1.jpg", "label": "nitrosocke", "description": "a young boy and girl are looking at something"}
|
|
|
1160 |
{"id": "nitrosocke-00079-0", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_30_0.jpg", "label": "nitrosocke", "description": "the movie studio ghiblis castle in the sky"}
|
1161 |
{"id": "nitrosocke-00079-1", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_30_1.jpg", "label": "nitrosocke", "description": "the movie studio ghiblis castle in the sky"}
|
1162 |
{"id": "nitrosocke-00079-2", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_30_2.jpg", "label": "nitrosocke", "description": "the movie studio ghiblis castle in the sky"}
|
|
|
1163 |
{"id": "nitrosocke-00079-4", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_30_4.jpg", "label": "nitrosocke", "description": "the movie studio ghiblis castle in the sky"}
|
1164 |
{"id": "nitrosocke-00080-0", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_31_0.jpg", "label": "nitrosocke", "description": "anime the story of kurosawa the story of the city"}
|
1165 |
{"id": "nitrosocke-00080-1", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_31_1.jpg", "label": "nitrosocke", "description": "anime the story of kurosawa the story of the city"}
|
1166 |
{"id": "nitrosocke-00080-2", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_31_2.jpg", "label": "nitrosocke", "description": "anime the story of kurosawa the story of the city"}
|
|
|
1167 |
{"id": "nitrosocke-00080-4", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_31_4.jpg", "label": "nitrosocke", "description": "anime the story of kurosawa the story of the city"}
|
1168 |
{"id": "nitrosocke-00081-0", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_32_0.jpg", "label": "nitrosocke", "description": "a group of people sitting on a bench in a hallway"}
|
1169 |
{"id": "nitrosocke-00081-1", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_32_1.jpg", "label": "nitrosocke", "description": "a group of people sitting on a bench in a hallway"}
|
|
|
1187 |
{"id": "nitrosocke-00085-0", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_36_0.jpg", "label": "nitrosocke", "description": "a man and woman standing in front of a large ship"}
|
1188 |
{"id": "nitrosocke-00085-1", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_36_1.jpg", "label": "nitrosocke", "description": "a man and woman standing in front of a large ship"}
|
1189 |
{"id": "nitrosocke-00085-2", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_36_2.jpg", "label": "nitrosocke", "description": "a man and woman standing in front of a large ship"}
|
|
|
1190 |
{"id": "nitrosocke-00085-4", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_36_4.jpg", "label": "nitrosocke", "description": "a man and woman standing in front of a large ship"}
|
1191 |
{"id": "nitrosocke-00086-0", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_37_0.jpg", "label": "nitrosocke", "description": "a couple standing in front of a train"}
|
1192 |
{"id": "nitrosocke-00086-1", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_37_1.jpg", "label": "nitrosocke", "description": "a couple standing in front of a train"}
|
1193 |
{"id": "nitrosocke-00086-2", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_37_2.jpg", "label": "nitrosocke", "description": "a couple standing in front of a train"}
|
|
|
1194 |
{"id": "nitrosocke-00086-4", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_37_4.jpg", "label": "nitrosocke", "description": "a couple standing in front of a train"}
|
1195 |
{"id": "nitrosocke-00087-0", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_38_0.jpg", "label": "nitrosocke", "description": "a man standing next to a tram in a city at night"}
|
1196 |
{"id": "nitrosocke-00087-1", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_38_1.jpg", "label": "nitrosocke", "description": "a man standing next to a tram in a city at night"}
|
1197 |
{"id": "nitrosocke-00087-2", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_38_2.jpg", "label": "nitrosocke", "description": "a man standing next to a tram in a city at night"}
|
|
|
1198 |
{"id": "nitrosocke-00087-4", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_38_4.jpg", "label": "nitrosocke", "description": "a man standing next to a tram in a city at night"}
|
1199 |
{"id": "nitrosocke-00088-0", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_39_0.jpg", "label": "nitrosocke", "description": "a boy and a girl eating cereal in front of a couch"}
|
1200 |
{"id": "nitrosocke-00088-1", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_39_1.jpg", "label": "nitrosocke", "description": "a boy and a girl eating cereal in front of a couch"}
|
1201 |
{"id": "nitrosocke-00088-2", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_39_2.jpg", "label": "nitrosocke", "description": "a boy and a girl eating cereal in front of a couch"}
|
|
|
1202 |
{"id": "nitrosocke-00088-4", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_39_4.jpg", "label": "nitrosocke", "description": "a boy and a girl eating cereal in front of a couch"}
|
1203 |
{"id": "nitrosocke-00089-0", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_40_0.jpg", "label": "nitrosocke", "description": "anime a girl hugging a man in a room"}
|
1204 |
{"id": "nitrosocke-00089-1", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_40_1.jpg", "label": "nitrosocke", "description": "anime a girl hugging a man in a room"}
|
1205 |
{"id": "nitrosocke-00089-2", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_40_2.jpg", "label": "nitrosocke", "description": "anime a girl hugging a man in a room"}
|
|
|
1206 |
{"id": "nitrosocke-00089-4", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_40_4.jpg", "label": "nitrosocke", "description": "anime a girl hugging a man in a room"}
|
1207 |
{"id": "nitrosocke-00090-0", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_41_0.jpg", "label": "nitrosocke", "description": "two men in suits standing next to each other"}
|
1208 |
{"id": "nitrosocke-00090-1", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_41_1.jpg", "label": "nitrosocke", "description": "two men in suits standing next to each other"}
|
1209 |
{"id": "nitrosocke-00090-2", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_41_2.jpg", "label": "nitrosocke", "description": "two men in suits standing next to each other"}
|
|
|
1210 |
{"id": "nitrosocke-00090-4", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_41_4.jpg", "label": "nitrosocke", "description": "two men in suits standing next to each other"}
|
1211 |
{"id": "nitrosocke-00091-0", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_42_0.jpg", "label": "nitrosocke", "description": "three anime characters standing in front of a door"}
|
1212 |
{"id": "nitrosocke-00091-1", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_42_1.jpg", "label": "nitrosocke", "description": "three anime characters standing in front of a door"}
|
|
|
1231 |
{"id": "nitrosocke-00095-0", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_46_0.jpg", "label": "nitrosocke", "description": "a cartoon scene with people riding in a car"}
|
1232 |
{"id": "nitrosocke-00095-1", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_46_1.jpg", "label": "nitrosocke", "description": "a cartoon scene with people riding in a car"}
|
1233 |
{"id": "nitrosocke-00095-2", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_46_2.jpg", "label": "nitrosocke", "description": "a cartoon scene with people riding in a car"}
|
|
|
1234 |
{"id": "nitrosocke-00095-4", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_46_4.jpg", "label": "nitrosocke", "description": "a cartoon scene with people riding in a car"}
|
1235 |
{"id": "nitrosocke-00096-0", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_47_0.jpg", "label": "nitrosocke", "description": "a young boy and girl are sitting on a bench"}
|
1236 |
{"id": "nitrosocke-00096-1", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_47_1.jpg", "label": "nitrosocke", "description": "a young boy and girl are sitting on a bench"}
|
1237 |
{"id": "nitrosocke-00096-2", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_47_2.jpg", "label": "nitrosocke", "description": "a young boy and girl are sitting on a bench"}
|
|
|
1238 |
{"id": "nitrosocke-00096-4", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_47_4.jpg", "label": "nitrosocke", "description": "a young boy and girl are sitting on a bench"}
|
1239 |
{"id": "nitrosocke-00097-0", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_48_0.jpg", "label": "nitrosocke", "description": "two anime characters in uniform saluting each other"}
|
1240 |
{"id": "nitrosocke-00097-1", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_48_1.jpg", "label": "nitrosocke", "description": "two anime characters in uniform saluting each other"}
|
1241 |
{"id": "nitrosocke-00097-2", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_48_2.jpg", "label": "nitrosocke", "description": "two anime characters in uniform saluting each other"}
|
|
|
1242 |
{"id": "nitrosocke-00097-4", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_48_4.jpg", "label": "nitrosocke", "description": "two anime characters in uniform saluting each other"}
|
1243 |
{"id": "nitrosocke-00098-0", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_49_0.jpg", "label": "nitrosocke", "description": "anime houses on a hillside at sunset"}
|
1244 |
{"id": "nitrosocke-00098-1", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_49_1.jpg", "label": "nitrosocke", "description": "anime houses on a hillside at sunset"}
|
1245 |
{"id": "nitrosocke-00098-2", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_49_2.jpg", "label": "nitrosocke", "description": "anime houses on a hillside at sunset"}
|
|
|
1246 |
{"id": "nitrosocke-00098-4", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_49_4.jpg", "label": "nitrosocke", "description": "anime houses on a hillside at sunset"}
|
1247 |
{"id": "nitrosocke-00099-0", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_50_0.jpg", "label": "nitrosocke", "description": "a couple of anime characters standing in front of a building"}
|
1248 |
{"id": "nitrosocke-00099-1", "file_name": "data/nitrosocke/From_Up_on_Poppy_Hill_50_1.jpg", "label": "nitrosocke", "description": "a couple of anime characters standing in front of a building"}
|
|
|
1252 |
{"id": "nitrosocke-00100-0", "file_name": "data/nitrosocke/Howls_Moving_Castle_1_0.jpg", "label": "nitrosocke", "description": "a woman sitting at a table with a bunch of hats"}
|
1253 |
{"id": "nitrosocke-00100-1", "file_name": "data/nitrosocke/Howls_Moving_Castle_1_1.jpg", "label": "nitrosocke", "description": "a woman sitting at a table with a bunch of hats"}
|
1254 |
{"id": "nitrosocke-00100-2", "file_name": "data/nitrosocke/Howls_Moving_Castle_1_2.jpg", "label": "nitrosocke", "description": "a woman sitting at a table with a bunch of hats"}
|
|
|
1255 |
{"id": "nitrosocke-00100-4", "file_name": "data/nitrosocke/Howls_Moving_Castle_1_4.jpg", "label": "nitrosocke", "description": "a woman sitting at a table with a bunch of hats"}
|
1256 |
{"id": "nitrosocke-00101-0", "file_name": "data/nitrosocke/Howls_Moving_Castle_2_0.jpg", "label": "nitrosocke", "description": "a cartoon scene with two women and a man in uniform"}
|
1257 |
{"id": "nitrosocke-00101-1", "file_name": "data/nitrosocke/Howls_Moving_Castle_2_1.jpg", "label": "nitrosocke", "description": "a cartoon scene with two women and a man in uniform"}
|
|
|
1276 |
{"id": "nitrosocke-00105-0", "file_name": "data/nitrosocke/Howls_Moving_Castle_6_0.jpg", "label": "nitrosocke", "description": "anime characters in a city square"}
|
1277 |
{"id": "nitrosocke-00105-1", "file_name": "data/nitrosocke/Howls_Moving_Castle_6_1.jpg", "label": "nitrosocke", "description": "anime characters in a city square"}
|
1278 |
{"id": "nitrosocke-00105-2", "file_name": "data/nitrosocke/Howls_Moving_Castle_6_2.jpg", "label": "nitrosocke", "description": "anime characters in a city square"}
|
|
|
1279 |
{"id": "nitrosocke-00105-4", "file_name": "data/nitrosocke/Howls_Moving_Castle_6_4.jpg", "label": "nitrosocke", "description": "anime characters in a city square"}
|
1280 |
{"id": "nitrosocke-00106-0", "file_name": "data/nitrosocke/Howls_Moving_Castle_7_0.jpg", "label": "nitrosocke", "description": "one piece the movie one piece the movie"}
|
1281 |
{"id": "nitrosocke-00106-1", "file_name": "data/nitrosocke/Howls_Moving_Castle_7_1.jpg", "label": "nitrosocke", "description": "one piece the movie one piece the movie"}
|
1282 |
{"id": "nitrosocke-00106-2", "file_name": "data/nitrosocke/Howls_Moving_Castle_7_2.jpg", "label": "nitrosocke", "description": "one piece the movie one piece the movie"}
|
|
|
1283 |
{"id": "nitrosocke-00106-4", "file_name": "data/nitrosocke/Howls_Moving_Castle_7_4.jpg", "label": "nitrosocke", "description": "one piece the movie one piece the movie"}
|
1284 |
{"id": "nitrosocke-00107-0", "file_name": "data/nitrosocke/Howls_Moving_Castle_8_0.jpg", "label": "nitrosocke", "description": "an old woman looking at herself in the mirror"}
|
1285 |
{"id": "nitrosocke-00107-1", "file_name": "data/nitrosocke/Howls_Moving_Castle_8_1.jpg", "label": "nitrosocke", "description": "an old woman looking at herself in the mirror"}
|
1286 |
{"id": "nitrosocke-00107-2", "file_name": "data/nitrosocke/Howls_Moving_Castle_8_2.jpg", "label": "nitrosocke", "description": "an old woman looking at herself in the mirror"}
|
|
|
1287 |
{"id": "nitrosocke-00107-4", "file_name": "data/nitrosocke/Howls_Moving_Castle_8_4.jpg", "label": "nitrosocke", "description": "an old woman looking at herself in the mirror"}
|
1288 |
{"id": "nitrosocke-00108-0", "file_name": "data/nitrosocke/Howls_Moving_Castle_9_0.jpg", "label": "nitrosocke", "description": "anime the wind is always blowing"}
|
1289 |
{"id": "nitrosocke-00108-1", "file_name": "data/nitrosocke/Howls_Moving_Castle_9_1.jpg", "label": "nitrosocke", "description": "anime the wind is always blowing"}
|
1290 |
{"id": "nitrosocke-00108-2", "file_name": "data/nitrosocke/Howls_Moving_Castle_9_2.jpg", "label": "nitrosocke", "description": "anime the wind is always blowing"}
|
|
|
1291 |
{"id": "nitrosocke-00108-4", "file_name": "data/nitrosocke/Howls_Moving_Castle_9_4.jpg", "label": "nitrosocke", "description": "anime the wind is always blowing"}
|
1292 |
{"id": "nitrosocke-00109-0", "file_name": "data/nitrosocke/Howls_Moving_Castle_10_0.jpg", "label": "nitrosocke", "description": "a man and woman standing on a hill with a man in a top hat"}
|
1293 |
{"id": "nitrosocke-00109-1", "file_name": "data/nitrosocke/Howls_Moving_Castle_10_1.jpg", "label": "nitrosocke", "description": "a man and woman standing on a hill with a man in a top hat"}
|
|
|
1301 |
{"id": "nitrosocke-00110-4", "file_name": "data/nitrosocke/Howls_Moving_Castle_11_4.jpg", "label": "nitrosocke", "description": "an animated movie with a castle on top of a mountain"}
|
1302 |
{"id": "nitrosocke-00111-0", "file_name": "data/nitrosocke/Howls_Moving_Castle_12_0.jpg", "label": "nitrosocke", "description": "pokemon the movie the first movie"}
|
1303 |
{"id": "nitrosocke-00111-2", "file_name": "data/nitrosocke/Howls_Moving_Castle_12_2.jpg", "label": "nitrosocke", "description": "pokemon the movie the first movie"}
|
|
|
1304 |
{"id": "nitrosocke-00111-4", "file_name": "data/nitrosocke/Howls_Moving_Castle_12_4.jpg", "label": "nitrosocke", "description": "pokemon the movie the first movie"}
|
1305 |
{"id": "nitrosocke-00112-0", "file_name": "data/nitrosocke/Howls_Moving_Castle_13_0.jpg", "label": "nitrosocke", "description": "a man with a long beard and a blue cloak"}
|
1306 |
{"id": "nitrosocke-00112-1", "file_name": "data/nitrosocke/Howls_Moving_Castle_13_1.jpg", "label": "nitrosocke", "description": "a man with a long beard and a blue cloak"}
|
1307 |
{"id": "nitrosocke-00112-2", "file_name": "data/nitrosocke/Howls_Moving_Castle_13_2.jpg", "label": "nitrosocke", "description": "a man with a long beard and a blue cloak"}
|
|
|
1308 |
{"id": "nitrosocke-00112-4", "file_name": "data/nitrosocke/Howls_Moving_Castle_13_4.jpg", "label": "nitrosocke", "description": "a man with a long beard and a blue cloak"}
|
1309 |
{"id": "nitrosocke-00113-0", "file_name": "data/nitrosocke/Howls_Moving_Castle_14_0.jpg", "label": "nitrosocke", "description": "an anime character with blonde hair and blue eyes"}
|
1310 |
{"id": "nitrosocke-00113-1", "file_name": "data/nitrosocke/Howls_Moving_Castle_14_1.jpg", "label": "nitrosocke", "description": "an anime character with blonde hair and blue eyes"}
|
1311 |
{"id": "nitrosocke-00113-2", "file_name": "data/nitrosocke/Howls_Moving_Castle_14_2.jpg", "label": "nitrosocke", "description": "an anime character with blonde hair and blue eyes"}
|
|
|
1312 |
{"id": "nitrosocke-00113-4", "file_name": "data/nitrosocke/Howls_Moving_Castle_14_4.jpg", "label": "nitrosocke", "description": "an anime character with blonde hair and blue eyes"}
|
1313 |
{"id": "nitrosocke-00114-0", "file_name": "data/nitrosocke/Howls_Moving_Castle_15_0.jpg", "label": "nitrosocke", "description": "anime the story of nausica of the valley of the wind"}
|
1314 |
{"id": "nitrosocke-00114-1", "file_name": "data/nitrosocke/Howls_Moving_Castle_15_1.jpg", "label": "nitrosocke", "description": "anime the story of nausica of the valley of the wind"}
|
1315 |
{"id": "nitrosocke-00114-2", "file_name": "data/nitrosocke/Howls_Moving_Castle_15_2.jpg", "label": "nitrosocke", "description": "anime the story of nausica of the valley of the wind"}
|
|
|
1316 |
{"id": "nitrosocke-00114-4", "file_name": "data/nitrosocke/Howls_Moving_Castle_15_4.jpg", "label": "nitrosocke", "description": "anime the story of nausica of the valley of the wind"}
|
1317 |
{"id": "nitrosocke-00115-0", "file_name": "data/nitrosocke/Howls_Moving_Castle_16_0.jpg", "label": "nitrosocke", "description": "a person cooking bacon and eggs in a pan"}
|
1318 |
{"id": "nitrosocke-00115-1", "file_name": "data/nitrosocke/Howls_Moving_Castle_16_1.jpg", "label": "nitrosocke", "description": "a person cooking bacon and eggs in a pan"}
|
|
|
1337 |
{"id": "nitrosocke-00119-0", "file_name": "data/nitrosocke/Howls_Moving_Castle_20_0.jpg", "label": "nitrosocke", "description": "a painting of a bathroom with a bathtub and a sink"}
|
1338 |
{"id": "nitrosocke-00119-1", "file_name": "data/nitrosocke/Howls_Moving_Castle_20_1.jpg", "label": "nitrosocke", "description": "a painting of a bathroom with a bathtub and a sink"}
|
1339 |
{"id": "nitrosocke-00119-2", "file_name": "data/nitrosocke/Howls_Moving_Castle_20_2.jpg", "label": "nitrosocke", "description": "a painting of a bathroom with a bathtub and a sink"}
|
|
|
1340 |
{"id": "nitrosocke-00119-4", "file_name": "data/nitrosocke/Howls_Moving_Castle_20_4.jpg", "label": "nitrosocke", "description": "a painting of a bathroom with a bathtub and a sink"}
|
1341 |
{"id": "nitrosocke-00120-0", "file_name": "data/nitrosocke/Howls_Moving_Castle_21_0.jpg", "label": "nitrosocke", "description": "an anime scene with an old woman and a man"}
|
1342 |
{"id": "nitrosocke-00120-1", "file_name": "data/nitrosocke/Howls_Moving_Castle_21_1.jpg", "label": "nitrosocke", "description": "an anime scene with an old woman and a man"}
|
1343 |
{"id": "nitrosocke-00120-2", "file_name": "data/nitrosocke/Howls_Moving_Castle_21_2.jpg", "label": "nitrosocke", "description": "an anime scene with an old woman and a man"}
|
|
|
1344 |
{"id": "nitrosocke-00120-4", "file_name": "data/nitrosocke/Howls_Moving_Castle_21_4.jpg", "label": "nitrosocke", "description": "an anime scene with an old woman and a man"}
|
1345 |
{"id": "nitrosocke-00121-0", "file_name": "data/nitrosocke/Howls_Moving_Castle_22_0.jpg", "label": "nitrosocke", "description": "an anime character is running down the stairs"}
|
1346 |
{"id": "nitrosocke-00121-1", "file_name": "data/nitrosocke/Howls_Moving_Castle_22_1.jpg", "label": "nitrosocke", "description": "an anime character is running down the stairs"}
|
|
|
1363 |
{"id": "nitrosocke-00125-0", "file_name": "data/nitrosocke/Howls_Moving_Castle_26_0.jpg", "label": "nitrosocke", "description": "an anime scene with an older woman and a young girl"}
|
1364 |
{"id": "nitrosocke-00125-1", "file_name": "data/nitrosocke/Howls_Moving_Castle_26_1.jpg", "label": "nitrosocke", "description": "an anime scene with an older woman and a young girl"}
|
1365 |
{"id": "nitrosocke-00125-2", "file_name": "data/nitrosocke/Howls_Moving_Castle_26_2.jpg", "label": "nitrosocke", "description": "an anime scene with an older woman and a young girl"}
|
|
|
1366 |
{"id": "nitrosocke-00125-4", "file_name": "data/nitrosocke/Howls_Moving_Castle_26_4.jpg", "label": "nitrosocke", "description": "an anime scene with an older woman and a young girl"}
|
1367 |
{"id": "nitrosocke-00126-0", "file_name": "data/nitrosocke/Howls_Moving_Castle_27_0.jpg", "label": "nitrosocke", "description": "anime girl with blue eyes looking at the camera"}
|
1368 |
{"id": "nitrosocke-00126-1", "file_name": "data/nitrosocke/Howls_Moving_Castle_27_1.jpg", "label": "nitrosocke", "description": "anime girl with blue eyes looking at the camera"}
|
1369 |
{"id": "nitrosocke-00126-2", "file_name": "data/nitrosocke/Howls_Moving_Castle_27_2.jpg", "label": "nitrosocke", "description": "anime girl with blue eyes looking at the camera"}
|
|
|
1370 |
{"id": "nitrosocke-00126-4", "file_name": "data/nitrosocke/Howls_Moving_Castle_27_4.jpg", "label": "nitrosocke", "description": "anime girl with blue eyes looking at the camera"}
|
1371 |
{"id": "nitrosocke-00127-0", "file_name": "data/nitrosocke/Howls_Moving_Castle_28_0.jpg", "label": "nitrosocke", "description": "a woman in a blue dress and hat is walking down a set of stairs"}
|
1372 |
{"id": "nitrosocke-00127-1", "file_name": "data/nitrosocke/Howls_Moving_Castle_28_1.jpg", "label": "nitrosocke", "description": "a woman in a blue dress and hat is walking down a set of stairs"}
|
1373 |
{"id": "nitrosocke-00127-2", "file_name": "data/nitrosocke/Howls_Moving_Castle_28_2.jpg", "label": "nitrosocke", "description": "a woman in a blue dress and hat is walking down a set of stairs"}
|
|
|
1374 |
{"id": "nitrosocke-00127-4", "file_name": "data/nitrosocke/Howls_Moving_Castle_28_4.jpg", "label": "nitrosocke", "description": "a woman in a blue dress and hat is walking down a set of stairs"}
|
1375 |
{"id": "nitrosocke-00128-0", "file_name": "data/nitrosocke/Howls_Moving_Castle_29_0.jpg", "label": "nitrosocke", "description": "an anime character with a hat on her head"}
|
1376 |
{"id": "nitrosocke-00128-1", "file_name": "data/nitrosocke/Howls_Moving_Castle_29_1.jpg", "label": "nitrosocke", "description": "an anime character with a hat on her head"}
|
1377 |
{"id": "nitrosocke-00128-2", "file_name": "data/nitrosocke/Howls_Moving_Castle_29_2.jpg", "label": "nitrosocke", "description": "an anime character with a hat on her head"}
|
|
|
1378 |
{"id": "nitrosocke-00128-4", "file_name": "data/nitrosocke/Howls_Moving_Castle_29_4.jpg", "label": "nitrosocke", "description": "an anime character with a hat on her head"}
|
1379 |
{"id": "nitrosocke-00129-0", "file_name": "data/nitrosocke/Howls_Moving_Castle_30_0.jpg", "label": "nitrosocke", "description": "anime characters standing on a ledge overlooking a city"}
|
1380 |
{"id": "nitrosocke-00129-1", "file_name": "data/nitrosocke/Howls_Moving_Castle_30_1.jpg", "label": "nitrosocke", "description": "anime characters standing on a ledge overlooking a city"}
|
|
|
1389 |
{"id": "nitrosocke-00131-0", "file_name": "data/nitrosocke/Howls_Moving_Castle_32_0.jpg", "label": "nitrosocke", "description": "an animated scene with two people standing on top of a hill"}
|
1390 |
{"id": "nitrosocke-00131-1", "file_name": "data/nitrosocke/Howls_Moving_Castle_32_1.jpg", "label": "nitrosocke", "description": "an animated scene with two people standing on top of a hill"}
|
1391 |
{"id": "nitrosocke-00131-2", "file_name": "data/nitrosocke/Howls_Moving_Castle_32_2.jpg", "label": "nitrosocke", "description": "an animated scene with two people standing on top of a hill"}
|
|
|
1392 |
{"id": "nitrosocke-00131-4", "file_name": "data/nitrosocke/Howls_Moving_Castle_32_4.jpg", "label": "nitrosocke", "description": "an animated scene with two people standing on top of a hill"}
|
1393 |
{"id": "nitrosocke-00132-0", "file_name": "data/nitrosocke/Howls_Moving_Castle_33_0.jpg", "label": "nitrosocke", "description": "anime character with a hat and a man in a green jacket"}
|
1394 |
{"id": "nitrosocke-00132-1", "file_name": "data/nitrosocke/Howls_Moving_Castle_33_1.jpg", "label": "nitrosocke", "description": "anime character with a hat and a man in a green jacket"}
|
1395 |
{"id": "nitrosocke-00132-2", "file_name": "data/nitrosocke/Howls_Moving_Castle_33_2.jpg", "label": "nitrosocke", "description": "anime character with a hat and a man in a green jacket"}
|
|
|
1396 |
{"id": "nitrosocke-00132-4", "file_name": "data/nitrosocke/Howls_Moving_Castle_33_4.jpg", "label": "nitrosocke", "description": "anime character with a hat and a man in a green jacket"}
|
1397 |
{"id": "nitrosocke-00133-0", "file_name": "data/nitrosocke/Howls_Moving_Castle_34_0.jpg", "label": "nitrosocke", "description": "anime character with a fishing rod and an old man"}
|
1398 |
{"id": "nitrosocke-00133-2", "file_name": "data/nitrosocke/Howls_Moving_Castle_34_2.jpg", "label": "nitrosocke", "description": "anime character with a fishing rod and an old man"}
|
|
|
1399 |
{"id": "nitrosocke-00133-4", "file_name": "data/nitrosocke/Howls_Moving_Castle_34_4.jpg", "label": "nitrosocke", "description": "anime character with a fishing rod and an old man"}
|
1400 |
{"id": "nitrosocke-00134-0", "file_name": "data/nitrosocke/Howls_Moving_Castle_35_0.jpg", "label": "nitrosocke", "description": "an animated movie with a man and a dog on top of a hill"}
|
1401 |
{"id": "nitrosocke-00134-1", "file_name": "data/nitrosocke/Howls_Moving_Castle_35_1.jpg", "label": "nitrosocke", "description": "an animated movie with a man and a dog on top of a hill"}
|
1402 |
{"id": "nitrosocke-00134-2", "file_name": "data/nitrosocke/Howls_Moving_Castle_35_2.jpg", "label": "nitrosocke", "description": "an animated movie with a man and a dog on top of a hill"}
|
|
|
1403 |
{"id": "nitrosocke-00134-4", "file_name": "data/nitrosocke/Howls_Moving_Castle_35_4.jpg", "label": "nitrosocke", "description": "an animated movie with a man and a dog on top of a hill"}
|
1404 |
{"id": "nitrosocke-00135-0", "file_name": "data/nitrosocke/Howls_Moving_Castle_36_0.jpg", "label": "nitrosocke", "description": "the secret of nimh"}
|
1405 |
{"id": "nitrosocke-00135-1", "file_name": "data/nitrosocke/Howls_Moving_Castle_36_1.jpg", "label": "nitrosocke", "description": "the secret of nimh"}
|
|
|
1433 |
{"id": "nitrosocke-00140-4", "file_name": "data/nitrosocke/Howls_Moving_Castle_41_4.jpg", "label": "nitrosocke", "description": "a woman in blue dress standing next to a fire"}
|
1434 |
{"id": "nitrosocke-00141-0", "file_name": "data/nitrosocke/Howls_Moving_Castle_42_0.jpg", "label": "nitrosocke", "description": "an animated picture of an old woman and a young boy"}
|
1435 |
{"id": "nitrosocke-00141-2", "file_name": "data/nitrosocke/Howls_Moving_Castle_42_2.jpg", "label": "nitrosocke", "description": "an animated picture of an old woman and a young boy"}
|
|
|
1436 |
{"id": "nitrosocke-00141-4", "file_name": "data/nitrosocke/Howls_Moving_Castle_42_4.jpg", "label": "nitrosocke", "description": "an animated picture of an old woman and a young boy"}
|
1437 |
{"id": "nitrosocke-00142-0", "file_name": "data/nitrosocke/Howls_Moving_Castle_43_0.jpg", "label": "nitrosocke", "description": "a girl with blue hair stands in front of a starry sky"}
|
1438 |
{"id": "nitrosocke-00142-1", "file_name": "data/nitrosocke/Howls_Moving_Castle_43_1.jpg", "label": "nitrosocke", "description": "a girl with blue hair stands in front of a starry sky"}
|
1439 |
{"id": "nitrosocke-00142-2", "file_name": "data/nitrosocke/Howls_Moving_Castle_43_2.jpg", "label": "nitrosocke", "description": "a girl with blue hair stands in front of a starry sky"}
|
|
|
1440 |
{"id": "nitrosocke-00142-4", "file_name": "data/nitrosocke/Howls_Moving_Castle_43_4.jpg", "label": "nitrosocke", "description": "a girl with blue hair stands in front of a starry sky"}
|
1441 |
{"id": "nitrosocke-00143-0", "file_name": "data/nitrosocke/Howls_Moving_Castle_44_0.jpg", "label": "nitrosocke", "description": "a cartoon character holding a light in the air"}
|
1442 |
{"id": "nitrosocke-00143-1", "file_name": "data/nitrosocke/Howls_Moving_Castle_44_1.jpg", "label": "nitrosocke", "description": "a cartoon character holding a light in the air"}
|
1443 |
{"id": "nitrosocke-00143-2", "file_name": "data/nitrosocke/Howls_Moving_Castle_44_2.jpg", "label": "nitrosocke", "description": "a cartoon character holding a light in the air"}
|
|
|
1444 |
{"id": "nitrosocke-00143-4", "file_name": "data/nitrosocke/Howls_Moving_Castle_44_4.jpg", "label": "nitrosocke", "description": "a cartoon character holding a light in the air"}
|
1445 |
{"id": "nitrosocke-00144-0", "file_name": "data/nitrosocke/Howls_Moving_Castle_45_0.jpg", "label": "nitrosocke", "description": "an animated woman flying over the ocean at sunset"}
|
1446 |
{"id": "nitrosocke-00144-1", "file_name": "data/nitrosocke/Howls_Moving_Castle_45_1.jpg", "label": "nitrosocke", "description": "an animated woman flying over the ocean at sunset"}
|
1447 |
{"id": "nitrosocke-00144-2", "file_name": "data/nitrosocke/Howls_Moving_Castle_45_2.jpg", "label": "nitrosocke", "description": "an animated woman flying over the ocean at sunset"}
|
|
|
1448 |
{"id": "nitrosocke-00144-4", "file_name": "data/nitrosocke/Howls_Moving_Castle_45_4.jpg", "label": "nitrosocke", "description": "an animated woman flying over the ocean at sunset"}
|
1449 |
{"id": "nitrosocke-00145-0", "file_name": "data/nitrosocke/Howls_Moving_Castle_46_0.jpg", "label": "nitrosocke", "description": "an anime character with white hair and blue eyes"}
|
1450 |
{"id": "nitrosocke-00145-1", "file_name": "data/nitrosocke/Howls_Moving_Castle_46_1.jpg", "label": "nitrosocke", "description": "an anime character with white hair and blue eyes"}
|
|
|
1466 |
{"id": "nitrosocke-00149-0", "file_name": "data/nitrosocke/Howls_Moving_Castle_50_0.jpg", "label": "nitrosocke", "description": "a man and woman standing on a bridge with a cloud in the background"}
|
1467 |
{"id": "nitrosocke-00149-1", "file_name": "data/nitrosocke/Howls_Moving_Castle_50_1.jpg", "label": "nitrosocke", "description": "a man and woman standing on a bridge with a cloud in the background"}
|
1468 |
{"id": "nitrosocke-00149-2", "file_name": "data/nitrosocke/Howls_Moving_Castle_50_2.jpg", "label": "nitrosocke", "description": "a man and woman standing on a bridge with a cloud in the background"}
|
|
|
1469 |
{"id": "nitrosocke-00149-4", "file_name": "data/nitrosocke/Howls_Moving_Castle_50_4.jpg", "label": "nitrosocke", "description": "a man and woman standing on a bridge with a cloud in the background"}
|
1470 |
{"id": "nitrosocke-00150-0", "file_name": "data/nitrosocke/Kikis_Delivery_Service_1_0.jpg", "label": "nitrosocke", "description": "a girl laying in the grass with a red hat"}
|
1471 |
{"id": "nitrosocke-00150-1", "file_name": "data/nitrosocke/Kikis_Delivery_Service_1_1.jpg", "label": "nitrosocke", "description": "a girl laying in the grass with a red hat"}
|
|
|
1494 |
{"id": "nitrosocke-00155-0", "file_name": "data/nitrosocke/Kikis_Delivery_Service_6_0.jpg", "label": "nitrosocke", "description": "a woman in a black dress standing in front of a bookcase"}
|
1495 |
{"id": "nitrosocke-00155-1", "file_name": "data/nitrosocke/Kikis_Delivery_Service_6_1.jpg", "label": "nitrosocke", "description": "a woman in a black dress standing in front of a bookcase"}
|
1496 |
{"id": "nitrosocke-00155-2", "file_name": "data/nitrosocke/Kikis_Delivery_Service_6_2.jpg", "label": "nitrosocke", "description": "a woman in a black dress standing in front of a bookcase"}
|
|
|
1497 |
{"id": "nitrosocke-00155-4", "file_name": "data/nitrosocke/Kikis_Delivery_Service_6_4.jpg", "label": "nitrosocke", "description": "a woman in a black dress standing in front of a bookcase"}
|
1498 |
{"id": "nitrosocke-00156-0", "file_name": "data/nitrosocke/Kikis_Delivery_Service_7_0.jpg", "label": "nitrosocke", "description": "a woman holding a child in her arms"}
|
1499 |
{"id": "nitrosocke-00156-1", "file_name": "data/nitrosocke/Kikis_Delivery_Service_7_1.jpg", "label": "nitrosocke", "description": "a woman holding a child in her arms"}
|
1500 |
{"id": "nitrosocke-00156-2", "file_name": "data/nitrosocke/Kikis_Delivery_Service_7_2.jpg", "label": "nitrosocke", "description": "a woman holding a child in her arms"}
|
|
|
1501 |
{"id": "nitrosocke-00156-4", "file_name": "data/nitrosocke/Kikis_Delivery_Service_7_4.jpg", "label": "nitrosocke", "description": "a woman holding a child in her arms"}
|
1502 |
{"id": "nitrosocke-00157-0", "file_name": "data/nitrosocke/Kikis_Delivery_Service_8_0.jpg", "label": "nitrosocke", "description": "a group of girls are laughing and talking"}
|
1503 |
{"id": "nitrosocke-00157-1", "file_name": "data/nitrosocke/Kikis_Delivery_Service_8_1.jpg", "label": "nitrosocke", "description": "a group of girls are laughing and talking"}
|
1504 |
{"id": "nitrosocke-00157-2", "file_name": "data/nitrosocke/Kikis_Delivery_Service_8_2.jpg", "label": "nitrosocke", "description": "a group of girls are laughing and talking"}
|
|
|
1505 |
{"id": "nitrosocke-00157-4", "file_name": "data/nitrosocke/Kikis_Delivery_Service_8_4.jpg", "label": "nitrosocke", "description": "a group of girls are laughing and talking"}
|
1506 |
{"id": "nitrosocke-00158-0", "file_name": "data/nitrosocke/Kikis_Delivery_Service_9_0.jpg", "label": "nitrosocke", "description": "a group of people with broomsticks and a woman in a dress"}
|
1507 |
{"id": "nitrosocke-00158-1", "file_name": "data/nitrosocke/Kikis_Delivery_Service_9_1.jpg", "label": "nitrosocke", "description": "a group of people with broomsticks and a woman in a dress"}
|
1508 |
{"id": "nitrosocke-00158-2", "file_name": "data/nitrosocke/Kikis_Delivery_Service_9_2.jpg", "label": "nitrosocke", "description": "a group of people with broomsticks and a woman in a dress"}
|
|
|
1509 |
{"id": "nitrosocke-00158-4", "file_name": "data/nitrosocke/Kikis_Delivery_Service_9_4.jpg", "label": "nitrosocke", "description": "a group of people with broomsticks and a woman in a dress"}
|
1510 |
{"id": "nitrosocke-00159-0", "file_name": "data/nitrosocke/Kikis_Delivery_Service_10_0.jpg", "label": "nitrosocke", "description": "a cartoon character is riding a horse in front of a crowd"}
|
1511 |
{"id": "nitrosocke-00159-1", "file_name": "data/nitrosocke/Kikis_Delivery_Service_10_1.jpg", "label": "nitrosocke", "description": "a cartoon character is riding a horse in front of a crowd"}
|
1512 |
{"id": "nitrosocke-00159-2", "file_name": "data/nitrosocke/Kikis_Delivery_Service_10_2.jpg", "label": "nitrosocke", "description": "a cartoon character is riding a horse in front of a crowd"}
|
|
|
1513 |
{"id": "nitrosocke-00159-4", "file_name": "data/nitrosocke/Kikis_Delivery_Service_10_4.jpg", "label": "nitrosocke", "description": "a cartoon character is riding a horse in front of a crowd"}
|
1514 |
{"id": "nitrosocke-00160-0", "file_name": "data/nitrosocke/Kikis_Delivery_Service_11_0.jpg", "label": "nitrosocke", "description": "a cartoon girl riding on a broom with a cat"}
|
1515 |
{"id": "nitrosocke-00160-1", "file_name": "data/nitrosocke/Kikis_Delivery_Service_11_1.jpg", "label": "nitrosocke", "description": "a cartoon girl riding on a broom with a cat"}
|
1516 |
{"id": "nitrosocke-00160-2", "file_name": "data/nitrosocke/Kikis_Delivery_Service_11_2.jpg", "label": "nitrosocke", "description": "a cartoon girl riding on a broom with a cat"}
|
|
|
1517 |
{"id": "nitrosocke-00160-4", "file_name": "data/nitrosocke/Kikis_Delivery_Service_11_4.jpg", "label": "nitrosocke", "description": "a cartoon girl riding on a broom with a cat"}
|
1518 |
{"id": "nitrosocke-00161-0", "file_name": "data/nitrosocke/Kikis_Delivery_Service_12_0.jpg", "label": "nitrosocke", "description": "a woman in purple dress sitting on a rock"}
|
1519 |
{"id": "nitrosocke-00161-1", "file_name": "data/nitrosocke/Kikis_Delivery_Service_12_1.jpg", "label": "nitrosocke", "description": "a woman in purple dress sitting on a rock"}
|
|
|
1537 |
{"id": "nitrosocke-00165-0", "file_name": "data/nitrosocke/Kikis_Delivery_Service_16_0.jpg", "label": "nitrosocke", "description": "a cartoon boy with glasses and a yellow scarf"}
|
1538 |
{"id": "nitrosocke-00165-1", "file_name": "data/nitrosocke/Kikis_Delivery_Service_16_1.jpg", "label": "nitrosocke", "description": "a cartoon boy with glasses and a yellow scarf"}
|
1539 |
{"id": "nitrosocke-00165-2", "file_name": "data/nitrosocke/Kikis_Delivery_Service_16_2.jpg", "label": "nitrosocke", "description": "a cartoon boy with glasses and a yellow scarf"}
|
|
|
1540 |
{"id": "nitrosocke-00165-4", "file_name": "data/nitrosocke/Kikis_Delivery_Service_16_4.jpg", "label": "nitrosocke", "description": "a cartoon boy with glasses and a yellow scarf"}
|
1541 |
{"id": "nitrosocke-00166-0", "file_name": "data/nitrosocke/Kikis_Delivery_Service_17_0.jpg", "label": "nitrosocke", "description": "a woman in an apron is preparing coffee in a kitchen"}
|
1542 |
{"id": "nitrosocke-00166-1", "file_name": "data/nitrosocke/Kikis_Delivery_Service_17_1.jpg", "label": "nitrosocke", "description": "a woman in an apron is preparing coffee in a kitchen"}
|
1543 |
{"id": "nitrosocke-00166-2", "file_name": "data/nitrosocke/Kikis_Delivery_Service_17_2.jpg", "label": "nitrosocke", "description": "a woman in an apron is preparing coffee in a kitchen"}
|
|
|
1544 |
{"id": "nitrosocke-00166-4", "file_name": "data/nitrosocke/Kikis_Delivery_Service_17_4.jpg", "label": "nitrosocke", "description": "a woman in an apron is preparing coffee in a kitchen"}
|
1545 |
{"id": "nitrosocke-00167-0", "file_name": "data/nitrosocke/Kikis_Delivery_Service_18_0.jpg", "label": "nitrosocke", "description": "a girl with a bow and a black cat looking out a window"}
|
1546 |
{"id": "nitrosocke-00167-1", "file_name": "data/nitrosocke/Kikis_Delivery_Service_18_1.jpg", "label": "nitrosocke", "description": "a girl with a bow and a black cat looking out a window"}
|
1547 |
{"id": "nitrosocke-00167-2", "file_name": "data/nitrosocke/Kikis_Delivery_Service_18_2.jpg", "label": "nitrosocke", "description": "a girl with a bow and a black cat looking out a window"}
|
|
|
1548 |
{"id": "nitrosocke-00167-4", "file_name": "data/nitrosocke/Kikis_Delivery_Service_18_4.jpg", "label": "nitrosocke", "description": "a girl with a bow and a black cat looking out a window"}
|
1549 |
{"id": "nitrosocke-00168-0", "file_name": "data/nitrosocke/Kikis_Delivery_Service_19_0.jpg", "label": "nitrosocke", "description": "a cartoon girl with a red bow on her head is kneeling on the floor"}
|
1550 |
{"id": "nitrosocke-00168-1", "file_name": "data/nitrosocke/Kikis_Delivery_Service_19_1.jpg", "label": "nitrosocke", "description": "a cartoon girl with a red bow on her head is kneeling on the floor"}
|
1551 |
{"id": "nitrosocke-00168-2", "file_name": "data/nitrosocke/Kikis_Delivery_Service_19_2.jpg", "label": "nitrosocke", "description": "a cartoon girl with a red bow on her head is kneeling on the floor"}
|
|
|
1552 |
{"id": "nitrosocke-00168-4", "file_name": "data/nitrosocke/Kikis_Delivery_Service_19_4.jpg", "label": "nitrosocke", "description": "a cartoon girl with a red bow on her head is kneeling on the floor"}
|
1553 |
{"id": "nitrosocke-00169-0", "file_name": "data/nitrosocke/Kikis_Delivery_Service_20_0.jpg", "label": "nitrosocke", "description": "a young girl in a store with pots and pans"}
|
1554 |
{"id": "nitrosocke-00169-1", "file_name": "data/nitrosocke/Kikis_Delivery_Service_20_1.jpg", "label": "nitrosocke", "description": "a young girl in a store with pots and pans"}
|
|
|
1563 |
{"id": "nitrosocke-00171-0", "file_name": "data/nitrosocke/Kikis_Delivery_Service_22_0.jpg", "label": "nitrosocke", "description": "a group of people in an old car"}
|
1564 |
{"id": "nitrosocke-00171-1", "file_name": "data/nitrosocke/Kikis_Delivery_Service_22_1.jpg", "label": "nitrosocke", "description": "a group of people in an old car"}
|
1565 |
{"id": "nitrosocke-00171-2", "file_name": "data/nitrosocke/Kikis_Delivery_Service_22_2.jpg", "label": "nitrosocke", "description": "a group of people in an old car"}
|
|
|
1566 |
{"id": "nitrosocke-00171-4", "file_name": "data/nitrosocke/Kikis_Delivery_Service_22_4.jpg", "label": "nitrosocke", "description": "a group of people in an old car"}
|
1567 |
{"id": "nitrosocke-00172-0", "file_name": "data/nitrosocke/Kikis_Delivery_Service_23_0.jpg", "label": "nitrosocke", "description": "a cartoon scene of two women and a boy looking at a newspaper"}
|
1568 |
{"id": "nitrosocke-00172-1", "file_name": "data/nitrosocke/Kikis_Delivery_Service_23_1.jpg", "label": "nitrosocke", "description": "a cartoon scene of two women and a boy looking at a newspaper"}
|
1569 |
{"id": "nitrosocke-00172-2", "file_name": "data/nitrosocke/Kikis_Delivery_Service_23_2.jpg", "label": "nitrosocke", "description": "a cartoon scene of two women and a boy looking at a newspaper"}
|
|
|
1570 |
{"id": "nitrosocke-00172-4", "file_name": "data/nitrosocke/Kikis_Delivery_Service_23_4.jpg", "label": "nitrosocke", "description": "a cartoon scene of two women and a boy looking at a newspaper"}
|
1571 |
{"id": "nitrosocke-00173-0", "file_name": "data/nitrosocke/Kikis_Delivery_Service_24_0.jpg", "label": "nitrosocke", "description": "a woman flying on a broom over a city"}
|
1572 |
{"id": "nitrosocke-00173-1", "file_name": "data/nitrosocke/Kikis_Delivery_Service_24_1.jpg", "label": "nitrosocke", "description": "a woman flying on a broom over a city"}
|
1573 |
{"id": "nitrosocke-00173-2", "file_name": "data/nitrosocke/Kikis_Delivery_Service_24_2.jpg", "label": "nitrosocke", "description": "a woman flying on a broom over a city"}
|
|
|
1574 |
{"id": "nitrosocke-00173-4", "file_name": "data/nitrosocke/Kikis_Delivery_Service_24_4.jpg", "label": "nitrosocke", "description": "a woman flying on a broom over a city"}
|
1575 |
{"id": "nitrosocke-00174-0", "file_name": "data/nitrosocke/Kikis_Delivery_Service_25_0.jpg", "label": "nitrosocke", "description": "a girl with a bird on her head and a bird on her shoulder"}
|
1576 |
{"id": "nitrosocke-00174-1", "file_name": "data/nitrosocke/Kikis_Delivery_Service_25_1.jpg", "label": "nitrosocke", "description": "a girl with a bird on her head and a bird on her shoulder"}
|
1577 |
{"id": "nitrosocke-00174-2", "file_name": "data/nitrosocke/Kikis_Delivery_Service_25_2.jpg", "label": "nitrosocke", "description": "a girl with a bird on her head and a bird on her shoulder"}
|
|
|
1578 |
{"id": "nitrosocke-00174-4", "file_name": "data/nitrosocke/Kikis_Delivery_Service_25_4.jpg", "label": "nitrosocke", "description": "a girl with a bird on her head and a bird on her shoulder"}
|
1579 |
{"id": "nitrosocke-00175-0", "file_name": "data/nitrosocke/Kikis_Delivery_Service_26_0.jpg", "label": "nitrosocke", "description": "a woman holding a remote control next to a girl"}
|
1580 |
{"id": "nitrosocke-00175-1", "file_name": "data/nitrosocke/Kikis_Delivery_Service_26_1.jpg", "label": "nitrosocke", "description": "a woman holding a remote control next to a girl"}
|
|
|
1599 |
{"id": "nitrosocke-00179-0", "file_name": "data/nitrosocke/Kikis_Delivery_Service_30_0.jpg", "label": "nitrosocke", "description": "a girl holding a piece of paper in front of a bakery"}
|
1600 |
{"id": "nitrosocke-00179-1", "file_name": "data/nitrosocke/Kikis_Delivery_Service_30_1.jpg", "label": "nitrosocke", "description": "a girl holding a piece of paper in front of a bakery"}
|
1601 |
{"id": "nitrosocke-00179-2", "file_name": "data/nitrosocke/Kikis_Delivery_Service_30_2.jpg", "label": "nitrosocke", "description": "a girl holding a piece of paper in front of a bakery"}
|
|
|
1602 |
{"id": "nitrosocke-00179-4", "file_name": "data/nitrosocke/Kikis_Delivery_Service_30_4.jpg", "label": "nitrosocke", "description": "a girl holding a piece of paper in front of a bakery"}
|
1603 |
{"id": "nitrosocke-00180-0", "file_name": "data/nitrosocke/Kikis_Delivery_Service_31_0.jpg", "label": "nitrosocke", "description": "a cartoon character is standing next to an older woman"}
|
1604 |
{"id": "nitrosocke-00180-1", "file_name": "data/nitrosocke/Kikis_Delivery_Service_31_1.jpg", "label": "nitrosocke", "description": "a cartoon character is standing next to an older woman"}
|
1605 |
{"id": "nitrosocke-00180-2", "file_name": "data/nitrosocke/Kikis_Delivery_Service_31_2.jpg", "label": "nitrosocke", "description": "a cartoon character is standing next to an older woman"}
|
|
|
1606 |
{"id": "nitrosocke-00180-4", "file_name": "data/nitrosocke/Kikis_Delivery_Service_31_4.jpg", "label": "nitrosocke", "description": "a cartoon character is standing next to an older woman"}
|
1607 |
{"id": "nitrosocke-00181-0", "file_name": "data/nitrosocke/Kikis_Delivery_Service_32_0.jpg", "label": "nitrosocke", "description": "a woman holding a bowl of food in front of her"}
|
1608 |
{"id": "nitrosocke-00181-1", "file_name": "data/nitrosocke/Kikis_Delivery_Service_32_1.jpg", "label": "nitrosocke", "description": "a woman holding a bowl of food in front of her"}
|
|
|
1626 |
{"id": "nitrosocke-00185-0", "file_name": "data/nitrosocke/Kikis_Delivery_Service_36_0.jpg", "label": "nitrosocke", "description": "a girl with a red hat and a boy with a red hat"}
|
1627 |
{"id": "nitrosocke-00185-1", "file_name": "data/nitrosocke/Kikis_Delivery_Service_36_1.jpg", "label": "nitrosocke", "description": "a girl with a red hat and a boy with a red hat"}
|
1628 |
{"id": "nitrosocke-00185-2", "file_name": "data/nitrosocke/Kikis_Delivery_Service_36_2.jpg", "label": "nitrosocke", "description": "a girl with a red hat and a boy with a red hat"}
|
|
|
1629 |
{"id": "nitrosocke-00185-4", "file_name": "data/nitrosocke/Kikis_Delivery_Service_36_4.jpg", "label": "nitrosocke", "description": "a girl with a red hat and a boy with a red hat"}
|
1630 |
{"id": "nitrosocke-00186-0", "file_name": "data/nitrosocke/Kikis_Delivery_Service_37_0.jpg", "label": "nitrosocke", "description": "a cartoon image of a boy riding a bike with a woman on the back"}
|
1631 |
{"id": "nitrosocke-00186-1", "file_name": "data/nitrosocke/Kikis_Delivery_Service_37_1.jpg", "label": "nitrosocke", "description": "a cartoon image of a boy riding a bike with a woman on the back"}
|
1632 |
{"id": "nitrosocke-00186-2", "file_name": "data/nitrosocke/Kikis_Delivery_Service_37_2.jpg", "label": "nitrosocke", "description": "a cartoon image of a boy riding a bike with a woman on the back"}
|
|
|
1633 |
{"id": "nitrosocke-00186-4", "file_name": "data/nitrosocke/Kikis_Delivery_Service_37_4.jpg", "label": "nitrosocke", "description": "a cartoon image of a boy riding a bike with a woman on the back"}
|
1634 |
{"id": "nitrosocke-00187-0", "file_name": "data/nitrosocke/Kikis_Delivery_Service_38_0.jpg", "label": "nitrosocke", "description": "a cartoon couple sitting on the ground next to each other"}
|
1635 |
{"id": "nitrosocke-00187-1", "file_name": "data/nitrosocke/Kikis_Delivery_Service_38_1.jpg", "label": "nitrosocke", "description": "a cartoon couple sitting on the ground next to each other"}
|
1636 |
{"id": "nitrosocke-00187-2", "file_name": "data/nitrosocke/Kikis_Delivery_Service_38_2.jpg", "label": "nitrosocke", "description": "a cartoon couple sitting on the ground next to each other"}
|
|
|
1637 |
{"id": "nitrosocke-00187-4", "file_name": "data/nitrosocke/Kikis_Delivery_Service_38_4.jpg", "label": "nitrosocke", "description": "a cartoon couple sitting on the ground next to each other"}
|
1638 |
{"id": "nitrosocke-00188-0", "file_name": "data/nitrosocke/Kikis_Delivery_Service_39_0.jpg", "label": "nitrosocke", "description": "a girl sitting at a table with a cat and a bottle of milk"}
|
1639 |
{"id": "nitrosocke-00188-1", "file_name": "data/nitrosocke/Kikis_Delivery_Service_39_1.jpg", "label": "nitrosocke", "description": "a girl sitting at a table with a cat and a bottle of milk"}
|
pairs.jsonl
DELETED
The diff for this file is too large to render.
See raw diff
|
|