Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds RKNN wheels and checksums #68

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions rknn/rknn-toolkit2-lite/Readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# RKNN Toolkit2 Lite

Wheel files for RKNN inference. Pulled from https://github.com/rockchip-linux/rknn-toolkit2/tree/master/rknn_toolkit_lite2 on 2024-08-14.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
df034028fc1ad5d49c44651cf2beeee6 rknn_toolkit_lite2-1.6.0-cp37-cp37m-linux_aarch64.whl
346b525a5a93520c752c03e09a9c8325 rknn_toolkit_lite2-1.6.0-cp38-cp38-linux_aarch64.whl
82ccde62e336f1de61dab9b01ace659e rknn_toolkit_lite2-1.6.0-cp39-cp39-linux_aarch64.whl
28df04e3d328cbb2dec5bc996696c051 rknn_toolkit_lite2-1.6.0-cp310-cp310-linux_aarch64.whl
64bf8edd2d9d7b1c9ab9d451b702b2d3 rknn_toolkit_lite2-1.6.0-cp311-cp311-linux_aarch64.whl
3 changes: 3 additions & 0 deletions rknn/rknn-toolkit2/Readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# RKNN Toolkit2

Wheel files for RKNN inference. Pulled from https://github.com/rockchip-linux/rknn-toolkit2/tree/master/rknn-toolkit2 on 2024-08-14
6 changes: 6 additions & 0 deletions rknn/rknn-toolkit2/md5sum.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
37948acb86bfe95d4aef1a891e756827 rknn_toolkit2-1.6.0+81f21f4d-cp310-cp310-linux_x86_64.whl
f774ce1079a965c32d2bedf0c9d01b59 rknn_toolkit2-1.6.0+81f21f4d-cp311-cp311-linux_x86_64.whl
971f484785c30263748fda4571dcbb90 rknn_toolkit2-1.6.0+81f21f4d-cp36-cp36m-linux_x86_64.whl
f0c1a7d1e4cf113b750f7daa2a88b555 rknn_toolkit2-1.6.0+81f21f4d-cp37-cp37m-linux_x86_64.whl
37b519de9388425333b87a154af0b832 rknn_toolkit2-1.6.0+81f21f4d-cp38-cp38-linux_x86_64.whl
c584fda1f4a1d6e40f384eb300dfdf09 rknn_toolkit2-1.6.0+81f21f4d-cp39-cp39-linux_x86_64.whl
19 changes: 19 additions & 0 deletions rknn/rknn-toolkit2/requirements_cp310-1.6.0.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# if install failed, please change the pip source to 'https://mirror.baidu.com/pypi/simple'

# base deps
protobuf==3.20.3

# utils
psutil>=5.9.0
ruamel.yaml>=0.17.21
scipy>=1.9.3
tqdm>=4.64.1
opencv-python>=4.5.5.64
fast-histogram>=0.11

# base
onnx==1.14.1
onnxoptimizer==0.3.8
onnxruntime==1.16.0
torch==1.13.1
tensorflow==2.8.0
20 changes: 20 additions & 0 deletions rknn/rknn-toolkit2/requirements_cp311-1.6.0.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# if install failed, please change the pip source to 'https://mirror.baidu.com/pypi/simple'

# base deps
protobuf==3.20.3

# utils
psutil>=5.9.0
ruamel.yaml>=0.17.21
scipy>=1.9.3
tqdm>=4.64.1
opencv-python>=4.5.5.64
fast-histogram>=0.11
Pillow>=10.0.1

# base
onnx==1.14.1
onnxoptimizer==0.3.8
onnxruntime==1.16.0
torch==1.13.1
tensorflow==2.14.0
19 changes: 19 additions & 0 deletions rknn/rknn-toolkit2/requirements_cp38-1.6.0.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# if install failed, please change the pip source to 'https://mirror.baidu.com/pypi/simple'

# base deps
protobuf==3.20.3

# utils
psutil>=5.9.0
ruamel.yaml>=0.17.4
scipy>=1.5.4
tqdm>=4.64.0
opencv-python>=4.5.5.64
fast-histogram>=0.11

# base
onnx==1.14.1
onnxoptimizer==0.2.7
onnxruntime==1.16.0
torch==1.10.1
tensorflow==2.8.0
19 changes: 19 additions & 0 deletions rknn/rknn-toolkit2/requirements_cp39-1.6.0.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# if install failed, please change the pip source to 'https://mirror.baidu.com/pypi/simple'

# base deps
protobuf==3.20.3

# utils
psutil>=5.9.0
ruamel.yaml>=0.17.4
scipy>=1.5.4
tqdm>=4.64.0
opencv-python>=4.5.5.64
fast-histogram>=0.11

# base
onnx==1.14.1
onnxoptimizer==0.2.7
onnxruntime==1.16.0
torch==1.10.1
tensorflow==2.8.0