From d57930e76275f76711c8a6e2fdcee76862eb33f6 Mon Sep 17 00:00:00 2001 From: deeppomf <35541366+deeppomf@users.noreply.github.com> Date: Wed, 7 Aug 2019 04:17:57 -0400 Subject: [PATCH] Update INSTALLATION.md --- docs/INSTALLATION.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/INSTALLATION.md b/docs/INSTALLATION.md index 557401b..0466311 100644 --- a/docs/INSTALLATION.md +++ b/docs/INSTALLATION.md @@ -5,14 +5,15 @@ You can download the latest release [here](https://github.com/deeppomf/DeepCream Binary only available for Windows 64-bit. ## Run Code Yourself -If you want to run the code yourself, you can clone this repo and download the model from https://drive.google.com/open?id=1Nzh2KAUO_rYPu2vDM_YP1EgbWtjI2hRX. Unzip the file into the /models/ folder. +If you want to run the code yourself, you can clone this repo and download the model from https://drive.google.com/open?id=1YbN0iPS-RDJaCyyaBRJon-tMsFgrUNSH. Unzip the file into the /models/ folder. ### Dependencies (for running the code yourself) - Python 3.6.7 -- TensorFlow 1.12 +- TensorFlow 1.14 - Keras 2.2.4 - Pillow -- h5py +- Scipy +- OpenCV No GPU required! Tested on Ubuntu 16.04 and Windows. Tensorflow on Windows is compatible with Python 3 and not Python 2. Tensorflow is not compatible with Python 3.7.