mirror of
https://github.com/wassname/PSPNet-Keras-tensorflow.git
synced 2026-09-09 11:15:19 +08:00
Committed instruction
This commit is contained in:
@@ -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:
|
||||

|
||||

|
||||

|
||||
|
||||
## Dependencies:
|
||||
1. Tensorflow
|
||||
|
||||
Reference in New Issue
Block a user