Commit
·
271b0e2
1
Parent(s):
e4745ff
add 2.1.0
Browse files- .gitattributes +1 -0
- requirements_cp310-2.1.0.txt +20 -0
- requirements_cp311-2.1.0.txt +21 -0
- requirements_cp36-2.1.0.txt +20 -0
- requirements_cp37-2.1.0.txt +20 -0
- requirements_cp38-2.1.0.txt +20 -0
- requirements_cp39-2.1.0.txt +20 -0
- rknn_toolkit2-2.1.0+708089d1-cp310-cp310-linux_x86_64.whl +3 -0
- rknn_toolkit2-2.1.0+708089d1-cp311-cp311-linux_x86_64.whl +3 -0
- rknn_toolkit2-2.1.0+708089d1-cp36-cp36m-linux_x86_64.whl +3 -0
- rknn_toolkit2-2.1.0+708089d1-cp37-cp37m-linux_x86_64.whl +3 -0
- rknn_toolkit2-2.1.0+708089d1-cp38-cp38-linux_x86_64.whl +3 -0
- rknn_toolkit2-2.1.0+708089d1-cp39-cp39-linux_x86_64.whl +3 -0
.gitattributes
CHANGED
@@ -42,3 +42,4 @@ rknn_toolkit2-2.3.0-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl fi
|
|
42 |
rknn_toolkit2-2.3.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl filter=lfs diff=lfs merge=lfs -text
|
43 |
rknn_toolkit2-2.3.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl filter=lfs diff=lfs merge=lfs -text
|
44 |
rknn_toolkit2-2.3.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl filter=lfs diff=lfs merge=lfs -text
|
|
|
|
42 |
rknn_toolkit2-2.3.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl filter=lfs diff=lfs merge=lfs -text
|
43 |
rknn_toolkit2-2.3.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl filter=lfs diff=lfs merge=lfs -text
|
44 |
rknn_toolkit2-2.3.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl filter=lfs diff=lfs merge=lfs -text
|
45 |
+
*.whl filter=lfs diff=lfs merge=lfs -text
|
requirements_cp310-2.1.0.txt
ADDED
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
onnxoptimizer==0.3.8
|
18 |
+
onnxruntime==1.16.0
|
19 |
+
torch>=1.13.1,<=2.1.0
|
20 |
+
tensorflow==2.8.1
|
requirements_cp311-2.1.0.txt
ADDED
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
Pillow>=10.0.1
|
14 |
+
numpy<=1.26.4
|
15 |
+
|
16 |
+
# base
|
17 |
+
onnx==1.14.1
|
18 |
+
onnxoptimizer==0.3.8
|
19 |
+
onnxruntime==1.16.0
|
20 |
+
torch>=1.13.1,<=2.1.0
|
21 |
+
tensorflow==2.14.0
|
requirements_cp36-2.1.0.txt
ADDED
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
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 |
+
onnxoptimizer==0.2.7
|
18 |
+
onnxruntime==1.10.0
|
19 |
+
torch>=1.10.1,<=2.1.0
|
20 |
+
tensorflow==2.6.2
|
requirements_cp37-2.1.0.txt
ADDED
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
onnxoptimizer==0.2.7
|
18 |
+
onnxruntime==1.14.1
|
19 |
+
torch>=1.10.1,<=2.1.0
|
20 |
+
tensorflow==2.8.1
|
requirements_cp38-2.1.0.txt
ADDED
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
onnxoptimizer==0.2.7
|
18 |
+
onnxruntime==1.16.0
|
19 |
+
torch>=1.10.1,<=2.1.0
|
20 |
+
tensorflow==2.8.1
|
requirements_cp39-2.1.0.txt
ADDED
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
onnxoptimizer==0.2.7
|
18 |
+
onnxruntime==1.16.0
|
19 |
+
torch>=1.10.1,<=2.1.0
|
20 |
+
tensorflow==2.8.1
|
rknn_toolkit2-2.1.0+708089d1-cp310-cp310-linux_x86_64.whl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d4f85d6a28666e39f5804e64ebdd830cc6399530842fe38e5754413c92f8f96b
|
3 |
+
size 44811343
|
rknn_toolkit2-2.1.0+708089d1-cp311-cp311-linux_x86_64.whl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4705565323678930b9fc41961a553f6e4a6f93287dc7f55c53747a044b903509
|
3 |
+
size 44830336
|
rknn_toolkit2-2.1.0+708089d1-cp36-cp36m-linux_x86_64.whl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7c7731c97f7676945365cfd19fca8f07b6efbe98dca1f6a2a514082eaca2ab89
|
3 |
+
size 43939251
|
rknn_toolkit2-2.1.0+708089d1-cp37-cp37m-linux_x86_64.whl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a978410143654a48b5d70344ceb89aaad706a04764d6b7e8c37b65115a6e6556
|
3 |
+
size 45696542
|
rknn_toolkit2-2.1.0+708089d1-cp38-cp38-linux_x86_64.whl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ce5f162e56e4e0117b939b4dd59e12fbf69d4d8503b7d4f17d88cba1a9492aab
|
3 |
+
size 48556997
|
rknn_toolkit2-2.1.0+708089d1-cp39-cp39-linux_x86_64.whl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:24b27f7bb96d4b81565c787bbc3154887327455e079c3df6ba2d22d168d52618
|
3 |
+
size 48518610
|