From 43caf9d65ded09c54444ecfad0792bfaca5e504e Mon Sep 17 00:00:00 2001 From: Chaoyue Wang Date: Wed, 19 Jul 2017 21:21:19 -0400 Subject: [PATCH] Committed instruction --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4d78bf1..b036587 100644 --- a/README.md +++ b/README.md @@ -11,9 +11,9 @@ Download converted weights here: And place in directory with pspnet50_ade20k.npy Weights from caffemodel were converted by, weight_converter.py. The usage of this file is -
+``bash
 python weight_converter.py  
-
+`` Running this need to compile the original PSPNet caffe code and pycaffe. Interpolation layer is implemented in code as custom layer "Interp"