From ca86b14713c45c54b99ba51a7f1adf685a4f3675 Mon Sep 17 00:00:00 2001 From: Peter O'Connor Date: Fri, 23 Feb 2018 16:56:16 -0800 Subject: [PATCH] Clarification on instructions Thanks guys for releasing this great code. I noticed you actually need to run it with the ResNet101 checkpoint. I added instructions here. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8ffdbcc..3016fd6 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,9 @@ ## Install -First get restore checkpoint from [Google Drive](https://drive.google.com/drive/folders/0B9CKOTmy0DyaQ2oxUHdtYUd2Mm8?usp=sharing) and put into `restore_weights` directory. +First copy the ResNet101 folder [Google Drive](https://drive.google.com/drive/folders/0B9CKOTmy0DyaQ2oxUHdtYUd2Mm8?usp=sharing), (which contains the model checkpoint) to a local folder (CHECKPOINT DIR). + +Get the path to a png image (FILENAME) Run `inference.py` with `--img_path` and `--restore_from` ```