mirror of
https://github.com/wassname/PSPNet-Keras-tensorflow.git
synced 2026-08-30 11:15:30 +08:00
050556d25259975bc6f93faacfba01b708166dc8
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:pspnet.npy
And place in directory with pspnet.py
Memory usage:3500Mb Calculation speed: 1.2 sec
Dependencies:
- Tensorflow
- Keras
- numpy
Usage:
python pspnet.py
Languages
Python
100%