Skip to content
Snippets Groups Projects
README.rst 2.57 KiB
Newer Older
.. vim: set fileencoding=utf-8 :
.. Manuel Guenther <manuel.guenther@idiap.ch>
.. Fri Oct 31 14:18:57 CET 2014

.. image:: http://img.shields.io/badge/docs-stable-yellow.png
   :target: http://pythonhosted.org/bob.db.replay/index.html
.. image:: http://img.shields.io/badge/docs-latest-orange.png
   :target: https://www.idiap.ch/software/bob/docs/latest/bioidiap/bob.db.replay/master/index.html
.. image:: https://travis-ci.org/bioidiap/bob.db.replay.svg?branch=master
   :target: https://travis-ci.org/bioidiap/bob.db.replay
.. image:: https://coveralls.io/repos/bioidiap/bob.db.replay/badge.png
   :target: https://coveralls.io/r/bioidiap/bob.db.replay
.. image:: https://img.shields.io/badge/github-master-0000c0.png
   :target: https://github.com/bioidiap/bob.db.replay/tree/master
.. image:: http://img.shields.io/pypi/v/bob.db.replay.png
   :target: https://pypi.python.org/pypi/bob.db.replay
.. image:: http://img.shields.io/pypi/dm/bob.db.replay.png
   :target: https://pypi.python.org/pypi/bob.db.replay
.. image:: https://img.shields.io/badge/original-data--files-a000a0.png
   :target: http://www.idiap.ch/dataset/replayattack
===================================================
 Replay Attack Database Database Interface for Bob
===================================================
André Anjos's avatar
André Anjos committed

This package contains the access API and descriptions for the `Replay Attack`_ Database.
The actual raw data for the database should be downloaded from the original URL.
This package only contains the Bob_ accessor methods to use the database directly from Python, with our certified protocols.
André Anjos's avatar
André Anjos committed


Installation
------------
To install this package -- alone or together with other `Packages of Bob <https://github.com/idiap/bob/wiki/Packages>`_ -- please read the `Installation Instructions <https://github.com/idiap/bob/wiki/Installation>`_.
For Bob_ to be able to work properly, some dependent packages are required to be installed.
Please make sure that you have read the `Dependencies <https://github.com/idiap/bob/wiki/Dependencies>`_ for your operating system.
André Anjos's avatar
André Anjos committed

Documentation
-------------
For further documentation on this package, please read the `Stable Version <http://pythonhosted.org/bob.db.replay/index.html>`_ or the `Latest Version <https://www.idiap.ch/software/bob/docs/latest/bioidiap/bob.db.replay/master/index.html>`_ of the documentation.
For a list of tutorials on this or the other packages ob Bob_, or information on submitting issues, asking questions and starting discussions, please visit its website.
André Anjos's avatar
André Anjos committed

.. _bob: https://www.idiap.ch/software/bob
.. _replay attack: http://www.idiap.ch/dataset/replayattack
André Anjos's avatar
André Anjos committed