Commit
·
b23fef8
1
Parent(s):
271b0e2
add 2.1.0
Browse files- requirements_cp310-2.2.0.txt +19 -0
- requirements_cp311-2.2.0.txt +19 -0
- requirements_cp312-2.2.0.txt +19 -0
- requirements_cp36-2.2.0.txt +19 -0
- requirements_cp37-2.2.0.txt +19 -0
- requirements_cp38-2.2.0.txt +19 -0
- requirements_cp39-2.2.0.txt +19 -0
- rknn-toolkit2-v2.2.0-2024-09-18.tgz +3 -0
- rknn_toolkit2-2.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl +3 -0
- rknn_toolkit2-2.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl +3 -0
- rknn_toolkit2-2.2.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl +3 -0
- rknn_toolkit2-2.2.0-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl +3 -0
- rknn_toolkit2-2.2.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl +3 -0
- rknn_toolkit2-2.2.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl +3 -0
- rknn_toolkit2-2.2.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl +3 -0
requirements_cp310-2.2.0.txt
ADDED
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# if install failed, please change the pip source to 'https://pypi.tuna.tsinghua.edu.cn/simple/'
|
2 |
+
|
3 |
+
# base deps
|
4 |
+
protobuf==3.20.3
|
5 |
+
|
6 |
+
# utils
|
7 |
+
psutil>=5.9.0
|
8 |
+
ruamel.yaml>=0.17.21
|
9 |
+
scipy>=1.9.3
|
10 |
+
tqdm>=4.64.1
|
11 |
+
opencv-python>=4.5.5.64
|
12 |
+
fast-histogram>=0.11
|
13 |
+
numpy<=1.26.4
|
14 |
+
|
15 |
+
# base
|
16 |
+
onnx==1.14.1
|
17 |
+
onnxruntime==1.16.0
|
18 |
+
torch>=1.13.1,<=2.1.0
|
19 |
+
# tensorflow>=2.8.0rc0,<=2.14.0
|
requirements_cp311-2.2.0.txt
ADDED
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# if install failed, please change the pip source to 'https://pypi.tuna.tsinghua.edu.cn/simple/'
|
2 |
+
|
3 |
+
# base deps
|
4 |
+
protobuf>=4.21.0,<=4.25.4
|
5 |
+
|
6 |
+
# utils
|
7 |
+
psutil>=5.9.0
|
8 |
+
ruamel.yaml>=0.17.21
|
9 |
+
scipy>=1.9.3
|
10 |
+
tqdm>=4.64.1
|
11 |
+
opencv-python>=4.5.5.64
|
12 |
+
fast-histogram>=0.11
|
13 |
+
numpy<=1.26.4
|
14 |
+
|
15 |
+
# base
|
16 |
+
onnx==1.14.1
|
17 |
+
onnxruntime==1.16.0
|
18 |
+
torch>=1.13.1,<=2.1.0
|
19 |
+
# tensorflow>=2.12.0rc0,<=2.14.0
|
requirements_cp312-2.2.0.txt
ADDED
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# if install failed, please change the pip source to 'https://pypi.tuna.tsinghua.edu.cn/simple/'
|
2 |
+
|
3 |
+
# base deps
|
4 |
+
protobuf>=4.21.0,<=4.25.4
|
5 |
+
|
6 |
+
# utils
|
7 |
+
psutil>=5.9.0
|
8 |
+
ruamel.yaml>=0.17.21
|
9 |
+
scipy>=1.9.3
|
10 |
+
tqdm>=4.64.1
|
11 |
+
opencv-python>=4.5.5.64
|
12 |
+
fast-histogram>=0.11
|
13 |
+
numpy<=1.26.4
|
14 |
+
|
15 |
+
# base
|
16 |
+
onnx==1.16.1
|
17 |
+
onnxruntime==1.17.0
|
18 |
+
torch>=1.13.1,<=2.2.0
|
19 |
+
# tensorflow<=2.16.0rc0
|
requirements_cp36-2.2.0.txt
ADDED
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# if install failed, please change the pip source to 'https://pypi.tuna.tsinghua.edu.cn/simple/'
|
2 |
+
|
3 |
+
# base deps
|
4 |
+
protobuf>=3.12.2,<=3.19.6
|
5 |
+
|
6 |
+
# utils
|
7 |
+
psutil>=5.9.0
|
8 |
+
ruamel.yaml>=0.17.4
|
9 |
+
scipy>=1.5.4
|
10 |
+
tqdm>=4.64.0
|
11 |
+
opencv-python>=4.5.5.64,<=4.6.0.66
|
12 |
+
fast-histogram>=0.11
|
13 |
+
numpy<=1.26.4
|
14 |
+
|
15 |
+
# base
|
16 |
+
onnx==1.10.0
|
17 |
+
onnxruntime==1.10.0
|
18 |
+
torch>=1.10.1,<=2.1.0
|
19 |
+
# tensorflow>=1.12.0,<=2.6.2
|
requirements_cp37-2.2.0.txt
ADDED
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# if install failed, please change the pip source to 'https://pypi.tuna.tsinghua.edu.cn/simple/'
|
2 |
+
|
3 |
+
# base deps
|
4 |
+
protobuf==3.20.3
|
5 |
+
|
6 |
+
# utils
|
7 |
+
psutil>=5.9.0
|
8 |
+
ruamel.yaml>=0.17.4
|
9 |
+
scipy>=1.5.4
|
10 |
+
tqdm>=4.64.0
|
11 |
+
opencv-python>=4.5.5.64
|
12 |
+
fast-histogram>=0.11
|
13 |
+
numpy<=1.26.4
|
14 |
+
|
15 |
+
# base
|
16 |
+
onnx==1.14.1
|
17 |
+
onnxruntime==1.14.1
|
18 |
+
torch>=1.10.1,<=2.1.0
|
19 |
+
# tensorflow>=1.13.1,<=2.8.1
|
requirements_cp38-2.2.0.txt
ADDED
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# if install failed, please change the pip source to 'https://pypi.tuna.tsinghua.edu.cn/simple/'
|
2 |
+
|
3 |
+
# base deps
|
4 |
+
protobuf==3.20.3
|
5 |
+
|
6 |
+
# utils
|
7 |
+
psutil>=5.9.0
|
8 |
+
ruamel.yaml>=0.17.4
|
9 |
+
scipy>=1.5.4
|
10 |
+
tqdm>=4.64.0
|
11 |
+
opencv-python>=4.5.5.64
|
12 |
+
fast-histogram>=0.11
|
13 |
+
numpy<=1.26.4
|
14 |
+
|
15 |
+
# base
|
16 |
+
onnx==1.14.1
|
17 |
+
onnxruntime==1.16.0
|
18 |
+
torch>=1.10.1,<=2.1.0
|
19 |
+
# tensorflow>=2.2.0,<=2.13.1
|
requirements_cp39-2.2.0.txt
ADDED
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# if install failed, please change the pip source to 'https://pypi.tuna.tsinghua.edu.cn/simple/'
|
2 |
+
|
3 |
+
# base deps
|
4 |
+
protobuf==3.20.3
|
5 |
+
|
6 |
+
# utils
|
7 |
+
psutil>=5.9.0
|
8 |
+
ruamel.yaml>=0.17.4
|
9 |
+
scipy>=1.5.4
|
10 |
+
tqdm>=4.64.0
|
11 |
+
opencv-python>=4.5.5.64
|
12 |
+
fast-histogram>=0.11
|
13 |
+
numpy<=1.26.4
|
14 |
+
|
15 |
+
# base
|
16 |
+
onnx==1.14.1
|
17 |
+
onnxruntime==1.16.0
|
18 |
+
torch>=1.10.1,<=2.1.0
|
19 |
+
# tensorflow>=2.5.0,<=2.14.0
|
rknn-toolkit2-v2.2.0-2024-09-18.tgz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:12e2cffae06f1449eaa81bad1c2bbac463b9d09b38ad35f7514f8a31ccdf3cbd
|
3 |
+
size 1293777726
|
rknn_toolkit2-2.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:40d9ca3ed66b9df607055fc7cb54a98f90a3df73577632a5d55c94be32dfc74a
|
3 |
+
size 38039396
|
rknn_toolkit2-2.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5e5d4c48559b6081cbfa8eac76b8cd38c9c85c8471dd88246255f97faed56b5e
|
3 |
+
size 38117353
|
rknn_toolkit2-2.2.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fd0e75f7f19a2dba4fa2e50aee913c98f7f250012b9f494c641ed95ac9d4efc6
|
3 |
+
size 37435158
|
rknn_toolkit2-2.2.0-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5be890ed9656f15000aa4a8bf9834054d8e2476fc2fb998c8e1f87f0ae492bf6
|
3 |
+
size 38835777
|
rknn_toolkit2-2.2.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cf104c48c2db3b0df0dc3f0c6c7bc458fcb8dc96f838d9a5e546e2485e66bfb6
|
3 |
+
size 38819036
|
rknn_toolkit2-2.2.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:564b866ddd40ab14a206a95c6dc8669fadc1bc0ccad54a4dffc8bdbfae485423
|
3 |
+
size 40147872
|
rknn_toolkit2-2.2.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1c9e6d437b1e6917ae2c8f2b16ce15bb873b3f3bc501427d22fe85c1305cd497
|
3 |
+
size 39902227
|