Added script files

This commit is contained in:
VladK
2017-06-16 17:44:16 +03:00
parent a3362b1a17
commit 345be1b39a
163 changed files with 4428 additions and 1 deletions
+25 -1
View File
@@ -1 +1,25 @@
keras
# Keras implementation of [PSPNet(caffe)](https://github.com/hszhao/PSPNet)
Implemented Architecture of pyramid scene parsing network in Keras
Converted trained weights needed to run the network.
Download converted weights here:
[link:pspnet.npy](https://www.dropbox.com/s/9xebhix7dbk372d/pspnet.npy?dl=0)
And place in directory with pspnet.py
Memory usage:3500Mb
Calculation speed: 1.2 sec
## Dependencies:
1. Tensorflow
2. Keras
3. numpy
## Usage:
```bash
python pspnet.py
```