From 5378a1565c7dd8f036b2481938ad0c6b0dca7941 Mon Sep 17 00:00:00 2001 From: VladK Date: Fri, 16 Jun 2017 18:11:44 +0300 Subject: [PATCH] Updated README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ba86d88..070b6cf 100644 --- a/README.md +++ b/README.md @@ -10,9 +10,9 @@ Download converted weights here: And place in directory with pspnet.py -Weights from caffemodel were converted with [caffe-tesnorflow](https://github.com/ethereon/caffe-tensorflow), source code of coverter was modified to fit batch normalization, which is annotated as 'BN' in original prototxt +Weights from caffemodel were converted with [caffe-tesnorflow](https://github.com/ethereon/caffe-tensorflow), source code of converter was modified to fit batch normalization, which is annotated as 'BN' in original prototxt -Interpolation layer is implemented in code as custom layer +Interpolation layer is implemented in code as custom layer "Interp" ## Important