shadow-cann commited on
Commit
ace537e
·
verified ·
1 Parent(s): 53f3e49

Add files using upload-large-folder tool

Browse files
1712668134146051_panda1.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
+ # VGG16
14
+
15
+ VGGNet是牛津大学计算机视觉组(Visual Geometry Group)和Google DeepMind公司的研究员一起研发的深度卷积神经网络,它探索了卷积神经网络的深度与其性能之间的关系,通过反复堆叠3*3的小型卷积核和2*2的最大池化层,成功地构筑了16~19层深的卷积神经网络。VGGNet相比之前state-of-the-art的网络结构,错误率大幅下降,VGGNet论文中全部使用了3*3的小型卷积核和2*2的最大池化核,通过不断加深网络结构来提升性能。
16
+
17
+ ## Mirror Metadata
18
+
19
+ - Hugging Face repo: shadow-cann/hispark-modelzoo-vgg16
20
+ - Portal model id: ht96f9b50o00
21
+ - Created at: 2025-11-17 11:25:12
22
+ - Updated at: 2025-11-29 14:49:58
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
+ - 输入: 224x224
46
+ - 参数量: 138.358M
47
+ - 计算量: 31.007GFLOPs
48
+
49
+ ## Files In This Repo
50
+
51
+ - vgg16.onnx (源模型 / 源模型下载; 源模型 / 源模型元数据; 编译模型 / OM 元数据 / a8w8)
52
+ - vgg16-397923af.pth (源模型 / 源模型下载; 源模型 / 源模型元数据)
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=ht96f9b50o00
58
+ - Upstream repository: https://gitee.com/HiSpark/modelzoo/tree/master/samples/built-in/classification/VGG16
59
+ - License reference: https://github.com/pytorch/vision/blob/main/LICENSE
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: 1712668134146051_panda1.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,326 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "VGG16",
3
+ "id": "ht96f9b50o00",
4
+ "description": "VGGNet是牛津大学计算机视觉组(Visual Geometry Group)和Google DeepMind公司的研究员一起研发的深度卷积神经网络,它探索了卷积神经网络的深度与其性能之间的关系,通过反复堆叠3*3的小型卷积核和2*2的最大池化层,成功地构筑了16~19层深的卷积神经网络。VGGNet相比之前state-of-the-art的网络结构,错误率大幅下降,VGGNet论文中全部使用了3*3的小型卷积核和2*2的最大池化核,通过不断加深网络结构来提升性能。",
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/classification/VGG16",
21
+ "licenseUrl": "https://github.com/pytorch/vision/blob/main/LICENSE",
22
+ "downloads": [
23
+ {
24
+ "fileName": "vgg16.onnx",
25
+ "variants": [
26
+ "源模型 / 源模型下载",
27
+ "源模型 / 源模型元数据",
28
+ "编译模型 / OM 元数据 / a8w8"
29
+ ]
30
+ },
31
+ {
32
+ "fileName": "vgg16-397923af.pth",
33
+ "variants": [
34
+ "源模型 / 源模型下载",
35
+ "源模型 / 源模型元数据"
36
+ ]
37
+ },
38
+ {
39
+ "fileName": "SVP_NNN_PC_V1.0.6.0.tgz",
40
+ "variants": [
41
+ "附加资源 / 附加资源"
42
+ ]
43
+ }
44
+ ],
45
+ "apiDetail": {
46
+ "createdBy": 138418613601624,
47
+ "creationDate": "2025-11-17 11:25:12",
48
+ "creationUserCN": "ahau15",
49
+ "lastUpdatedBy": null,
50
+ "lastUpdateDate": "2025-11-29 14:49:58",
51
+ "lastUpdateUserCN": "ahau15",
52
+ "rowIdx": -1,
53
+ "id": "ht96f9b50o00",
54
+ "name": "VGG16",
55
+ "isBeta": 0,
56
+ "betaVersionDesc": "",
57
+ "description": "VGGNet是牛津大学计算机视觉组(Visual Geometry Group)和Google DeepMind公司的研究员一起研发的深度卷积神经网络,它探索了卷积神经网络的深度与其性能之间的关系,通过反复堆叠3*3的小型卷积核和2*2的最大池化层,成功地构筑了16~19层深的卷积神经网络。VGGNet相比之前state-of-the-art的网络结构,错误率大幅下降,VGGNet论文中全部使用了3*3的小型卷积核和2*2的最大池化核,通过不断加深网络结构来提升性能。",
58
+ "parentId": "ht96f9b50o00",
59
+ "coverImageId": 1712668134146051,
60
+ "coverImageUrl": "https://openxinhuo-board-image.obs.cn-east-3.myhuaweicloud.com/1712668134146051%2Fpanda1.jpg",
61
+ "modelEffectId": null,
62
+ "modelEffectUrl": "",
63
+ "computerVersion": [
64
+ "分类"
65
+ ],
66
+ "naturalLanguageProcess": [],
67
+ "multimodal": [],
68
+ "video": [],
69
+ "framework": [
70
+ "PyTorch"
71
+ ],
72
+ "modelRepository": "https://gitee.com/HiSpark/modelzoo/tree/master/samples/built-in/classification/VGG16",
73
+ "originModel": [
74
+ {
75
+ "id": "1712668270526466",
76
+ "name": "vgg16.onnx",
77
+ "url": null,
78
+ "size": "553434827"
79
+ },
80
+ {
81
+ "id": "1712668270460930",
82
+ "name": "vgg16-397923af.pth",
83
+ "url": null,
84
+ "size": "553433881"
85
+ }
86
+ ],
87
+ "originModelLink": null,
88
+ "dataSet": "https://image-net.org/",
89
+ "modelLicense": "https://github.com/pytorch/vision/blob/main/LICENSE",
90
+ "detailParams": [
91
+ {
92
+ "name": "输入",
93
+ "value": "224x224"
94
+ },
95
+ {
96
+ "name": "参数量",
97
+ "value": "138.358M"
98
+ },
99
+ {
100
+ "name": "计算量",
101
+ "value": "31.007GFLOPs"
102
+ }
103
+ ],
104
+ "quickStart": {
105
+ "url": "https://gitee.com/HiSpark/modelzoo/tree/master/samples/built-in/classification/VGG16",
106
+ "markDownUrl": "",
107
+ "developLanguage": [
108
+ {
109
+ "language": "C++",
110
+ "context": "{\"ops\":[{\"attributes\":{\"background\":\"#ffffff\",\"size\":\"13px\",\"color\":\"#080808\"},\"insert\":\"VGG16模型可以通过以下代码完成快速推理\"},{\"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\\\"; // VGG16模型文件路径 \"},{\"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::VGG16) != 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\":\"备注:上述C++代码依赖的动态库与头文件位于\"},{\"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/classification/VGG16/src/CMakeLists.txt\"},\"insert\":\"CMakeLists.txt\"},{\"attributes\":{\"background\":\"#ffffff\",\"size\":\"13px\",\"color\":\"#080808\"},\"insert\":\"。\"},{\"attributes\":{\"text-indent\":\"0px\"},\"insert\":\"\\n\\n\"}]}"
111
+ }
112
+ ]
113
+ },
114
+ "status": "released",
115
+ "currentHandler": "",
116
+ "currentHandlerName": null,
117
+ "jsonPath": "https://gitee.com/HiSpark/modelzoo-dev/blob/master/samples/built-in/classification/VGG16/VGG16.json",
118
+ "modelAdaptor": [
119
+ {
120
+ "createdBy": null,
121
+ "creationDate": null,
122
+ "creationUserCN": null,
123
+ "lastUpdatedBy": null,
124
+ "lastUpdateDate": null,
125
+ "lastUpdateUserCN": null,
126
+ "rowIdx": -1,
127
+ "id": "i8ttm5k1tc00",
128
+ "name": "Hi3403V100 SVP_NNN",
129
+ "modelId": "ht96f9b50o00",
130
+ "modelName": "VGG16",
131
+ "supportNames": [
132
+ "a8w8"
133
+ ],
134
+ "toolkit": [
135
+ {
136
+ "name": "CANN工具",
137
+ "url": "https://hispark-obs.obs.cn-east-3.myhuaweicloud.com/SVP_NNN_PC_V1.0.6.0.tgz",
138
+ "desc": "Al异构计算架构;提升计算效率的关键平台",
139
+ "imgId": "cann"
140
+ },
141
+ {
142
+ "name": "编译工具链",
143
+ "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",
144
+ "desc": "高效编译,精准适配;AI性能优化,应用流畅运行",
145
+ "imgId": "tool"
146
+ },
147
+ {
148
+ "name": "SDK",
149
+ "url": "https://gitee.com/HiSpark/ss928v100_clang/tree/Beta-v0.9.1/ ",
150
+ "desc": "稳定、易用的设计;支撑客户快速产品量产",
151
+ "imgId": "sdk"
152
+ }
153
+ ],
154
+ "supportOs": [
155
+ "OpenHarmony",
156
+ "Linux"
157
+ ],
158
+ "supportQuantify": [
159
+ {
160
+ "createdBy": 132241120926760,
161
+ "creationDate": "2026-03-26 20:25:39",
162
+ "creationUserCN": "liaoshibin",
163
+ "lastUpdatedBy": 132241120926760,
164
+ "lastUpdateDate": "2026-03-26 20:25:39",
165
+ "lastUpdateUserCN": "liaoshibin",
166
+ "rowIdx": -1,
167
+ "id": "j6tn8j0ctk00",
168
+ "name": "a8w8",
169
+ "computingId": "i8ttm5k1tc00",
170
+ "computingName": "Hi3403V100 SVP_NNN",
171
+ "omOfflineModelUrl": null,
172
+ "omOfflineModelId": 1712669402923010,
173
+ "omOfflineModelSize": "138529095",
174
+ "omOfflineModelName": "vgg16.om",
175
+ "omOfflineModel": [
176
+ {
177
+ "id": "1712669402923010",
178
+ "name": "vgg16.om",
179
+ "url": null,
180
+ "size": "138529095"
181
+ }
182
+ ],
183
+ "omOfflineModelLink": null,
184
+ "releaseTime": "2025-11-17",
185
+ "boardOs": null,
186
+ "modelLicense": "https://gitee.com/HiSpark/modelzoo/tree/master/samples/built-in/classification/VGG16/LICENSE",
187
+ "modelPerformance": [
188
+ {
189
+ "performanceValue": "12.88",
190
+ "unit": "耗时(ms)",
191
+ "desc": ""
192
+ },
193
+ {
194
+ "performanceValue": "77.65",
195
+ "unit": "性能(fps)",
196
+ "desc": ""
197
+ },
198
+ {
199
+ "performanceValue": "133.486",
200
+ "unit": "单帧内存带宽(MB)",
201
+ "desc": ""
202
+ },
203
+ {
204
+ "performanceValue": "143.195",
205
+ "unit": "内存(MB)",
206
+ "desc": ""
207
+ }
208
+ ],
209
+ "deleted": 0
210
+ }
211
+ ],
212
+ "deleted": 0
213
+ },
214
+ {
215
+ "createdBy": null,
216
+ "creationDate": null,
217
+ "creationUserCN": null,
218
+ "lastUpdatedBy": null,
219
+ "lastUpdateDate": null,
220
+ "lastUpdateUserCN": null,
221
+ "rowIdx": -1,
222
+ "id": "i8ttm5k1tc01",
223
+ "name": "Hi3403V100 NNN",
224
+ "modelId": "ht96f9b50o00",
225
+ "modelName": "VGG16",
226
+ "supportNames": [
227
+ "fp16"
228
+ ],
229
+ "toolkit": [
230
+ {
231
+ "name": "CANN工具",
232
+ "url": "",
233
+ "desc": "5.30.t11.7.b110; (请联系FAE获取)",
234
+ "imgId": "cann"
235
+ },
236
+ {
237
+ "name": "编译工具链",
238
+ "url": "",
239
+ "desc": "aarch64-mix210-linux-gcc;(请联系FAE获取)",
240
+ "imgId": "tool"
241
+ },
242
+ {
243
+ "name": "SDK",
244
+ "url": "",
245
+ "desc": "SS928 V100R001C02SPC022; (请联系FAE获取)",
246
+ "imgId": "sdk"
247
+ }
248
+ ],
249
+ "supportOs": [
250
+ "Linux"
251
+ ],
252
+ "supportQuantify": [
253
+ {
254
+ "createdBy": 132241120926760,
255
+ "creationDate": "2026-03-26 20:25:39",
256
+ "creationUserCN": "liaoshibin",
257
+ "lastUpdatedBy": 132241120926760,
258
+ "lastUpdateDate": "2026-03-26 20:25:39",
259
+ "lastUpdateUserCN": "liaoshibin",
260
+ "rowIdx": -1,
261
+ "id": "j6tn8j1otk00",
262
+ "name": "fp16",
263
+ "computingId": "i8ttm5k1tc01",
264
+ "computingName": "Hi3403V100 NNN",
265
+ "omOfflineModelUrl": null,
266
+ "omOfflineModelId": 1712670610882563,
267
+ "omOfflineModelSize": "277334329",
268
+ "omOfflineModelName": "vgg16.om",
269
+ "omOfflineModel": [
270
+ {
271
+ "id": "1712670610882563",
272
+ "name": "vgg16.om",
273
+ "url": null,
274
+ "size": "277334329"
275
+ }
276
+ ],
277
+ "omOfflineModelLink": null,
278
+ "releaseTime": "2025-11-17",
279
+ "boardOs": null,
280
+ "modelLicense": "https://gitee.com/HiSpark/modelzoo/tree/master/samples/built-in/classification/VGG16/LICENSE",
281
+ "modelPerformance": [
282
+ {
283
+ "performanceValue": "30.74",
284
+ "unit": "耗时(ms)",
285
+ "desc": ""
286
+ },
287
+ {
288
+ "performanceValue": "32.53",
289
+ "unit": "性能(fps)",
290
+ "desc": ""
291
+ },
292
+ {
293
+ "performanceValue": "373.265",
294
+ "unit": "单帧内存带宽(MB)",
295
+ "desc": ""
296
+ },
297
+ {
298
+ "performanceValue": "582.809",
299
+ "unit": "内存(MB)",
300
+ "desc": ""
301
+ }
302
+ ],
303
+ "deleted": 0
304
+ }
305
+ ],
306
+ "deleted": 0
307
+ }
308
+ ],
309
+ "saveType": null,
310
+ "deleteType": null,
311
+ "latest": "Y",
312
+ "deleted": 0,
313
+ "modelPhase": "released",
314
+ "remark": null,
315
+ "fileInfo": null,
316
+ "reviewType": null,
317
+ "owner": "ahau15",
318
+ "ownerBy": 138418613601624,
319
+ "optional": null,
320
+ "optionalList": null,
321
+ "optionalBy": null,
322
+ "downloadNum": 8,
323
+ "collectNum": null,
324
+ "isCollect": null
325
+ }
326
+ }
vgg16-397923af.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:397923af8e79cdbb6a7127f12361acd7a2f83e06b05044ddf496e83de57a5bf0
3
+ size 553433881
vgg16.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c9d0bb14d956e3b85444350ce6acdb092c632b5088320ae35a05b68f0923dc24
3
+ size 553434827