From c443a7d8f1389eb75bd8912af3cbdef801a54321 Mon Sep 17 00:00:00 2001 From: Chaoyue Wang Date: Wed, 19 Jul 2017 21:27:21 -0400 Subject: [PATCH] Committed instruction --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b036587..467a945 100644 --- a/README.md +++ b/README.md @@ -11,16 +11,19 @@ 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 -``bash +```bash python weight_converter.py -`` +``` Running this need to compile the original PSPNet caffe code and pycaffe. 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. +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: +![Original](test.jpg) +![Processed](test_seg.jpg) +![Alpha mixed](test_seg_blended.jpg) ## Dependencies: 1. Tensorflow