From 5da957a217aba53ec1dab593668b123247c5741d Mon Sep 17 00:00:00 2001 From: Vladyslav Kryvoruchko Date: Thu, 3 Aug 2017 09:03:42 +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 468ff93..4f0989e 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Interpolation layer is implemented in code as custom layer "Interp" ## Important -This repo is forked from [Vladkryvoruchko/PSPNet-Keras-tensorflow](https://github.com/Vladkryvoruchko/PSPNet-Keras-tensorflow) and repaired some issues. But the result is not as well as expected. Here is an example of current code: +Was repaired some issues. But the result is not as well as expected compared to pycaffe code of PSPNet. Here is an example of current code: ![Original](test.jpg) ![Processed](test_seg.jpg) ![Alpha mixed](test_seg_blended.jpg)