Skip to content

Commit

Permalink
Add RKNN test files (#639)
Browse files Browse the repository at this point in the history
  • Loading branch information
lutzroeder committed Aug 5, 2023
1 parent 7c55b75 commit 076d4d8
Showing 1 changed file with 20 additions and 4 deletions.
24 changes: 20 additions & 4 deletions test/models.json
Original file line number Diff line number Diff line change
Expand Up @@ -5445,11 +5445,19 @@
},
{
"type": "rknn",
"target": "mobilenet_v1_rknnv4.rknn",
"source": "https://github.com/lutzroeder/netron/files/11508437/mobilenet_v1_rknnv4.rknn.zip[mobilenet_v1_rknnv4.rknn]",
"target": "mobilenet_v1.0004.rknn",
"source": "https://github.com/lutzroeder/netron/files/12265884/mobilenet_v1.0004.rknn.zip[mobilenet_v1.0004.rknn]",
"format": "RKNN v1.4.6",
"link": "https://github.com/lutzroeder/netron/pull/1099"
},
{
"type": "rknn",
"target": "mobilenet_v1.1002.rknn",
"source": "https://github.com/lutzroeder/netron/files/12265887/mobilenet_v1.1002.rknn.zip[mobilenet_v1.1002.rknn]",
"format": "RKNN v1.4.6",
"error": "Unsupported RKNN container version '4098'.",
"link": "https://github.com/lutzroeder/netron/pull/1099"
},
{
"type": "rknn",
"target": "mobilenetv2.rknn",
Expand Down Expand Up @@ -5480,9 +5488,17 @@
},
{
"type": "rknn",
"target": "yolov5s-640-640.rknn",
"source": "https://github.com/lutzroeder/netron/files/8886404/yolov5s-640-640.rknn.zip[yolov5s-640-640.rknn]",
"target": "yolov5s-640-640.1001.rknn",
"source": "https://github.com/lutzroeder/netron/files/12265889/yolov5s-640-640.1001.rknn.zip[yolov5s-640-640.1001.rknn]",
"format": "RKNN v1.2.5",
"link": "https://github.com/lutzroeder/netron/issues/639"
},
{
"type": "rknn",
"target": "yolov5s-640-640.1002.rknn",
"source": "https://github.com/lutzroeder/netron/files/12265888/yolov5s-640-640.1002.rknn.zip[yolov5s-640-640.1002.rknn]",
"format": "RKNN v1.2.5",
"error": "Unsupported RKNN container version '4098'.",
"link": "https://github.com/lutzroeder/netron/issues/639"
},
{
Expand Down

0 comments on commit 076d4d8

Please sign in to comment.