From f3fce68783e1377fbce9131ac796e9a8ecdbfce9 Mon Sep 17 00:00:00 2001 From: Ahmed Ibrahim Date: Wed, 4 Jan 2017 10:55:10 -0500 Subject: [PATCH] Update INSTALL.md Adding instructions to install loadcaffe for loading the VGG-16 pretrained model --- doc/INSTALL.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/INSTALL.md b/doc/INSTALL.md index 848bee7..d6aceb8 100644 --- a/doc/INSTALL.md +++ b/doc/INSTALL.md @@ -77,3 +77,8 @@ evaluation code; you can do this by running the following scripts from the root sh scripts/download_models.sh sh scripts/setup_eval.sh ``` +To be able to use the pretrained VGG-16 model, you will need the loadcaffe library which you can install by running + +```bash +luarocks install loadcaffe +```