mirror of
https://github.com/wassname/PSPNet-Keras-tensorflow.git
synced 2026-09-12 12:01:22 +08:00
Added script files
This commit is contained in:
@@ -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
|
||||
```
|
||||
Reference in New Issue
Block a user