From e6a56241a9bf91c66fb8297cc0842e225d05aa7e Mon Sep 17 00:00:00 2001 From: VladK Date: Fri, 16 Jun 2017 18:12:15 +0300 Subject: [PATCH] Updated README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 070b6cf..25b9041 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ 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 converter was modified to fit batch normalization, which is annotated as 'BN' in original prototxt +Weights from caffemodel were converted with [caffe-tensorflow](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 "Interp"