Created a requirements.txt

Former-commit-id: ec6b0a4fc245bea8e073fe942cd519e31f1b764f
This commit is contained in:
milesial 2018-06-08 19:28:46 +02:00
parent 02e2314149
commit af08dbb98d
2 changed files with 6 additions and 1 deletions

View file

@ -19,7 +19,7 @@ To see all options:
To predict a single image and save it: To predict a single image and save it:
`python predict.py -i image.jpg -o ouput.jpg` `python predict.py -i image.jpg -o output.jpg`
To predict a multiple images and show them without saving them: To predict a multiple images and show them without saving them:

5
requirements.txt Normal file
View file

@ -0,0 +1,5 @@
matplotlib
pydensecrf
numpy
Pillow
torch