shadow-cann commited on
Commit
181636a
·
verified ·
1 Parent(s): 5e370f6

Add files using upload-large-folder tool

Browse files
1712131749773315_yolov4.jpg ADDED
README.md ADDED
@@ -0,0 +1,65 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - zh
4
+ tags:
5
+ - hisilicon
6
+ - hispark
7
+ - npu
8
+ - openharmony
9
+ - modelzoo
10
+ - pytorch
11
+ ---
12
+
13
+ # YOLOv4
14
+
15
+ YOLOv4 是一种高性能的 one-stage 目标检测模型。相比 YOLOv3,YOLOv4 采用了 CSPDarknet53 作为 backbone 进行特征提取,该网络结合了跨金字塔池化结构和路径聚合网络,在精度和速度上均有显著提升。
16
+
17
+ ## Mirror Metadata
18
+
19
+ - Hugging Face repo: shadow-cann/hispark-modelzoo-yolov4
20
+ - Portal model id: i9ivuh3hec00
21
+ - Created at: 2025-12-25 17:01:53
22
+ - Updated at: 2025-12-30 21:27:13
23
+ - Category: 计算机视觉
24
+
25
+ ## Framework
26
+
27
+ - PyTorch
28
+
29
+ ## Supported OS
30
+
31
+ - OpenHarmony
32
+ - Linux
33
+
34
+ ## Computing Power
35
+
36
+ - Hi3403V100 SVP_NNN
37
+ - Hi3403V100 NNN
38
+
39
+ ## Tags
40
+
41
+ - 目标检测
42
+
43
+ ## Detail Parameters
44
+
45
+ - 输入: 608x608
46
+ - 参数量: 64.330M
47
+ - 计算量: 157.842GFLOPs
48
+
49
+ ## Files In This Repo
50
+
51
+ - yolov4.pth (源模型 / 源模型下载; 源模型 / 源模型元数据)
52
+ - yolov4.onnx (源模型 / 源模型下载; 源模型 / 源模型元数据)
53
+ - SVP_NNN_PC_V1.0.6.0.tgz (附加资源 / 附加资源)
54
+
55
+ ## Upstream Links
56
+
57
+ - Portal card: https://gitbubble.github.io/hisilicon-developer-portal-mirror/model-detail.html?id=i9ivuh3hec00
58
+ - Upstream repository: https://gitee.com/HiSpark/modelzoo/tree/master/samples/built-in/detection/yolov4
59
+ - License reference: https://github.com/Tianxiaomo/pytorch-YOLOv4/blob/master/License.txt
60
+
61
+ ## Notes
62
+
63
+ - This repository was mirrored from the HiSilicon Developer Portal model card and local downloads captured on 2026-03-27.
64
+ - File ownership follows the portal card mapping, not just filename similarity.
65
+ - Cover image: 1712131749773315_yolov4.jpg
SVP_NNN_PC_V1.0.6.0.tgz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:536b103d08e9490f968207326798e1fc50ea4234888b73db729cd6e6a04c5d8b
3
+ size 31072256
model-card.json ADDED
@@ -0,0 +1,328 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "YOLOv4",
3
+ "id": "i9ivuh3hec00",
4
+ "description": "YOLOv4 是一种高性能的 one-stage 目标检测模型。相比 YOLOv3,YOLOv4 采用了 CSPDarknet53 作为 backbone 进行特征提取,该网络结合了跨金字塔池化结构和路径聚合网络,在精度和速度上均有显著提升。",
5
+ "category": "计算机视觉",
6
+ "framework": [
7
+ "PyTorch"
8
+ ],
9
+ "supportOs": [
10
+ "OpenHarmony",
11
+ "Linux"
12
+ ],
13
+ "computingPower": [
14
+ "Hi3403V100 SVP_NNN",
15
+ "Hi3403V100 NNN"
16
+ ],
17
+ "tags": [
18
+ "目标检测"
19
+ ],
20
+ "repositoryUrl": "https://gitee.com/HiSpark/modelzoo/tree/master/samples/built-in/detection/yolov4",
21
+ "licenseUrl": "https://github.com/Tianxiaomo/pytorch-YOLOv4/blob/master/License.txt",
22
+ "downloads": [
23
+ {
24
+ "fileName": "yolov4.pth",
25
+ "variants": [
26
+ "源模型 / 源模型下载",
27
+ "源模型 / 源模型元数据"
28
+ ]
29
+ },
30
+ {
31
+ "fileName": "yolov4.onnx",
32
+ "variants": [
33
+ "源模型 / 源模型下载",
34
+ "源模型 / 源模型元数据"
35
+ ]
36
+ },
37
+ {
38
+ "fileName": "SVP_NNN_PC_V1.0.6.0.tgz",
39
+ "variants": [
40
+ "附加资源 / 附加资源"
41
+ ]
42
+ }
43
+ ],
44
+ "apiDetail": {
45
+ "createdBy": 139318985286440,
46
+ "creationDate": "2025-12-25 17:01:53",
47
+ "creationUserCN": "sloanqin",
48
+ "lastUpdatedBy": null,
49
+ "lastUpdateDate": "2025-12-30 21:27:13",
50
+ "lastUpdateUserCN": "sloanqin",
51
+ "rowIdx": -1,
52
+ "id": "i9ivuh3hec00",
53
+ "name": "YOLOv4",
54
+ "isBeta": 1,
55
+ "betaVersionDesc": "Hi3403V100 NNN引擎上模型性能待进一步优化",
56
+ "description": "YOLOv4 是一种高性能的 one-stage 目标检测模型。相比 YOLOv3,YOLOv4 采用了 CSPDarknet53 作为 backbone 进行特征提取,该网络结合了跨金字塔池化结构和路径聚合网络,在精度和速度上均有显著提升。",
57
+ "parentId": "i9ivuh3hec00",
58
+ "coverImageId": 1712131749773315,
59
+ "coverImageUrl": "https://openxinhuo-board-image.obs.cn-east-3.myhuaweicloud.com/1712131749773315%2Fyolov4.jpg",
60
+ "modelEffectId": null,
61
+ "modelEffectUrl": "",
62
+ "computerVersion": [
63
+ "目标检测"
64
+ ],
65
+ "naturalLanguageProcess": [],
66
+ "multimodal": [],
67
+ "video": [],
68
+ "framework": [
69
+ "PyTorch"
70
+ ],
71
+ "modelRepository": "https://gitee.com/HiSpark/modelzoo/tree/master/samples/built-in/detection/yolov4",
72
+ "originModel": [
73
+ {
74
+ "id": "1712122673299459",
75
+ "name": "yolov4.pth",
76
+ "url": null,
77
+ "size": "257852609"
78
+ },
79
+ {
80
+ "id": "1712122673364994",
81
+ "name": "yolov4.onnx",
82
+ "url": null,
83
+ "size": "257433018"
84
+ }
85
+ ],
86
+ "originModelLink": null,
87
+ "dataSet": "https://cocodataset.org/#download",
88
+ "modelLicense": "https://github.com/Tianxiaomo/pytorch-YOLOv4/blob/master/License.txt",
89
+ "detailParams": [
90
+ {
91
+ "name": "输入",
92
+ "value": "608x608"
93
+ },
94
+ {
95
+ "name": "参数量",
96
+ "value": "64.330M"
97
+ },
98
+ {
99
+ "name": "计算量",
100
+ "value": "157.842GFLOPs"
101
+ }
102
+ ],
103
+ "quickStart": {
104
+ "url": "https://gitee.com/HiSpark/modelzoo/tree/master/samples/built-in/detection/yolov4",
105
+ "markDownUrl": "",
106
+ "developLanguage": [
107
+ {
108
+ "language": "C++",
109
+ "context": "{\"ops\":[{\"attributes\":{\"background\":\"#ffffff\",\"size\":\"13px\",\"color\":\"#080808\"},\"insert\":\"模型可以通过以下代码完成快速推理\"},{\"attributes\":{\"text-indent\":\"0px\"},\"insert\":\"\\n\"},{\"attributes\":{\"text-indent\":\"0px\",\"code-block\":\"plain\"},\"insert\":\"\\n\"},{\"insert\":\"#include \\\"model.h\\\"\"},{\"attributes\":{\"text-indent\":\"0px\",\"code-block\":\"plain\"},\"insert\":\"\\n\"},{\"insert\":\"#include \\\"log.h\\\"\"},{\"attributes\":{\"text-indent\":\"0px\",\"code-block\":\"plain\"},\"insert\":\"\\n\\n\"},{\"insert\":\"using namespace Infer;\"},{\"attributes\":{\"text-indent\":\"0px\",\"code-block\":\"plain\"},\"insert\":\"\\n\\n\"},{\"insert\":\"int main()\"},{\"attributes\":{\"text-indent\":\"0px\",\"code-block\":\"plain\"},\"insert\":\"\\n\"},{\"insert\":\"{\"},{\"attributes\":{\"text-indent\":\"0px\",\"code-block\":\"plain\"},\"insert\":\"\\n\"},{\"insert\":\" EnvInit();\"},{\"attributes\":{\"text-indent\":\"0px\",\"code-block\":\"plain\"},\"insert\":\"\\n\"},{\"insert\":\" std::string omModelPath = \\\"/path/to/model.om\\\"; // yolov4模型文件路径 \"},{\"attributes\":{\"text-indent\":\"0px\",\"code-block\":\"plain\"},\"insert\":\"\\n\"},{\"insert\":\" std::string imagePath = \\\"/path/to/image.jpg\\\"; // 输入图片路径\"},{\"attributes\":{\"text-indent\":\"0px\",\"code-block\":\"plain\"},\"insert\":\"\\n\"},{\"insert\":\" std::unique_ptr<Model> model = std::make_unique<Model>();\"},{\"attributes\":{\"text-indent\":\"0px\",\"code-block\":\"plain\"},\"insert\":\"\\n\"},{\"insert\":\" if (model->Load(omModelPath, ModelType::yolov4) != 0) {\"},{\"attributes\":{\"text-indent\":\"0px\",\"code-block\":\"plain\"},\"insert\":\"\\n\"},{\"insert\":\" LOG(ERROR) << \\\"fail to load model\\\";\"},{\"attributes\":{\"text-indent\":\"0px\",\"code-block\":\"plain\"},\"insert\":\"\\n\"},{\"insert\":\" return -1;\"},{\"attributes\":{\"text-indent\":\"0px\",\"code-block\":\"plain\"},\"insert\":\"\\n\"},{\"insert\":\" }\"},{\"attributes\":{\"text-indent\":\"0px\",\"code-block\":\"plain\"},\"insert\":\"\\n\"},{\"insert\":\" auto ret = model->Infer(imagePath, FileType::SingelImageFile);\"},{\"attributes\":{\"text-indent\":\"0px\",\"code-block\":\"plain\"},\"insert\":\"\\n\"},{\"insert\":\" if (ret.size() == 0) {\"},{\"attributes\":{\"text-indent\":\"0px\",\"code-block\":\"plain\"},\"insert\":\"\\n\"},{\"insert\":\" LOG(ERROR) << \\\"fail to infer model\\\";\"},{\"attributes\":{\"text-indent\":\"0px\",\"code-block\":\"plain\"},\"insert\":\"\\n\"},{\"insert\":\" model->Unload();\"},{\"attributes\":{\"text-indent\":\"0px\",\"code-block\":\"plain\"},\"insert\":\"\\n\"},{\"insert\":\" return -1;\"},{\"attributes\":{\"text-indent\":\"0px\",\"code-block\":\"plain\"},\"insert\":\"\\n\"},{\"insert\":\" }\"},{\"attributes\":{\"text-indent\":\"0px\",\"code-block\":\"plain\"},\"insert\":\"\\n\"},{\"insert\":\" if (model->Unload() != 0) {\"},{\"attributes\":{\"text-indent\":\"0px\",\"code-block\":\"plain\"},\"insert\":\"\\n\"},{\"insert\":\" LOG(ERROR) << \\\"fail to unload model\\\";\"},{\"attributes\":{\"text-indent\":\"0px\",\"code-block\":\"plain\"},\"insert\":\"\\n\"},{\"insert\":\" return -1;\"},{\"attributes\":{\"text-indent\":\"0px\",\"code-block\":\"plain\"},\"insert\":\"\\n\"},{\"insert\":\" }\"},{\"attributes\":{\"text-indent\":\"0px\",\"code-block\":\"plain\"},\"insert\":\"\\n\"},{\"insert\":\" EnvDeinit();\"},{\"attributes\":{\"text-indent\":\"0px\",\"code-block\":\"plain\"},\"insert\":\"\\n\"},{\"insert\":\" return 0;\"},{\"attributes\":{\"text-indent\":\"0px\",\"code-block\":\"plain\"},\"insert\":\"\\n\"},{\"insert\":\"}\"},{\"attributes\":{\"text-indent\":\"0px\",\"code-block\":\"plain\"},\"insert\":\"\\n\"},{\"attributes\":{\"background\":\"#ffffff\",\"size\":\"13px\",\"color\":\"#080808\"},\"insert\":\"备注:头文件和动态库位于\"},{\"attributes\":{\"background\":\"#ffffff\",\"size\":\"13px\",\"color\":\"#315fbd\",\"link\":\"https://gitee.com/HiSpark/modelzoo/tree/master/samples/common\"},\"insert\":\"/samples/common\"},{\"attributes\":{\"background\":\"#ffffff\",\"size\":\"13px\",\"color\":\"#080808\"},\"insert\":\"目录下,编译配置参考\"},{\"attributes\":{\"background\":\"#ffffff\",\"size\":\"13px\",\"color\":\"#315fbd\",\"link\":\"https://gitee.com/HiSpark/modelzoo/blob/master/samples/built-in/detection/yolov4/src/CMakeLists.txt\"},\"insert\":\"文件\"},{\"attributes\":{\"text-indent\":\"0px\"},\"insert\":\"\\n\\n\"}]}"
110
+ }
111
+ ]
112
+ },
113
+ "status": "released",
114
+ "currentHandler": "",
115
+ "currentHandlerName": "",
116
+ "jsonPath": "https://gitee.com/HiSpark/modelzoo-dev/blob/master/samples/built-in/detection/yolov4/yolov4.json",
117
+ "modelAdaptor": [
118
+ {
119
+ "createdBy": null,
120
+ "creationDate": null,
121
+ "creationUserCN": null,
122
+ "lastUpdatedBy": null,
123
+ "lastUpdateDate": null,
124
+ "lastUpdateUserCN": null,
125
+ "rowIdx": -1,
126
+ "id": "i8ttm5k1tc00",
127
+ "name": "Hi3403V100 SVP_NNN",
128
+ "modelId": "i9ivuh3hec00",
129
+ "modelName": "YOLOv4",
130
+ "supportNames": [
131
+ "a16w8"
132
+ ],
133
+ "toolkit": [
134
+ {
135
+ "name": "CANN工具",
136
+ "url": "https://hispark-obs.obs.cn-east-3.myhuaweicloud.com/SVP_NNN_PC_V1.0.6.0.tgz",
137
+ "desc": "Al异构计算架构;提升计算效率的关键平台",
138
+ "imgId": "cann"
139
+ },
140
+ {
141
+ "name": "编译工具链",
142
+ "url": "https://gitee.com/HiSpark/pegasus/blob/Beta-v0.9.1/docs/Hi3403V100%E7%8E%AF%E5%A2%83%E6%90%AD%E5%BB%BA%E6%8C%87%E5%8D%97/Hi3403V100%E7%8E%AF%E5%A2%83%E6%90%AD%E5%BB%BA%E6%8C%87%E5%8D%97.md#241%E5%AE%89%E8%A3%85clang%E4%BA%A4%E5%8F%89%E7%BC%96%E8%AF%91%E5%99%A8",
143
+ "desc": "高效编译,精准适配;AI性能优化,应用流畅运行",
144
+ "imgId": "tool"
145
+ },
146
+ {
147
+ "name": "SDK",
148
+ "url": "https://gitee.com/HiSpark/ss928v100_clang/tree/Beta-v0.9.1/",
149
+ "desc": "稳定、易用的设计;支撑客户快速产品量产",
150
+ "imgId": "sdk"
151
+ }
152
+ ],
153
+ "supportOs": [
154
+ "OpenHarmony",
155
+ "Linux"
156
+ ],
157
+ "supportQuantify": [
158
+ {
159
+ "createdBy": 132241120926760,
160
+ "creationDate": "2026-03-26 20:20:50",
161
+ "creationUserCN": "liaoshibin",
162
+ "lastUpdatedBy": 132241120926760,
163
+ "lastUpdateDate": "2026-03-26 20:20:50",
164
+ "lastUpdateUserCN": "liaoshibin",
165
+ "rowIdx": -1,
166
+ "id": "j6tm5a1gi000",
167
+ "name": "a16w8",
168
+ "computingId": "i8ttm5k1tc00",
169
+ "computingName": "Hi3403V100 SVP_NNN",
170
+ "omOfflineModelUrl": null,
171
+ "omOfflineModelId": 1712122820165635,
172
+ "omOfflineModelSize": "65469713",
173
+ "omOfflineModelName": "yolov4_dpico.om",
174
+ "omOfflineModel": [
175
+ {
176
+ "id": "1712122820165635",
177
+ "name": "yolov4_dpico.om",
178
+ "url": null,
179
+ "size": "65469713"
180
+ }
181
+ ],
182
+ "omOfflineModelLink": null,
183
+ "releaseTime": "2025-12-23",
184
+ "boardOs": null,
185
+ "modelLicense": "https://gitee.com/HiSpark/modelzoo/tree/master/samples/built-in/detection/yolov4/LICENSE",
186
+ "modelPerformance": [
187
+ {
188
+ "performanceValue": "252.58",
189
+ "unit": "耗时(ms)",
190
+ "desc": "性能工具。"
191
+ },
192
+ {
193
+ "performanceValue": "3.96",
194
+ "unit": "性能(fps)",
195
+ "desc": "性能工具。"
196
+ },
197
+ {
198
+ "performanceValue": "488.841",
199
+ "unit": "单帧内存带宽(MB)",
200
+ "desc": ""
201
+ },
202
+ {
203
+ "performanceValue": "119.559",
204
+ "unit": "内存(MB)",
205
+ "desc": ""
206
+ }
207
+ ],
208
+ "deleted": 0
209
+ }
210
+ ],
211
+ "deleted": 0
212
+ },
213
+ {
214
+ "createdBy": null,
215
+ "creationDate": null,
216
+ "creationUserCN": null,
217
+ "lastUpdatedBy": null,
218
+ "lastUpdateDate": null,
219
+ "lastUpdateUserCN": null,
220
+ "rowIdx": -1,
221
+ "id": "i8ttm5k1tc01",
222
+ "name": "Hi3403V100 NNN",
223
+ "modelId": "i9ivuh3hec00",
224
+ "modelName": "YOLOv4",
225
+ "supportNames": [
226
+ "f16"
227
+ ],
228
+ "toolkit": [
229
+ {
230
+ "name": "CANN工具包",
231
+ "url": null,
232
+ "desc": "5.30.t11.7.b110; (请联系FAE获取)",
233
+ "imgId": "cann"
234
+ },
235
+ {
236
+ "name": "编译工具链",
237
+ "url": "",
238
+ "desc": "aarch64-mix210-linux-gcc;(请联系FAE获取)",
239
+ "imgId": "tool"
240
+ },
241
+ {
242
+ "name": "SDK",
243
+ "url": "",
244
+ "desc": "SS928 V100R001C02SPC022; (请联系FAE获取)",
245
+ "imgId": "sdk"
246
+ }
247
+ ],
248
+ "supportOs": [
249
+ "Linux"
250
+ ],
251
+ "supportQuantify": [
252
+ {
253
+ "createdBy": 132241120926760,
254
+ "creationDate": "2026-03-26 20:20:50",
255
+ "creationUserCN": "liaoshibin",
256
+ "lastUpdatedBy": 132241120926760,
257
+ "lastUpdateDate": "2026-03-26 20:20:50",
258
+ "lastUpdateUserCN": "liaoshibin",
259
+ "rowIdx": -1,
260
+ "id": "j6tm5a2si000",
261
+ "name": "f16",
262
+ "computingId": "i8ttm5k1tc01",
263
+ "computingName": "Hi3403V100 NNN",
264
+ "omOfflineModelUrl": null,
265
+ "omOfflineModelId": 1719598424588291,
266
+ "omOfflineModelSize": "132169974",
267
+ "omOfflineModelName": "yolov4_dlite_fp16.om",
268
+ "omOfflineModel": [
269
+ {
270
+ "id": "1719598424588291",
271
+ "name": "yolov4_dlite_fp16.om",
272
+ "url": null,
273
+ "size": "132169974"
274
+ }
275
+ ],
276
+ "omOfflineModelLink": null,
277
+ "releaseTime": "2025-12-31",
278
+ "boardOs": null,
279
+ "modelLicense": "https://gitee.com/HiSpark/modelzoo/tree/master/samples/built-in/detection/yolov4/LICENSE",
280
+ "modelPerformance": [
281
+ {
282
+ "performanceValue": "415.57",
283
+ "unit": "耗时(ms)",
284
+ "desc": null
285
+ },
286
+ {
287
+ "performanceValue": "2.41",
288
+ "unit": "性能(fps)",
289
+ "desc": ""
290
+ },
291
+ {
292
+ "performanceValue": "2160.436",
293
+ "unit": "单帧内存带宽(MB)",
294
+ "desc": ""
295
+ },
296
+ {
297
+ "performanceValue": "384.109",
298
+ "unit": "内存(MB)",
299
+ "desc": ""
300
+ }
301
+ ],
302
+ "deleted": 0
303
+ }
304
+ ],
305
+ "deleted": 0
306
+ }
307
+ ],
308
+ "saveType": null,
309
+ "deleteType": null,
310
+ "latest": "Y",
311
+ "deleted": 0,
312
+ "modelPhase": "released",
313
+ "remark": null,
314
+ "fileInfo": null,
315
+ "reviewType": null,
316
+ "owner": "sloanqin",
317
+ "ownerBy": 139318985286440,
318
+ "optional": null,
319
+ "optionalList": [
320
+ "0e900d99dee8461b8",
321
+ "whalenowings"
322
+ ],
323
+ "optionalBy": null,
324
+ "downloadNum": 4,
325
+ "collectNum": null,
326
+ "isCollect": null
327
+ }
328
+ }
yolov4.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a3bfd2ba240ec24a2a4c794e782586e2e34422ea5650c6d024c66ce46c52b6af
3
+ size 257433018
yolov4.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6f65023edd1d0903115e2a7abcab7f4dce7f918fc935d4e9ccadaa43f5c0edd6
3
+ size 257852609