shadow-cann commited on
Commit
032992f
·
verified ·
1 Parent(s): 7bdfe31

Add files using upload-large-folder tool

Browse files
.gitattributes CHANGED
@@ -34,3 +34,5 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
  1712022653894659_om.jpg filter=lfs diff=lfs merge=lfs -text
 
 
 
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
  1712022653894659_om.jpg filter=lfs diff=lfs merge=lfs -text
37
+ yolov3.om filter=lfs diff=lfs merge=lfs -text
38
+ yolov3_om-FP16.om filter=lfs diff=lfs merge=lfs -text
README.md CHANGED
@@ -17,9 +17,9 @@ YOLOv3是一种端到端的one-stage目标检测模型。相比YOLOv2,YOLOv3
17
  ## Mirror Metadata
18
 
19
  - Hugging Face repo: shadow-cann/hispark-modelzoo-yolov3
20
- - Portal model id: i9snjr85ec00
21
- - Created at: 2025-12-26 15:43:35
22
- - Updated at: 2025-12-30 20:02:17
23
  - Category: 计算机视觉
24
 
25
  ## Framework
@@ -48,14 +48,19 @@ YOLOv3是一种端到端的one-stage目标检测模型。相比YOLOv2,YOLOv3
48
 
49
  ## Files In This Repo
50
 
51
- - yolov3.pt (模型 / 源模型下载; 模型 / 源模型元数据)
52
- - yolov3_sim.onnx (模型 / 源模型下载; 源模型 / 源模型元数据)
53
- - yolov3.onnx (源模型 / 源模型下载; 源模型 / 源模型元数据)
 
 
 
 
 
54
  - SVP_NNN_PC_V1.0.6.0.tgz (附加资源 / 附加资源)
55
 
56
  ## Upstream Links
57
 
58
- - Portal card: https://gitbubble.github.io/hisilicon-developer-portal-mirror/model-detail.html?id=i9snjr85ec00
59
  - Upstream repository: https://gitee.com/HiSpark/modelzoo/tree/master/samples/samples_GPL/built-in/yolov3
60
  - License reference: https://github.com/ultralytics/yolov3/blob/master/LICENSE
61
 
@@ -63,4 +68,3 @@ YOLOv3是一种端到端的one-stage目标检测模型。相比YOLOv2,YOLOv3
63
 
64
  - This repository was mirrored from the HiSilicon Developer Portal model card and local downloads captured on 2026-03-27.
65
  - File ownership follows the portal card mapping, not just filename similarity.
66
- - Cover image: 1712022653894659_om.jpg
 
17
  ## Mirror Metadata
18
 
19
  - Hugging Face repo: shadow-cann/hispark-modelzoo-yolov3
20
+ - Portal model id: j8pkk8lctk00
21
+ - Created at: 2026-04-01 16:02:45
22
+ - Updated at: 2026-04-08 16:07:07
23
  - Category: 计算机视觉
24
 
25
  ## Framework
 
48
 
49
  ## Files In This Repo
50
 
51
+ - yolov3.om (编译模型 / A8W8; 编译模型 / OM 元数据 / A8W8)
52
+ - yolov3_om-FP16.om (编译模型 / FP16)
53
+ - yolov3_source-model.pt (源模型 / 源模型下载)
54
+ - yolov3_sim_source-model.onnx (源模型 / 源模型下载)
55
+ - yolov3_source-model.onnx (源模型 / 源模型下载)
56
+ - yolov3.pt (源模型 / 源模型元数据)
57
+ - yolov3_sim.onnx (源模型 / 源模型元数据)
58
+ - yolov3.onnx (源模型 / 源模型元数据)
59
  - SVP_NNN_PC_V1.0.6.0.tgz (附加资源 / 附加资源)
60
 
61
  ## Upstream Links
62
 
63
+ - Portal card: https://gitbubble.github.io/hisilicon-developer-portal-mirror/model-detail.html?id=j8pkk8lctk00
64
  - Upstream repository: https://gitee.com/HiSpark/modelzoo/tree/master/samples/samples_GPL/built-in/yolov3
65
  - License reference: https://github.com/ultralytics/yolov3/blob/master/LICENSE
66
 
 
68
 
69
  - This repository was mirrored from the HiSilicon Developer Portal model card and local downloads captured on 2026-03-27.
70
  - File ownership follows the portal card mapping, not just filename similarity.
 
model-card.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "name": "YOLOv3",
3
- "id": "i9snjr85ec00",
4
  "description": "YOLOv3是一种端到端的one-stage目标检测模型。相比YOLOv2,YOLOv3采用了一个新的backbone-Darknet-53来进行特征提取工作,这个新网络比Darknet-19更加强大,也比ResNet-101或者ResNet-152更加高效。",
5
  "category": "计算机视觉",
6
  "framework": [
@@ -20,24 +20,52 @@
20
  "repositoryUrl": "https://gitee.com/HiSpark/modelzoo/tree/master/samples/samples_GPL/built-in/yolov3",
21
  "licenseUrl": "https://github.com/ultralytics/yolov3/blob/master/LICENSE",
22
  "downloads": [
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
23
  {
24
  "fileName": "yolov3.pt",
25
  "variants": [
26
- "源模型 / 源模型下载",
27
  "源模型 / 源模型元数据"
28
  ]
29
  },
30
  {
31
  "fileName": "yolov3_sim.onnx",
32
  "variants": [
33
- "源模型 / 源模型下载",
34
  "源模型 / 源模型元数据"
35
  ]
36
  },
37
  {
38
  "fileName": "yolov3.onnx",
39
  "variants": [
40
- "源模型 / 源模型下载",
41
  "源模型 / 源模型元数据"
42
  ]
43
  },
@@ -50,16 +78,16 @@
50
  ],
51
  "apiDetail": {
52
  "createdBy": 137441035408492,
53
- "creationDate": "2025-12-26 15:43:35",
54
  "creationUserCN": "0e900d99dee8461b8",
55
  "lastUpdatedBy": null,
56
- "lastUpdateDate": "2025-12-30 20:02:17",
57
  "lastUpdateUserCN": "0e900d99dee8461b8",
58
  "rowIdx": -1,
59
- "id": "i9snjr85ec00",
60
  "name": "YOLOv3",
61
- "isBeta": 1,
62
- "betaVersionDesc": "Hi3403V100 SVP_NNN引擎上模型性能待进一步优化",
63
  "description": "YOLOv3是一种端到端的one-stage目标检测模型。相比YOLOv2,YOLOv3采用了一个新的backbone-Darknet-53来进行特征提取工作,这个新网络比Darknet-19更加强大,也比ResNet-101或者ResNet-152更加高效。",
64
  "parentId": "i9snjr85ec00",
65
  "coverImageId": 1712022653894659,
@@ -96,7 +124,7 @@
96
  "size": "247724140"
97
  }
98
  ],
99
- "originModelLink": null,
100
  "dataSet": "https://cocodataset.org/#download",
101
  "modelLicense": "https://github.com/ultralytics/yolov3/blob/master/LICENSE",
102
  "detailParams": [
@@ -138,10 +166,10 @@
138
  "rowIdx": -1,
139
  "id": "i8ttm5k1tc00",
140
  "name": "Hi3403V100 SVP_NNN",
141
- "modelId": "i9snjr85ec00",
142
  "modelName": "YOLOv3",
143
  "supportNames": [
144
- "a8w8"
145
  ],
146
  "toolkit": [
147
  {
@@ -169,15 +197,15 @@
169
  ],
170
  "supportQuantify": [
171
  {
172
- "createdBy": 132241120926760,
173
- "creationDate": "2026-03-26 20:03:46",
174
- "creationUserCN": "liaoshibin",
175
- "lastUpdatedBy": 132241120926760,
176
- "lastUpdateDate": "2026-03-26 20:03:46",
177
- "lastUpdateUserCN": "liaoshibin",
178
  "rowIdx": -1,
179
- "id": "j6ti8akctk00",
180
- "name": "a8w8",
181
  "computingId": "i8ttm5k1tc00",
182
  "computingName": "Hi3403V100 SVP_NNN",
183
  "omOfflineModelUrl": null,
@@ -194,7 +222,7 @@
194
  ],
195
  "omOfflineModelLink": null,
196
  "releaseTime": "2025-12-26",
197
- "boardOs": null,
198
  "modelLicense": "https://gitee.com/HiSpark/modelzoo/blob/master/samples/samples_GPL/built-in/yolov3/LICENSE",
199
  "modelPerformance": [
200
  {
@@ -233,10 +261,10 @@
233
  "rowIdx": -1,
234
  "id": "i8ttm5k1tc01",
235
  "name": "Hi3403V100 NNN",
236
- "modelId": "i9snjr85ec00",
237
  "modelName": "YOLOv3",
238
  "supportNames": [
239
- "f16"
240
  ],
241
  "toolkit": [
242
  {
@@ -263,15 +291,15 @@
263
  ],
264
  "supportQuantify": [
265
  {
266
- "createdBy": 132241120926760,
267
- "creationDate": "2026-03-26 20:03:47",
268
- "creationUserCN": "liaoshibin",
269
- "lastUpdatedBy": 132241120926760,
270
- "lastUpdateDate": "2026-03-26 20:03:47",
271
- "lastUpdateUserCN": "liaoshibin",
272
  "rowIdx": -1,
273
- "id": "j6ti8arktk00",
274
- "name": "f16",
275
  "computingId": "i8ttm5k1tc01",
276
  "computingName": "Hi3403V100 NNN",
277
  "omOfflineModelUrl": null,
@@ -288,7 +316,7 @@
288
  ],
289
  "omOfflineModelLink": null,
290
  "releaseTime": "2025-12-27",
291
- "boardOs": null,
292
  "modelLicense": "https://gitee.com/HiSpark/modelzoo/blob/master/samples/samples_GPL/built-in/yolov3/LICENSE",
293
  "modelPerformance": [
294
  {
@@ -329,11 +357,9 @@
329
  "owner": "0e900d99dee8461b8",
330
  "ownerBy": 137441035408492,
331
  "optional": null,
332
- "optionalList": [
333
- "whalenowings"
334
- ],
335
  "optionalBy": null,
336
- "downloadNum": 37,
337
  "collectNum": null,
338
  "isCollect": null
339
  }
 
1
  {
2
  "name": "YOLOv3",
3
+ "id": "j8pkk8lctk00",
4
  "description": "YOLOv3是一种端到端的one-stage目标检测模型。相比YOLOv2,YOLOv3采用了一个新的backbone-Darknet-53来进行特征提取工作,这个新网络比Darknet-19更加强大,也比ResNet-101或者ResNet-152更加高效。",
5
  "category": "计算机视觉",
6
  "framework": [
 
20
  "repositoryUrl": "https://gitee.com/HiSpark/modelzoo/tree/master/samples/samples_GPL/built-in/yolov3",
21
  "licenseUrl": "https://github.com/ultralytics/yolov3/blob/master/LICENSE",
22
  "downloads": [
23
+ {
24
+ "fileName": "yolov3.om",
25
+ "variants": [
26
+ "编译模型 / A8W8",
27
+ "编译模型 / OM 元数据 / A8W8"
28
+ ]
29
+ },
30
+ {
31
+ "fileName": "yolov3_om-FP16.om",
32
+ "variants": [
33
+ "编译模型 / FP16"
34
+ ]
35
+ },
36
+ {
37
+ "fileName": "yolov3_source-model.pt",
38
+ "variants": [
39
+ "源模型 / 源模型下载"
40
+ ]
41
+ },
42
+ {
43
+ "fileName": "yolov3_sim_source-model.onnx",
44
+ "variants": [
45
+ "源模型 / 源模型下载"
46
+ ]
47
+ },
48
+ {
49
+ "fileName": "yolov3_source-model.onnx",
50
+ "variants": [
51
+ "源模型 / 源模型下载"
52
+ ]
53
+ },
54
  {
55
  "fileName": "yolov3.pt",
56
  "variants": [
 
57
  "源模型 / 源模型元数据"
58
  ]
59
  },
60
  {
61
  "fileName": "yolov3_sim.onnx",
62
  "variants": [
 
63
  "源模型 / 源模型元数据"
64
  ]
65
  },
66
  {
67
  "fileName": "yolov3.onnx",
68
  "variants": [
 
69
  "源模型 / 源模型元数据"
70
  ]
71
  },
 
78
  ],
79
  "apiDetail": {
80
  "createdBy": 137441035408492,
81
+ "creationDate": "2026-04-01 16:02:45",
82
  "creationUserCN": "0e900d99dee8461b8",
83
  "lastUpdatedBy": null,
84
+ "lastUpdateDate": "2026-04-08 16:07:07",
85
  "lastUpdateUserCN": "0e900d99dee8461b8",
86
  "rowIdx": -1,
87
+ "id": "j8pkk8lctk00",
88
  "name": "YOLOv3",
89
+ "isBeta": 0,
90
+ "betaVersionDesc": "",
91
  "description": "YOLOv3是一种端到端的one-stage目标检测模型。相比YOLOv2,YOLOv3采用了一个新的backbone-Darknet-53来进行特征提取工作,这个新网络比Darknet-19更加强大,也比ResNet-101或者ResNet-152更加高效。",
92
  "parentId": "i9snjr85ec00",
93
  "coverImageId": 1712022653894659,
 
124
  "size": "247724140"
125
  }
126
  ],
127
+ "originModelLink": "",
128
  "dataSet": "https://cocodataset.org/#download",
129
  "modelLicense": "https://github.com/ultralytics/yolov3/blob/master/LICENSE",
130
  "detailParams": [
 
166
  "rowIdx": -1,
167
  "id": "i8ttm5k1tc00",
168
  "name": "Hi3403V100 SVP_NNN",
169
+ "modelId": "j8pkk8lctk00",
170
  "modelName": "YOLOv3",
171
  "supportNames": [
172
+ "A8W8"
173
  ],
174
  "toolkit": [
175
  {
 
197
  ],
198
  "supportQuantify": [
199
  {
200
+ "createdBy": 137441035408492,
201
+ "creationDate": "2026-04-01 16:02:45",
202
+ "creationUserCN": "0e900d99dee8461b8",
203
+ "lastUpdatedBy": 137441035408492,
204
+ "lastUpdateDate": "2026-04-01 16:02:45",
205
+ "lastUpdateUserCN": "0e900d99dee8461b8",
206
  "rowIdx": -1,
207
+ "id": "j8pkk8rctk00",
208
+ "name": "A8W8",
209
  "computingId": "i8ttm5k1tc00",
210
  "computingName": "Hi3403V100 SVP_NNN",
211
  "omOfflineModelUrl": null,
 
222
  ],
223
  "omOfflineModelLink": null,
224
  "releaseTime": "2025-12-26",
225
+ "boardOs": "OpenHarmony",
226
  "modelLicense": "https://gitee.com/HiSpark/modelzoo/blob/master/samples/samples_GPL/built-in/yolov3/LICENSE",
227
  "modelPerformance": [
228
  {
 
261
  "rowIdx": -1,
262
  "id": "i8ttm5k1tc01",
263
  "name": "Hi3403V100 NNN",
264
+ "modelId": "j8pkk8lctk00",
265
  "modelName": "YOLOv3",
266
  "supportNames": [
267
+ "FP16"
268
  ],
269
  "toolkit": [
270
  {
 
291
  ],
292
  "supportQuantify": [
293
  {
294
+ "createdBy": 137441035408492,
295
+ "creationDate": "2026-04-01 16:02:45",
296
+ "creationUserCN": "0e900d99dee8461b8",
297
+ "lastUpdatedBy": 137441035408492,
298
+ "lastUpdateDate": "2026-04-01 16:02:45",
299
+ "lastUpdateUserCN": "0e900d99dee8461b8",
300
  "rowIdx": -1,
301
+ "id": "j8pkk8sotk00",
302
+ "name": "FP16",
303
  "computingId": "i8ttm5k1tc01",
304
  "computingName": "Hi3403V100 NNN",
305
  "omOfflineModelUrl": null,
 
316
  ],
317
  "omOfflineModelLink": null,
318
  "releaseTime": "2025-12-27",
319
+ "boardOs": "Linux",
320
  "modelLicense": "https://gitee.com/HiSpark/modelzoo/blob/master/samples/samples_GPL/built-in/yolov3/LICENSE",
321
  "modelPerformance": [
322
  {
 
357
  "owner": "0e900d99dee8461b8",
358
  "ownerBy": 137441035408492,
359
  "optional": null,
360
+ "optionalList": null,
 
 
361
  "optionalBy": null,
362
+ "downloadNum": 0,
363
  "collectNum": null,
364
  "isCollect": null
365
  }
yolov3.om ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fc54dcbb9e60b1fa3f52ce66791d0f7b94ea75e09696f1d6745540f04138129d
3
+ size 62776547
yolov3_om-FP16.om ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fc54dcbb9e60b1fa3f52ce66791d0f7b94ea75e09696f1d6745540f04138129d
3
+ size 62776547
yolov3_sim_source-model.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2117f916787701f9ecf093270259935e4e7c2be21f32d070fe04daadade82da8
3
+ size 247724140
yolov3_source-model.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2117f916787701f9ecf093270259935e4e7c2be21f32d070fe04daadade82da8
3
+ size 247724140
yolov3_source-model.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ba6568ba6a771d99e71546595079f93de7c69701ba483853dbefef4fc2750160
3
+ size 124307969