Committed instruction

This commit is contained in:
Chaoyue Wang
2017-07-19 21:21:19 -04:00
parent bf5ccad754
commit 43caf9d65d
+2 -2
View File
@@ -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
<pre>
``bash
python weight_converter.py <path to .prototxt> <path to .caffemodel>
</pre>
``
Running this need to compile the original PSPNet caffe code and pycaffe.
Interpolation layer is implemented in code as custom layer "Interp"