adding reqs
Browse files- requirements.txt +6 -0
requirements.txt
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
numpy==1.23.4
|
2 |
+
onnx==1.13.1
|
3 |
+
onnxruntime==1.14.1
|
4 |
+
opencv-contrib-python==4.5.5.62
|
5 |
+
opencv-python-headless==4.7.0.72
|
6 |
+
protobuf~=3.20.2
|