Skip to content

Commit 002549c

Browse files
authored
Merge pull request #5 from KiLJ4EdeN/master
Add requirements.txt file for easier dependency handling
2 parents c6af2cc + d9e76b8 commit 002549c

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,14 @@ torchvision 0.6.1
4545
onnx 1.7.0
4646
onnxruntime 1.2.0
4747
```
48+
49+
50+
Installation with pip
51+
```bash
52+
pip3 install -r requirements.txt
53+
```
54+
55+
4856
You may also need to install jupyter to access notebooks (.ipynb). It is recommended that you use Anaconda to install packages.
4957

5058
Code has been tested on Ubuntu 18.04

requirements.txt

+9
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)