mirror of
https://github.com/wassname/PSPNet-Keras-tensorflow.git
synced 2026-08-27 11:40:48 +08:00
c78437e62bd372f07db91072e6dfd08740cf968f
Keras implementation of PSPNet(caffe)
Implemented Architecture of pyramid scene parsing network in Keras
Converted trained weights needed to run the network.
Download converted weights here: link:pspnet50_ade20k.npy
And place in directory with pspnet50_ade20k.npy
Weights from caffemodel were converted by, weight_converter.py. The usage of this file is
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
Pycaffe result
Dependencies:
- Tensorflow
- Keras
- numpy
- pycaffe(PSPNet)(optional)
Usage:
python pspnet.py --input-path INPUT_PATH --output-path OUTPUT_PATH
Languages
Python
100%



