Skip to content

Commit

Permalink
Committed instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
wcy940418 committed Jul 20, 2017
1 parent 43caf9d commit c443a7d
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <path to .prototxt> <path to .caffemodel>
``
```
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
Expand Down

0 comments on commit c443a7d

Please sign in to comment.