Metadata-Version: 1.1
Name: bob.pad.base
Version: 1.0.4
Summary: A framework for executing the chain of presentation attack detection (PAD) experiments
Home-page: https://gitlab.idiap.ch/bob/bob.pad.base
Author: Pavel Korshunov
Author-email: pavel.korshunov@idiap.ch
License: GPLv3
Description: .. vim: set fileencoding=utf-8 :
        .. Pavel Korshunov <pavel.korshunov@idiap.ch>
        .. Wed 19 Oct 22:36:22 2016 CET
        
        .. image:: http://img.shields.io/badge/docs-stable-yellow.png
           :target: http://pythonhosted.org/bob.pad.base/index.html
        .. image:: http://img.shields.io/badge/docs-latest-orange.png
           :target: https://www.idiap.ch/software/bob/docs/latest/bob/bob.pad.base/master/index.html
        .. image:: https://gitlab.idiap.ch/bob/bob.pad.base/badges/v1.0.4/build.svg
           :target: https://gitlab.idiap.ch/bob/bob.pad.base/commits/v1.0.4
        .. image:: https://img.shields.io/badge/gitlab-project-0000c0.svg
           :target: https://gitlab.idiap.ch/bob/bob.pad.base
        .. image:: http://img.shields.io/pypi/v/bob.pad.base.png
           :target: https://pypi.python.org/pypi/bob.pad.base
        .. image:: http://img.shields.io/pypi/dm/bob.pad.base.png
           :target: https://pypi.python.org/pypi/bob.pad.base
        
        ========================================
        Scripts to run anti-spoofing experiments
        ========================================
        
        This package is part of the signal-processing and machine learning toolbox
        Bob_. This package is the base of ``bob.pad`` family of packages, which allow to run comparable and reproducible
        presentation attack detection (PAD) experiments on publicly available databases.
        
        This package contains basic functionality to run PAD experiments.
        It provides a generic ``./bin/spoof.py`` script that takes several parameters, including:
        
        * A database and its evaluation protocol
        * A data preprocessing algorithm
        * A feature extraction algorithm
        * A PAD algorithm
        
        All these steps of the PAD system are given as configuration files.
        
        In this base class implementation, only a core functionality is implemented. The specialized algorithms should
        be provided by other packages, which are usually in the ``bob.pad`` namespace, like a ``bob.pad.voice`` package.
        
        Installation
        ------------
        
        Follow our `installation`_ instructions. Then, using the Python interpreter
        provided by the distribution, bootstrap and buildout this package::
        
          $ python bootstrap-buildout.py
          $ ./bin/buildout
        
        
        Contact
        -------
        
        For questions or reporting issues to this software package, contact our
        development `mailing list`_.
        
        
        .. Place your references here:
        .. _bob: https://www.idiap.ch/software/bob
        .. _installation: https://gitlab.idiap.ch/bob/bob/wikis/Installation
        .. _mailing list: https://groups.google.com/forum/?fromgroups#!forum/bob-devel
Keywords: PAD framework,grid support,pipeline organization
Platform: UNKNOWN
Classifier: Framework :: Bob
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
