mirror of
https://github.com/Laurent2916/REVA-QCAV.git
synced 2024-11-09 23:12:05 +00:00
Created a requirements.txt
Former-commit-id: ec6b0a4fc245bea8e073fe942cd519e31f1b764f
This commit is contained in:
parent
02e2314149
commit
af08dbb98d
|
@ -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
5
requirements.txt
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
matplotlib
|
||||||
|
pydensecrf
|
||||||
|
numpy
|
||||||
|
Pillow
|
||||||
|
torch
|
Loading…
Reference in a new issue