Skip to content
Snippets Groups Projects
http://img.shields.io/badge/docs-stable-yellow.png http://img.shields.io/badge/docs-latest-orange.png http://img.shields.io/pypi/v/bob.paper.btas_c2016.png

Reproducing results of the BTAS 2016 Speaker Anti-spoofing Competition

This package is part of the Bob toolkit and it allows to reproduce the following paper:

@inproceedings{KorshunovBtas2016c,
    author = {P. Korshunov AND S. Marcel AND H. Muckenhirn AND A. R. Goncalves AND A. G. Souza Mello AND
    R. P. Velloso Violato AND F. O. Simoes AND M. U. Neto AND
    M. de Assis Angeloni AND J. A. Stuchi AND H. Dinkel AND N. Chen AND
    Y. Qian AND D. Paul AND G. Saha AND Md Sahidullah},
    title = {Overview of BTAS 2016 Speaker Anti-spoofing Competition},
    year = {2016},
    month = sep,
    booktitle = {IEEE International Conference on Biometrics: Theory, Applications and Systems (BTAS)},
    address = {Niagara Falls, NY, USA},
}

If you use this package and/or its results, please cite the paper.

Installation

The installation instructions are based on conda and works on Linux and Mac OS systems only Install conda before continuing.

Once you have installed conda, download the source code of this paper and unpack it. Then, you can create a conda environment with the following command:

$ cd bob.paper.btas_c2016
$ conda env create -f environment.yml
$ source activate bob.paper.btas_c2016  # activate the environment
$ python -c "import bob.bio.base"  # test the installation
$ buildout

This will install all the required software to reproduce this paper.

Documentation

For further documentation on this package, please read the Documentation. For a list of tutorials on this or the other packages of Bob, or information on submitting issues, asking questions and starting discussions, please visit its website.