Skip to main content

The Pyramid Pooling Module for Keras.

Project description

Keras Pyramid Pooling Module

Build Status

A Keras implementation of the Pyramid Pooling Module discussed in Pyramid scene parsing network [1].

Installation

The preferred installation of keras-pyramid-pooling-module is from pip:

pip install keras-pyramid-pooling-module

Usage

The module functions as any other convolutional / pooling layer applied to a rank 4 tensor (batch, height, width, channels):

from keras.layers import Input
from keras.models import Model
from keras_pyramid_pooling_module import PyramidPoolingModule


input_ = Input((224, 224, 3))
x = PyramidPoolingModule()(input_)
model = Model(inputs=input_, outputs=x)

References

[1] H. Zhao, J. Shi, X. Qi, X. Wang, and J. Jia. Pyramid scene parsing network. CVPR, 2017.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

keras_pyramid_pooling_module-1.0.0.tar.gz (4.9 kB view details)

Uploaded Source

Built Distribution

keras_pyramid_pooling_module-1.0.0-py2.py3-none-any.whl (6.1 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file keras_pyramid_pooling_module-1.0.0.tar.gz.

File metadata

  • Download URL: keras_pyramid_pooling_module-1.0.0.tar.gz
  • Upload date:
  • Size: 4.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/39.2.0 requests-toolbelt/0.8.0 tqdm/4.23.4 CPython/2.7.15

File hashes

Hashes for keras_pyramid_pooling_module-1.0.0.tar.gz
Algorithm Hash digest
SHA256 acdb60b252bd4dccc8ceb71a65ee4c5241ea60f20cc0a3e630104ea7c50b4989
MD5 073f13ca362414a38144d05d9a707051
BLAKE2b-256 6f7a6ca1b28ce9c87499a9ba8df616bf45c72527bf5c8ad6f419f453902f13a3

See more details on using hashes here.

File details

Details for the file keras_pyramid_pooling_module-1.0.0-py2.py3-none-any.whl.

File metadata

  • Download URL: keras_pyramid_pooling_module-1.0.0-py2.py3-none-any.whl
  • Upload date:
  • Size: 6.1 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/39.2.0 requests-toolbelt/0.8.0 tqdm/4.23.4 CPython/2.7.15

File hashes

Hashes for keras_pyramid_pooling_module-1.0.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 3f3dfd55fe8b5e9075491bee03d961a20597410741b6c6e37ec7c353018768c2
MD5 4f110f28062f2a029bbcf0330c829a71
BLAKE2b-256 3c102b635727cbabf88d043df90508c022b43514e3627c77d364ab9ceb407d8f

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page