Metadata-Version: 1.2
Name: saliency-detector
Version: 0.2.2
Summary: Pretrained Poolnet Saliency Detector for Inference
Home-page: https://github.com/balast/saliency_detector
Author: Adam Dudley Lewis
Author-email: balast@users.noreply.github.com
License: GNU General Public License v3
Description: =================
        Saliency Detector
        =================
        
        
        .. image:: https://img.shields.io/pypi/v/saliency_detector.svg
                :target: https://pypi.python.org/pypi/saliency_detector
        
        .. image:: https://readthedocs.org/projects/saliency-detector/badge/?version=latest
                :target: https://saliency-detector.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        
        Pretrained Poolnet Saliency Detector for Inference
        
        
        * Free software: GNU General Public License v3
        * Documentation: https://saliency-detector.readthedocs.io.
        
        
        Features
        --------
        - This module allows inference with a pretrained poolnet saliency detector model.
        
        
        Credits
        -------
        - This package is a slight modification of the repository found at https://github.com/backseason/PoolNet which is the implementation of the model described in the paper at https://arxiv.org/abs/1904.09569 by the original authors.
        - The images in the tests/test_data folder are from the ECSSD dataset.  More information on that dataset can be found at the following link: http://www.cse.cuhk.edu.hk/leojia/projects/hsaliency/dataset.html.
        - This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.
        
        .. _Cookiecutter: https://github.com/audreyr/cookiecutter
        .. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
        
        
        =======
        History
        =======
        
        0.1.0 (2020-06-01)
        ------------------
        
        * First release on PyPI.
        
Keywords: saliency_detector
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Operating System :: OS Independent
Requires-Python: >=3.5
