We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c6af2cc + d9e76b8 commit 002549cCopy full SHA for 002549c
README.md
@@ -45,6 +45,14 @@ torchvision 0.6.1
45
onnx 1.7.0
46
onnxruntime 1.2.0
47
```
48
+
49
50
+Installation with pip
51
+```bash
52
+pip3 install -r requirements.txt
53
+```
54
55
56
You may also need to install jupyter to access notebooks (.ipynb). It is recommended that you use Anaconda to install packages.
57
58
Code has been tested on Ubuntu 18.04
requirements.txt
@@ -0,0 +1,9 @@
1
+numpy==1.18.5
2
+opencv-python==4.2.0.32
3
+opencv-contrib-python==4.2.0.32
4
+scipy==1.5.0
5
+matplotlib==3.2.2
6
+torch==1.5.1
7
+torchvision==0.6.1
8
+onnx==1.7.0
9
+onnxruntime==1.2.0
0 commit comments