g41 commited on
Commit
745b184
·
1 Parent(s): 5b5eb4a

dataset card

Browse files
Files changed (42) hide show
  1. README.md +64 -87
  2. card_samples/annotations_sample.jsonl +240 -0
  3. card_samples/images_sample.jsonl +200 -0
  4. card_samples/kb_sample.jsonl +200 -0
  5. card_samples/questions_sample.jsonl +0 -0
  6. card_samples/summary.json +7 -0
  7. questions/by_type/ER_choice.jsonl +0 -0
  8. questions/by_type/ER_fillin.jsonl +0 -0
  9. questions/by_type/TR_choice.jsonl +0 -0
  10. questions/by_type/TR_fillin.jsonl +0 -0
  11. viewer/gallery.jsonl +0 -0
  12. viewer/parquet/gallery.parquet +0 -3
  13. viewer/parquet/qa_by_type/CC.parquet +0 -3
  14. viewer/parquet/qa_by_type/ER_choice.parquet +0 -3
  15. viewer/parquet/qa_by_type/ER_fillin.parquet +0 -3
  16. viewer/parquet/qa_by_type/IR.parquet +0 -3
  17. viewer/parquet/qa_by_type/ITT_MHQA_choice.parquet +0 -3
  18. viewer/parquet/qa_by_type/ITT_MHQA_fillin.parquet +0 -3
  19. viewer/parquet/qa_by_type/MITT_MHQA_choice.parquet +0 -3
  20. viewer/parquet/qa_by_type/MITT_MHQA_fillin.parquet +0 -3
  21. viewer/parquet/qa_by_type/PR.parquet +0 -3
  22. viewer/parquet/qa_by_type/SR.parquet +0 -3
  23. viewer/parquet/qa_by_type/TR_choice.parquet +0 -3
  24. viewer/parquet/qa_by_type/TR_fillin.parquet +0 -3
  25. viewer/parquet/qa_by_type/TTI.parquet +0 -3
  26. viewer/parquet/qa_by_type/VA.parquet +0 -3
  27. viewer/parquet/qa_index.parquet +0 -3
  28. viewer/qa_by_type/CC.jsonl +0 -0
  29. viewer/qa_by_type/ER_choice.jsonl +0 -0
  30. viewer/qa_by_type/ER_fillin.jsonl +0 -0
  31. viewer/qa_by_type/IR.jsonl +0 -0
  32. viewer/qa_by_type/ITT_MHQA_choice.jsonl +0 -0
  33. viewer/qa_by_type/ITT_MHQA_fillin.jsonl +0 -0
  34. viewer/qa_by_type/MITT_MHQA_choice.jsonl +0 -0
  35. viewer/qa_by_type/MITT_MHQA_fillin.jsonl +0 -0
  36. viewer/qa_by_type/PR.jsonl +0 -0
  37. viewer/qa_by_type/SR.jsonl +0 -0
  38. viewer/qa_by_type/TR_choice.jsonl +0 -0
  39. viewer/qa_by_type/TR_fillin.jsonl +0 -0
  40. viewer/qa_by_type/TTI.jsonl +0 -0
  41. viewer/qa_by_type/VA.jsonl +0 -0
  42. viewer/qa_index.jsonl +0 -14
README.md CHANGED
@@ -17,71 +17,23 @@ tags:
17
  - multimodal
18
  - benchmark
19
  configs:
20
- - config_name: gallery
21
  default: true
22
  data_files:
23
  - split: train
24
- path: viewer/parquet/gallery.parquet
25
- - config_name: qa_index
26
  data_files:
27
  - split: train
28
- path: viewer/parquet/qa_index.parquet
29
- - config_name: qa_CC
30
  data_files:
31
  - split: train
32
- path: viewer/parquet/qa_by_type/CC.parquet
33
- - config_name: qa_ER_choice
34
  data_files:
35
  - split: train
36
- path: viewer/parquet/qa_by_type/ER_choice.parquet
37
- - config_name: qa_ER_fillin
38
- data_files:
39
- - split: train
40
- path: viewer/parquet/qa_by_type/ER_fillin.parquet
41
- - config_name: qa_IR
42
- data_files:
43
- - split: train
44
- path: viewer/parquet/qa_by_type/IR.parquet
45
- - config_name: qa_ITT_MHQA_choice
46
- data_files:
47
- - split: train
48
- path: viewer/parquet/qa_by_type/ITT_MHQA_choice.parquet
49
- - config_name: qa_ITT_MHQA_fillin
50
- data_files:
51
- - split: train
52
- path: viewer/parquet/qa_by_type/ITT_MHQA_fillin.parquet
53
- - config_name: qa_MITT_MHQA_choice
54
- data_files:
55
- - split: train
56
- path: viewer/parquet/qa_by_type/MITT_MHQA_choice.parquet
57
- - config_name: qa_MITT_MHQA_fillin
58
- data_files:
59
- - split: train
60
- path: viewer/parquet/qa_by_type/MITT_MHQA_fillin.parquet
61
- - config_name: qa_PR
62
- data_files:
63
- - split: train
64
- path: viewer/parquet/qa_by_type/PR.parquet
65
- - config_name: qa_SR
66
- data_files:
67
- - split: train
68
- path: viewer/parquet/qa_by_type/SR.parquet
69
- - config_name: qa_TR_choice
70
- data_files:
71
- - split: train
72
- path: viewer/parquet/qa_by_type/TR_choice.parquet
73
- - config_name: qa_TR_fillin
74
- data_files:
75
- - split: train
76
- path: viewer/parquet/qa_by_type/TR_fillin.parquet
77
- - config_name: qa_TTI
78
- data_files:
79
- - split: train
80
- path: viewer/parquet/qa_by_type/TTI.parquet
81
- - config_name: qa_VA
82
- data_files:
83
- - split: train
84
- path: viewer/parquet/qa_by_type/VA.parquet
85
  ---
86
 
87
  # KnowCP
@@ -100,19 +52,22 @@ It supports recognition-style tasks (region/text extraction) and knowledge/reaso
100
 
101
  ## Dataset Viewer Layout
102
 
103
- This dataset has two viewer styles:
 
104
 
105
- - `gallery` (default): one row per image page with selected metadata.
106
- - `qa_*`: QA preview grouped by task type, so each type can be browsed separately.
107
 
108
- Viewer source files:
 
 
 
109
 
110
- - `viewer/parquet/gallery.parquet`
111
- - `viewer/parquet/qa_index.parquet`
112
- - `viewer/parquet/qa_by_type/*.parquet`
113
 
114
- `qa_*` files are lightweight previews (top rows per type) for stable Hugging Face Dataset Viewer rendering.
115
- The full benchmark data remains in `questions/by_type/*.jsonl`.
 
 
116
 
117
  ## Supported Task Files (Full Benchmark)
118
 
@@ -135,39 +90,53 @@ The full benchmark data remains in `questions/by_type/*.jsonl`.
135
 
136
  - `images/**`: image assets
137
  - `kb/knowledge_base.json`: artwork metadata (`title`, `artist`, `dynasty`, `institution`)
 
138
  - `questions/questions_all.jsonl`: merged full question file
139
  - `questions/by_type/*.jsonl`: full by-type benchmark files
140
- - `viewer/gallery.jsonl`: gallery view data
141
- - `viewer/qa_by_type/*.jsonl`: by-type QA preview files
142
- - `viewer/parquet/gallery.parquet`: gallery view data (Image column rendered in viewer)
143
- - `viewer/parquet/qa_by_type/*.parquet`: by-type QA preview files (Image column rendered in viewer)
144
 
145
  ## Data Fields in Viewer
146
 
147
- ### `gallery`
 
 
 
 
 
 
 
 
 
 
 
 
148
 
149
- - `image`
150
  - `image_id`
151
- - `page_index`
152
  - `title`
153
- - `title_en`
154
  - `artist`
155
  - `dynasty`
156
  - `institution`
157
  - `image_count`
158
 
159
- ### `qa_*`
160
 
161
  - `source_file`
162
- - `qid`
163
- - `type`
164
- - `phase`
165
- - `question_no`
166
- - `answer_format`
167
- - `prompt`
168
- - `ground_truth_preview`
169
- - `image`
170
- - `image_count`
 
 
 
 
 
 
 
171
 
172
  ## Usage
173
 
@@ -176,11 +145,19 @@ from datasets import load_dataset
176
 
177
  repo_id = "g41/KnowCP"
178
 
179
- gallery = load_dataset(repo_id, name="gallery")
180
- qa_ir = load_dataset(repo_id, name="qa_IR")
 
 
 
 
 
 
181
 
182
- print(gallery["train"][0]["image_id"])
183
- print(qa_ir["train"][0]["type"])
 
 
184
  ```
185
 
186
  ## Evaluation with This Project
 
17
  - multimodal
18
  - benchmark
19
  configs:
20
+ - config_name: questions_sample
21
  default: true
22
  data_files:
23
  - split: train
24
+ path: card_samples/questions_sample.jsonl
25
+ - config_name: kb_sample
26
  data_files:
27
  - split: train
28
+ path: card_samples/kb_sample.jsonl
29
+ - config_name: annotations_sample
30
  data_files:
31
  - split: train
32
+ path: card_samples/annotations_sample.jsonl
33
+ - config_name: images_sample
34
  data_files:
35
  - split: train
36
+ path: card_samples/images_sample.jsonl
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
37
  ---
38
 
39
  # KnowCP
 
52
 
53
  ## Dataset Viewer Layout
54
 
55
+ The dataset card is intentionally based on sampled JSONL files from the core repository directories,
56
+ instead of custom viewer/parquet assets, so the public viewer remains stable when benchmark content is updated.
57
 
58
+ Active viewer configs:
 
59
 
60
+ - `questions_sample` (default): `card_samples/questions_sample.jsonl`
61
+ - `kb_sample`: `card_samples/kb_sample.jsonl`
62
+ - `annotations_sample`: `card_samples/annotations_sample.jsonl`
63
+ - `images_sample`: `card_samples/images_sample.jsonl`
64
 
65
+ Each config is sampled from one of the primary data sources:
 
 
66
 
67
+ - `questions/`
68
+ - `kb/`
69
+ - `annotations/`
70
+ - `images/`
71
 
72
  ## Supported Task Files (Full Benchmark)
73
 
 
90
 
91
  - `images/**`: image assets
92
  - `kb/knowledge_base.json`: artwork metadata (`title`, `artist`, `dynasty`, `institution`)
93
+ - `annotations/*.json`: seal/inscription/object/technique annotation exports
94
  - `questions/questions_all.jsonl`: merged full question file
95
  - `questions/by_type/*.jsonl`: full by-type benchmark files
96
+ - `card_samples/*.jsonl`: sampled rows for dataset card viewer
 
 
 
97
 
98
  ## Data Fields in Viewer
99
 
100
+ ### `questions_sample`
101
+
102
+ - `type`
103
+ - `qid`
104
+ - `image_id`
105
+ - `phase`
106
+ - `question_no`
107
+ - `answer_format`
108
+ - `image_paths`
109
+ - `prompt`
110
+ - `ground_truth`
111
+
112
+ ### `kb_sample`
113
 
 
114
  - `image_id`
 
115
  - `title`
 
116
  - `artist`
117
  - `dynasty`
118
  - `institution`
119
  - `image_count`
120
 
121
+ ### `annotations_sample`
122
 
123
  - `source_file`
124
+ - `task_type`
125
+ - `image_id`
126
+ - `category`
127
+ - `subcategory`
128
+ - `text_content`
129
+ - `bbox_x`
130
+ - `bbox_y`
131
+ - `bbox_width`
132
+ - `bbox_height`
133
+ - `sub_image_path`
134
+
135
+ ### `images_sample`
136
+
137
+ - `image_id`
138
+ - `page_index`
139
+ - `image_path`
140
 
141
  ## Usage
142
 
 
145
 
146
  repo_id = "g41/KnowCP"
147
 
148
+ questions_sample = load_dataset(repo_id, name="questions_sample")
149
+ kb_sample = load_dataset(repo_id, name="kb_sample")
150
+
151
+ print(questions_sample["train"][0]["qid"])
152
+ print(kb_sample["train"][0]["title"])
153
+ ```
154
+
155
+ To regenerate dataset-card samples from core folders:
156
 
157
+ ```bash
158
+ python for_hf/scripts/build_dataset_card_samples.py \
159
+ --hf-repo hf_repo \
160
+ --out-dir hf_repo/card_samples
161
  ```
162
 
163
  ## Evaluation with This Project
card_samples/annotations_sample.jsonl ADDED
@@ -0,0 +1,240 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"source_file": "inscriptions_annotation_applied.json", "task_type": "inscription", "image_id": "IMG000003", "category": null, "subcategory": null, "text_content": null, "bbox_x": null, "bbox_y": null, "bbox_width": null, "bbox_height": null, "sub_image_path": "images/IMG000003_0.jpg"}
2
+ {"source_file": "inscriptions_annotation_applied.json", "task_type": "inscription", "image_id": "IMG000004", "category": null, "subcategory": null, "text_content": null, "bbox_x": null, "bbox_y": null, "bbox_width": null, "bbox_height": null, "sub_image_path": "images/IMG000004_0.jpg"}
3
+ {"source_file": "inscriptions_annotation_applied.json", "task_type": "inscription", "image_id": "IMG000005", "category": null, "subcategory": null, "text_content": null, "bbox_x": null, "bbox_y": null, "bbox_width": null, "bbox_height": null, "sub_image_path": "images/IMG000005_0.jpg"}
4
+ {"source_file": "inscriptions_annotation_applied.json", "task_type": "inscription", "image_id": "IMG000008", "category": null, "subcategory": null, "text_content": null, "bbox_x": null, "bbox_y": null, "bbox_width": null, "bbox_height": null, "sub_image_path": "images/IMG000008_0.jpg"}
5
+ {"source_file": "inscriptions_annotation_applied.json", "task_type": "inscription", "image_id": "IMG000011", "category": null, "subcategory": null, "text_content": null, "bbox_x": null, "bbox_y": null, "bbox_width": null, "bbox_height": null, "sub_image_path": "images/IMG000011_0.jpg"}
6
+ {"source_file": "inscriptions_annotation_applied.json", "task_type": "inscription", "image_id": "IMG000012", "category": null, "subcategory": null, "text_content": null, "bbox_x": null, "bbox_y": null, "bbox_width": null, "bbox_height": null, "sub_image_path": "images/IMG000012_0.jpg"}
7
+ {"source_file": "inscriptions_annotation_applied.json", "task_type": "inscription", "image_id": "IMG000013", "category": null, "subcategory": null, "text_content": null, "bbox_x": null, "bbox_y": null, "bbox_width": null, "bbox_height": null, "sub_image_path": "images/IMG000013_4.jpg"}
8
+ {"source_file": "inscriptions_annotation_applied.json", "task_type": "inscription", "image_id": "IMG000013", "category": null, "subcategory": null, "text_content": null, "bbox_x": null, "bbox_y": null, "bbox_width": null, "bbox_height": null, "sub_image_path": "images/IMG000013_5.jpg"}
9
+ {"source_file": "inscriptions_annotation_applied.json", "task_type": "inscription", "image_id": "IMG000013", "category": null, "subcategory": null, "text_content": null, "bbox_x": null, "bbox_y": null, "bbox_width": null, "bbox_height": null, "sub_image_path": "images/IMG000013_7.jpg"}
10
+ {"source_file": "inscriptions_annotation_applied.json", "task_type": "inscription", "image_id": "IMG000013", "category": null, "subcategory": null, "text_content": null, "bbox_x": null, "bbox_y": null, "bbox_width": null, "bbox_height": null, "sub_image_path": "images/IMG000013_8.jpg"}
11
+ {"source_file": "inscriptions_annotation_applied.json", "task_type": "inscription", "image_id": "IMG000013", "category": null, "subcategory": null, "text_content": null, "bbox_x": null, "bbox_y": null, "bbox_width": null, "bbox_height": null, "sub_image_path": "images/IMG000013_9.jpg"}
12
+ {"source_file": "inscriptions_annotation_applied.json", "task_type": "inscription", "image_id": "IMG000013", "category": null, "subcategory": null, "text_content": null, "bbox_x": null, "bbox_y": null, "bbox_width": null, "bbox_height": null, "sub_image_path": "images/IMG000013_10.jpg"}
13
+ {"source_file": "inscriptions_annotation_applied.json", "task_type": "inscription", "image_id": "IMG000013", "category": null, "subcategory": null, "text_content": null, "bbox_x": null, "bbox_y": null, "bbox_width": null, "bbox_height": null, "sub_image_path": "images/IMG000013_6.jpg"}
14
+ {"source_file": "inscriptions_annotation_applied.json", "task_type": "inscription", "image_id": "IMG000013", "category": null, "subcategory": null, "text_content": null, "bbox_x": null, "bbox_y": null, "bbox_width": null, "bbox_height": null, "sub_image_path": "images/IMG000013_10.jpg"}
15
+ {"source_file": "inscriptions_annotation_applied.json", "task_type": "inscription", "image_id": "IMG000013", "category": null, "subcategory": null, "text_content": null, "bbox_x": null, "bbox_y": null, "bbox_width": null, "bbox_height": null, "sub_image_path": "images/IMG000013_11.jpg"}
16
+ {"source_file": "inscriptions_annotation_applied.json", "task_type": "inscription", "image_id": "IMG000013", "category": null, "subcategory": null, "text_content": null, "bbox_x": null, "bbox_y": null, "bbox_width": null, "bbox_height": null, "sub_image_path": "images/IMG000013_12.jpg"}
17
+ {"source_file": "inscriptions_annotation_applied.json", "task_type": "inscription", "image_id": "IMG000013", "category": null, "subcategory": null, "text_content": null, "bbox_x": null, "bbox_y": null, "bbox_width": null, "bbox_height": null, "sub_image_path": "images/IMG000013_13.jpg"}
18
+ {"source_file": "inscriptions_annotation_applied.json", "task_type": "inscription", "image_id": "IMG000014", "category": null, "subcategory": null, "text_content": null, "bbox_x": null, "bbox_y": null, "bbox_width": null, "bbox_height": null, "sub_image_path": "images/IMG000014_0.jpg"}
19
+ {"source_file": "inscriptions_annotation_applied.json", "task_type": "inscription", "image_id": "IMG000015", "category": null, "subcategory": null, "text_content": null, "bbox_x": null, "bbox_y": null, "bbox_width": null, "bbox_height": null, "sub_image_path": "images/IMG000015_0.jpg"}
20
+ {"source_file": "inscriptions_annotation_applied.json", "task_type": "inscription", "image_id": "IMG000016", "category": null, "subcategory": null, "text_content": null, "bbox_x": null, "bbox_y": null, "bbox_width": null, "bbox_height": null, "sub_image_path": "images/IMG000016_0.jpg"}
21
+ {"source_file": "inscriptions_annotation_applied.json", "task_type": "inscription", "image_id": "IMG000016", "category": null, "subcategory": null, "text_content": null, "bbox_x": null, "bbox_y": null, "bbox_width": null, "bbox_height": null, "sub_image_path": "images/IMG000016_0.jpg"}
22
+ {"source_file": "inscriptions_annotation_applied.json", "task_type": "inscription", "image_id": "IMG000017", "category": null, "subcategory": null, "text_content": null, "bbox_x": null, "bbox_y": null, "bbox_width": null, "bbox_height": null, "sub_image_path": "images/IMG000017_0.jpg"}
23
+ {"source_file": "inscriptions_annotation_applied.json", "task_type": "inscription", "image_id": "IMG000017", "category": null, "subcategory": null, "text_content": null, "bbox_x": null, "bbox_y": null, "bbox_width": null, "bbox_height": null, "sub_image_path": "images/IMG000017_0.jpg"}
24
+ {"source_file": "inscriptions_annotation_applied.json", "task_type": "inscription", "image_id": "IMG000018", "category": null, "subcategory": null, "text_content": null, "bbox_x": null, "bbox_y": null, "bbox_width": null, "bbox_height": null, "sub_image_path": "images/IMG000018_4.jpg"}
25
+ {"source_file": "inscriptions_annotation_applied.json", "task_type": "inscription", "image_id": "IMG000018", "category": null, "subcategory": null, "text_content": null, "bbox_x": null, "bbox_y": null, "bbox_width": null, "bbox_height": null, "sub_image_path": "images/IMG000018_4.jpg"}
26
+ {"source_file": "inscriptions_annotation_applied.json", "task_type": "inscription", "image_id": "IMG000018", "category": null, "subcategory": null, "text_content": null, "bbox_x": null, "bbox_y": null, "bbox_width": null, "bbox_height": null, "sub_image_path": "images/IMG000018_5.jpg"}
27
+ {"source_file": "inscriptions_annotation_applied.json", "task_type": "inscription", "image_id": "IMG000018", "category": null, "subcategory": null, "text_content": null, "bbox_x": null, "bbox_y": null, "bbox_width": null, "bbox_height": null, "sub_image_path": "images/IMG000018_6.jpg"}
28
+ {"source_file": "inscriptions_annotation_applied.json", "task_type": "inscription", "image_id": "IMG000018", "category": null, "subcategory": null, "text_content": null, "bbox_x": null, "bbox_y": null, "bbox_width": null, "bbox_height": null, "sub_image_path": "images/IMG000018_7.jpg"}
29
+ {"source_file": "inscriptions_annotation_applied.json", "task_type": "inscription", "image_id": "IMG000018", "category": null, "subcategory": null, "text_content": null, "bbox_x": null, "bbox_y": null, "bbox_width": null, "bbox_height": null, "sub_image_path": "images/IMG000018_7.jpg"}
30
+ {"source_file": "inscriptions_annotation_applied.json", "task_type": "inscription", "image_id": "IMG000018", "category": null, "subcategory": null, "text_content": null, "bbox_x": null, "bbox_y": null, "bbox_width": null, "bbox_height": null, "sub_image_path": "images/IMG000018_8.jpg"}
31
+ {"source_file": "inscriptions_annotation_applied.json", "task_type": "inscription", "image_id": "IMG000018", "category": null, "subcategory": null, "text_content": null, "bbox_x": null, "bbox_y": null, "bbox_width": null, "bbox_height": null, "sub_image_path": "images/IMG000018_9.jpg"}
32
+ {"source_file": "inscriptions_annotation_applied.json", "task_type": "inscription", "image_id": "IMG000019", "category": null, "subcategory": null, "text_content": null, "bbox_x": null, "bbox_y": null, "bbox_width": null, "bbox_height": null, "sub_image_path": "images/IMG000019_0.jpg"}
33
+ {"source_file": "inscriptions_annotation_applied.json", "task_type": "inscription", "image_id": "IMG000024", "category": null, "subcategory": null, "text_content": null, "bbox_x": null, "bbox_y": null, "bbox_width": null, "bbox_height": null, "sub_image_path": "images/IMG000024_0.jpg"}
34
+ {"source_file": "inscriptions_annotation_applied.json", "task_type": "inscription", "image_id": "IMG000026", "category": null, "subcategory": null, "text_content": null, "bbox_x": null, "bbox_y": null, "bbox_width": null, "bbox_height": null, "sub_image_path": "images/IMG000026_0.jpg"}
35
+ {"source_file": "inscriptions_annotation_applied.json", "task_type": "inscription", "image_id": "IMG000044", "category": null, "subcategory": null, "text_content": null, "bbox_x": null, "bbox_y": null, "bbox_width": null, "bbox_height": null, "sub_image_path": "images/IMG000044_0.jpg"}
36
+ {"source_file": "inscriptions_annotation_applied.json", "task_type": "inscription", "image_id": "IMG000050", "category": null, "subcategory": null, "text_content": null, "bbox_x": null, "bbox_y": null, "bbox_width": null, "bbox_height": null, "sub_image_path": "images/IMG000050_0.jpg"}
37
+ {"source_file": "inscriptions_annotation_applied.json", "task_type": "inscription", "image_id": "IMG000052", "category": null, "subcategory": null, "text_content": null, "bbox_x": null, "bbox_y": null, "bbox_width": null, "bbox_height": null, "sub_image_path": "images/IMG000052_0.jpg"}
38
+ {"source_file": "inscriptions_annotation_applied.json", "task_type": "inscription", "image_id": "IMG000054", "category": null, "subcategory": null, "text_content": null, "bbox_x": null, "bbox_y": null, "bbox_width": null, "bbox_height": null, "sub_image_path": "images/IMG000054_0.jpg"}
39
+ {"source_file": "inscriptions_annotation_applied.json", "task_type": "inscription", "image_id": "IMG000055", "category": null, "subcategory": null, "text_content": null, "bbox_x": null, "bbox_y": null, "bbox_width": null, "bbox_height": null, "sub_image_path": "images/IMG000055_0.jpg"}
40
+ {"source_file": "inscriptions_annotation_applied.json", "task_type": "inscription", "image_id": "IMG000056", "category": null, "subcategory": null, "text_content": null, "bbox_x": null, "bbox_y": null, "bbox_width": null, "bbox_height": null, "sub_image_path": "images/IMG000056_0.jpg"}
41
+ {"source_file": "inscriptions_annotation_applied.json", "task_type": "inscription", "image_id": "IMG000056", "category": null, "subcategory": null, "text_content": null, "bbox_x": null, "bbox_y": null, "bbox_width": null, "bbox_height": null, "sub_image_path": "images/IMG000056_0.jpg"}
42
+ {"source_file": "inscriptions_annotation_applied.json", "task_type": "inscription", "image_id": "IMG000056", "category": null, "subcategory": null, "text_content": null, "bbox_x": null, "bbox_y": null, "bbox_width": null, "bbox_height": null, "sub_image_path": "images/IMG000056_0.jpg"}
43
+ {"source_file": "inscriptions_annotation_applied.json", "task_type": "inscription", "image_id": "IMG000056", "category": null, "subcategory": null, "text_content": null, "bbox_x": null, "bbox_y": null, "bbox_width": null, "bbox_height": null, "sub_image_path": "images/IMG000056_0.jpg"}
44
+ {"source_file": "inscriptions_annotation_applied.json", "task_type": "inscription", "image_id": "IMG000056", "category": null, "subcategory": null, "text_content": null, "bbox_x": null, "bbox_y": null, "bbox_width": null, "bbox_height": null, "sub_image_path": "images/IMG000056_0.jpg"}
45
+ {"source_file": "inscriptions_annotation_applied.json", "task_type": "inscription", "image_id": "IMG000056", "category": null, "subcategory": null, "text_content": null, "bbox_x": null, "bbox_y": null, "bbox_width": null, "bbox_height": null, "sub_image_path": "images/IMG000056_0.jpg"}
46
+ {"source_file": "inscriptions_annotation_applied.json", "task_type": "inscription", "image_id": "IMG000057", "category": null, "subcategory": null, "text_content": null, "bbox_x": null, "bbox_y": null, "bbox_width": null, "bbox_height": null, "sub_image_path": "images/IMG000057_0.jpg"}
47
+ {"source_file": "inscriptions_annotation_applied.json", "task_type": "inscription", "image_id": "IMG000057", "category": null, "subcategory": null, "text_content": null, "bbox_x": null, "bbox_y": null, "bbox_width": null, "bbox_height": null, "sub_image_path": "images/IMG000057_0.jpg"}
48
+ {"source_file": "inscriptions_annotation_applied.json", "task_type": "inscription", "image_id": "IMG000058", "category": null, "subcategory": null, "text_content": null, "bbox_x": null, "bbox_y": null, "bbox_width": null, "bbox_height": null, "sub_image_path": "images/IMG000058_0.jpg"}
49
+ {"source_file": "inscriptions_annotation_applied.json", "task_type": "inscription", "image_id": "IMG000058", "category": null, "subcategory": null, "text_content": null, "bbox_x": null, "bbox_y": null, "bbox_width": null, "bbox_height": null, "sub_image_path": "images/IMG000058_0.jpg"}
50
+ {"source_file": "inscriptions_annotation_applied.json", "task_type": "inscription", "image_id": "IMG000059", "category": null, "subcategory": null, "text_content": null, "bbox_x": null, "bbox_y": null, "bbox_width": null, "bbox_height": null, "sub_image_path": "images/IMG000059_0.jpg"}
51
+ {"source_file": "inscriptions_annotation_applied.json", "task_type": "inscription", "image_id": "IMG000062", "category": null, "subcategory": null, "text_content": null, "bbox_x": null, "bbox_y": null, "bbox_width": null, "bbox_height": null, "sub_image_path": "images/IMG000062_0.jpg"}
52
+ {"source_file": "inscriptions_annotation_applied.json", "task_type": "inscription", "image_id": "IMG000064", "category": null, "subcategory": null, "text_content": null, "bbox_x": null, "bbox_y": null, "bbox_width": null, "bbox_height": null, "sub_image_path": "images/IMG000064_0.jpg"}
53
+ {"source_file": "inscriptions_annotation_applied.json", "task_type": "inscription", "image_id": "IMG000065", "category": null, "subcategory": null, "text_content": null, "bbox_x": null, "bbox_y": null, "bbox_width": null, "bbox_height": null, "sub_image_path": "images/IMG000065_1.jpg"}
54
+ {"source_file": "inscriptions_annotation_applied.json", "task_type": "inscription", "image_id": "IMG000066", "category": null, "subcategory": null, "text_content": null, "bbox_x": null, "bbox_y": null, "bbox_width": null, "bbox_height": null, "sub_image_path": "images/IMG000066_0.jpg"}
55
+ {"source_file": "inscriptions_annotation_applied.json", "task_type": "inscription", "image_id": "IMG000068", "category": null, "subcategory": null, "text_content": null, "bbox_x": null, "bbox_y": null, "bbox_width": null, "bbox_height": null, "sub_image_path": "images/IMG000068_0.jpg"}
56
+ {"source_file": "inscriptions_annotation_applied.json", "task_type": "inscription", "image_id": "IMG000069", "category": null, "subcategory": null, "text_content": null, "bbox_x": null, "bbox_y": null, "bbox_width": null, "bbox_height": null, "sub_image_path": "images/IMG000069_5.jpg"}
57
+ {"source_file": "inscriptions_annotation_applied.json", "task_type": "inscription", "image_id": "IMG000069", "category": null, "subcategory": null, "text_content": null, "bbox_x": null, "bbox_y": null, "bbox_width": null, "bbox_height": null, "sub_image_path": "images/IMG000069_4.jpg"}
58
+ {"source_file": "inscriptions_annotation_applied.json", "task_type": "inscription", "image_id": "IMG000070", "category": null, "subcategory": null, "text_content": null, "bbox_x": null, "bbox_y": null, "bbox_width": null, "bbox_height": null, "sub_image_path": "images/IMG000070_0.jpg"}
59
+ {"source_file": "inscriptions_annotation_applied.json", "task_type": "inscription", "image_id": "IMG000071", "category": null, "subcategory": null, "text_content": null, "bbox_x": null, "bbox_y": null, "bbox_width": null, "bbox_height": null, "sub_image_path": "images/IMG000071_0.jpg"}
60
+ {"source_file": "inscriptions_annotation_applied.json", "task_type": "inscription", "image_id": "IMG000071", "category": null, "subcategory": null, "text_content": null, "bbox_x": null, "bbox_y": null, "bbox_width": null, "bbox_height": null, "sub_image_path": "images/IMG000071_0.jpg"}
61
+ {"source_file": "objects_annotation_applied.json", "task_type": "object_detection", "image_id": "IMG000002", "category": "地形", "subcategory": "岛屿", "text_content": null, "bbox_x": 154.5053571428571, "bbox_y": 454.2864880698068, "bbox_width": 886.5857142857144, "bbox_height": 273.0214285714286, "sub_image_path": "images/IMG000002_0.jpg"}
62
+ {"source_file": "objects_annotation_applied.json", "task_type": "object_detection", "image_id": "IMG000002", "category": "峰峦", "subcategory": "群峰", "text_content": null, "bbox_x": 323.30892857142857, "bbox_y": 137.22934521266393, "bbox_width": 729.5250000000001, "bbox_height": 397.78928571428577, "sub_image_path": "images/IMG000002_0.jpg"}
63
+ {"source_file": "objects_annotation_applied.json", "task_type": "object_detection", "image_id": "IMG000002", "category": "水", "subcategory": "瀑布", "text_content": null, "bbox_x": 803.2982142857143, "bbox_y": 129.8900594983782, "bbox_width": 77.79642857142858, "bbox_height": 350.8178571428572, "sub_image_path": "images/IMG000002_0.jpg"}
64
+ {"source_file": "objects_annotation_applied.json", "task_type": "object_detection", "image_id": "IMG000002", "category": "建筑", "subcategory": "茅屋", "text_content": null, "bbox_x": 417.2517857142857, "bbox_y": 333.9222023555211, "bbox_width": 171.73928571428573, "bbox_height": 132.10714285714286, "sub_image_path": "images/IMG000002_1.jpg"}
65
+ {"source_file": "objects_annotation_applied.json", "task_type": "object_detection", "image_id": "IMG000002", "category": "水", "subcategory": "湖海", "text_content": null, "bbox_x": 161.84464285714282, "bbox_y": 153.3757737840925, "bbox_width": 877.7785714285715, "bbox_height": 342.0107142857143, "sub_image_path": "images/IMG000002_1.jpg"}
66
+ {"source_file": "objects_annotation_applied.json", "task_type": "object_detection", "image_id": "IMG000002", "category": "建筑", "subcategory": "亭", "text_content": null, "bbox_x": 690.4017857142857, "bbox_y": 227.79743119648526, "bbox_width": 89.67857142857143, "bbox_height": 81.0, "sub_image_path": "images/IMG000002_2.jpg"}
67
+ {"source_file": "objects_annotation_applied.json", "task_type": "object_detection", "image_id": "IMG000002", "category": "建筑", "subcategory": "水阁", "text_content": null, "bbox_x": 174.02678571428567, "bbox_y": 417.27957405362815, "bbox_width": 189.48214285714286, "bbox_height": 170.67857142857144, "sub_image_path": "images/IMG000002_2.jpg"}
68
+ {"source_file": "objects_annotation_applied.json", "task_type": "object_detection", "image_id": "IMG000002", "category": "峰峦", "subcategory": "群峰", "text_content": null, "bbox_x": 388.7946428571429, "bbox_y": 327.065283230373, "bbox_width": 640.1785714285714, "bbox_height": 387.0535714285715, "sub_image_path": "images/IMG000002_2.jpg"}
69
+ {"source_file": "objects_annotation_applied.json", "task_type": "object_detection", "image_id": "IMG000003", "category": "植物", "subcategory": "树木 / 松树", "text_content": null, "bbox_x": 400.206, "bbox_y": 743.91, "bbox_width": 341.508, "bbox_height": 462.595, "sub_image_path": "images/IMG000003_0.jpg"}
70
+ {"source_file": "objects_annotation_applied.json", "task_type": "object_detection", "image_id": "IMG000003", "category": "建筑", "subcategory": "茅屋", "text_content": null, "bbox_x": 702.129, "bbox_y": 2532.9, "bbox_width": 592.003, "bbox_height": 523.288, "sub_image_path": "images/IMG000003_0.jpg"}
71
+ {"source_file": "objects_annotation_applied.json", "task_type": "object_detection", "image_id": "IMG000003", "category": "建筑", "subcategory": "茅屋", "text_content": null, "bbox_x": 236.984, "bbox_y": 883.749, "bbox_width": 322.43, "bbox_height": 428.145, "sub_image_path": "images/IMG000003_0.jpg"}
72
+ {"source_file": "objects_annotation_applied.json", "task_type": "object_detection", "image_id": "IMG000003", "category": "峰峦", "subcategory": "", "text_content": null, "bbox_x": 0.0, "bbox_y": 0.0, "bbox_width": 0.0, "bbox_height": 0.0, "sub_image_path": "images/IMG000003_0.jpg"}
73
+ {"source_file": "objects_annotation_applied.json", "task_type": "object_detection", "image_id": "IMG000004", "category": "植物", "subcategory": "树木 / 松树", "text_content": null, "bbox_x": 172.26523450985525, "bbox_y": 909.7388650957178, "bbox_width": 350.2685610732108, "bbox_height": 301.793894138972, "sub_image_path": "images/IMG000004_0.jpg"}
74
+ {"source_file": "objects_annotation_applied.json", "task_type": "object_detection", "image_id": "IMG000004", "category": "建筑", "subcategory": "茅屋", "text_content": null, "bbox_x": 328.7782676755728, "bbox_y": 1278.7852912103208, "bbox_width": 395.1849203897107, "bbox_height": 260.48851789363374, "sub_image_path": "images/IMG000004_0.jpg"}
75
+ {"source_file": "objects_annotation_applied.json", "task_type": "object_detection", "image_id": "IMG000004", "category": "建筑", "subcategory": "亭", "text_content": null, "bbox_x": 466.63347246268063, "bbox_y": 865.650284621285, "bbox_width": 183.80693971614457, "bbox_height": 183.80693971614457, "sub_image_path": "images/IMG000004_0.jpg"}
76
+ {"source_file": "objects_annotation_applied.json", "task_type": "object_detection", "image_id": "IMG000004", "category": "云雾", "subcategory": "云", "text_content": null, "bbox_x": 0.0, "bbox_y": 0.0, "bbox_width": 0.0, "bbox_height": 0.0, "sub_image_path": "images/IMG000004_0.jpg"}
77
+ {"source_file": "objects_annotation_applied.json", "task_type": "object_detection", "image_id": "IMG000004", "category": "峰峦", "subcategory": "", "text_content": null, "bbox_x": 0.0, "bbox_y": 0.0, "bbox_width": 0.0, "bbox_height": 0.0, "sub_image_path": "images/IMG000004_0.jpg"}
78
+ {"source_file": "objects_annotation_applied.json", "task_type": "object_detection", "image_id": "IMG000005", "category": "建筑", "subcategory": "桥 / 拱桥", "text_content": null, "bbox_x": 40.37082305022388, "bbox_y": 6248.547039513737, "bbox_width": 775.4565152150541, "bbox_height": 359.15880704697236, "sub_image_path": "images/IMG000005_0.jpg"}
79
+ {"source_file": "objects_annotation_applied.json", "task_type": "object_detection", "image_id": "IMG000005", "category": "植物", "subcategory": "树木 / 梧桐树", "text_content": null, "bbox_x": 1278.7841792184815, "bbox_y": 5111.164280211341, "bbox_width": 495.0526486022026, "bbox_height": 725.5733475696413, "sub_image_path": "images/IMG000005_0.jpg"}
80
+ {"source_file": "objects_annotation_applied.json", "task_type": "object_detection", "image_id": "IMG000005", "category": "植物", "subcategory": "树木 / 柏树", "text_content": null, "bbox_x": 424.76187431224895, "bbox_y": 4618.725975491535, "bbox_width": 758.7231428571432, "bbox_height": 1170.2340000000004, "sub_image_path": "images/IMG000005_0.jpg"}
81
+ {"source_file": "objects_annotation_applied.json", "task_type": "object_detection", "image_id": "IMG000005", "category": "建筑", "subcategory": "平房", "text_content": null, "bbox_x": 136.2228066093918, "bbox_y": 5097.934483742963, "bbox_width": 470.9865213257145, "bbox_height": 362.9896119771432, "sub_image_path": "images/IMG000005_0.jpg"}
82
+ {"source_file": "objects_annotation_applied.json", "task_type": "object_detection", "image_id": "IMG000005", "category": "建筑", "subcategory": "平房", "text_content": null, "bbox_x": 1230.7470391122495, "bbox_y": 4155.246631491535, "bbox_width": 247.2151474285718, "bbox_height": 191.6611817142863, "sub_image_path": "images/IMG000005_0.jpg"}
83
+ {"source_file": "objects_annotation_applied.json", "task_type": "object_detection", "image_id": "IMG000005", "category": "建筑", "subcategory": "平房", "text_content": null, "bbox_x": 64.1137591122495, "bbox_y": 3724.7033972058202, "bbox_width": 177.77269028571476, "bbox_height": 258.32594057142865, "sub_image_path": "images/IMG000005_0.jpg"}
84
+ {"source_file": "objects_annotation_applied.json", "task_type": "object_detection", "image_id": "IMG000005", "category": "水", "subcategory": "溪泉", "text_content": null, "bbox_x": 0.0, "bbox_y": 0.0, "bbox_width": 0.0, "bbox_height": 0.0, "sub_image_path": "images/IMG000005_0.jpg"}
85
+ {"source_file": "objects_annotation_applied.json", "task_type": "object_detection", "image_id": "IMG000005", "category": "云雾", "subcategory": "雾气", "text_content": null, "bbox_x": 0.0, "bbox_y": 0.0, "bbox_width": 0.0, "bbox_height": 0.0, "sub_image_path": "images/IMG000005_0.jpg"}
86
+ {"source_file": "objects_annotation_applied.json", "task_type": "object_detection", "image_id": "IMG000005", "category": "云雾", "subcategory": "云", "text_content": null, "bbox_x": 0.0, "bbox_y": 0.0, "bbox_width": 0.0, "bbox_height": 0.0, "sub_image_path": "images/IMG000005_0.jpg"}
87
+ {"source_file": "objects_annotation_applied.json", "task_type": "object_detection", "image_id": "IMG000005", "category": "峰峦", "subcategory": "山峰", "text_content": null, "bbox_x": 0.0, "bbox_y": 0.0, "bbox_width": 0.0, "bbox_height": 0.0, "sub_image_path": "images/IMG000005_0.jpg"}
88
+ {"source_file": "objects_annotation_applied.json", "task_type": "object_detection", "image_id": "IMG000006", "category": "植物", "subcategory": "树木 / 松树", "text_content": null, "bbox_x": 1165.5311785714284, "bbox_y": 3630.266922605242, "bbox_width": 2014.7477142857147, "bbox_height": 1234.5267857142856, "sub_image_path": "images/IMG000006_0.jpg"}
89
+ {"source_file": "objects_annotation_applied.json", "task_type": "object_detection", "image_id": "IMG000006", "category": "植物", "subcategory": "树木 / 柳树", "text_content": null, "bbox_x": 4474.062964285713, "bbox_y": 3383.361565462385, "bbox_width": 1382.6700000000003, "bbox_height": 1283.9078571428568, "sub_image_path": "images/IMG000006_0.jpg"}
90
+ {"source_file": "objects_annotation_applied.json", "task_type": "object_detection", "image_id": "IMG000006", "category": "交通", "subcategory": "舟楫", "text_content": null, "bbox_x": 3772.8517500000003, "bbox_y": 2514.2547083195273, "bbox_width": 809.8495714285709, "bbox_height": 335.79128571428595, "sub_image_path": "images/IMG000006_0.jpg"}
91
+ {"source_file": "objects_annotation_applied.json", "task_type": "object_detection", "image_id": "IMG000006", "category": "建筑", "subcategory": "茅屋", "text_content": null, "bbox_x": 2390.1817499999997, "bbox_y": 2040.1964226052419, "bbox_width": 602.4490714285713, "bbox_height": 632.077714285714, "sub_image_path": "images/IMG000006_0.jpg"}
92
+ {"source_file": "objects_annotation_applied.json", "task_type": "object_detection", "image_id": "IMG000006", "category": "建筑", "subcategory": "茅屋", "text_content": null, "bbox_x": 3288.9172499999995, "bbox_y": 2138.9585654623847, "bbox_width": 543.1917857142855, "bbox_height": 375.2961428571425, "sub_image_path": "images/IMG000006_0.jpg"}
93
+ {"source_file": "objects_annotation_applied.json", "task_type": "object_detection", "image_id": "IMG000006", "category": "建筑", "subcategory": "茅屋", "text_content": null, "bbox_x": 4661.711035714286, "bbox_y": 2217.968279748099, "bbox_width": 572.8204285714285, "bbox_height": 424.677214285714, "sub_image_path": "images/IMG000006_0.jpg"}
94
+ {"source_file": "objects_annotation_applied.json", "task_type": "object_detection", "image_id": "IMG000006", "category": "植物", "subcategory": "杂草 / 芦苇", "text_content": null, "bbox_x": 0.0, "bbox_y": 0.0, "bbox_width": 0.0, "bbox_height": 0.0, "sub_image_path": "images/IMG000006_0.jpg"}
95
+ {"source_file": "objects_annotation_applied.json", "task_type": "object_detection", "image_id": "IMG000006", "category": "建筑", "subcategory": "桥", "text_content": null, "bbox_x": 0.0, "bbox_y": 0.0, "bbox_width": 0.0, "bbox_height": 0.0, "sub_image_path": "images/IMG000006_0.jpg"}
96
+ {"source_file": "objects_annotation_applied.json", "task_type": "object_detection", "image_id": "IMG000007", "category": "峰峦", "subcategory": "山峰", "text_content": null, "bbox_x": 15.303571428571408, "bbox_y": 139.5868256705148, "bbox_width": 130.84285714285716, "bbox_height": 251.55, "sub_image_path": "images/IMG000007_0.jpg"}
97
+ {"source_file": "objects_annotation_applied.json", "task_type": "object_detection", "image_id": "IMG000007", "category": "建筑", "subcategory": "茅屋 / 山店", "text_content": null, "bbox_x": 493.52500000000003, "bbox_y": 148.80111138480052, "bbox_width": 67.26428571428572, "bbox_height": 65.42142857142858, "sub_image_path": "images/IMG000007_0.jpg"}
98
+ {"source_file": "objects_annotation_applied.json", "task_type": "object_detection", "image_id": "IMG000007", "category": "交通", "subcategory": "道路", "text_content": null, "bbox_x": 79.12103174603176, "bbox_y": 372.0598447981335, "bbox_width": 247.42063492063494, "bbox_height": 123.7103174603175, "sub_image_path": "images/IMG000007_0.jpg"}
99
+ {"source_file": "objects_annotation_applied.json", "task_type": "object_detection", "image_id": "IMG000007", "category": "峰峦", "subcategory": "矾头", "text_content": null, "bbox_x": 364.6029813350773, "bbox_y": 152.21919466360438, "bbox_width": 399.1087542857143, "bbox_height": 292.84927487881214, "sub_image_path": "images/IMG000007_1.jpg"}
100
+ {"source_file": "objects_annotation_applied.json", "task_type": "object_detection", "image_id": "IMG000007", "category": "植物", "subcategory": "树木", "text_content": null, "bbox_x": 149.77936268318547, "bbox_y": 84.53861496015269, "bbox_width": 243.60435444664196, "bbox_height": 216.18390857142865, "sub_image_path": "images/IMG000007_1.jpg"}
101
+ {"source_file": "objects_annotation_applied.json", "task_type": "object_detection", "image_id": "IMG000007", "category": "建筑", "subcategory": "茅屋 / 山店", "text_content": null, "bbox_x": 33.967857142857156, "bbox_y": 185.5012602669852, "bbox_width": 174.17142857142858, "bbox_height": 114.3, "sub_image_path": "images/IMG000007_2.jpg"}
102
+ {"source_file": "objects_annotation_applied.json", "task_type": "object_detection", "image_id": "IMG000007", "category": "建筑", "subcategory": "茅屋 / 山店", "text_content": null, "bbox_x": 260.75357142857143, "bbox_y": 169.1726888384138, "bbox_width": 198.6642857142857, "bbox_height": 109.7642857142857, "sub_image_path": "images/IMG000007_2.jpg"}
103
+ {"source_file": "objects_annotation_applied.json", "task_type": "object_detection", "image_id": "IMG000007", "category": "交通", "subcategory": "舟楫", "text_content": null, "bbox_x": 251.68214285714285, "bbox_y": 36.72983169555664, "bbox_width": 38.1, "bbox_height": 38.1, "sub_image_path": "images/IMG000007_2.jpg"}
104
+ {"source_file": "objects_annotation_applied.json", "task_type": "object_detection", "image_id": "IMG000007", "category": "植物", "subcategory": "树木", "text_content": null, "bbox_x": 151.89642857142857, "bbox_y": 64.85126026698521, "bbox_width": 140.60714285714286, "bbox_height": 382.8142857142857, "sub_image_path": "images/IMG000007_2.jpg"}
105
+ {"source_file": "objects_annotation_applied.json", "task_type": "object_detection", "image_id": "IMG000007", "category": "地形", "subcategory": "岛屿", "text_content": null, "bbox_x": 277.69436258808435, "bbox_y": 367.27642873059654, "bbox_width": 422.4112748238306, "bbox_height": 117.23537735849004, "sub_image_path": "images/IMG000007_2.jpg"}
106
+ {"source_file": "objects_annotation_applied.json", "task_type": "object_detection", "image_id": "IMG000007", "category": "植物", "subcategory": "树木", "text_content": null, "bbox_x": 396.8125, "bbox_y": 168.01728057861325, "bbox_width": 143.89285714285714, "bbox_height": 143.89285714285714, "sub_image_path": "images/IMG000007_3.jpg"}
107
+ {"source_file": "objects_annotation_applied.json", "task_type": "object_detection", "image_id": "IMG000007", "category": "植物", "subcategory": "树木 / 松树", "text_content": null, "bbox_x": 402.35091362126224, "bbox_y": 25.035137721470456, "bbox_width": 264.86960132890374, "bbox_height": 101.99999999999999, "sub_image_path": "images/IMG000007_3.jpg"}
108
+ {"source_file": "objects_annotation_applied.json", "task_type": "object_detection", "image_id": "IMG000007", "category": "建筑", "subcategory": "亭", "text_content": null, "bbox_x": 164.58035714285717, "bbox_y": 327.39229447501043, "bbox_width": 89.24999999999999, "bbox_height": 79.23214285714285, "sub_image_path": "images/IMG000007_3.jpg"}
109
+ {"source_file": "objects_annotation_applied.json", "task_type": "object_detection", "image_id": "IMG000007", "category": "建筑", "subcategory": "茅屋", "text_content": null, "bbox_x": 680.9553571428571, "bbox_y": 31.410151617867605, "bbox_width": 87.42857142857142, "bbox_height": 55.55357142857142, "sub_image_path": "images/IMG000007_3.jpg"}
110
+ {"source_file": "objects_annotation_applied.json", "task_type": "object_detection", "image_id": "IMG000008", "category": "植物", "subcategory": "树木 / 松树", "text_content": null, "bbox_x": 630.48, "bbox_y": 1730.928, "bbox_width": 650.392, "bbox_height": 911.404, "sub_image_path": "images/IMG000008_0.jpg"}
111
+ {"source_file": "objects_annotation_applied.json", "task_type": "object_detection", "image_id": "IMG000008", "category": "人物", "subcategory": "高士", "text_content": null, "bbox_x": 211.237, "bbox_y": 1939.511, "bbox_width": 160.458, "bbox_height": 77.02, "sub_image_path": "images/IMG000008_0.jpg"}
112
+ {"source_file": "objects_annotation_applied.json", "task_type": "object_detection", "image_id": "IMG000008", "category": "建筑", "subcategory": "桥", "text_content": null, "bbox_x": 474.215, "bbox_y": 2068.857, "bbox_width": 374.082, "bbox_height": 276.004, "sub_image_path": "images/IMG000008_0.jpg"}
113
+ {"source_file": "objects_annotation_applied.json", "task_type": "object_detection", "image_id": "IMG000008", "category": "建筑", "subcategory": "楼阁", "text_content": null, "bbox_x": 163.004, "bbox_y": 1787.196, "bbox_width": 383.513, "bbox_height": 270.345, "sub_image_path": "images/IMG000008_0.jpg"}
114
+ {"source_file": "objects_annotation_applied.json", "task_type": "object_detection", "image_id": "IMG000008", "category": "建筑", "subcategory": "门", "text_content": null, "bbox_x": 830.7, "bbox_y": 819.711, "bbox_width": 199.436, "bbox_height": 188.656, "sub_image_path": "images/IMG000008_0.jpg"}
115
+ {"source_file": "objects_annotation_applied.json", "task_type": "object_detection", "image_id": "IMG000008", "category": "人物", "subcategory": "高士", "text_content": null, "bbox_x": 581.572, "bbox_y": 2046.415, "bbox_width": 119.455, "bbox_height": 176.039, "sub_image_path": "images/IMG000008_0.jpg"}
116
+ {"source_file": "objects_annotation_applied.json", "task_type": "object_detection", "image_id": "IMG000008", "category": "云雾", "subcategory": "雾气", "text_content": null, "bbox_x": 0.0, "bbox_y": 0.0, "bbox_width": 0.0, "bbox_height": 0.0, "sub_image_path": "images/IMG000008_0.jpg"}
117
+ {"source_file": "objects_annotation_applied.json", "task_type": "object_detection", "image_id": "IMG000008", "category": "峰峦", "subcategory": "山峰", "text_content": null, "bbox_x": 0.0, "bbox_y": 0.0, "bbox_width": 0.0, "bbox_height": 0.0, "sub_image_path": "images/IMG000008_0.jpg"}
118
+ {"source_file": "objects_annotation_applied.json", "task_type": "object_detection", "image_id": "IMG000008", "category": "植物", "subcategory": "杂草 / 陆生杂草", "text_content": null, "bbox_x": 0.0, "bbox_y": 0.0, "bbox_width": 0.0, "bbox_height": 0.0, "sub_image_path": "images/IMG000008_0.jpg"}
119
+ {"source_file": "objects_annotation_applied.json", "task_type": "object_detection", "image_id": "IMG000011", "category": "植物", "subcategory": "花卉 / 杏花", "text_content": null, "bbox_x": 4885.762, "bbox_y": 2931.36, "bbox_width": 1122.531, "bbox_height": 1014.596, "sub_image_path": "images/IMG000011_0.jpg"}
120
+ {"source_file": "objects_annotation_applied.json", "task_type": "object_detection", "image_id": "IMG000011", "category": "植物", "subcategory": "花卉 / 杏花", "text_content": null, "bbox_x": 2478.795, "bbox_y": 3407.772, "bbox_width": 1467.926, "bbox_height": 730.974, "sub_image_path": "images/IMG000011_0.jpg"}
121
+ {"source_file": "seals_annotation_applied.json", "task_type": "seal", "image_id": "IMG000003", "category": null, "subcategory": null, "text_content": null, "bbox_x": null, "bbox_y": null, "bbox_width": null, "bbox_height": null, "sub_image_path": "images/IMG000003_0.jpg"}
122
+ {"source_file": "seals_annotation_applied.json", "task_type": "seal", "image_id": "IMG000003", "category": null, "subcategory": null, "text_content": null, "bbox_x": null, "bbox_y": null, "bbox_width": null, "bbox_height": null, "sub_image_path": "images/IMG000003_0.jpg"}
123
+ {"source_file": "seals_annotation_applied.json", "task_type": "seal", "image_id": "IMG000003", "category": null, "subcategory": null, "text_content": null, "bbox_x": null, "bbox_y": null, "bbox_width": null, "bbox_height": null, "sub_image_path": "images/IMG000003_0.jpg"}
124
+ {"source_file": "seals_annotation_applied.json", "task_type": "seal", "image_id": "IMG000003", "category": null, "subcategory": null, "text_content": null, "bbox_x": null, "bbox_y": null, "bbox_width": null, "bbox_height": null, "sub_image_path": "images/IMG000003_0.jpg"}
125
+ {"source_file": "seals_annotation_applied.json", "task_type": "seal", "image_id": "IMG000003", "category": null, "subcategory": null, "text_content": null, "bbox_x": null, "bbox_y": null, "bbox_width": null, "bbox_height": null, "sub_image_path": "images/IMG000003_0.jpg"}
126
+ {"source_file": "seals_annotation_applied.json", "task_type": "seal", "image_id": "IMG000003", "category": null, "subcategory": null, "text_content": null, "bbox_x": null, "bbox_y": null, "bbox_width": null, "bbox_height": null, "sub_image_path": "images/IMG000003_0.jpg"}
127
+ {"source_file": "seals_annotation_applied.json", "task_type": "seal", "image_id": "IMG000003", "category": null, "subcategory": null, "text_content": null, "bbox_x": null, "bbox_y": null, "bbox_width": null, "bbox_height": null, "sub_image_path": "images/IMG000003_0.jpg"}
128
+ {"source_file": "seals_annotation_applied.json", "task_type": "seal", "image_id": "IMG000003", "category": null, "subcategory": null, "text_content": null, "bbox_x": null, "bbox_y": null, "bbox_width": null, "bbox_height": null, "sub_image_path": "images/IMG000003_0.jpg"}
129
+ {"source_file": "seals_annotation_applied.json", "task_type": "seal", "image_id": "IMG000003", "category": null, "subcategory": null, "text_content": null, "bbox_x": null, "bbox_y": null, "bbox_width": null, "bbox_height": null, "sub_image_path": "images/IMG000003_0.jpg"}
130
+ {"source_file": "seals_annotation_applied.json", "task_type": "seal", "image_id": "IMG000004", "category": null, "subcategory": null, "text_content": null, "bbox_x": null, "bbox_y": null, "bbox_width": null, "bbox_height": null, "sub_image_path": "images/IMG000004_0.jpg"}
131
+ {"source_file": "seals_annotation_applied.json", "task_type": "seal", "image_id": "IMG000004", "category": null, "subcategory": null, "text_content": null, "bbox_x": null, "bbox_y": null, "bbox_width": null, "bbox_height": null, "sub_image_path": "images/IMG000004_0.jpg"}
132
+ {"source_file": "seals_annotation_applied.json", "task_type": "seal", "image_id": "IMG000005", "category": null, "subcategory": null, "text_content": null, "bbox_x": null, "bbox_y": null, "bbox_width": null, "bbox_height": null, "sub_image_path": "images/IMG000005_0.jpg"}
133
+ {"source_file": "seals_annotation_applied.json", "task_type": "seal", "image_id": "IMG000005", "category": null, "subcategory": null, "text_content": null, "bbox_x": null, "bbox_y": null, "bbox_width": null, "bbox_height": null, "sub_image_path": "images/IMG000005_0.jpg"}
134
+ {"source_file": "seals_annotation_applied.json", "task_type": "seal", "image_id": "IMG000005", "category": null, "subcategory": null, "text_content": null, "bbox_x": null, "bbox_y": null, "bbox_width": null, "bbox_height": null, "sub_image_path": "images/IMG000005_0.jpg"}
135
+ {"source_file": "seals_annotation_applied.json", "task_type": "seal", "image_id": "IMG000005", "category": null, "subcategory": null, "text_content": null, "bbox_x": null, "bbox_y": null, "bbox_width": null, "bbox_height": null, "sub_image_path": "images/IMG000005_0.jpg"}
136
+ {"source_file": "seals_annotation_applied.json", "task_type": "seal", "image_id": "IMG000005", "category": null, "subcategory": null, "text_content": null, "bbox_x": null, "bbox_y": null, "bbox_width": null, "bbox_height": null, "sub_image_path": "images/IMG000005_0.jpg"}
137
+ {"source_file": "seals_annotation_applied.json", "task_type": "seal", "image_id": "IMG000005", "category": null, "subcategory": null, "text_content": null, "bbox_x": null, "bbox_y": null, "bbox_width": null, "bbox_height": null, "sub_image_path": "images/IMG000005_0.jpg"}
138
+ {"source_file": "seals_annotation_applied.json", "task_type": "seal", "image_id": "IMG000005", "category": null, "subcategory": null, "text_content": null, "bbox_x": null, "bbox_y": null, "bbox_width": null, "bbox_height": null, "sub_image_path": "images/IMG000005_0.jpg"}
139
+ {"source_file": "seals_annotation_applied.json", "task_type": "seal", "image_id": "IMG000006", "category": null, "subcategory": null, "text_content": null, "bbox_x": null, "bbox_y": null, "bbox_width": null, "bbox_height": null, "sub_image_path": "images/IMG000006_0.jpg"}
140
+ {"source_file": "seals_annotation_applied.json", "task_type": "seal", "image_id": "IMG000006", "category": null, "subcategory": null, "text_content": null, "bbox_x": null, "bbox_y": null, "bbox_width": null, "bbox_height": null, "sub_image_path": "images/IMG000006_0.jpg"}
141
+ {"source_file": "seals_annotation_applied.json", "task_type": "seal", "image_id": "IMG000008", "category": null, "subcategory": null, "text_content": null, "bbox_x": null, "bbox_y": null, "bbox_width": null, "bbox_height": null, "sub_image_path": "images/IMG000008_0.jpg"}
142
+ {"source_file": "seals_annotation_applied.json", "task_type": "seal", "image_id": "IMG000008", "category": null, "subcategory": null, "text_content": null, "bbox_x": null, "bbox_y": null, "bbox_width": null, "bbox_height": null, "sub_image_path": "images/IMG000008_0.jpg"}
143
+ {"source_file": "seals_annotation_applied.json", "task_type": "seal", "image_id": "IMG000008", "category": null, "subcategory": null, "text_content": null, "bbox_x": null, "bbox_y": null, "bbox_width": null, "bbox_height": null, "sub_image_path": "images/IMG000008_0.jpg"}
144
+ {"source_file": "seals_annotation_applied.json", "task_type": "seal", "image_id": "IMG000008", "category": null, "subcategory": null, "text_content": null, "bbox_x": null, "bbox_y": null, "bbox_width": null, "bbox_height": null, "sub_image_path": "images/IMG000008_0.jpg"}
145
+ {"source_file": "seals_annotation_applied.json", "task_type": "seal", "image_id": "IMG000008", "category": null, "subcategory": null, "text_content": null, "bbox_x": null, "bbox_y": null, "bbox_width": null, "bbox_height": null, "sub_image_path": "images/IMG000008_0.jpg"}
146
+ {"source_file": "seals_annotation_applied.json", "task_type": "seal", "image_id": "IMG000008", "category": null, "subcategory": null, "text_content": null, "bbox_x": null, "bbox_y": null, "bbox_width": null, "bbox_height": null, "sub_image_path": "images/IMG000008_0.jpg"}
147
+ {"source_file": "seals_annotation_applied.json", "task_type": "seal", "image_id": "IMG000008", "category": null, "subcategory": null, "text_content": null, "bbox_x": null, "bbox_y": null, "bbox_width": null, "bbox_height": null, "sub_image_path": "images/IMG000008_0.jpg"}
148
+ {"source_file": "seals_annotation_applied.json", "task_type": "seal", "image_id": "IMG000008", "category": null, "subcategory": null, "text_content": null, "bbox_x": null, "bbox_y": null, "bbox_width": null, "bbox_height": null, "sub_image_path": "images/IMG000008_0.jpg"}
149
+ {"source_file": "seals_annotation_applied.json", "task_type": "seal", "image_id": "IMG000011", "category": null, "subcategory": null, "text_content": null, "bbox_x": null, "bbox_y": null, "bbox_width": null, "bbox_height": null, "sub_image_path": "images/IMG000011_1.jpg"}
150
+ {"source_file": "seals_annotation_applied.json", "task_type": "seal", "image_id": "IMG000011", "category": null, "subcategory": null, "text_content": null, "bbox_x": null, "bbox_y": null, "bbox_width": null, "bbox_height": null, "sub_image_path": "images/IMG000011_0.jpg"}
151
+ {"source_file": "seals_annotation_applied.json", "task_type": "seal", "image_id": "IMG000011", "category": null, "subcategory": null, "text_content": null, "bbox_x": null, "bbox_y": null, "bbox_width": null, "bbox_height": null, "sub_image_path": "images/IMG000011_0.jpg"}
152
+ {"source_file": "seals_annotation_applied.json", "task_type": "seal", "image_id": "IMG000011", "category": null, "subcategory": null, "text_content": null, "bbox_x": null, "bbox_y": null, "bbox_width": null, "bbox_height": null, "sub_image_path": "images/IMG000011_0.jpg"}
153
+ {"source_file": "seals_annotation_applied.json", "task_type": "seal", "image_id": "IMG000012", "category": null, "subcategory": null, "text_content": null, "bbox_x": null, "bbox_y": null, "bbox_width": null, "bbox_height": null, "sub_image_path": "images/IMG000012_0.jpg"}
154
+ {"source_file": "seals_annotation_applied.json", "task_type": "seal", "image_id": "IMG000012", "category": null, "subcategory": null, "text_content": null, "bbox_x": null, "bbox_y": null, "bbox_width": null, "bbox_height": null, "sub_image_path": "images/IMG000012_0.jpg"}
155
+ {"source_file": "seals_annotation_applied.json", "task_type": "seal", "image_id": "IMG000012", "category": null, "subcategory": null, "text_content": null, "bbox_x": null, "bbox_y": null, "bbox_width": null, "bbox_height": null, "sub_image_path": "images/IMG000012_0.jpg"}
156
+ {"source_file": "seals_annotation_applied.json", "task_type": "seal", "image_id": "IMG000012", "category": null, "subcategory": null, "text_content": null, "bbox_x": null, "bbox_y": null, "bbox_width": null, "bbox_height": null, "sub_image_path": "images/IMG000012_0.jpg"}
157
+ {"source_file": "seals_annotation_applied.json", "task_type": "seal", "image_id": "IMG000012", "category": null, "subcategory": null, "text_content": null, "bbox_x": null, "bbox_y": null, "bbox_width": null, "bbox_height": null, "sub_image_path": "images/IMG000012_0.jpg"}
158
+ {"source_file": "seals_annotation_applied.json", "task_type": "seal", "image_id": "IMG000013", "category": null, "subcategory": null, "text_content": null, "bbox_x": null, "bbox_y": null, "bbox_width": null, "bbox_height": null, "sub_image_path": "images/IMG000013_3.jpg"}
159
+ {"source_file": "seals_annotation_applied.json", "task_type": "seal", "image_id": "IMG000013", "category": null, "subcategory": null, "text_content": null, "bbox_x": null, "bbox_y": null, "bbox_width": null, "bbox_height": null, "sub_image_path": "images/IMG000013_3.jpg"}
160
+ {"source_file": "seals_annotation_applied.json", "task_type": "seal", "image_id": "IMG000013", "category": null, "subcategory": null, "text_content": null, "bbox_x": null, "bbox_y": null, "bbox_width": null, "bbox_height": null, "sub_image_path": "images/IMG000013_3.jpg"}
161
+ {"source_file": "seals_annotation_applied.json", "task_type": "seal", "image_id": "IMG000013", "category": null, "subcategory": null, "text_content": null, "bbox_x": null, "bbox_y": null, "bbox_width": null, "bbox_height": null, "sub_image_path": "images/IMG000013_4.jpg"}
162
+ {"source_file": "seals_annotation_applied.json", "task_type": "seal", "image_id": "IMG000013", "category": null, "subcategory": null, "text_content": null, "bbox_x": null, "bbox_y": null, "bbox_width": null, "bbox_height": null, "sub_image_path": "images/IMG000013_5.jpg"}
163
+ {"source_file": "seals_annotation_applied.json", "task_type": "seal", "image_id": "IMG000013", "category": null, "subcategory": null, "text_content": null, "bbox_x": null, "bbox_y": null, "bbox_width": null, "bbox_height": null, "sub_image_path": "images/IMG000013_6.jpg"}
164
+ {"source_file": "seals_annotation_applied.json", "task_type": "seal", "image_id": "IMG000013", "category": null, "subcategory": null, "text_content": null, "bbox_x": null, "bbox_y": null, "bbox_width": null, "bbox_height": null, "sub_image_path": "images/IMG000013_6.jpg"}
165
+ {"source_file": "seals_annotation_applied.json", "task_type": "seal", "image_id": "IMG000013", "category": null, "subcategory": null, "text_content": null, "bbox_x": null, "bbox_y": null, "bbox_width": null, "bbox_height": null, "sub_image_path": "images/IMG000013_6.jpg"}
166
+ {"source_file": "seals_annotation_applied.json", "task_type": "seal", "image_id": "IMG000013", "category": null, "subcategory": null, "text_content": null, "bbox_x": null, "bbox_y": null, "bbox_width": null, "bbox_height": null, "sub_image_path": "images/IMG000013_7.jpg"}
167
+ {"source_file": "seals_annotation_applied.json", "task_type": "seal", "image_id": "IMG000013", "category": null, "subcategory": null, "text_content": null, "bbox_x": null, "bbox_y": null, "bbox_width": null, "bbox_height": null, "sub_image_path": "images/IMG000013_8.jpg"}
168
+ {"source_file": "seals_annotation_applied.json", "task_type": "seal", "image_id": "IMG000013", "category": null, "subcategory": null, "text_content": null, "bbox_x": null, "bbox_y": null, "bbox_width": null, "bbox_height": null, "sub_image_path": "images/IMG000013_8.jpg"}
169
+ {"source_file": "seals_annotation_applied.json", "task_type": "seal", "image_id": "IMG000013", "category": null, "subcategory": null, "text_content": null, "bbox_x": null, "bbox_y": null, "bbox_width": null, "bbox_height": null, "sub_image_path": "images/IMG000013_9.jpg"}
170
+ {"source_file": "seals_annotation_applied.json", "task_type": "seal", "image_id": "IMG000013", "category": null, "subcategory": null, "text_content": null, "bbox_x": null, "bbox_y": null, "bbox_width": null, "bbox_height": null, "sub_image_path": "images/IMG000013_10.jpg"}
171
+ {"source_file": "seals_annotation_applied.json", "task_type": "seal", "image_id": "IMG000013", "category": null, "subcategory": null, "text_content": null, "bbox_x": null, "bbox_y": null, "bbox_width": null, "bbox_height": null, "sub_image_path": "images/IMG000013_11.jpg"}
172
+ {"source_file": "seals_annotation_applied.json", "task_type": "seal", "image_id": "IMG000013", "category": null, "subcategory": null, "text_content": null, "bbox_x": null, "bbox_y": null, "bbox_width": null, "bbox_height": null, "sub_image_path": "images/IMG000013_11.jpg"}
173
+ {"source_file": "seals_annotation_applied.json", "task_type": "seal", "image_id": "IMG000013", "category": null, "subcategory": null, "text_content": null, "bbox_x": null, "bbox_y": null, "bbox_width": null, "bbox_height": null, "sub_image_path": "images/IMG000013_11.jpg"}
174
+ {"source_file": "seals_annotation_applied.json", "task_type": "seal", "image_id": "IMG000013", "category": null, "subcategory": null, "text_content": null, "bbox_x": null, "bbox_y": null, "bbox_width": null, "bbox_height": null, "sub_image_path": "images/IMG000013_12.jpg"}
175
+ {"source_file": "seals_annotation_applied.json", "task_type": "seal", "image_id": "IMG000013", "category": null, "subcategory": null, "text_content": null, "bbox_x": null, "bbox_y": null, "bbox_width": null, "bbox_height": null, "sub_image_path": "images/IMG000013_13.jpg"}
176
+ {"source_file": "seals_annotation_applied.json", "task_type": "seal", "image_id": "IMG000013", "category": null, "subcategory": null, "text_content": null, "bbox_x": null, "bbox_y": null, "bbox_width": null, "bbox_height": null, "sub_image_path": "images/IMG000013_13.jpg"}
177
+ {"source_file": "seals_annotation_applied.json", "task_type": "seal", "image_id": "IMG000013", "category": null, "subcategory": null, "text_content": null, "bbox_x": null, "bbox_y": null, "bbox_width": null, "bbox_height": null, "sub_image_path": "images/IMG000013_13.jpg"}
178
+ {"source_file": "seals_annotation_applied.json", "task_type": "seal", "image_id": "IMG000013", "category": null, "subcategory": null, "text_content": null, "bbox_x": null, "bbox_y": null, "bbox_width": null, "bbox_height": null, "sub_image_path": "images/IMG000013_13.jpg"}
179
+ {"source_file": "seals_annotation_applied.json", "task_type": "seal", "image_id": "IMG000013", "category": null, "subcategory": null, "text_content": null, "bbox_x": null, "bbox_y": null, "bbox_width": null, "bbox_height": null, "sub_image_path": "images/IMG000013_13.jpg"}
180
+ {"source_file": "seals_annotation_applied.json", "task_type": "seal", "image_id": "IMG000013", "category": null, "subcategory": null, "text_content": null, "bbox_x": null, "bbox_y": null, "bbox_width": null, "bbox_height": null, "sub_image_path": "images/IMG000013_13.jpg"}
181
+ {"source_file": "technique_annotation_applied.json", "task_type": "technique", "image_id": "IMG000001", "category": null, "subcategory": null, "text_content": null, "bbox_x": null, "bbox_y": null, "bbox_width": null, "bbox_height": null, "sub_image_path": "images/IMG000001_0.jpg"}
182
+ {"source_file": "technique_annotation_applied.json", "task_type": "technique", "image_id": "IMG000002", "category": null, "subcategory": null, "text_content": null, "bbox_x": null, "bbox_y": null, "bbox_width": null, "bbox_height": null, "sub_image_path": "images/IMG000002_0.jpg"}
183
+ {"source_file": "technique_annotation_applied.json", "task_type": "technique", "image_id": "IMG000003", "category": null, "subcategory": null, "text_content": null, "bbox_x": null, "bbox_y": null, "bbox_width": null, "bbox_height": null, "sub_image_path": "images/IMG000003_0.jpg"}
184
+ {"source_file": "technique_annotation_applied.json", "task_type": "technique", "image_id": "IMG000004", "category": null, "subcategory": null, "text_content": null, "bbox_x": null, "bbox_y": null, "bbox_width": null, "bbox_height": null, "sub_image_path": "images/IMG000004_0.jpg"}
185
+ {"source_file": "technique_annotation_applied.json", "task_type": "technique", "image_id": "IMG000005", "category": null, "subcategory": null, "text_content": null, "bbox_x": null, "bbox_y": null, "bbox_width": null, "bbox_height": null, "sub_image_path": "images/IMG000005_0.jpg"}
186
+ {"source_file": "technique_annotation_applied.json", "task_type": "technique", "image_id": "IMG000006", "category": null, "subcategory": null, "text_content": null, "bbox_x": null, "bbox_y": null, "bbox_width": null, "bbox_height": null, "sub_image_path": "images/IMG000006_0.jpg"}
187
+ {"source_file": "technique_annotation_applied.json", "task_type": "technique", "image_id": "IMG000007", "category": null, "subcategory": null, "text_content": null, "bbox_x": null, "bbox_y": null, "bbox_width": null, "bbox_height": null, "sub_image_path": "images/IMG000007_0.jpg"}
188
+ {"source_file": "technique_annotation_applied.json", "task_type": "technique", "image_id": "IMG000008", "category": null, "subcategory": null, "text_content": null, "bbox_x": null, "bbox_y": null, "bbox_width": null, "bbox_height": null, "sub_image_path": "images/IMG000008_0.jpg"}
189
+ {"source_file": "technique_annotation_applied.json", "task_type": "technique", "image_id": "IMG000009", "category": null, "subcategory": null, "text_content": null, "bbox_x": null, "bbox_y": null, "bbox_width": null, "bbox_height": null, "sub_image_path": "images/IMG000009_0.jpg"}
190
+ {"source_file": "technique_annotation_applied.json", "task_type": "technique", "image_id": "IMG000010", "category": null, "subcategory": null, "text_content": null, "bbox_x": null, "bbox_y": null, "bbox_width": null, "bbox_height": null, "sub_image_path": "images/IMG000010_0.jpg"}
191
+ {"source_file": "technique_annotation_applied.json", "task_type": "technique", "image_id": "IMG000012", "category": null, "subcategory": null, "text_content": null, "bbox_x": null, "bbox_y": null, "bbox_width": null, "bbox_height": null, "sub_image_path": "images/IMG000012_0.jpg"}
192
+ {"source_file": "technique_annotation_applied.json", "task_type": "technique", "image_id": "IMG000014", "category": null, "subcategory": null, "text_content": null, "bbox_x": null, "bbox_y": null, "bbox_width": null, "bbox_height": null, "sub_image_path": "images/IMG000014_0.jpg"}
193
+ {"source_file": "technique_annotation_applied.json", "task_type": "technique", "image_id": "IMG000015", "category": null, "subcategory": null, "text_content": null, "bbox_x": null, "bbox_y": null, "bbox_width": null, "bbox_height": null, "sub_image_path": "images/IMG000015_0.jpg"}
194
+ {"source_file": "technique_annotation_applied.json", "task_type": "technique", "image_id": "IMG000016", "category": null, "subcategory": null, "text_content": null, "bbox_x": null, "bbox_y": null, "bbox_width": null, "bbox_height": null, "sub_image_path": "images/IMG000016_0.jpg"}
195
+ {"source_file": "technique_annotation_applied.json", "task_type": "technique", "image_id": "IMG000017", "category": null, "subcategory": null, "text_content": null, "bbox_x": null, "bbox_y": null, "bbox_width": null, "bbox_height": null, "sub_image_path": "images/IMG000017_0.jpg"}
196
+ {"source_file": "technique_annotation_applied.json", "task_type": "technique", "image_id": "IMG000019", "category": null, "subcategory": null, "text_content": null, "bbox_x": null, "bbox_y": null, "bbox_width": null, "bbox_height": null, "sub_image_path": "images/IMG000019_0.jpg"}
197
+ {"source_file": "technique_annotation_applied.json", "task_type": "technique", "image_id": "IMG000020", "category": null, "subcategory": null, "text_content": null, "bbox_x": null, "bbox_y": null, "bbox_width": null, "bbox_height": null, "sub_image_path": "images/IMG000020_0.jpg"}
198
+ {"source_file": "technique_annotation_applied.json", "task_type": "technique", "image_id": "IMG000021", "category": null, "subcategory": null, "text_content": null, "bbox_x": null, "bbox_y": null, "bbox_width": null, "bbox_height": null, "sub_image_path": "images/IMG000021_0.jpg"}
199
+ {"source_file": "technique_annotation_applied.json", "task_type": "technique", "image_id": "IMG000022", "category": null, "subcategory": null, "text_content": null, "bbox_x": null, "bbox_y": null, "bbox_width": null, "bbox_height": null, "sub_image_path": "images/IMG000022_0.jpg"}
200
+ {"source_file": "technique_annotation_applied.json", "task_type": "technique", "image_id": "IMG000022", "category": null, "subcategory": null, "text_content": null, "bbox_x": null, "bbox_y": null, "bbox_width": null, "bbox_height": null, "sub_image_path": "images/IMG000022_0.jpg"}
201
+ {"source_file": "technique_annotation_applied.json", "task_type": "technique", "image_id": "IMG000023", "category": null, "subcategory": null, "text_content": null, "bbox_x": null, "bbox_y": null, "bbox_width": null, "bbox_height": null, "sub_image_path": "images/IMG000023_0.jpg"}
202
+ {"source_file": "technique_annotation_applied.json", "task_type": "technique", "image_id": "IMG000024", "category": null, "subcategory": null, "text_content": null, "bbox_x": null, "bbox_y": null, "bbox_width": null, "bbox_height": null, "sub_image_path": "images/IMG000024_0.jpg"}
203
+ {"source_file": "technique_annotation_applied.json", "task_type": "technique", "image_id": "IMG000025", "category": null, "subcategory": null, "text_content": null, "bbox_x": null, "bbox_y": null, "bbox_width": null, "bbox_height": null, "sub_image_path": "images/IMG000025_0.jpg"}
204
+ {"source_file": "technique_annotation_applied.json", "task_type": "technique", "image_id": "IMG000026", "category": null, "subcategory": null, "text_content": null, "bbox_x": null, "bbox_y": null, "bbox_width": null, "bbox_height": null, "sub_image_path": "images/IMG000026_0.jpg"}
205
+ {"source_file": "technique_annotation_applied.json", "task_type": "technique", "image_id": "IMG000027", "category": null, "subcategory": null, "text_content": null, "bbox_x": null, "bbox_y": null, "bbox_width": null, "bbox_height": null, "sub_image_path": "images/IMG000027_0.jpg"}
206
+ {"source_file": "technique_annotation_applied.json", "task_type": "technique", "image_id": "IMG000028", "category": null, "subcategory": null, "text_content": null, "bbox_x": null, "bbox_y": null, "bbox_width": null, "bbox_height": null, "sub_image_path": "images/IMG000028_0.jpg"}
207
+ {"source_file": "technique_annotation_applied.json", "task_type": "technique", "image_id": "IMG000029", "category": null, "subcategory": null, "text_content": null, "bbox_x": null, "bbox_y": null, "bbox_width": null, "bbox_height": null, "sub_image_path": "images/IMG000029_0.jpg"}
208
+ {"source_file": "technique_annotation_applied.json", "task_type": "technique", "image_id": "IMG000030", "category": null, "subcategory": null, "text_content": null, "bbox_x": null, "bbox_y": null, "bbox_width": null, "bbox_height": null, "sub_image_path": "images/IMG000030_0.jpg"}
209
+ {"source_file": "technique_annotation_applied.json", "task_type": "technique", "image_id": "IMG000031", "category": null, "subcategory": null, "text_content": null, "bbox_x": null, "bbox_y": null, "bbox_width": null, "bbox_height": null, "sub_image_path": "images/IMG000031_0.jpg"}
210
+ {"source_file": "technique_annotation_applied.json", "task_type": "technique", "image_id": "IMG000031", "category": null, "subcategory": null, "text_content": null, "bbox_x": null, "bbox_y": null, "bbox_width": null, "bbox_height": null, "sub_image_path": "images/IMG000031_0.jpg"}
211
+ {"source_file": "technique_annotation_applied.json", "task_type": "technique", "image_id": "IMG000033", "category": null, "subcategory": null, "text_content": null, "bbox_x": null, "bbox_y": null, "bbox_width": null, "bbox_height": null, "sub_image_path": "images/IMG000033_0.jpg"}
212
+ {"source_file": "technique_annotation_applied.json", "task_type": "technique", "image_id": "IMG000034", "category": null, "subcategory": null, "text_content": null, "bbox_x": null, "bbox_y": null, "bbox_width": null, "bbox_height": null, "sub_image_path": "images/IMG000034_0.jpg"}
213
+ {"source_file": "technique_annotation_applied.json", "task_type": "technique", "image_id": "IMG000035", "category": null, "subcategory": null, "text_content": null, "bbox_x": null, "bbox_y": null, "bbox_width": null, "bbox_height": null, "sub_image_path": "images/IMG000035_0.jpg"}
214
+ {"source_file": "technique_annotation_applied.json", "task_type": "technique", "image_id": "IMG000036", "category": null, "subcategory": null, "text_content": null, "bbox_x": null, "bbox_y": null, "bbox_width": null, "bbox_height": null, "sub_image_path": "images/IMG000036_0.jpg"}
215
+ {"source_file": "technique_annotation_applied.json", "task_type": "technique", "image_id": "IMG000036", "category": null, "subcategory": null, "text_content": null, "bbox_x": null, "bbox_y": null, "bbox_width": null, "bbox_height": null, "sub_image_path": "images/IMG000036_0.jpg"}
216
+ {"source_file": "technique_annotation_applied.json", "task_type": "technique", "image_id": "IMG000037", "category": null, "subcategory": null, "text_content": null, "bbox_x": null, "bbox_y": null, "bbox_width": null, "bbox_height": null, "sub_image_path": "images/IMG000037_0.jpg"}
217
+ {"source_file": "technique_annotation_applied.json", "task_type": "technique", "image_id": "IMG000038", "category": null, "subcategory": null, "text_content": null, "bbox_x": null, "bbox_y": null, "bbox_width": null, "bbox_height": null, "sub_image_path": "images/IMG000038_0.jpg"}
218
+ {"source_file": "technique_annotation_applied.json", "task_type": "technique", "image_id": "IMG000039", "category": null, "subcategory": null, "text_content": null, "bbox_x": null, "bbox_y": null, "bbox_width": null, "bbox_height": null, "sub_image_path": "images/IMG000039_0.jpg"}
219
+ {"source_file": "technique_annotation_applied.json", "task_type": "technique", "image_id": "IMG000040", "category": null, "subcategory": null, "text_content": null, "bbox_x": null, "bbox_y": null, "bbox_width": null, "bbox_height": null, "sub_image_path": "images/IMG000040_0.jpg"}
220
+ {"source_file": "technique_annotation_applied.json", "task_type": "technique", "image_id": "IMG000041", "category": null, "subcategory": null, "text_content": null, "bbox_x": null, "bbox_y": null, "bbox_width": null, "bbox_height": null, "sub_image_path": "images/IMG000041_0.jpg"}
221
+ {"source_file": "technique_annotation_applied.json", "task_type": "technique", "image_id": "IMG000042", "category": null, "subcategory": null, "text_content": null, "bbox_x": null, "bbox_y": null, "bbox_width": null, "bbox_height": null, "sub_image_path": "images/IMG000042_0.jpg"}
222
+ {"source_file": "technique_annotation_applied.json", "task_type": "technique", "image_id": "IMG000042", "category": null, "subcategory": null, "text_content": null, "bbox_x": null, "bbox_y": null, "bbox_width": null, "bbox_height": null, "sub_image_path": "images/IMG000042_0.jpg"}
223
+ {"source_file": "technique_annotation_applied.json", "task_type": "technique", "image_id": "IMG000043", "category": null, "subcategory": null, "text_content": null, "bbox_x": null, "bbox_y": null, "bbox_width": null, "bbox_height": null, "sub_image_path": "images/IMG000043_0.jpg"}
224
+ {"source_file": "technique_annotation_applied.json", "task_type": "technique", "image_id": "IMG000044", "category": null, "subcategory": null, "text_content": null, "bbox_x": null, "bbox_y": null, "bbox_width": null, "bbox_height": null, "sub_image_path": "images/IMG000044_0.jpg"}
225
+ {"source_file": "technique_annotation_applied.json", "task_type": "technique", "image_id": "IMG000044", "category": null, "subcategory": null, "text_content": null, "bbox_x": null, "bbox_y": null, "bbox_width": null, "bbox_height": null, "sub_image_path": "images/IMG000044_0.jpg"}
226
+ {"source_file": "technique_annotation_applied.json", "task_type": "technique", "image_id": "IMG000045", "category": null, "subcategory": null, "text_content": null, "bbox_x": null, "bbox_y": null, "bbox_width": null, "bbox_height": null, "sub_image_path": "images/IMG000045_0.jpg"}
227
+ {"source_file": "technique_annotation_applied.json", "task_type": "technique", "image_id": "IMG000046", "category": null, "subcategory": null, "text_content": null, "bbox_x": null, "bbox_y": null, "bbox_width": null, "bbox_height": null, "sub_image_path": "images/IMG000046_0.jpg"}
228
+ {"source_file": "technique_annotation_applied.json", "task_type": "technique", "image_id": "IMG000047", "category": null, "subcategory": null, "text_content": null, "bbox_x": null, "bbox_y": null, "bbox_width": null, "bbox_height": null, "sub_image_path": "images/IMG000047_0.jpg"}
229
+ {"source_file": "technique_annotation_applied.json", "task_type": "technique", "image_id": "IMG000048", "category": null, "subcategory": null, "text_content": null, "bbox_x": null, "bbox_y": null, "bbox_width": null, "bbox_height": null, "sub_image_path": "images/IMG000048_0.jpg"}
230
+ {"source_file": "technique_annotation_applied.json", "task_type": "technique", "image_id": "IMG000049", "category": null, "subcategory": null, "text_content": null, "bbox_x": null, "bbox_y": null, "bbox_width": null, "bbox_height": null, "sub_image_path": "images/IMG000049_0.jpg"}
231
+ {"source_file": "technique_annotation_applied.json", "task_type": "technique", "image_id": "IMG000050", "category": null, "subcategory": null, "text_content": null, "bbox_x": null, "bbox_y": null, "bbox_width": null, "bbox_height": null, "sub_image_path": "images/IMG000050_0.jpg"}
232
+ {"source_file": "technique_annotation_applied.json", "task_type": "technique", "image_id": "IMG000051", "category": null, "subcategory": null, "text_content": null, "bbox_x": null, "bbox_y": null, "bbox_width": null, "bbox_height": null, "sub_image_path": "images/IMG000051_0.jpg"}
233
+ {"source_file": "technique_annotation_applied.json", "task_type": "technique", "image_id": "IMG000052", "category": null, "subcategory": null, "text_content": null, "bbox_x": null, "bbox_y": null, "bbox_width": null, "bbox_height": null, "sub_image_path": "images/IMG000052_0.jpg"}
234
+ {"source_file": "technique_annotation_applied.json", "task_type": "technique", "image_id": "IMG000053", "category": null, "subcategory": null, "text_content": null, "bbox_x": null, "bbox_y": null, "bbox_width": null, "bbox_height": null, "sub_image_path": "images/IMG000053_0.jpg"}
235
+ {"source_file": "technique_annotation_applied.json", "task_type": "technique", "image_id": "IMG000054", "category": null, "subcategory": null, "text_content": null, "bbox_x": null, "bbox_y": null, "bbox_width": null, "bbox_height": null, "sub_image_path": "images/IMG000054_0.jpg"}
236
+ {"source_file": "technique_annotation_applied.json", "task_type": "technique", "image_id": "IMG000055", "category": null, "subcategory": null, "text_content": null, "bbox_x": null, "bbox_y": null, "bbox_width": null, "bbox_height": null, "sub_image_path": "images/IMG000055_0.jpg"}
237
+ {"source_file": "technique_annotation_applied.json", "task_type": "technique", "image_id": "IMG000056", "category": null, "subcategory": null, "text_content": null, "bbox_x": null, "bbox_y": null, "bbox_width": null, "bbox_height": null, "sub_image_path": "images/IMG000056_0.jpg"}
238
+ {"source_file": "technique_annotation_applied.json", "task_type": "technique", "image_id": "IMG000057", "category": null, "subcategory": null, "text_content": null, "bbox_x": null, "bbox_y": null, "bbox_width": null, "bbox_height": null, "sub_image_path": "images/IMG000057_0.jpg"}
239
+ {"source_file": "technique_annotation_applied.json", "task_type": "technique", "image_id": "IMG000058", "category": null, "subcategory": null, "text_content": null, "bbox_x": null, "bbox_y": null, "bbox_width": null, "bbox_height": null, "sub_image_path": "images/IMG000058_0.jpg"}
240
+ {"source_file": "technique_annotation_applied.json", "task_type": "technique", "image_id": "IMG000059", "category": null, "subcategory": null, "text_content": null, "bbox_x": null, "bbox_y": null, "bbox_width": null, "bbox_height": null, "sub_image_path": "images/IMG000059_0.jpg"}
card_samples/images_sample.jsonl ADDED
@@ -0,0 +1,200 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"image_id": "IMG000001", "page_index": 0, "image_path": "images/IMG000001_0.jpg"}
2
+ {"image_id": "IMG000001", "page_index": 1, "image_path": "images/IMG000001_1.jpg"}
3
+ {"image_id": "IMG000001", "page_index": 10, "image_path": "images/IMG000001_10.jpg"}
4
+ {"image_id": "IMG000001", "page_index": 11, "image_path": "images/IMG000001_11.jpg"}
5
+ {"image_id": "IMG000001", "page_index": 2, "image_path": "images/IMG000001_2.jpg"}
6
+ {"image_id": "IMG000001", "page_index": 3, "image_path": "images/IMG000001_3.jpg"}
7
+ {"image_id": "IMG000001", "page_index": 4, "image_path": "images/IMG000001_4.jpg"}
8
+ {"image_id": "IMG000001", "page_index": 5, "image_path": "images/IMG000001_5.jpg"}
9
+ {"image_id": "IMG000001", "page_index": 6, "image_path": "images/IMG000001_6.jpg"}
10
+ {"image_id": "IMG000001", "page_index": 7, "image_path": "images/IMG000001_7.jpg"}
11
+ {"image_id": "IMG000001", "page_index": 8, "image_path": "images/IMG000001_8.jpg"}
12
+ {"image_id": "IMG000001", "page_index": 9, "image_path": "images/IMG000001_9.jpg"}
13
+ {"image_id": "IMG000002", "page_index": 0, "image_path": "images/IMG000002_0.jpg"}
14
+ {"image_id": "IMG000002", "page_index": 1, "image_path": "images/IMG000002_1.jpg"}
15
+ {"image_id": "IMG000002", "page_index": 2, "image_path": "images/IMG000002_2.jpg"}
16
+ {"image_id": "IMG000003", "page_index": 0, "image_path": "images/IMG000003_0.jpg"}
17
+ {"image_id": "IMG000004", "page_index": 0, "image_path": "images/IMG000004_0.jpg"}
18
+ {"image_id": "IMG000005", "page_index": 0, "image_path": "images/IMG000005_0.jpg"}
19
+ {"image_id": "IMG000006", "page_index": 0, "image_path": "images/IMG000006_0.jpg"}
20
+ {"image_id": "IMG000007", "page_index": 0, "image_path": "images/IMG000007_0.jpg"}
21
+ {"image_id": "IMG000007", "page_index": 1, "image_path": "images/IMG000007_1.jpg"}
22
+ {"image_id": "IMG000007", "page_index": 2, "image_path": "images/IMG000007_2.jpg"}
23
+ {"image_id": "IMG000007", "page_index": 3, "image_path": "images/IMG000007_3.jpg"}
24
+ {"image_id": "IMG000008", "page_index": 0, "image_path": "images/IMG000008_0.jpg"}
25
+ {"image_id": "IMG000009", "page_index": 0, "image_path": "images/IMG000009_0.jpg"}
26
+ {"image_id": "IMG000009", "page_index": 1, "image_path": "images/IMG000009_1.jpg"}
27
+ {"image_id": "IMG000009", "page_index": 2, "image_path": "images/IMG000009_2.jpg"}
28
+ {"image_id": "IMG000009", "page_index": 3, "image_path": "images/IMG000009_3.jpg"}
29
+ {"image_id": "IMG000009", "page_index": 4, "image_path": "images/IMG000009_4.jpg"}
30
+ {"image_id": "IMG000009", "page_index": 5, "image_path": "images/IMG000009_5.jpg"}
31
+ {"image_id": "IMG000009", "page_index": 6, "image_path": "images/IMG000009_6.jpg"}
32
+ {"image_id": "IMG000009", "page_index": 7, "image_path": "images/IMG000009_7.jpg"}
33
+ {"image_id": "IMG000009", "page_index": 8, "image_path": "images/IMG000009_8.jpg"}
34
+ {"image_id": "IMG000009", "page_index": 9, "image_path": "images/IMG000009_9.jpg"}
35
+ {"image_id": "IMG000010", "page_index": 0, "image_path": "images/IMG000010_0.jpg"}
36
+ {"image_id": "IMG000010", "page_index": 1, "image_path": "images/IMG000010_1.jpg"}
37
+ {"image_id": "IMG000010", "page_index": 10, "image_path": "images/IMG000010_10.jpg"}
38
+ {"image_id": "IMG000010", "page_index": 11, "image_path": "images/IMG000010_11.jpg"}
39
+ {"image_id": "IMG000010", "page_index": 2, "image_path": "images/IMG000010_2.jpg"}
40
+ {"image_id": "IMG000010", "page_index": 3, "image_path": "images/IMG000010_3.jpg"}
41
+ {"image_id": "IMG000010", "page_index": 4, "image_path": "images/IMG000010_4.jpg"}
42
+ {"image_id": "IMG000010", "page_index": 5, "image_path": "images/IMG000010_5.jpg"}
43
+ {"image_id": "IMG000010", "page_index": 6, "image_path": "images/IMG000010_6.jpg"}
44
+ {"image_id": "IMG000010", "page_index": 7, "image_path": "images/IMG000010_7.jpg"}
45
+ {"image_id": "IMG000010", "page_index": 8, "image_path": "images/IMG000010_8.jpg"}
46
+ {"image_id": "IMG000010", "page_index": 9, "image_path": "images/IMG000010_9.jpg"}
47
+ {"image_id": "IMG000011", "page_index": 0, "image_path": "images/IMG000011_0.jpg"}
48
+ {"image_id": "IMG000011", "page_index": 1, "image_path": "images/IMG000011_1.jpg"}
49
+ {"image_id": "IMG000012", "page_index": 0, "image_path": "images/IMG000012_0.jpg"}
50
+ {"image_id": "IMG000013", "page_index": 10, "image_path": "images/IMG000013_10.jpg"}
51
+ {"image_id": "IMG000013", "page_index": 11, "image_path": "images/IMG000013_11.jpg"}
52
+ {"image_id": "IMG000013", "page_index": 12, "image_path": "images/IMG000013_12.jpg"}
53
+ {"image_id": "IMG000013", "page_index": 13, "image_path": "images/IMG000013_13.jpg"}
54
+ {"image_id": "IMG000013", "page_index": 14, "image_path": "images/IMG000013_14.jpg"}
55
+ {"image_id": "IMG000013", "page_index": 3, "image_path": "images/IMG000013_3.jpg"}
56
+ {"image_id": "IMG000013", "page_index": 4, "image_path": "images/IMG000013_4.jpg"}
57
+ {"image_id": "IMG000013", "page_index": 5, "image_path": "images/IMG000013_5.jpg"}
58
+ {"image_id": "IMG000013", "page_index": 6, "image_path": "images/IMG000013_6.jpg"}
59
+ {"image_id": "IMG000013", "page_index": 7, "image_path": "images/IMG000013_7.jpg"}
60
+ {"image_id": "IMG000013", "page_index": 8, "image_path": "images/IMG000013_8.jpg"}
61
+ {"image_id": "IMG000013", "page_index": 9, "image_path": "images/IMG000013_9.jpg"}
62
+ {"image_id": "IMG000014", "page_index": 0, "image_path": "images/IMG000014_0.jpg"}
63
+ {"image_id": "IMG000015", "page_index": 0, "image_path": "images/IMG000015_0.jpg"}
64
+ {"image_id": "IMG000016", "page_index": 0, "image_path": "images/IMG000016_0.jpg"}
65
+ {"image_id": "IMG000017", "page_index": 0, "image_path": "images/IMG000017_0.jpg"}
66
+ {"image_id": "IMG000018", "page_index": 2, "image_path": "images/IMG000018_2.jpg"}
67
+ {"image_id": "IMG000018", "page_index": 3, "image_path": "images/IMG000018_3.jpg"}
68
+ {"image_id": "IMG000018", "page_index": 4, "image_path": "images/IMG000018_4.jpg"}
69
+ {"image_id": "IMG000018", "page_index": 5, "image_path": "images/IMG000018_5.jpg"}
70
+ {"image_id": "IMG000018", "page_index": 6, "image_path": "images/IMG000018_6.jpg"}
71
+ {"image_id": "IMG000018", "page_index": 7, "image_path": "images/IMG000018_7.jpg"}
72
+ {"image_id": "IMG000018", "page_index": 8, "image_path": "images/IMG000018_8.jpg"}
73
+ {"image_id": "IMG000018", "page_index": 9, "image_path": "images/IMG000018_9.jpg"}
74
+ {"image_id": "IMG000019", "page_index": 0, "image_path": "images/IMG000019_0.jpg"}
75
+ {"image_id": "IMG000020", "page_index": 0, "image_path": "images/IMG000020_0.jpg"}
76
+ {"image_id": "IMG000020", "page_index": 1, "image_path": "images/IMG000020_1.jpg"}
77
+ {"image_id": "IMG000021", "page_index": 0, "image_path": "images/IMG000021_0.jpg"}
78
+ {"image_id": "IMG000022", "page_index": 0, "image_path": "images/IMG000022_0.jpg"}
79
+ {"image_id": "IMG000022", "page_index": 1, "image_path": "images/IMG000022_1.jpg"}
80
+ {"image_id": "IMG000022", "page_index": 2, "image_path": "images/IMG000022_2.jpg"}
81
+ {"image_id": "IMG000022", "page_index": 3, "image_path": "images/IMG000022_3.jpg"}
82
+ {"image_id": "IMG000022", "page_index": 4, "image_path": "images/IMG000022_4.jpg"}
83
+ {"image_id": "IMG000022", "page_index": 5, "image_path": "images/IMG000022_5.jpg"}
84
+ {"image_id": "IMG000022", "page_index": 6, "image_path": "images/IMG000022_6.jpg"}
85
+ {"image_id": "IMG000022", "page_index": 7, "image_path": "images/IMG000022_7.jpg"}
86
+ {"image_id": "IMG000022", "page_index": 8, "image_path": "images/IMG000022_8.jpg"}
87
+ {"image_id": "IMG000022", "page_index": 9, "image_path": "images/IMG000022_9.jpg"}
88
+ {"image_id": "IMG000023", "page_index": 0, "image_path": "images/IMG000023_0.jpg"}
89
+ {"image_id": "IMG000024", "page_index": 0, "image_path": "images/IMG000024_0.jpg"}
90
+ {"image_id": "IMG000025", "page_index": 0, "image_path": "images/IMG000025_0.jpg"}
91
+ {"image_id": "IMG000026", "page_index": 0, "image_path": "images/IMG000026_0.jpg"}
92
+ {"image_id": "IMG000027", "page_index": 0, "image_path": "images/IMG000027_0.jpg"}
93
+ {"image_id": "IMG000028", "page_index": 0, "image_path": "images/IMG000028_0.jpg"}
94
+ {"image_id": "IMG000028", "page_index": 1, "image_path": "images/IMG000028_1.jpg"}
95
+ {"image_id": "IMG000029", "page_index": 0, "image_path": "images/IMG000029_0.jpg"}
96
+ {"image_id": "IMG000030", "page_index": 0, "image_path": "images/IMG000030_0.jpg"}
97
+ {"image_id": "IMG000031", "page_index": 0, "image_path": "images/IMG000031_0.jpg"}
98
+ {"image_id": "IMG000032", "page_index": 1, "image_path": "images/IMG000032_1.jpg"}
99
+ {"image_id": "IMG000032", "page_index": 2, "image_path": "images/IMG000032_2.jpg"}
100
+ {"image_id": "IMG000032", "page_index": 3, "image_path": "images/IMG000032_3.jpg"}
101
+ {"image_id": "IMG000033", "page_index": 0, "image_path": "images/IMG000033_0.jpg"}
102
+ {"image_id": "IMG000034", "page_index": 0, "image_path": "images/IMG000034_0.jpg"}
103
+ {"image_id": "IMG000035", "page_index": 0, "image_path": "images/IMG000035_0.jpg"}
104
+ {"image_id": "IMG000036", "page_index": 0, "image_path": "images/IMG000036_0.jpg"}
105
+ {"image_id": "IMG000036", "page_index": 1, "image_path": "images/IMG000036_1.jpg"}
106
+ {"image_id": "IMG000037", "page_index": 0, "image_path": "images/IMG000037_0.jpg"}
107
+ {"image_id": "IMG000037", "page_index": 1, "image_path": "images/IMG000037_1.jpg"}
108
+ {"image_id": "IMG000038", "page_index": 0, "image_path": "images/IMG000038_0.jpg"}
109
+ {"image_id": "IMG000039", "page_index": 0, "image_path": "images/IMG000039_0.jpg"}
110
+ {"image_id": "IMG000040", "page_index": 0, "image_path": "images/IMG000040_0.jpg"}
111
+ {"image_id": "IMG000041", "page_index": 0, "image_path": "images/IMG000041_0.jpg"}
112
+ {"image_id": "IMG000042", "page_index": 0, "image_path": "images/IMG000042_0.jpg"}
113
+ {"image_id": "IMG000042", "page_index": 1, "image_path": "images/IMG000042_1.jpg"}
114
+ {"image_id": "IMG000043", "page_index": 0, "image_path": "images/IMG000043_0.jpg"}
115
+ {"image_id": "IMG000044", "page_index": 0, "image_path": "images/IMG000044_0.jpg"}
116
+ {"image_id": "IMG000045", "page_index": 0, "image_path": "images/IMG000045_0.jpg"}
117
+ {"image_id": "IMG000046", "page_index": 0, "image_path": "images/IMG000046_0.jpg"}
118
+ {"image_id": "IMG000047", "page_index": 0, "image_path": "images/IMG000047_0.jpg"}
119
+ {"image_id": "IMG000048", "page_index": 0, "image_path": "images/IMG000048_0.jpg"}
120
+ {"image_id": "IMG000049", "page_index": 0, "image_path": "images/IMG000049_0.jpg"}
121
+ {"image_id": "IMG000050", "page_index": 0, "image_path": "images/IMG000050_0.jpg"}
122
+ {"image_id": "IMG000051", "page_index": 0, "image_path": "images/IMG000051_0.jpg"}
123
+ {"image_id": "IMG000052", "page_index": 0, "image_path": "images/IMG000052_0.jpg"}
124
+ {"image_id": "IMG000053", "page_index": 0, "image_path": "images/IMG000053_0.jpg"}
125
+ {"image_id": "IMG000053", "page_index": 1, "image_path": "images/IMG000053_1.jpg"}
126
+ {"image_id": "IMG000053", "page_index": 2, "image_path": "images/IMG000053_2.jpg"}
127
+ {"image_id": "IMG000054", "page_index": 0, "image_path": "images/IMG000054_0.jpg"}
128
+ {"image_id": "IMG000055", "page_index": 0, "image_path": "images/IMG000055_0.jpg"}
129
+ {"image_id": "IMG000056", "page_index": 0, "image_path": "images/IMG000056_0.jpg"}
130
+ {"image_id": "IMG000057", "page_index": 0, "image_path": "images/IMG000057_0.jpg"}
131
+ {"image_id": "IMG000058", "page_index": 0, "image_path": "images/IMG000058_0.jpg"}
132
+ {"image_id": "IMG000059", "page_index": 0, "image_path": "images/IMG000059_0.jpg"}
133
+ {"image_id": "IMG000060", "page_index": 0, "image_path": "images/IMG000060_0.jpg"}
134
+ {"image_id": "IMG000060", "page_index": 1, "image_path": "images/IMG000060_1.jpg"}
135
+ {"image_id": "IMG000060", "page_index": 10, "image_path": "images/IMG000060_10.jpg"}
136
+ {"image_id": "IMG000060", "page_index": 11, "image_path": "images/IMG000060_11.jpg"}
137
+ {"image_id": "IMG000060", "page_index": 2, "image_path": "images/IMG000060_2.jpg"}
138
+ {"image_id": "IMG000060", "page_index": 3, "image_path": "images/IMG000060_3.jpg"}
139
+ {"image_id": "IMG000060", "page_index": 4, "image_path": "images/IMG000060_4.jpg"}
140
+ {"image_id": "IMG000060", "page_index": 5, "image_path": "images/IMG000060_5.jpg"}
141
+ {"image_id": "IMG000060", "page_index": 6, "image_path": "images/IMG000060_6.jpg"}
142
+ {"image_id": "IMG000060", "page_index": 7, "image_path": "images/IMG000060_7.jpg"}
143
+ {"image_id": "IMG000060", "page_index": 8, "image_path": "images/IMG000060_8.jpg"}
144
+ {"image_id": "IMG000060", "page_index": 9, "image_path": "images/IMG000060_9.jpg"}
145
+ {"image_id": "IMG000061", "page_index": 0, "image_path": "images/IMG000061_0.jpg"}
146
+ {"image_id": "IMG000061", "page_index": 1, "image_path": "images/IMG000061_1.jpg"}
147
+ {"image_id": "IMG000062", "page_index": 0, "image_path": "images/IMG000062_0.jpg"}
148
+ {"image_id": "IMG000063", "page_index": 2, "image_path": "images/IMG000063_2.jpg"}
149
+ {"image_id": "IMG000063", "page_index": 3, "image_path": "images/IMG000063_3.jpg"}
150
+ {"image_id": "IMG000063", "page_index": 4, "image_path": "images/IMG000063_4.jpg"}
151
+ {"image_id": "IMG000063", "page_index": 5, "image_path": "images/IMG000063_5.jpg"}
152
+ {"image_id": "IMG000063", "page_index": 6, "image_path": "images/IMG000063_6.jpg"}
153
+ {"image_id": "IMG000063", "page_index": 7, "image_path": "images/IMG000063_7.jpg"}
154
+ {"image_id": "IMG000063", "page_index": 8, "image_path": "images/IMG000063_8.jpg"}
155
+ {"image_id": "IMG000064", "page_index": 0, "image_path": "images/IMG000064_0.jpg"}
156
+ {"image_id": "IMG000065", "page_index": 0, "image_path": "images/IMG000065_0.jpg"}
157
+ {"image_id": "IMG000065", "page_index": 1, "image_path": "images/IMG000065_1.jpg"}
158
+ {"image_id": "IMG000066", "page_index": 0, "image_path": "images/IMG000066_0.jpg"}
159
+ {"image_id": "IMG000067", "page_index": 0, "image_path": "images/IMG000067_0.jpg"}
160
+ {"image_id": "IMG000068", "page_index": 0, "image_path": "images/IMG000068_0.jpg"}
161
+ {"image_id": "IMG000068", "page_index": 1, "image_path": "images/IMG000068_1.jpg"}
162
+ {"image_id": "IMG000068", "page_index": 10, "image_path": "images/IMG000068_10.jpg"}
163
+ {"image_id": "IMG000068", "page_index": 11, "image_path": "images/IMG000068_11.jpg"}
164
+ {"image_id": "IMG000068", "page_index": 12, "image_path": "images/IMG000068_12.jpg"}
165
+ {"image_id": "IMG000068", "page_index": 13, "image_path": "images/IMG000068_13.jpg"}
166
+ {"image_id": "IMG000068", "page_index": 14, "image_path": "images/IMG000068_14.jpg"}
167
+ {"image_id": "IMG000068", "page_index": 2, "image_path": "images/IMG000068_2.jpg"}
168
+ {"image_id": "IMG000068", "page_index": 3, "image_path": "images/IMG000068_3.jpg"}
169
+ {"image_id": "IMG000068", "page_index": 4, "image_path": "images/IMG000068_4.jpg"}
170
+ {"image_id": "IMG000068", "page_index": 5, "image_path": "images/IMG000068_5.jpg"}
171
+ {"image_id": "IMG000068", "page_index": 6, "image_path": "images/IMG000068_6.jpg"}
172
+ {"image_id": "IMG000068", "page_index": 7, "image_path": "images/IMG000068_7.jpg"}
173
+ {"image_id": "IMG000068", "page_index": 8, "image_path": "images/IMG000068_8.jpg"}
174
+ {"image_id": "IMG000068", "page_index": 9, "image_path": "images/IMG000068_9.jpg"}
175
+ {"image_id": "IMG000069", "page_index": 4, "image_path": "images/IMG000069_4.jpg"}
176
+ {"image_id": "IMG000069", "page_index": 5, "image_path": "images/IMG000069_5.jpg"}
177
+ {"image_id": "IMG000069", "page_index": 6, "image_path": "images/IMG000069_6.jpg"}
178
+ {"image_id": "IMG000070", "page_index": 0, "image_path": "images/IMG000070_0.jpg"}
179
+ {"image_id": "IMG000071", "page_index": 0, "image_path": "images/IMG000071_0.jpg"}
180
+ {"image_id": "IMG000072", "page_index": 0, "image_path": "images/IMG000072_0.jpg"}
181
+ {"image_id": "IMG000073", "page_index": 0, "image_path": "images/IMG000073_0.jpg"}
182
+ {"image_id": "IMG000074", "page_index": 0, "image_path": "images/IMG000074_0.jpg"}
183
+ {"image_id": "IMG000075", "page_index": 0, "image_path": "images/IMG000075_0.jpg"}
184
+ {"image_id": "IMG000076", "page_index": 0, "image_path": "images/IMG000076_0.jpg"}
185
+ {"image_id": "IMG000076", "page_index": 1, "image_path": "images/IMG000076_1.jpg"}
186
+ {"image_id": "IMG000076", "page_index": 10, "image_path": "images/IMG000076_10.jpg"}
187
+ {"image_id": "IMG000076", "page_index": 11, "image_path": "images/IMG000076_11.jpg"}
188
+ {"image_id": "IMG000076", "page_index": 2, "image_path": "images/IMG000076_2.jpg"}
189
+ {"image_id": "IMG000076", "page_index": 3, "image_path": "images/IMG000076_3.jpg"}
190
+ {"image_id": "IMG000076", "page_index": 4, "image_path": "images/IMG000076_4.jpg"}
191
+ {"image_id": "IMG000076", "page_index": 5, "image_path": "images/IMG000076_5.jpg"}
192
+ {"image_id": "IMG000076", "page_index": 6, "image_path": "images/IMG000076_6.jpg"}
193
+ {"image_id": "IMG000076", "page_index": 7, "image_path": "images/IMG000076_7.jpg"}
194
+ {"image_id": "IMG000076", "page_index": 8, "image_path": "images/IMG000076_8.jpg"}
195
+ {"image_id": "IMG000076", "page_index": 9, "image_path": "images/IMG000076_9.jpg"}
196
+ {"image_id": "IMG000077", "page_index": 0, "image_path": "images/IMG000077_0.jpg"}
197
+ {"image_id": "IMG000077", "page_index": 1, "image_path": "images/IMG000077_1.jpg"}
198
+ {"image_id": "IMG000077", "page_index": 10, "image_path": "images/IMG000077_10.jpg"}
199
+ {"image_id": "IMG000077", "page_index": 11, "image_path": "images/IMG000077_11.jpg"}
200
+ {"image_id": "IMG000077", "page_index": 2, "image_path": "images/IMG000077_2.jpg"}
card_samples/kb_sample.jsonl ADDED
@@ -0,0 +1,200 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"image_id": "IMG001211", "title": "大理国描工张胜温画梵像", "artist": "张胜温", "dynasty": "宋", "institution": "台北故宫博物院", "image_count": 1}
2
+ {"image_id": "IMG000001", "title": "山水图(十二开)", "artist": "龚贤", "dynasty": "清", "institution": "大都会博物馆", "image_count": 12}
3
+ {"image_id": "IMG000002", "title": "山水图(十六开)", "artist": "龚贤", "dynasty": "清", "institution": "大都会博物馆", "image_count": 3}
4
+ {"image_id": "IMG000003", "title": "冬景山水图", "artist": "龚贤", "dynasty": "清", "institution": "大都会博物馆", "image_count": 1}
5
+ {"image_id": "IMG000004", "title": "秋山楼阁图", "artist": "龚贤", "dynasty": "清", "institution": "京都国立博物馆", "image_count": 1}
6
+ {"image_id": "IMG000005", "title": "仿董巨山水图", "artist": "龚贤", "dynasty": "清", "institution": "克利夫兰艺术博物馆", "image_count": 1}
7
+ {"image_id": "IMG000006", "title": "水乡清夏图", "artist": "龚贤", "dynasty": "清", "institution": "克利夫兰艺术博物馆", "image_count": 1}
8
+ {"image_id": "IMG000007", "title": "山水图(四开)", "artist": "龚贤", "dynasty": "清", "institution": "斯德哥尔摩远东文物博物馆", "image_count": 4}
9
+ {"image_id": "IMG000008", "title": "曳杖过溪图", "artist": "梅清", "dynasty": "清", "institution": "大都会博物馆", "image_count": 1}
10
+ {"image_id": "IMG000009", "title": "黄山图(十开)", "artist": "梅清", "dynasty": "清", "institution": "克利夫兰艺术博物馆", "image_count": 10}
11
+ {"image_id": "IMG000010", "title": "仿古山水图(十二开)", "artist": "梅清", "dynasty": "清", "institution": "大都会博物馆", "image_count": 12}
12
+ {"image_id": "IMG000011", "title": "杏花春雨图", "artist": "梅清", "dynasty": "清", "institution": "印第安纳波利斯艺术博物馆", "image_count": 2}
13
+ {"image_id": "IMG000012", "title": "高士观瀑图", "artist": "梅清", "dynasty": "清", "institution": "克利夫兰艺术博物馆", "image_count": 1}
14
+ {"image_id": "IMG000013", "title": "杂画(“木犀雨时书”卷)", "artist": "徐渭", "dynasty": "明", "institution": "东京国立博物馆", "image_count": 12}
15
+ {"image_id": "IMG000014", "title": "蕉竹梅石图", "artist": "徐渭", "dynasty": "明", "institution": "斯德哥尔摩远东文物博物馆", "image_count": 1}
16
+ {"image_id": "IMG000015", "title": "秋树豆藤图", "artist": "唐寅", "dynasty": "明", "institution": "印第安纳波利斯艺术博物馆", "image_count": 1}
17
+ {"image_id": "IMG000016", "title": "梦筠图", "artist": "唐寅", "dynasty": "明", "institution": "东京国立博物馆", "image_count": 1}
18
+ {"image_id": "IMG000017", "title": "秋山高士图", "artist": "唐寅", "dynasty": "明", "institution": "克利夫兰艺术博物馆", "image_count": 1}
19
+ {"image_id": "IMG000018", "title": "山水图(八段)", "artist": "唐寅", "dynasty": "明", "institution": "大都会博物馆", "image_count": 8}
20
+ {"image_id": "IMG000019", "title": "华山图", "artist": "唐寅", "dynasty": "明", "institution": "克利夫兰艺术博物馆", "image_count": 1}
21
+ {"image_id": "IMG000020", "title": "独乐图", "artist": "仇英", "dynasty": "明", "institution": "克利夫兰艺术博物馆", "image_count": 2}
22
+ {"image_id": "IMG000021", "title": "赵孟𫖯写经换茶图", "artist": "仇英", "dynasty": "明", "institution": "克利夫兰艺术博物馆", "image_count": 1}
23
+ {"image_id": "IMG000022", "title": "山水人物图", "artist": "仇英", "dynasty": "明", "institution": "印第安纳波利斯艺术博物馆", "image_count": 10}
24
+ {"image_id": "IMG000023", "title": "送子观音图", "artist": "佚名", "dynasty": "明", "institution": "大都会博物馆", "image_count": 1}
25
+ {"image_id": "IMG000024", "title": "王元帅图", "artist": "佚名", "dynasty": "明", "institution": "大都会博物馆", "image_count": 1}
26
+ {"image_id": "IMG000025", "title": "竹鹤双清图", "artist": "佚名", "dynasty": "明", "institution": "大都会博物馆", "image_count": 1}
27
+ {"image_id": "IMG000026", "title": "白衣观音图", "artist": "佚名(宗泐赞)", "dynasty": "明", "institution": "大都会博物馆", "image_count": 1}
28
+ {"image_id": "IMG000027", "title": "鸟贩图", "artist": "佚名", "dynasty": "明", "institution": "大都会博物馆", "image_count": 1}
29
+ {"image_id": "IMG000028", "title": "离合山水图(对幅)", "artist": "佚名(杜贯道赞)", "dynasty": "明", "institution": "东京国立博物馆", "image_count": 2}
30
+ {"image_id": "IMG000029", "title": "柳荫试马图", "artist": "佚名(旧传元赵孟𫖯)", "dynasty": "明", "institution": "佛利尔·赛克勒美术馆", "image_count": 1}
31
+ {"image_id": "IMG000030", "title": "冬岸图", "artist": "佚名(旧传宋郭熙)", "dynasty": "明", "institution": "佛利尔·赛克勒美术馆", "image_count": 1}
32
+ {"image_id": "IMG000031", "title": "庭院戏婴图", "artist": "佚名(旧传五代周文矩)", "dynasty": "明", "institution": "佛利尔��赛克勒美术馆", "image_count": 1}
33
+ {"image_id": "IMG000032", "title": "锁谏图", "artist": "佚名(旧传唐阎立本)", "dynasty": "明", "institution": "佛利尔·赛克勒美术馆", "image_count": 3}
34
+ {"image_id": "IMG000033", "title": "旅人图", "artist": "佚名(旧传宋李迪)", "dynasty": "明", "institution": "佛利尔·赛克勒美术馆", "image_count": 1}
35
+ {"image_id": "IMG000034", "title": "罗汉补衲图", "artist": "佚名(旧传真慧)", "dynasty": "明", "institution": "佛利尔·赛克勒美术馆", "image_count": 1}
36
+ {"image_id": "IMG000035", "title": "花鸟图", "artist": "佚名(旧传唐边鸾)", "dynasty": "明", "institution": "佛利尔·赛克勒美术馆", "image_count": 1}
37
+ {"image_id": "IMG000036", "title": "罗汉图(二幅)", "artist": "佚名", "dynasty": "明", "institution": "京都国立博物馆", "image_count": 2}
38
+ {"image_id": "IMG000037", "title": "田家嫁娶图", "artist": "佚名(旧传宋李唐)", "dynasty": "明", "institution": "京都国立博物馆", "image_count": 2}
39
+ {"image_id": "IMG000038", "title": "芦鸭图", "artist": "佚名", "dynasty": "明", "institution": "克利夫兰艺术博物馆", "image_count": 1}
40
+ {"image_id": "IMG000039", "title": "释迦牟尼像", "artist": "佚名", "dynasty": "明", "institution": "克利夫兰艺术博物馆", "image_count": 1}
41
+ {"image_id": "IMG000040", "title": "月下听琴图", "artist": "佚名(周文矩款)", "dynasty": "明", "institution": "克利夫兰艺术博物馆", "image_count": 1}
42
+ {"image_id": "IMG000041", "title": "鱼藻图", "artist": "佚名", "dynasty": "明", "institution": "克利夫兰艺术博物馆", "image_count": 1}
43
+ {"image_id": "IMG000042", "title": "柱石呈祥图", "artist": "佚名(宋徽宗款)", "dynasty": "明", "institution": "斯德哥尔摩远东文物博物馆", "image_count": 2}
44
+ {"image_id": "IMG000043", "title": "高士图", "artist": "佚名", "dynasty": "明", "institution": "斯德哥尔摩远东文物博物馆", "image_count": 1}
45
+ {"image_id": "IMG000044", "title": "相马图", "artist": "佚名(汉臣款)", "dynasty": "明", "institution": "印第安纳波利斯艺术博物馆", "image_count": 1}
46
+ {"image_id": "IMG000045", "title": "奇峰高隐图", "artist": "佚名(唐寅款)", "dynasty": "明", "institution": "印第安纳波利斯艺术博物馆", "image_count": 1}
47
+ {"image_id": "IMG000046", "title": "竹林高士图", "artist": "佚名", "dynasty": "明", "institution": "印第安纳波利斯艺术博物馆", "image_count": 1}
48
+ {"image_id": "IMG000047", "title": "仿蓝瑛深山积雪图", "artist": "佚名", "dynasty": "明", "institution": "印第安纳波利斯艺术博物馆", "image_count": 1}
49
+ {"image_id": "IMG000048", "title": "月下松石图", "artist": "佚名(旧传元赵孟𫖯)", "dynasty": "明", "institution": "印第安纳波利斯艺术博物馆", "image_count": 1}
50
+ {"image_id": "IMG000049", "title": "西园雅集图", "artist": "佚名(仇英款)", "dynasty": "明", "institution": "印第安纳波利斯艺术博物馆", "image_count": 1}
51
+ {"image_id": "IMG000050", "title": "雪霁策驴图", "artist": "佚名(旧传宋夏圭)", "dynasty": "明", "institution": "印第安纳波利斯艺术博物馆", "image_count": 1}
52
+ {"image_id": "IMG000051", "title": "雪景山水图", "artist": "佚名(李唐款)", "dynasty": "明", "institution": "印第安纳波利斯艺术博物馆", "image_count": 1}
53
+ {"image_id": "IMG000052", "title": "清荫论道图", "artist": "石溪", "dynasty": "清", "institution": "斯德哥尔摩远东文物博物馆", "image_count": 1}
54
+ {"image_id": "IMG000053", "title": "山水图", "artist": "石溪", "dynasty": "清", "institution": "斯德哥尔摩远东文物博物馆", "image_count": 3}
55
+ {"image_id": "IMG000054", "title": "四季山水册(春)", "artist": "石溪", "dynasty": "清", "institution": "克利夫兰艺术博物馆", "image_count": 1}
56
+ {"image_id": "IMG000055", "title": "设色山水图", "artist": "石溪", "dynasty": "清", "institution": "斯德哥尔摩远东文物博物馆", "image_count": 1}
57
+ {"image_id": "IMG000056", "title": "山水图", "artist": "吴历", "dynasty": "清", "institution": "布鲁克林博物馆", "image_count": 1}
58
+ {"image_id": "IMG000057", "title": "山水图", "artist": "恽向", "dynasty": "清", "institution": "布鲁克林博物馆", "image_count": 1}
59
+ {"image_id": "IMG000058", "title": "山水图", "artist": "华嵒", "dynasty": "清", "institution": "布鲁克林博物馆", "image_count": 1}
60
+ {"image_id": "IMG000059", "title": "山房春溪图", "artist": "陈卓", "dynasty": "清", "institution": "布鲁克林博物馆", "image_count": 1}
61
+ {"image_id": "IMG000060", "title": "归去来图", "artist": "石涛", "dynasty": "清", "institution": "大都会博物馆", "image_count": 12}
62
+ {"image_id": "IMG000061", "title": "辋川图", "artist": "王原祁", "dynasty": "清", "institution": "大都会博物馆", "image_count": 2}
63
+ {"image_id": "IMG000062", "title": "秋景花鸟图", "artist": "吕纪", "dynasty": "明", "institution": "大都会博物馆", "image_count": 1}
64
+ {"image_id": "IMG000063", "title": "兰亭修禊图", "artist": "钱谷", "dynasty": "明", "institution": "大都会博物馆", "image_count": 7}
65
+ {"image_id": "IMG000064", "title": "九成宫图(十二条)", "artist": "袁江", "dynasty": "清", "institution": "大都会博物馆", "image_count": 1}
66
+ {"image_id": "IMG000065", "title": "乾隆南巡图(第四卷:黄淮交流)", "artist": "徐扬", "dynasty": "清", "institution": "大都会博物馆", "image_count": 2}
67
+ {"image_id": "IMG000066", "title": "头等侍卫呼尔查巴图鲁占音保像", "artist": "佚名", "dynasty": "清", "institution": "大都会博物馆", "image_count": 1}
68
+ {"image_id": "IMG000067", "title": "秋林人醉图", "artist": "石涛", "dynasty": "清", "institution": "大都会博物馆", "image_count": 1}
69
+ {"image_id": "IMG000068", "title": "乾隆南巡图(第六卷:大运河至苏州)", "artist": "徐扬", "dynasty": "清", "institution": "大都会博物馆", "image_count": 15}
70
+ {"image_id": "IMG000069", "title": "荆溪招隐图", "artist": "董其昌", "dynasty": "明", "institution": "大都会博物馆", "image_count": 3}
71
+ {"image_id": "IMG000070", "title": "雪归图", "artist": "戴进", "dynasty": "明", "institution": "大都会博物馆", "image_count": 1}
72
+ {"image_id": "IMG000071", "title": "准提佛母法像图", "artist": "陈洪绶", "dynasty": "明", "institution": "大都会博物馆", "image_count": 1}
73
+ {"image_id": "IMG000072", "title": "浔阳送客图", "artist": "丁云鹏", "dynasty": "明", "institution": "大都会博物馆", "image_count": 1}
74
+ {"image_id": "IMG000073", "title": "石泉图", "artist": "居节", "dynasty": "明", "institution": "大都会博物馆", "image_count": 1}
75
+ {"image_id": "IMG000074", "title": "筿园饮酒图", "artist": "罗聘", "dynasty": "清", "institution": "大都会博物馆", "image_count": 1}
76
+ {"image_id": "IMG000075", "title": "伏生授经图", "artist": "杜堇", "dynasty": "明", "institution": "大都会博物馆", "image_count": 1}
77
+ {"image_id": "IMG000076", "title": "仿宋元山水图(十二开)", "artist": "蓝瑛", "dynasty": "明", "institution": "大都会博物馆", "image_count": 12}
78
+ {"image_id": "IMG000077", "title": "野色图", "artist": "石涛", "dynasty": "清", "institution": "大都会博物馆", "image_count": 12}
79
+ {"image_id": "IMG000078", "title": "黄山三十六峰意图", "artist": "石涛", "dynasty": "清", "institution": "大都会博物馆", "image_count": 1}
80
+ {"image_id": "IMG000079", "title": "仿古山水图(十开)", "artist": "恽向", "dynasty": "清", "institution": "大都会博物馆", "image_count": 10}
81
+ {"image_id": "IMG000080", "title": "墨井草堂消夏图", "artist": "吴历", "dynasty": "清", "institution": "大都会博物馆", "image_count": 4}
82
+ {"image_id": "IMG000081", "title": "仿李成雪霁图", "artist": "王翚", "dynasty": "清", "institution": "大都会博物馆", "image_count": 1}
83
+ {"image_id": "IMG000082", "title": "花石图", "artist": "石涛", "dynasty": "清", "institution": "大都会博物馆", "image_count": 1}
84
+ {"image_id": "IMG000083", "title": "太行山色图", "artist": "王翚", "dynasty": "清", "institution": "大都会博物馆", "image_count": 1}
85
+ {"image_id": "IMG000084", "title": "红友图", "artist": "蓝瑛", "dynasty": "明", "institution": "大都会博物馆", "image_count": 1}
86
+ {"image_id": "IMG000085", "title": "拙政园图诗册", "artist": "文征明", "dynasty": "明", "institution": "大都会博物馆", "image_count": 8}
87
+ {"image_id": "IMG000086", "title": "康熙南巡图(卷三:济南至泰山)", "artist": "王翚等", "dynasty": "清", "institution": "大都会博物馆", "image_count": 16}
88
+ {"image_id": "IMG000087", "title": "溪山秋色图", "artist": "沈周", "dynasty": "明", "institution": "大都会博物馆", "image_count": 2}
89
+ {"image_id": "IMG000088", "title": "溪山樾馆图", "artist": "董其昌", "dynasty": "明", "institution": "大都会博物馆", "image_count": 1}
90
+ {"image_id": "IMG000089", "title": "仿黄公望山水图", "artist": "王时敏", "dynasty": "清", "institution": "大都会博物馆", "image_count": 1}
91
+ {"image_id": "IMG000090", "title": "庐山草堂图", "artist": "石涛", "dynasty": "清", "institution": "大都会博物馆", "image_count": 1}
92
+ {"image_id": "IMG000091", "title": "渔隐图", "artist": "周文靖", "dynasty": "明", "institution": "大都会博物馆", "image_count": 1}
93
+ {"image_id": "IMG000092", "title": "万古春风图", "artist": "张祐", "dynasty": "明", "institution": "大都会博物馆", "image_count": 1}
94
+ {"image_id": "IMG000093", "title": "重九山水图", "artist": "石涛", "dynasty": "清", "institution": "大都会博物馆", "image_count": 1}
95
+ {"image_id": "IMG000094", "title": "山水图", "artist": "张瑞图", "dynasty": "明", "institution": "大都会博物馆", "image_count": 1}
96
+ {"image_id": "IMG000095", "title": "山水花鸟图(八开)", "artist": "项圣谟", "dynasty": "明", "institution": "大都会博物馆", "image_count": 8}
97
+ {"image_id": "IMG000096", "title": "白菊图", "artist": "项圣谟", "dynasty": "明", "institution": "大都会博物馆", "image_count": 1}
98
+ {"image_id": "IMG000097", "title": "溪山行旅图", "artist": "吴历", "dynasty": "清", "institution": "大都会博物馆", "image_count": 1}
99
+ {"image_id": "IMG000098", "title": "兰竹图", "artist": "郑燮", "dynasty": "清", "institution": "大都会博物馆", "image_count": 7}
100
+ {"image_id": "IMG000099", "title": "为项元汴画山水图", "artist": "文嘉", "dynasty": "明", "institution": "大都会博物馆", "image_count": 1}
101
+ {"image_id": "IMG000100", "title": "岁寒清白图", "artist": "徐敬", "dynasty": "明", "institution": "大都会博物馆", "image_count": 1}
102
+ {"image_id": "IMG000101", "title": "游张公洞图", "artist": "石涛", "dynasty": "清", "institution": "大都会博物馆", "image_count": 1}
103
+ {"image_id": "IMG000102", "title": "江山渔乐图", "artist": "王绂", "dynasty": "明", "institution": "大都会博物馆", "image_count": 14}
104
+ {"image_id": "IMG000103", "title": "游仙图", "artist": "沈希远(传)", "dynasty": "明", "institution": "大都会博物馆", "image_count": 1}
105
+ {"image_id": "IMG000104", "title": "风雨竹神图", "artist": "石涛", "dynasty": "清", "institution": "大都会博物馆", "image_count": 1}
106
+ {"image_id": "IMG000105", "title": "山水人物花卉图(十二开)", "artist": "陈洪绶", "dynasty": "明", "institution": "大都会博物馆", "image_count": 12}
107
+ {"image_id": "IMG000106", "title": "仿黄公望山水图", "artist": "莫是龙", "dynasty": "明", "institution": "大都会博物馆", "image_count": 1}
108
+ {"image_id": "IMG000107", "title": "十六应真图", "artist": "石涛", "dynasty": "清", "institution": "大都会博物馆", "image_count": 8}
109
+ {"image_id": "IMG000108", "title": "种菊图", "artist": "陆治", "dynasty": "明", "institution": "大都会博物馆", "image_count": 1}
110
+ {"image_id": "IMG000109", "title": "十六罗汉图", "artist": "吴彬", "dynasty": "明", "institution": "大都会博物馆", "image_count": 2}
111
+ {"image_id": "IMG000110", "title": "山水图(八开)", "artist": "董其昌", "dynasty": "明", "institution": "大都会博物馆", "image_count": 8}
112
+ {"image_id": "IMG000111", "title": "梅花图(十二开)", "artist": "金农", "dynasty": "清", "institution": "大都会博物馆", "image_count": 12}
113
+ {"image_id": "IMG000112", "title": "山水图(四开)", "artist": "叶欣", "dynasty": "清", "institution": "大都会博物馆", "image_count": 4}
114
+ {"image_id": "IMG000113", "title": "山水图(十二开)", "artist": "张风", "dynasty": "清", "institution": "大都会博物馆", "image_count": 12}
115
+ {"image_id": "IMG000114", "title": "景敷四气冬景图(十二开)", "artist": "钱维城", "dynasty": "清", "institution": "大都会博物馆", "image_count": 12}
116
+ {"image_id": "IMG000115", "title": "山水图(十二开)", "artist": "戴本孝", "dynasty": "清", "institution": "大都会博物馆", "image_count": 12}
117
+ {"image_id": "IMG000116", "title": "清风高节图", "artist": "夏㫤", "dynasty": "明", "institution": "大都会博物馆", "image_count": 1}
118
+ {"image_id": "IMG000117", "title": "后赤壁赋图", "artist": "张瑞图", "dynasty": "明", "institution": "大都会博物馆", "image_count": 1}
119
+ {"image_id": "IMG000118", "title": "山水图", "artist": "陈洪绶", "dynasty": "明", "institution": "大都会博物馆", "image_count": 1}
120
+ {"image_id": "IMG000119", "title": "为玉翁作山水图(八开)", "artist": "樊圻", "dynasty": "清", "institution": "大都会博物馆", "image_count": 8}
121
+ {"image_id": "IMG000120", "title": "莲塘戏禽图", "artist": "八大山人", "dynasty": "清", "institution": "大都会博物馆", "image_count": 4}
122
+ {"image_id": "IMG000121", "title": "鱼石图", "artist": "八大山人", "dynasty": "清", "institution": "大都会博物馆", "image_count": 1}
123
+ {"image_id": "IMG000122", "title": "山水(十二开)", "artist": "八大山人", "dynasty": "清", "institution": "大都会博物馆", "image_count": 12}
124
+ {"image_id": "IMG000123", "title": "山水人物图", "artist": "石涛", "dynasty": "清", "institution": "大都会博物馆", "image_count": 1}
125
+ {"image_id": "IMG000124", "title": "山水图", "artist": "石涛", "dynasty": "清", "institution": "大都会博物馆", "image_count": 1}
126
+ {"image_id": "IMG000125", "title": "山水(八开)", "artist": "石涛", "dynasty": "清", "institution": "大都会博物馆", "image_count": 8}
127
+ {"image_id": "IMG000126", "title": "四季山水图", "artist": "石涛", "dynasty": "清", "institution": "大都会博物馆", "image_count": 8}
128
+ {"image_id": "IMG000127", "title": "江国纶垂图", "artist": "王原祁", "dynasty": "清", "institution": "大都会博物馆", "image_count": 1}
129
+ {"image_id": "IMG000128", "title": "文饮图", "artist": "姚绶", "dynasty": "明", "institution": "大都会博物馆", "image_count": 2}
130
+ {"image_id": "IMG000129", "title": "高山图", "artist": "侯懋功", "dynasty": "明", "institution": "大都会博物馆", "image_count": 1}
131
+ {"image_id": "IMG000130", "title": "观画图", "artist": "张路", "dynasty": "明", "institution": "大都会博物馆", "image_count": 1}
132
+ {"image_id": "IMG000131", "title": "仿巨然溪山高士图", "artist": "王鉴", "dynasty": "清", "institution": "大都会博物馆", "image_count": 1}
133
+ {"image_id": "IMG000132", "title": "搜山图", "artist": "郑重", "dynasty": "明", "institution": "大都会博物馆", "image_count": 18}
134
+ {"image_id": "IMG000133", "title": "天台异松图", "artist": "戴本孝", "dynasty": "清", "institution": "大都会博物馆", "image_count": 1}
135
+ {"image_id": "IMG000134", "title": "观瀑图", "artist": "钟礼", "dynasty": "明", "institution": "大都会博物馆", "image_count": 1}
136
+ {"image_id": "IMG000135", "title": "二鹰图", "artist": "林良", "dynasty": "明", "institution": "大都会博物馆", "image_count": 1}
137
+ {"image_id": "IMG000136", "title": "溪山雪泛图", "artist": "蓝孟", "dynasty": "清", "institution": "大都会博物馆", "image_count": 1}
138
+ {"image_id": "IMG000137", "title": "称书图", "artist": "郭诩", "dynasty": "明", "institution": "大都会博物馆", "image_count": 1}
139
+ {"image_id": "IMG000138", "title": "杂画册", "artist": "陈洪绶/陈字", "dynasty": "明/清", "institution": "大都会博物馆", "image_count": 11}
140
+ {"image_id": "IMG000139", "title": "橅古图(十二开)", "artist": "陈洪绶", "dynasty": "明", "institution": "大都会博物馆", "image_count": 12}
141
+ {"image_id": "IMG000140", "title": "鸳鸯芙蓉图", "artist": "吕纪", "dynasty": "明", "institution": "大都会博物馆", "image_count": 1}
142
+ {"image_id": "IMG000141", "title": "纳谏图", "artist": "刘俊", "dynasty": "明", "institution": "大都会博物馆", "image_count": 1}
143
+ {"image_id": "IMG000142", "title": "古木酒仙图", "artist": "陈子和", "dynasty": "明", "institution": "大都会博物馆", "image_count": 1}
144
+ {"image_id": "IMG000143", "title": "拟古山水图(十开)", "artist": "高岑", "dynasty": "清", "institution": "大都会博物馆", "image_count": 10}
145
+ {"image_id": "IMG000144", "title": "说诗图", "artist": "高简", "dynasty": "清", "institution": "大都会博物馆", "image_count": 2}
146
+ {"image_id": "IMG000145", "title": "云山图", "artist": "法若真", "dynasty": "清", "institution": "大都会博物馆", "image_count": 1}
147
+ {"image_id": "IMG000146", "title": "一鳜禾蟹图", "artist": "刘节", "dynasty": "明", "institution": "大都会博物馆", "image_count": 1}
148
+ {"image_id": "IMG000147", "title": "抑斋曾叔祖八十五龄寿像", "artist": "阮祖德", "dynasty": "明", "institution": "大都会博物馆", "image_count": 1}
149
+ {"image_id": "IMG000148", "title": "老妇像", "artist": "阮祖德", "dynasty": "明", "institution": "大都会博物馆", "image_count": 1}
150
+ {"image_id": "IMG000149", "title": "白鹤岭图", "artist": "叶欣", "dynasty": "清", "institution": "大都会博物馆", "image_count": 1}
151
+ {"image_id": "IMG000150", "title": "唐诗意山水图(六开)", "artist": "盛茂烨", "dynasty": "明", "institution": "大都会博物馆", "image_count": 1}
152
+ {"image_id": "IMG000151", "title": "山水图(八开)", "artist": "樊圻", "dynasty": "清", "institution": "大都会博物馆", "image_count": 8}
153
+ {"image_id": "IMG000152", "title": "二鹰图", "artist": "八大山人", "dynasty": "清", "institution": "大都会博物馆", "image_count": 1}
154
+ {"image_id": "IMG000153", "title": "夜雨泊舟图", "artist": "沈周", "dynasty": "明", "institution": "大都会博物馆", "image_count": 1}
155
+ {"image_id": "IMG000154", "title": "楼居图", "artist": "文征明", "dynasty": "明", "institution": "大都会博物馆", "image_count": 1}
156
+ {"image_id": "IMG000155", "title": "墨梅图(八开)", "artist": "李方膺", "dynasty": "清", "institution": "大都会博物馆", "image_count": 8}
157
+ {"image_id": "IMG000156", "title": "山水花鸟人物图册", "artist": "陈洪绶", "dynasty": "明", "institution": "大都会博物馆", "image_count": 12}
158
+ {"image_id": "IMG000157", "title": "仿宋元山水图(十开)", "artist": "恽寿平", "dynasty": "清", "institution": "大都会博物馆", "image_count": 10}
159
+ {"image_id": "IMG000158", "title": "苍鹰搏雁图", "artist": "毛翀", "dynasty": "明", "institution": "东京国立博物馆", "image_count": 1}
160
+ {"image_id": "IMG000159", "title": "老松图", "artist": "金湜", "dynasty": "明", "institution": "东京国立博物馆", "image_count": 1}
161
+ {"image_id": "IMG000160", "title": "山水图", "artist": "李在", "dynasty": "明", "institution": "东京国立博物馆", "image_count": 1}
162
+ {"image_id": "IMG000161", "title": "山水图", "artist": "王谔", "dynasty": "明", "institution": "东京国立博物馆", "image_count": 1}
163
+ {"image_id": "IMG000162", "title": "四万山水图(四幅)", "artist": "文伯仁", "dynasty": "明", "institution": "东京国立博物馆", "image_count": 4}
164
+ {"image_id": "IMG000163", "title": "狮子图", "artist": "周全", "dynasty": "明", "institution": "东京国立博物馆", "image_count": 1}
165
+ {"image_id": "IMG000164", "title": "山水图", "artist": "石涛", "dynasty": "清", "institution": "东京国立博物馆", "image_count": 1}
166
+ {"image_id": "IMG000165", "title": "书画合璧册", "artist": "董其昌", "dynasty": "明", "institution": "东京国立博物馆", "image_count": 7}
167
+ {"image_id": "IMG000166", "title": "溪山仙馆图", "artist": "董其昌", "dynasty": "明", "institution": "东京国立博物馆", "image_count": 1}
168
+ {"image_id": "IMG000167", "title": "四季花鸟图(四幅)", "artist": "吕纪", "dynasty": "明", "institution": "东京国立博物馆", "image_count": 1}
169
+ {"image_id": "IMG000168", "title": "花卉图(四条)", "artist": "赵之谦", "dynasty": "清", "institution": "东京国立博物馆", "image_count": 4}
170
+ {"image_id": "IMG000169", "title": "花卉图(四条)", "artist": "赵之谦", "dynasty": "清", "institution": "东京国立博物馆", "image_count": 4}
171
+ {"image_id": "IMG000170", "title": "观音图", "artist": "吴彬(传)", "dynasty": "明", "institution": "佛利尔·赛克勒美术馆", "image_count": 1}
172
+ {"image_id": "IMG000171", "title": "水禽图", "artist": "林良", "dynasty": "明", "institution": "佛利尔·赛克勒美术馆", "image_count": 1}
173
+ {"image_id": "IMG000172", "title": "卖货郎图(对幅)", "artist": "吕文英", "dynasty": "明", "institution": "东京艺术大学", "image_count": 2}
174
+ {"image_id": "IMG000173", "title": "九段锦图册", "artist": "沈周", "dynasty": "明", "institution": "京都国立博物馆", "image_count": 6}
175
+ {"image_id": "IMG000174", "title": "山水图", "artist": "黄道周", "dynasty": "明", "institution": "京都国立博物馆", "image_count": 1}
176
+ {"image_id": "IMG000175", "title": "山水图", "artist": "恽向", "dynasty": "清", "institution": "京都国立博物馆", "image_count": 1}
177
+ {"image_id": "IMG000176", "title": "山水图", "artist": "陆治", "dynasty": "明", "institution": "京都国立博物馆", "image_count": 1}
178
+ {"image_id": "IMG000177", "title": "白云绮树图", "artist": "蓝深", "dynasty": "清", "institution": "京都国立博物馆", "image_count": 1}
179
+ {"image_id": "IMG000178", "title": "墨竹图", "artist": "詹仲和", "dynasty": "明", "institution": "京都国立博物馆", "image_count": 1}
180
+ {"image_id": "IMG000179", "title": "五百罗汉图(五幅)", "artist": "丁云鹏/盛茂烨", "dynasty": "明", "institution": "京都国立博物馆", "image_count": 5}
181
+ {"image_id": "IMG000180", "title": "山水图", "artist": "张路", "dynasty": "明", "institution": "京都国立博物馆", "image_count": 1}
182
+ {"image_id": "IMG000181", "title": "送别图", "artist": "王谔", "dynasty": "明", "institution": "京都国立博物馆", "image_count": 10}
183
+ {"image_id": "IMG000182", "title": "仿黄公望山水图", "artist": "王鉴", "dynasty": "清", "institution": "京都国立博物馆", "image_count": 1}
184
+ {"image_id": "IMG000183", "title": "赠高阳先生小景图", "artist": "王翚", "dynasty": "清", "institution": "京都国立博物馆", "image_count": 1}
185
+ {"image_id": "IMG000184", "title": "仿元四大家山水图(四幅)", "artist": "王原祁", "dynasty": "清", "institution": "京都国立博物馆", "image_count": 1}
186
+ {"image_id": "IMG000185", "title": "黄山图", "artist": "石涛", "dynasty": "清", "institution": "京都国立博物馆", "image_count": 11}
187
+ {"image_id": "IMG000186", "title": "指画山水图(十二开)", "artist": "高其佩", "dynasty": "清", "institution": "京都国立博物馆", "image_count": 5}
188
+ {"image_id": "IMG000187", "title": "袁枚像", "artist": "罗聘", "dynasty": "清", "institution": "京都国立博物馆", "image_count": 1}
189
+ {"image_id": "IMG000188", "title": "花鸟图", "artist": "孙师昌", "dynasty": "清", "institution": "京都国立博物馆", "image_count": 1}
190
+ {"image_id": "IMG000189", "title": "梅花图(十四开)", "artist": "李方膺", "dynasty": "清", "institution": "京都国立博物馆", "image_count": 14}
191
+ {"image_id": "IMG000190", "title": "牡丹图", "artist": "张熊", "dynasty": "清", "institution": "京都国立博物馆", "image_count": 1}
192
+ {"image_id": "IMG000191", "title": "墨梅图", "artist": "吴昌硕", "dynasty": "清", "institution": "京都国立博物馆", "image_count": 1}
193
+ {"image_id": "IMG000192", "title": "墨松图", "artist": "吴昌硕", "dynasty": "清", "institution": "京都国立博物馆", "image_count": 1}
194
+ {"image_id": "IMG000193", "title": "松竹梅图(三条)", "artist": "吴昌硕", "dynasty": "清", "institution": "京都国立博物馆", "image_count": 3}
195
+ {"image_id": "IMG000194", "title": "仿倪瓒山水图", "artist": "沈周", "dynasty": "明", "institution": "京都国立博物馆", "image_count": 1}
196
+ {"image_id": "IMG000195", "title": "跃鱼飞鸟图", "artist": "胡镇", "dynasty": "明", "institution": "京都国立博物馆", "image_count": 1}
197
+ {"image_id": "IMG000196", "title": "武陵桃源图", "artist": "石锐(传)", "dynasty": "明", "institution": "克利夫兰艺术博物馆", "image_count": 1}
198
+ {"image_id": "IMG000197", "title": "墨兰图", "artist": "石涛", "dynasty": "清", "institution": "克利夫兰艺术博物馆", "image_count": 1}
199
+ {"image_id": "IMG000198", "title": "鱼石图", "artist": "八大山人", "dynasty": "清", "institution": "克利夫兰艺术博物馆", "image_count": 1}
200
+ {"image_id": "IMG000199", "title": "仿王蒙修竹远山图", "artist": "王翚", "dynasty": "清", "institution": "克利夫兰艺术博物馆", "image_count": 1}
card_samples/questions_sample.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
card_samples/summary.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "kb_rows": 200,
3
+ "image_rows": 200,
4
+ "question_rows": 112,
5
+ "annotation_rows": 240,
6
+ "out_dir": "hf_repo\\card_samples"
7
+ }
questions/by_type/ER_choice.jsonl CHANGED
The diff for this file is too large to render. See raw diff
 
questions/by_type/ER_fillin.jsonl CHANGED
The diff for this file is too large to render. See raw diff
 
questions/by_type/TR_choice.jsonl CHANGED
The diff for this file is too large to render. See raw diff
 
questions/by_type/TR_fillin.jsonl CHANGED
The diff for this file is too large to render. See raw diff
 
viewer/gallery.jsonl DELETED
The diff for this file is too large to render. See raw diff
 
viewer/parquet/gallery.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:b88150b1181b246bccc314480b27fb5a34031388628fc74032fb4da31a23fc0b
3
- size 403999
 
 
 
 
viewer/parquet/qa_by_type/CC.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:0366efc155bbf565f59cadef5d455ba8f15234de0306a32ebf0dabb9695f18b4
3
- size 828202
 
 
 
 
viewer/parquet/qa_by_type/ER_choice.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:efcbe64d9d2161c64dcb1a1d1a56fe299afbcdc654af3e00789c73e9918ac32c
3
- size 578746
 
 
 
 
viewer/parquet/qa_by_type/ER_fillin.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:8e932816c49e5436c3df7ae85f11e04cb55e3741c910bd15dcad83ed59ce3833
3
- size 305514
 
 
 
 
viewer/parquet/qa_by_type/IR.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:5c7d58ccb909abaa1395eb8d87f8e4eee5fcdf828587eaee43442013426ab24c
3
- size 227385
 
 
 
 
viewer/parquet/qa_by_type/ITT_MHQA_choice.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:94239082542cdf8bcf2c97746a429c15fe05f46dcc8ff9aa72a2e18e85e125d8
3
- size 338715
 
 
 
 
viewer/parquet/qa_by_type/ITT_MHQA_fillin.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:13b5612e5e49921b4b920a2b87f20d686b36dc8338db60e65d5518bc3591192a
3
- size 312580
 
 
 
 
viewer/parquet/qa_by_type/MITT_MHQA_choice.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:e2c15892a8927cb92cf9e1607ddb199783fb4b11046203d170fd6d9c60abbf43
3
- size 186125
 
 
 
 
viewer/parquet/qa_by_type/MITT_MHQA_fillin.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:59f9aebda8d6a30ba806bde6dd77ddb68c1e7ee29673416121689edbbba4da7d
3
- size 174502
 
 
 
 
viewer/parquet/qa_by_type/PR.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:088bcb0dcc1f6295e2c5fb6e6ceabbfdf7d8b6e01ce39e4148a994dc306ec486
3
- size 945052
 
 
 
 
viewer/parquet/qa_by_type/SR.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:e91acf1e2298d2094cde9078ed6d2d312ab87f0da696a54864d67ecde68c07db
3
- size 254040
 
 
 
 
viewer/parquet/qa_by_type/TR_choice.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:50a340e85659b01c63231cb7561b00bbe91999d7ded73582787f55e2822c2694
3
- size 402571
 
 
 
 
viewer/parquet/qa_by_type/TR_fillin.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:67862bb364775f1777595ec9426b89ec02bb4d23cea4513ed02ef6f430e77279
3
- size 296837
 
 
 
 
viewer/parquet/qa_by_type/TTI.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:f63cdf01bf5a9e4b7f67c57fc0e85db64c80deb45771c67ca6b7a388112c65f5
3
- size 404351
 
 
 
 
viewer/parquet/qa_by_type/VA.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:7c3fa6c76c2fb1fbf61c4cd4f490ea1403294e1bbd3353a400bb9c92777e86ab
3
- size 920214
 
 
 
 
viewer/parquet/qa_index.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:9e01a97ba1c5e6e5ad0aa057adc300caff9508c7a7b414605e665b8e4a98416f
3
- size 2540
 
 
 
 
viewer/qa_by_type/CC.jsonl DELETED
The diff for this file is too large to render. See raw diff
 
viewer/qa_by_type/ER_choice.jsonl DELETED
The diff for this file is too large to render. See raw diff
 
viewer/qa_by_type/ER_fillin.jsonl DELETED
The diff for this file is too large to render. See raw diff
 
viewer/qa_by_type/IR.jsonl DELETED
The diff for this file is too large to render. See raw diff
 
viewer/qa_by_type/ITT_MHQA_choice.jsonl DELETED
The diff for this file is too large to render. See raw diff
 
viewer/qa_by_type/ITT_MHQA_fillin.jsonl DELETED
The diff for this file is too large to render. See raw diff
 
viewer/qa_by_type/MITT_MHQA_choice.jsonl DELETED
The diff for this file is too large to render. See raw diff
 
viewer/qa_by_type/MITT_MHQA_fillin.jsonl DELETED
The diff for this file is too large to render. See raw diff
 
viewer/qa_by_type/PR.jsonl DELETED
The diff for this file is too large to render. See raw diff
 
viewer/qa_by_type/SR.jsonl DELETED
The diff for this file is too large to render. See raw diff
 
viewer/qa_by_type/TR_choice.jsonl DELETED
The diff for this file is too large to render. See raw diff
 
viewer/qa_by_type/TR_fillin.jsonl DELETED
The diff for this file is too large to render. See raw diff
 
viewer/qa_by_type/TTI.jsonl DELETED
The diff for this file is too large to render. See raw diff
 
viewer/qa_by_type/VA.jsonl DELETED
The diff for this file is too large to render. See raw diff
 
viewer/qa_index.jsonl DELETED
@@ -1,14 +0,0 @@
1
- {"source_file": "CC.jsonl", "source_rows": 922, "preview_rows": 800, "preview_note": "Top 800 rows sampled for viewer"}
2
- {"source_file": "ER_choice.jsonl", "source_rows": 2875, "preview_rows": 800, "preview_note": "Top 800 rows sampled for viewer"}
3
- {"source_file": "ER_fillin.jsonl", "source_rows": 1279, "preview_rows": 800, "preview_note": "Top 800 rows sampled for viewer"}
4
- {"source_file": "IR.jsonl", "source_rows": 2351, "preview_rows": 800, "preview_note": "Top 800 rows sampled for viewer"}
5
- {"source_file": "ITT_MHQA_choice.jsonl", "source_rows": 5290, "preview_rows": 800, "preview_note": "Top 800 rows sampled for viewer"}
6
- {"source_file": "ITT_MHQA_fillin.jsonl", "source_rows": 5290, "preview_rows": 800, "preview_note": "Top 800 rows sampled for viewer"}
7
- {"source_file": "MITT_MHQA_choice.jsonl", "source_rows": 330, "preview_rows": 330, "preview_note": "Top 330 rows sampled for viewer"}
8
- {"source_file": "MITT_MHQA_fillin.jsonl", "source_rows": 330, "preview_rows": 330, "preview_note": "Top 330 rows sampled for viewer"}
9
- {"source_file": "PR.jsonl", "source_rows": 922, "preview_rows": 800, "preview_note": "Top 800 rows sampled for viewer"}
10
- {"source_file": "SR.jsonl", "source_rows": 1792, "preview_rows": 800, "preview_note": "Top 800 rows sampled for viewer"}
11
- {"source_file": "TR_choice.jsonl", "source_rows": 1312, "preview_rows": 800, "preview_note": "Top 800 rows sampled for viewer"}
12
- {"source_file": "TR_fillin.jsonl", "source_rows": 1312, "preview_rows": 800, "preview_note": "Top 800 rows sampled for viewer"}
13
- {"source_file": "TTI.jsonl", "source_rows": 1210, "preview_rows": 800, "preview_note": "Top 800 rows sampled for viewer"}
14
- {"source_file": "VA.jsonl", "source_rows": 922, "preview_rows": 800, "preview_note": "Top 800 rows sampled for viewer"}