From af08dbb98d5300e91045969e98cd6f54fc606455 Mon Sep 17 00:00:00 2001 From: milesial Date: Fri, 8 Jun 2018 19:28:46 +0200 Subject: [PATCH] Created a requirements.txt Former-commit-id: ec6b0a4fc245bea8e073fe942cd519e31f1b764f --- README.md | 2 +- requirements.txt | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 requirements.txt 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