From 27b41dce0174c03d4a847e8fd9af6007f66924ea Mon Sep 17 00:00:00 2001 From: Chaoyue Wang Date: Wed, 19 Jul 2017 21:28:27 -0400 Subject: [PATCH] Committed instruction --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 467a945..468ff93 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. Here is an example of current code: +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: ![Original](test.jpg) ![Processed](test_seg.jpg) ![Alpha mixed](test_seg_blended.jpg)