diff --git a/README.md b/README.md index ead9a26..11c38db 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ To see all options: 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: diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..2d8ee43 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,5 @@ +matplotlib +pydensecrf +numpy +Pillow +torch \ No newline at end of file