mirror of
https://github.com/wassname/PSPNet-Keras-tensorflow.git
synced 2026-08-25 11:12:48 +08:00
1d60dab2a6eca91fffdf4004ccbb221a977d14aa
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%



