danding12315 commited on
Commit
59b8a68
·
verified ·
1 Parent(s): 76fd28c

Add files using upload-large-folder tool

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
.gitattributes ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ pics/10_img_00002.png filter=lfs diff=lfs merge=lfs -text
2
+ pics/10_img_00005.png filter=lfs diff=lfs merge=lfs -text
3
+ pics/10_img_00001.png filter=lfs diff=lfs merge=lfs -text
4
+ pics/10_img_00006.png filter=lfs diff=lfs merge=lfs -text
5
+ pics/10_img_00004.png filter=lfs diff=lfs merge=lfs -text
6
+ pics/10_img_00003.png filter=lfs diff=lfs merge=lfs -text
7
+ pics/10_img_00008.png filter=lfs diff=lfs merge=lfs -text
8
+ pics/10_img_00010.png filter=lfs diff=lfs merge=lfs -text
9
+ pics/10_img_00007.png filter=lfs diff=lfs merge=lfs -text
10
+ pics/10_img_00009.png filter=lfs diff=lfs merge=lfs -text
11
+ pics/10_img_00014.png filter=lfs diff=lfs merge=lfs -text
12
+ pics/10_img_00011.png filter=lfs diff=lfs merge=lfs -text
13
+ pics/10_img_00018.png filter=lfs diff=lfs merge=lfs -text
14
+ pics/10_img_00013.png filter=lfs diff=lfs merge=lfs -text
15
+ pics/10_img_00012.png filter=lfs diff=lfs merge=lfs -text
16
+ pics/10_img_00015.png filter=lfs diff=lfs merge=lfs -text
17
+ pics/10_img_00016.png filter=lfs diff=lfs merge=lfs -text
18
+ pics/10_img_00017.png filter=lfs diff=lfs merge=lfs -text
19
+ pics/10_img_00019.png filter=lfs diff=lfs merge=lfs -text
20
+ pics/10_img_00021.png filter=lfs diff=lfs merge=lfs -text
21
+ pics/10_img_00020.png filter=lfs diff=lfs merge=lfs -text
22
+ pics/10_img_00022.png filter=lfs diff=lfs merge=lfs -text
23
+ pics/10_img_00023.png filter=lfs diff=lfs merge=lfs -text
24
+ pics/10_img_00024.png filter=lfs diff=lfs merge=lfs -text
25
+ pics/10_img_00025.png filter=lfs diff=lfs merge=lfs -text
26
+ pics/10_img_00027.png filter=lfs diff=lfs merge=lfs -text
27
+ pics/10_img_00026.png filter=lfs diff=lfs merge=lfs -text
28
+ pics/10_img_00029.png filter=lfs diff=lfs merge=lfs -text
29
+ pics/10_img_00028.png filter=lfs diff=lfs merge=lfs -text
30
+ pics/10_img_00030.png filter=lfs diff=lfs merge=lfs -text
31
+ pics/10_img_00031.png filter=lfs diff=lfs merge=lfs -text
32
+ pics/10_img_00032.png filter=lfs diff=lfs merge=lfs -text
33
+ pics/10_img_00033.png filter=lfs diff=lfs merge=lfs -text
34
+ pics/10_img_00035.png filter=lfs diff=lfs merge=lfs -text
35
+ pics/10_img_00034.png filter=lfs diff=lfs merge=lfs -text
36
+ pics/10_img_00036.png filter=lfs diff=lfs merge=lfs -text
37
+ pics/10_img_00037.png filter=lfs diff=lfs merge=lfs -text
38
+ pics/10_img_00038.png filter=lfs diff=lfs merge=lfs -text
39
+ pics/10_img_00039.png filter=lfs diff=lfs merge=lfs -text
40
+ pics/10_img_00040.png filter=lfs diff=lfs merge=lfs -text
41
+ pics/10_img_00042.png filter=lfs diff=lfs merge=lfs -text
42
+ pics/10_img_00041.png filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ # 汽车座舱人类异常行为数据集 (Cabin Human ABNORMAL Behavior Dataset)
3
+
4
+ ## 数据集描述
5
+
6
+ 此数据集包含汽车座舱中左右乘客的异常行为图像及其标签。数据集分为训练集和测试集,以便于模型训练和评估。
7
+
8
+ ## 数据格式
9
+
10
+ 数据集以JSON格式提供,包含以下字段:
11
+
12
+ - `image_id`: 图像ID
13
+ - `image_path`: 图像路径
14
+ - `category`: 行为类别
15
+ - `tags`: 行为标签
16
+ - `behaviors`: 包含左右乘客行为描述的对象
17
+ - `left_passenger`: 左侧乘客行为描述
18
+ - `right_passenger`: 右侧乘客行为描述
19
+
20
+ ## 数据集统计
21
+
22
+ - 总数据量:4300条
23
+ - 训练集:3440条
24
+ - 测试集:860条
25
+ - 类别数:43个
26
+
27
+ ## 使用方法
28
+
29
+ ```python
30
+ from datasets import load_dataset
31
+
32
+ # 加载数据集
33
+ dataset = load_dataset("XAILab-CyberSpark/Cabin-Human-ABNORMAL-Behavior-Dataset")
34
+
35
+ # 查看数据集信息
36
+ print(dataset)
37
+ ```
38
+
39
+ ## 引用
40
+
41
+ 如果您在研究中使用了此数据集,请引用:
42
+
43
+ ```
44
+ @dataset{cabin_human_abnormal_behavior_dataset,
45
+ author = {XAILab-CyberSpark},
46
+ title = {Cabin Human ABNORMAL Behavior Dataset},
47
+ year = {2024},
48
+ }
49
+ ```
dataset_all.json ADDED
The diff for this file is too large to render. See raw diff
 
dataset_test.json ADDED
The diff for this file is too large to render. See raw diff
 
dataset_train.json ADDED
The diff for this file is too large to render. See raw diff
 
generate_json_tags.py ADDED
@@ -0,0 +1,304 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ import csv
2
+ import json
3
+ import os
4
+ import random
5
+ from typing import List, Dict, Any, Tuple
6
+
7
+ def get_image_files(pics_dir: str) -> Dict[int, List[str]]:
8
+ """
9
+ 遍历图片目录,按类别整理图片文件名
10
+
11
+ Args:
12
+ pics_dir: 图片目录路径
13
+
14
+ Returns:
15
+ 按类别分组的图片文件名字典
16
+ """
17
+ image_files = {}
18
+
19
+ # 确保目录存在
20
+ if not os.path.exists(pics_dir):
21
+ print(f"错误:图片目录 {pics_dir} 不存在")
22
+ return {}
23
+
24
+ # 遍历目录中的所有文件
25
+ for filename in os.listdir(pics_dir):
26
+ if filename.endswith('.png'):
27
+ # 解析文件名,例如:1_img_00001.png
28
+ parts = filename.split('_')
29
+ if len(parts) >= 3:
30
+ try:
31
+ category_id = int(parts[0])
32
+ if category_id not in image_files:
33
+ image_files[category_id] = []
34
+ image_files[category_id].append(filename)
35
+ except ValueError:
36
+ continue
37
+
38
+ # 对每个类别的图片列表进行排序
39
+ for category_id in image_files:
40
+ image_files[category_id].sort()
41
+
42
+ print(f"找到 {len(image_files)} 个类别的图片")
43
+ for category_id, files in image_files.items():
44
+ print(f"类别 {category_id}: {len(files)} 张图片")
45
+
46
+ return image_files
47
+
48
+ def split_train_test(image_files: Dict[int, List[str]], test_ratio: float = 0.2) -> Tuple[Dict[int, List[str]], Dict[int, List[str]]]:
49
+ """
50
+ 将图片分割为训练集和测试集
51
+
52
+ Args:
53
+ image_files: 按类别分组的图片文件名字典
54
+ test_ratio: 测试集比例
55
+
56
+ Returns:
57
+ 训练集和测试集的图片文件名字典
58
+ """
59
+ train_files = {}
60
+ test_files = {}
61
+
62
+ for category_id, files in image_files.items():
63
+ # 随机打乱文件列表
64
+ random.shuffle(files)
65
+
66
+ # 计算测试集大小
67
+ test_size = max(1, int(len(files) * test_ratio))
68
+
69
+ # 分割训练集和测试集
70
+ test_files[category_id] = files[:test_size]
71
+ train_files[category_id] = files[test_size:]
72
+
73
+ return train_files, test_files
74
+
75
+ def create_json_dataset(csv_file_path: str, pics_dir: str, output_train_json: str, output_test_json: str, test_ratio: float = 0.2) -> None:
76
+ """
77
+ 创建训练集和测试集的JSON标签文件
78
+
79
+ Args:
80
+ csv_file_path: CSV文件路径
81
+ pics_dir: 图片目录路径
82
+ output_train_json: 输出训练集JSON文件路径
83
+ output_test_json: 输出测试集JSON文件路径
84
+ test_ratio: 测试集比例
85
+ """
86
+ # 获取图片文件
87
+ image_files = get_image_files(pics_dir)
88
+ if not image_files:
89
+ print("未找到有效的图片文件")
90
+ return
91
+
92
+ # 读取CSV文件
93
+ csv_data = {}
94
+ with open(csv_file_path, 'r', encoding='utf-8') as csvfile:
95
+ reader = csv.DictReader(csvfile)
96
+ for row in reader:
97
+ try:
98
+ num = int(row['num'])
99
+ csv_data[num] = row
100
+ except (ValueError, KeyError):
101
+ continue
102
+
103
+ print(f"从CSV文件中读取了 {len(csv_data)} 个类别的数据")
104
+
105
+ # 分割训练集和测试集
106
+ train_files, test_files = split_train_test(image_files, test_ratio)
107
+
108
+ # 创建训练集和测试集数据
109
+ train_data = []
110
+ test_data = []
111
+
112
+ # 处理训练集
113
+ for category_id, files in train_files.items():
114
+ if category_id not in csv_data:
115
+ print(f"警告:类别 {category_id} 在CSV文件中不存在")
116
+ continue
117
+
118
+ category_info = csv_data[category_id]
119
+
120
+ for image_file in files:
121
+ json_item = {
122
+ "image_id": image_file.split('.')[0],
123
+ "image_path": os.path.join(pics_dir, image_file),
124
+ "category": category_info.get('category', ''),
125
+ "tags": category_info.get('tags', ''),
126
+ "behaviors": {
127
+ "left_passenger": category_info.get('describe_left', ''),
128
+ "right_passenger": category_info.get('describe_right', '')
129
+ }
130
+ }
131
+ train_data.append(json_item)
132
+
133
+ # 处理测试集
134
+ for category_id, files in test_files.items():
135
+ if category_id not in csv_data:
136
+ print(f"警告:类别 {category_id} 在CSV文件中不存在")
137
+ continue
138
+
139
+ category_info = csv_data[category_id]
140
+
141
+ for image_file in files:
142
+ json_item = {
143
+ "image_id": image_file.split('.')[0],
144
+ "image_path": os.path.join(pics_dir, image_file),
145
+ "category": category_info.get('category', ''),
146
+ "tags": category_info.get('tags', ''),
147
+ "behaviors": {
148
+ "left_passenger": category_info.get('describe_left', ''),
149
+ "right_passenger": category_info.get('describe_right', '')
150
+ }
151
+ }
152
+ test_data.append(json_item)
153
+
154
+ # 保存训练集JSON
155
+ with open(output_train_json, 'w', encoding='utf-8') as jsonfile:
156
+ json.dump(train_data, jsonfile, ensure_ascii=False, indent=2)
157
+
158
+ # 保存测试集JSON
159
+ with open(output_test_json, 'w', encoding='utf-8') as jsonfile:
160
+ json.dump(test_data, jsonfile, ensure_ascii=False, indent=2)
161
+
162
+ print(f"转换完成!")
163
+ print(f"训练集:{len(train_data)} 条数据,已保存至: {output_train_json}")
164
+ print(f"测试集:{len(test_data)} 条数据,已保存至: {output_test_json}")
165
+
166
+ def create_direct_json_dataset(csv_file_path: str, pics_dir: str, output_json_path: str) -> None:
167
+ """
168
+ 直接创建JSON标签文件,不分训练集和测试集
169
+
170
+ Args:
171
+ csv_file_path: CSV文件路径
172
+ pics_dir: 图片目录路径
173
+ output_json_path: 输出JSON文件路径
174
+ """
175
+ # 读取CSV文件
176
+ csv_data = {}
177
+
178
+ # 直接使用pandas读取CSV文件,处理BOM标记
179
+ import pandas as pd
180
+ try:
181
+ df = pd.read_csv(csv_file_path)
182
+ # 检查列名是否有BOM标记
183
+ if 'num' in df.columns:
184
+ df = df.rename(columns={'num': 'num'})
185
+
186
+ # 将DataFrame转换为字典
187
+ for _, row in df.iterrows():
188
+ try:
189
+ num = int(row['num'])
190
+ csv_data[num] = row.to_dict()
191
+ except (ValueError, KeyError) as e:
192
+ print(f"处理行时出错: {e}")
193
+ continue
194
+ except Exception as e:
195
+ print(f"使用pandas读取CSV文件时出错: {e}")
196
+
197
+ print(f"从CSV文件中读取了 {len(csv_data)} 个类别的数据")
198
+ if len(csv_data) > 0:
199
+ print(f"CSV数据示例: {list(csv_data.keys())[:5]}")
200
+
201
+ # 获取所有图片文件
202
+ all_images = []
203
+ for filename in os.listdir(pics_dir):
204
+ if filename.endswith('.png'):
205
+ all_images.append(filename)
206
+
207
+ print(f"找到 {len(all_images)} 张图片")
208
+ if len(all_images) > 0:
209
+ print(f"图片文件示例: {all_images[:5]}")
210
+
211
+ # 创建JSON数据
212
+ json_data = []
213
+
214
+ for image_file in all_images:
215
+ # 解析文件名,例如:1_img_00001.png
216
+ parts = image_file.split('_')
217
+ if len(parts) >= 3:
218
+ try:
219
+ category_id = int(parts[0])
220
+ if category_id in csv_data:
221
+ category_info = csv_data[category_id]
222
+
223
+ json_item = {
224
+ "image_id": image_file.split('.')[0],
225
+ "image_path": os.path.join(pics_dir, image_file),
226
+ "category": category_info.get('category', ''),
227
+ "tags": category_info.get('tags', ''),
228
+ "behaviors": {
229
+ "left_passenger": category_info.get('describe_left', ''),
230
+ "right_passenger": category_info.get('describe_right', '')
231
+ }
232
+ }
233
+ json_data.append(json_item)
234
+ except ValueError:
235
+ continue
236
+
237
+ # 保存JSON文件
238
+ with open(output_json_path, 'w', encoding='utf-8') as jsonfile:
239
+ json.dump(json_data, jsonfile, ensure_ascii=False, indent=2)
240
+
241
+ print(f"转换完成!共生成 {len(json_data)} 条数据,已保存至: {output_json_path}")
242
+
243
+ def main():
244
+ """主函数"""
245
+ # 设置文件路径
246
+ csv_file_path = "/Volumes/XAI测试二号机/to_zwj/tags_for_gen.csv"
247
+ pics_dir = "/Volumes/XAI测试二号机/to_zwj/pics"
248
+ output_json_path = "/Volumes/XAI测试二号机/to_zwj/dataset_all.json"
249
+
250
+ # 检查CSV文件是否存在
251
+ if not os.path.exists(csv_file_path):
252
+ print(f"错误:找不到CSV文件 {csv_file_path}")
253
+ return
254
+
255
+ # 检查图片目录是否存在
256
+ if not os.path.exists(pics_dir):
257
+ print(f"错误:找不到图片目录 {pics_dir}")
258
+ return
259
+
260
+ # 直接创建JSON标签文件,不分训练集和测试集
261
+ create_direct_json_dataset(csv_file_path, pics_dir, output_json_path)
262
+
263
+ # 从生成的JSON文件中分割训练集和测试集
264
+ train_json_path = "/Volumes/XAI测试二号机/to_zwj/dataset_train.json"
265
+ test_json_path = "/Volumes/XAI测试二号机/to_zwj/dataset_test.json"
266
+
267
+ # 读取生成的JSON文件
268
+ with open(output_json_path, 'r', encoding='utf-8') as f:
269
+ all_data = json.load(f)
270
+
271
+ # 按类别分组
272
+ data_by_category = {}
273
+ for item in all_data:
274
+ category = item['category']
275
+ if category not in data_by_category:
276
+ data_by_category[category] = []
277
+ data_by_category[category].append(item)
278
+
279
+ # 分割训练集和测试集
280
+ train_data = []
281
+ test_data = []
282
+ test_ratio = 0.2
283
+
284
+ for category, items in data_by_category.items():
285
+ # 随机打乱
286
+ random.shuffle(items)
287
+ # 计算测试集大小
288
+ test_size = max(1, int(len(items) * test_ratio))
289
+ # 分割
290
+ test_data.extend(items[:test_size])
291
+ train_data.extend(items[test_size:])
292
+
293
+ # 保存训练集
294
+ with open(train_json_path, 'w', encoding='utf-8') as f:
295
+ json.dump(train_data, f, ensure_ascii=False, indent=2)
296
+
297
+ # 保存测试集
298
+ with open(test_json_path, 'w', encoding='utf-8') as f:
299
+ json.dump(test_data, f, ensure_ascii=False, indent=2)
300
+
301
+ print(f"数据集分割完成!训练集: {len(train_data)} 条数据,测试集: {len(test_data)} 条数据")
302
+
303
+ if __name__ == "__main__":
304
+ main()
pics/._17_img_00030.png ADDED
pics/10_img_00001.png ADDED

Git LFS Details

  • SHA256: 7363d0b97e06e979df7b5cea0b1bd640851453a9939825fc275814e52f87c15e
  • Pointer size: 132 Bytes
  • Size of remote file: 2.07 MB
pics/10_img_00002.png ADDED

Git LFS Details

  • SHA256: 45bd407aed74155bc8059eabe08dd207329cbe22bf1d8a870036bc76a099f147
  • Pointer size: 132 Bytes
  • Size of remote file: 2.05 MB
pics/10_img_00003.png ADDED

Git LFS Details

  • SHA256: 88f66f0a317fc8b398829e1f78a6fd3eb5e0803157bc1e4baacf5373bded56dc
  • Pointer size: 132 Bytes
  • Size of remote file: 2.11 MB
pics/10_img_00004.png ADDED

Git LFS Details

  • SHA256: 7c4c4cca9d1a8e12fa5b0514b8db712d69c79615b5167489b4092c4e6545c04a
  • Pointer size: 132 Bytes
  • Size of remote file: 2.07 MB
pics/10_img_00005.png ADDED

Git LFS Details

  • SHA256: 3f09373c2baf999691913e3d8852aa8b914a7a17efacfefbb326874f4893bf0d
  • Pointer size: 132 Bytes
  • Size of remote file: 2.13 MB
pics/10_img_00006.png ADDED

Git LFS Details

  • SHA256: 6356b2aebd001d46d15a5525c8bd7d191ec84ca810fc902b12ea380f2bffda80
  • Pointer size: 132 Bytes
  • Size of remote file: 2.09 MB
pics/10_img_00007.png ADDED

Git LFS Details

  • SHA256: a0fe8017901cb39a6a262cab7950e437025abb4aa49d104da25081497e2ee0fb
  • Pointer size: 132 Bytes
  • Size of remote file: 2.11 MB
pics/10_img_00008.png ADDED

Git LFS Details

  • SHA256: c7c9f13eafea37ca9e084ae27b3827f14decad933dfdce461a681b526ff30720
  • Pointer size: 132 Bytes
  • Size of remote file: 2.1 MB
pics/10_img_00009.png ADDED

Git LFS Details

  • SHA256: 19ecdaa6729752d039c8c659a303d3e7302007b2b753d08f370b409fae7764fe
  • Pointer size: 132 Bytes
  • Size of remote file: 2.1 MB
pics/10_img_00010.png ADDED

Git LFS Details

  • SHA256: dad3755e7dadbc7cb143fee6816d10b753c9d1839054b1b2189e2cc25f1259a3
  • Pointer size: 132 Bytes
  • Size of remote file: 2.1 MB
pics/10_img_00011.png ADDED

Git LFS Details

  • SHA256: e4180612538aad82d430b0ece64fcf4e3c52239f3c47be0e1207a0941ffe57d2
  • Pointer size: 132 Bytes
  • Size of remote file: 2.05 MB
pics/10_img_00012.png ADDED

Git LFS Details

  • SHA256: 1b9aaea4975cf162a8b00d750d9ec38b1bd926b67ae560d2da558e0124dd2c09
  • Pointer size: 132 Bytes
  • Size of remote file: 2 MB
pics/10_img_00013.png ADDED

Git LFS Details

  • SHA256: 32694f9af54c674e1cfb1d5f0bfc0c835df3fd4f1cf651f49de7426365bbed52
  • Pointer size: 132 Bytes
  • Size of remote file: 2.08 MB
pics/10_img_00014.png ADDED

Git LFS Details

  • SHA256: dc7a2933de62583a06995f5879da43c52c1f6babbf2e43b016ba2c5f1ea52bff
  • Pointer size: 132 Bytes
  • Size of remote file: 2.1 MB
pics/10_img_00015.png ADDED

Git LFS Details

  • SHA256: 8246d14308ff63af4545e4337ac81d4b47baa4c0e3e77df16661f1bca1984d0f
  • Pointer size: 132 Bytes
  • Size of remote file: 2.06 MB
pics/10_img_00016.png ADDED

Git LFS Details

  • SHA256: 75f75441eec2fc9fda162a8a0a57c3d3d899e24c74f5db04d4c85c574c0d1e8f
  • Pointer size: 132 Bytes
  • Size of remote file: 2.06 MB
pics/10_img_00017.png ADDED

Git LFS Details

  • SHA256: 5fc60adcd46d2f6b3704c2792a44620731dd357fd538f78b8a541aae5fd052b4
  • Pointer size: 132 Bytes
  • Size of remote file: 2.11 MB
pics/10_img_00018.png ADDED

Git LFS Details

  • SHA256: 61647d049d25951e11be6b1f99808e769176bfa14b633d4c5c103c13f7ffcac0
  • Pointer size: 132 Bytes
  • Size of remote file: 2.07 MB
pics/10_img_00019.png ADDED

Git LFS Details

  • SHA256: 92c536c5d8a963372b169acf97b70ad841875c073eee140d9466f032e715f21e
  • Pointer size: 132 Bytes
  • Size of remote file: 2.11 MB
pics/10_img_00020.png ADDED

Git LFS Details

  • SHA256: 6f6dbcfa13f71f12ac4aaa5ec63507b698e74ebcb4ec9ad029d25ab58ebc14db
  • Pointer size: 132 Bytes
  • Size of remote file: 2.11 MB
pics/10_img_00021.png ADDED

Git LFS Details

  • SHA256: 724e8009fa8fc86d3155a52b224e8d5a92e0d6ce2e75b79c5dd7136530cb4282
  • Pointer size: 132 Bytes
  • Size of remote file: 2.07 MB
pics/10_img_00022.png ADDED

Git LFS Details

  • SHA256: 874196d1ebf72fe71034b2a1c6833ee023d2a3168b86d318790fb718a6c35e22
  • Pointer size: 132 Bytes
  • Size of remote file: 2.03 MB
pics/10_img_00023.png ADDED

Git LFS Details

  • SHA256: 0df84fe2af2d99f52a4aa7e5ea48641d0379dd402c94ca2d8f3ef53f1689f4fa
  • Pointer size: 132 Bytes
  • Size of remote file: 2.16 MB
pics/10_img_00024.png ADDED

Git LFS Details

  • SHA256: 35318a31a3ea963d37fa3b087dea250acc71c8ace9294a75ac6f575c2ced623d
  • Pointer size: 132 Bytes
  • Size of remote file: 2.09 MB
pics/10_img_00025.png ADDED

Git LFS Details

  • SHA256: 9de1d47b56d6dd5795dcb55a1f09b0a55b7ba7c1acac3aa53b5fb5e7d42f0a5f
  • Pointer size: 132 Bytes
  • Size of remote file: 2.11 MB
pics/10_img_00026.png ADDED

Git LFS Details

  • SHA256: 71fe950dc1708f2ac3c004be8e8f7718e5b36064079e7506f35c7ed1778288e0
  • Pointer size: 132 Bytes
  • Size of remote file: 2.09 MB
pics/10_img_00027.png ADDED

Git LFS Details

  • SHA256: 0ee036983573902e62a65e518cb9f410187ef22fcdc0ff761ca57467a8e51d95
  • Pointer size: 132 Bytes
  • Size of remote file: 2.12 MB
pics/10_img_00028.png ADDED

Git LFS Details

  • SHA256: 7c6579f600e8d931bc40a0495bf9ec82fb09b0569a034709f9fff89667570c48
  • Pointer size: 132 Bytes
  • Size of remote file: 2.04 MB
pics/10_img_00029.png ADDED

Git LFS Details

  • SHA256: b50da7a6af688330e358438575cd4c3156922b939fb6f8c87cb01f3783bffb59
  • Pointer size: 132 Bytes
  • Size of remote file: 2.1 MB
pics/10_img_00030.png ADDED

Git LFS Details

  • SHA256: 120e1c151edbc17e6d1d731a2af0c8859cf0a40601b47eb7596796d0e344bf99
  • Pointer size: 132 Bytes
  • Size of remote file: 2.1 MB
pics/10_img_00031.png ADDED

Git LFS Details

  • SHA256: 68d6819523a44ac972f824c0ee67a381f2a1e326d446ec259d9372732ed44aef
  • Pointer size: 132 Bytes
  • Size of remote file: 2.08 MB
pics/10_img_00032.png ADDED

Git LFS Details

  • SHA256: bc50a604a43ac7cc278538737ceba4e625a5aa49b36ca76c318dec7f7b243376
  • Pointer size: 132 Bytes
  • Size of remote file: 2.01 MB
pics/10_img_00033.png ADDED

Git LFS Details

  • SHA256: 240fd41e8eee2ffa71859f36bf935664cb087812695cb353eb938475842d4e52
  • Pointer size: 132 Bytes
  • Size of remote file: 2.06 MB
pics/10_img_00034.png ADDED

Git LFS Details

  • SHA256: 743f02b0e6a94c3a130015689323bca8618dcbac2458ec334ede6e100a16ad4a
  • Pointer size: 132 Bytes
  • Size of remote file: 2.05 MB
pics/10_img_00035.png ADDED

Git LFS Details

  • SHA256: 11690f033d8a90537ec0eb26c81da9886f4a37676e203b15f9d7d16107cb7efc
  • Pointer size: 132 Bytes
  • Size of remote file: 2.06 MB
pics/10_img_00036.png ADDED

Git LFS Details

  • SHA256: e28ad648efbd413e92c14e421f102fbb0d824ebcddd8aca39d8b1a16b232ffc4
  • Pointer size: 132 Bytes
  • Size of remote file: 2.06 MB
pics/10_img_00037.png ADDED

Git LFS Details

  • SHA256: 6c6f59984641c1c6000b522ddd92cacd315e91b0929c09e0536bd7065535f359
  • Pointer size: 132 Bytes
  • Size of remote file: 2.14 MB
pics/10_img_00038.png ADDED

Git LFS Details

  • SHA256: 23e6944b10e8b8d813f754397f8e296e220a7f92fbf1fd87da8537359ed1f3bf
  • Pointer size: 132 Bytes
  • Size of remote file: 2.07 MB
pics/10_img_00039.png ADDED

Git LFS Details

  • SHA256: 131a2cb21dca02703cde1a262c6db67c5749ede8beb077946c154d3cd70198de
  • Pointer size: 132 Bytes
  • Size of remote file: 2.05 MB
pics/10_img_00040.png ADDED

Git LFS Details

  • SHA256: b1298b7c1041be486b8cf7b6ea518e14a40455e2ee1018e6ad0c746ffdd7a70e
  • Pointer size: 132 Bytes
  • Size of remote file: 2.06 MB
pics/10_img_00041.png ADDED

Git LFS Details

  • SHA256: 3a9cd6f318a5dbdd5bb0029739008e8563163c0b98e78acea81a691393cc2693
  • Pointer size: 132 Bytes
  • Size of remote file: 2.12 MB
pics/10_img_00042.png ADDED

Git LFS Details

  • SHA256: 0ffc7288a9e5b563cf2e88f791920e806da03861804ea63ae9a37e37c46f9d1c
  • Pointer size: 132 Bytes
  • Size of remote file: 1.94 MB
tags_for_gen.csv ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ num,category,tags,describe_left,describe_right
2
+ 1,心血管系统紧急状况,手捂胸口 (左/中),单手紧紧捂住胸口,神情痛苦,表情烦躁,整理坐姿
3
+ 2,心血管系统紧急状况,手抓握左臂,手抓握左臂,神情痛苦,表情疑惑,望向右边
4
+ 3,心血管系统紧急状况,手触碰下颚/颈部,手触碰下颚,神情痛苦,单侧面部下垂,难过
5
+ 4,心血管系统紧急状况,身体前倾/蜷缩,身体轻微蜷缩,面部痛苦,单手按压肚子,表情痛苦
6
+ 5,心血管系统紧急状况,身体僵直靠椅,身体僵直靠椅,闭眼皱眉,神情虚弱,单手紧紧捂住胸口,神情痛苦
7
+ 6,心血管系统紧急状况,面部痛苦扭曲,面部肌肉扭曲,眉头紧锁,咬紧牙关。,单手揉搓眼睛
8
+ 7,心血管系统紧急状况,面色苍白,面色微白,表情虚弱,闭眼。,的面色稍白,嘴唇失去血气,表情虚弱
9
+ 8,心血管系统紧急状况,嘴唇发绀,面色稍白,嘴唇失去血气,表情虚弱,低头,寻找哮喘喷雾
10
+ 9,心血管系统紧急状况,大汗淋漓/冒冷汗,流汗,感到寒冷,双手抱紧自己,闭眼,皱眉
11
+ 10,神经系统紧急状况,单侧面部下垂,单侧面部下垂,难过,呼吸极度费力,鼻翼随呼吸张合。
12
+ 11,神经系统紧急状况,口角歪斜,试图说话或微笑时,嘴巴歪向一侧。,昏倒
13
+ 12,神经系统紧急状况,手臂无力下垂,一只手臂无力滑落或下垂,看起来湿透了,表情虚弱
14
+ 13,神经系统紧急状况,眼神呆滞/凝视,眼睛望向前方,嘴巴张开,发呆,流汗
15
+ 14,神经系统紧急状况,身体强直/僵硬,身体僵硬,神态恐慌,眯眼,用手遮挡来自窗外的光线
16
+ 15,神经系统紧急状况,身体节律性抽搐,向一边倒,面无表情,闭眼,头向一左边转,面部肌肉扭曲,眉头紧锁,咬紧牙关。
17
+ 16,神经系统紧急状况,双眼上翻,眼球上翻,嘴巴张大,面部肿胀
18
+ 17,神经系统紧急状况,口吐白沫,嘴边出现唾液泡沫,神情难受,闭眼,面色微白,表情虚弱,闭眼。
19
+ 18,呼吸系统紧急状况,手掐喉咙/颈部,双手紧紧抓住或掐住自己的喉咙,神情难受,闭眼,忍受的剧痛,双手保护身体
20
+ 19,呼吸系统紧急状况,张口大口喘气,嘴巴张得很大,双手紧紧抓住或掐住自己的喉咙,颈部肌肉紧张,费力地呼吸。,身体僵硬,神态恐慌
21
+ 20,呼吸系统紧急状况,身体前倾辅助呼吸,身体前倾,嘴巴张大,双手支撑在膝盖上,呼吸困难,试图让肺部扩张。,身体僵直靠椅,闭眼皱眉,神情虚弱
22
+ 21,呼吸系统紧急状况,鼻翼扇动,呼吸极度费力,鼻翼随呼吸张合。,身体前倾,嘴巴张大,双手支撑在膝盖上,呼吸困难,试图让肺部扩张。
23
+ 22,呼吸系统紧急状况,寻找吸入器/药物,低头,寻找哮喘喷雾,身体前倾,嘴巴张大吐出脏水,闭眼,皱眉
24
+ 23,呼吸系统紧急状况,面部/眼睑肿胀,面部肿胀,身体轻微蜷缩,面部痛苦
25
+ 24,消化系统紧急状况,手捂腹部,单手按压肚子,表情痛苦,试图说话或微笑时,嘴巴歪向一侧。
26
+ 25,消化系统紧急状况,身体蜷缩/弯腰,向前弯腰,腹部剧痛,表情痛苦,手触碰下颚,神情痛苦
27
+ 26,消化系统紧急状况,干呕/作呕迹象,嘴巴嘟起微微伸出舌头,闭眼,皱眉,手伏在车门上,神情恐慌
28
+ 27,消化系统紧急状况,手捂嘴准备呕吐,双手迅速捂住嘴巴,闭眼,皱眉,手举在手上,打哈欠
29
+ 28,消化系统紧急状况,正在呕吐,身体前倾,嘴巴张大吐出脏水,闭眼,皱眉,手抓握左臂,神情痛苦
30
+ 29,代谢系统紧急状况,身体无法控制地颤抖,感到寒冷,双手抱紧自己,闭眼,皱眉,双手抱住头部,表情痛苦,闭眼
31
+ 30,代谢系统紧急状况,异常大量出汗,看起来湿透了,表情虚弱,双手紧紧抓住或掐住自己的喉咙,神情难受,闭眼
32
+ 31,代谢系统紧急状况,寻找食物/糖分,在车内(如储物格)焦急地翻找东西,可能是寻找糖果或含糖饮料。,双手食指用力按压两侧太阳穴,表情痛苦,闭眼
33
+ 32,一般性疼痛与不适,手捂头部,双手抱住头部,表情痛苦,闭眼,双手迅速捂住嘴巴,闭眼,皱眉
34
+ 33,一般性疼痛与不适,双手按压太阳穴,双手食指用力按压两侧太阳穴,表情痛苦,闭眼,头部垂下,看到头顶
35
+ 34,一般性疼痛与不适,手揉眼睛/前额,单手揉搓眼睛,向前弯腰,腹部剧痛,表情痛苦
36
+ 35,一般性疼痛与不适,畏光/遮挡光线,眯眼,用手遮挡来自窗外的光线,向一边倒,面无表情,闭眼,头向一左边转
37
+ 36,一般性疼痛与不适,身体烦躁不安,表情烦躁,整理坐姿,眼睛望向前方,嘴巴张开,发呆
38
+ 37,一般性疼痛与不适,身体异常扭曲,忍受的剧痛,双手保护身体,眼球翻白,失去瞳孔,嘴巴张大
39
+ 38,意识水平改变,头部无力下垂/摇晃,头部垂下,看到头顶,眼神空洞
40
+ 39,意识水平改变,眼神涣散/失焦,眼神空洞,一只手臂无力滑落或下垂
41
+ 40,意识水平改变,反应迟钝/无反应,手伏在车门上,神情恐慌,在车内(如储物格)焦急地翻找东西,可能是寻找糖果或含糖饮料。
42
+ 41,意识水平改变,完全昏厥/瘫倒,昏倒,嘴巴嘟起微微伸出舌头,闭眼,皱眉
43
+ 42,意识水平改变,意识模糊/迷茫,表情疑惑,望向右边,嘴巴张得很大,双手紧紧抓住自己的喉咙
44
+ 43,意识水平改变,反复打哈欠,手举在手上,打哈欠,嘴边出现唾液泡沫,神情难受,闭眼