shadow-cann commited on
Commit
859e44f
·
verified ·
1 Parent(s): 78c6056

Mirror sync YOLOv5s

Browse files
.gitattributes CHANGED
@@ -34,3 +34,4 @@ 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
  yolov5s.om 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
  yolov5s.om filter=lfs diff=lfs merge=lfs -text
37
+ yolov5s_FP16_Hi3403V100-NNN.om filter=lfs diff=lfs merge=lfs -text
README.md CHANGED
@@ -48,9 +48,11 @@ YOLO系列网络模型是最为经典的one-stage算法,也是目前工业领
48
 
49
  ## Files In This Repo
50
 
51
- - yolov5s.pt (模型 / 源模型元数据)
52
- - yolov5s.onnx (模型 / 源模型元数据)
53
- - SVP_NNN_PC_V1.0.6.0.tgz (附加资源 / 附加资源)
 
 
54
  - yolov5s_source-model.pt (源模型 / 镜像补充)
55
 
56
  ## Upstream Links
 
48
 
49
  ## Files In This Repo
50
 
51
+ - yolov5s.om (编译模型 / A8W8 / A8W8)
52
+ - yolov5s_FP16_Hi3403V100-NNN.om (编译模型 / FP16 / FP16)
53
+ - yolov5s.pt (源模型 / 源模型下载)
54
+ - yolov5s.onnx (源模型 / 源模型下载)
55
+ - SVP_NNN_PC_V1.0.6.0.tgz (工具链 / 工具链)
56
  - yolov5s_source-model.pt (源模型 / 镜像补充)
57
 
58
  ## Upstream Links
model-card.json CHANGED
@@ -20,22 +20,34 @@
20
  "repositoryUrl": "https://gitee.com/HiSpark/modelzoo/tree/master/samples/samples_GPL/built-in/yolov5",
21
  "licenseUrl": "https://github.com/ultralytics/yolov5/blob/master/LICENSE",
22
  "downloads": [
 
 
 
 
 
 
 
 
 
 
 
 
23
  {
24
  "fileName": "yolov5s.pt",
25
  "variants": [
26
- "源模型 / 源模型元数据"
27
  ]
28
  },
29
  {
30
  "fileName": "yolov5s.onnx",
31
  "variants": [
32
- "源模型 / 源模型元数据"
33
  ]
34
  },
35
  {
36
  "fileName": "SVP_NNN_PC_V1.0.6.0.tgz",
37
  "variants": [
38
- "附加资源 / 附加资源"
39
  ]
40
  },
41
  {
 
20
  "repositoryUrl": "https://gitee.com/HiSpark/modelzoo/tree/master/samples/samples_GPL/built-in/yolov5",
21
  "licenseUrl": "https://github.com/ultralytics/yolov5/blob/master/LICENSE",
22
  "downloads": [
23
+ {
24
+ "fileName": "yolov5s.om",
25
+ "variants": [
26
+ "编译模型 / A8W8 / A8W8"
27
+ ]
28
+ },
29
+ {
30
+ "fileName": "yolov5s_FP16_Hi3403V100-NNN.om",
31
+ "variants": [
32
+ "编译模型 / FP16 / FP16"
33
+ ]
34
+ },
35
  {
36
  "fileName": "yolov5s.pt",
37
  "variants": [
38
+ "源模型 / 源模型下载"
39
  ]
40
  },
41
  {
42
  "fileName": "yolov5s.onnx",
43
  "variants": [
44
+ "源模型 / 源模型下载"
45
  ]
46
  },
47
  {
48
  "fileName": "SVP_NNN_PC_V1.0.6.0.tgz",
49
  "variants": [
50
+ "工具链 / 工具链"
51
  ]
52
  },
53
  {
yolov5s.om CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4bc64c0bc1df3c405f183dcc69ebc2280e284721cd3043a089e79764b16425e1
3
- size 8626175
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b1c7349d82a508843e6a7837e527907fc153f24b8d9f96372a5699a8d90b2693
3
+ size 7729947
yolov5s.onnx CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ad3b25204d6342ca94765293e27ef978c8cc8d8d300b6f004dec13bc3ea48ccf
3
- size 28944024
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f8237bd73b8a61876a1bd7dab0146ce3e4badd860f4b940e66dd67e59880cb33
3
+ size 28925429
yolov5s_FP16_Hi3403V100-NNN.om ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eef343208fcd776b8b11cdb1e36baa3aee6eb50025b6c108485659a20c7ccfff
3
+ size 16172192