{ "info": { "author": "Tiago de Freitas Pereira", "author_email": "tiagofrepereira@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "===============================================================================\nAntispoofing cross database testing\n===============================================================================\n\nThis package contains scripts that permit to make a cross database testing in face antispoofing countermeasures in order evaluate them generalization power.\n\nIf you use this package and/or its results, please cite the following publications:\n\n1. The original paper with the fusion of countermesures explained in details::\n\n @inproceedings{FreitasPereira_ICB_2013,\n author = {de Freitas Pereira, Tiago and Anjos, Andr{\\'{e}} and De Martino, Jos{\\'{e}} Mario and Marcel, S{\\'{e}}bastien},\n month = Jun,\n title = {Can face anti-spoofing countermeasures work in a real world scenario?},\n journal = {International Conference on Biometrics 2013},\n year = {2013},\n }\n\n\n2. Bob as the core framework used to run the experiments::\n\n @inproceedings{Anjos_ACMMM_2012,\n author = {A. Anjos AND L. El Shafey AND R. Wallace AND M. G\\\"unther AND C. McCool AND S. Marcel},\n title = {Bob: a free signal processing and machine learning toolbox for researchers},\n year = {2012},\n month = oct,\n booktitle = {20th ACM Conference on Multimedia Systems (ACMMM), Nara, Japan},\n publisher = {ACM Press},\n }\n\n\n\nInstallation\n------------\n\n.. note:: \n\n If you are reading this page through our GitHub portal and not through PyPI,\n note **the development tip of the package may not be stable** or become\n unstable in a matter of moments.\n\n Go to `http://pypi.python.org/pypi/antispoofing.crossdatabase\n `_ to download the latest\n stable version of this package.\n\nThere are 2 options you can follow to get this package installed and\noperational on your computer: you can use automatic installers like `pip\n`_ (or `easy_install\n`_) or manually download, unpack and\nuse `zc.buildout `_ to create a\nvirtual work environment just for this package.\n\nUsing an automatic installer\n============================\n\nUsing ``pip`` is the easiest (shell commands are marked with a ``$`` signal)::\n\n $ pip install antispoofing.crossdatabase\n\nYou can also do the same with ``easy_install``::\n\n $ easy_install antispoofing.crossdatabase\n\nThis will download and install this package plus any other required\ndependencies. It will also verify if the version of Bob you have installed\nis compatible.\n\nThis scheme works well with virtual environments by `virtualenv\n`_ or if you have root access to your\nmachine. Otherwise, we recommend you use the next option.\n\nUsing ``zc.buildout``\n=====================\n\nDownload the latest version of this package from `PyPI\n`_ and unpack it in your\nworking area. The installation of the toolkit itself uses `buildout\n`_. You don't need to understand its inner workings\nto use this package. Here is a recipe to get you started::\n \n $ python bootstrap.py \n $ ./bin/buildout\n\nThese 2 commands should download and install all non-installed dependencies and\nget you a fully operational test and development environment.\n\n.. note::\n The python shell used in the first line of the previous command set\n determines the python interpreter that will be used for all scripts developed\n inside this package. Because this package makes use of `Bob\n `_, you must make sure that the ``bootstrap.py``\n script is called with the **same** interpreter used to build Bob, or\n unexpected problems might occur.\n\n If Bob is installed by the administrator of your system, it is safe to\n consider it uses the default python interpreter. In this case, the above 3\n command lines should work as expected. If you have Bob installed somewhere\n else on a private directory, edit the file ``buildout.cfg`` **before**\n running ``./bin/buildout``. Find the section named ``buildout`` and edit or add the\n line ``prefixes`` to point to the directory where Bob is installed or built. For example::\n\n [buildout]\n ...\n prefixes=/Users/crazyfox/work/bob/build/lib\n\n\nUser Guide\n----------\n\nFirst of all, it is necessary to be familiarized with the satellite packages: `antispoofing.motion `_ and `antispoofing.lbptop `_.\nThe antispoofing.lbptop satellite package generates the scores of the LBP-TOP and LBP countermeasures.\n\n\nCrossdatabase test\n==================\n\nThe examples bellow show how to reproduce the performance using the inter-database protocol.\n\nFor each countermeasure trained and tuned with the Replay Attack Database, to get the performance using the test set of the Casia FASD, just type::\n\n $ ./bin/crossdb_result_analysis.py --scores-dir -d replay -t casias_fasd:\n\nFor each countermeasure trained and tuned with the Casia FASD, to get the performance using the test set of the Replay Attack Database, just type::\n\n $ ./bin/crossdb_result_analysis.py --scores-dir -d casia_fasd -t replay\n\n\nTraining all data\n=================\n\nTo get the performance using a countermeasure trained and tuned with both databases (Replay Attack Database and Casia FASD) just type:\n\nTo report the results using the Replay Attack Database::\n\n $ ./bin/crossdb_result_analysis.py --scores-dir -d all -t replay\n\nTo report the results using the Casia FASD::\n\n $ ./bin/crossdb_result_analysis.py --scores-dir -d all -t casia_fasd\n\n\nFramework\n=========\n\nFor each countermeasures, to get the performance using the Score Level Fusion based Framework just type:\n\nTo report the results using the Replay Attack Database::\n\n $ ./bin/crossdb_fusion_framework.py --scores-dir -d all -t replay --normalizer MinMaxNorm --fusion-algorithm SUM\n\nTo report the results using the Casia FASD::\n\n $ ./bin/crossdb_fusion_framework.py --scores-dir -d all -t casia_fasd --normalizer MinMaxNorm --fusion-algorithm SUM\n\n\nProblems\n--------\n\nIn case of problems, please contact any of the authors of the paper.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://pypi.python.org/pypi/antispoofing.crossdatabase", "keywords": null, "license": "GPLv3", "maintainer": null, "maintainer_email": null, "name": "antispoofing.crossdatabase", "package_url": "https://pypi.org/project/antispoofing.crossdatabase/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/antispoofing.crossdatabase/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://pypi.python.org/pypi/antispoofing.crossdatabase" }, "release_url": "https://pypi.org/project/antispoofing.crossdatabase/1.0.1/", "requires_dist": null, "requires_python": null, "summary": "Antispoofing cross database testing", "version": "1.0.1" }, "last_serial": 2355233, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "dbb89715c62eb1ac705b1cab0ddd5dea", "sha256": "889e0d666e96962cdd19ee9caa6257cabed03d906b8c75b0b7633ed050c9ce4f" }, "downloads": -1, "filename": "antispoofing.crossdatabase-1.0.0.zip", "has_sig": false, "md5_digest": "dbb89715c62eb1ac705b1cab0ddd5dea", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 27712, "upload_time": "2013-04-07T21:55:06", "url": "https://files.pythonhosted.org/packages/23/f9/bc22954dd544caeb330ebafdc616295d58723c772ad1c3b8e7549e109b49/antispoofing.crossdatabase-1.0.0.zip" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "833ac2b35a9aa29fcc1d03a8b02beab8", "sha256": "30206bc632e6021af1e4049a703c14a7fed5a3f4958b5dce96a0c657edfc8fe8" }, "downloads": -1, "filename": "antispoofing.crossdatabase-1.0.1.zip", "has_sig": false, "md5_digest": "833ac2b35a9aa29fcc1d03a8b02beab8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 27831, "upload_time": "2013-07-19T13:43:03", "url": "https://files.pythonhosted.org/packages/06/16/a4d31cdc68322ec1a9fa6cf30bb58fdab481985b6664713b805f488bd2bf/antispoofing.crossdatabase-1.0.1.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "833ac2b35a9aa29fcc1d03a8b02beab8", "sha256": "30206bc632e6021af1e4049a703c14a7fed5a3f4958b5dce96a0c657edfc8fe8" }, "downloads": -1, "filename": "antispoofing.crossdatabase-1.0.1.zip", "has_sig": false, "md5_digest": "833ac2b35a9aa29fcc1d03a8b02beab8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 27831, "upload_time": "2013-07-19T13:43:03", "url": "https://files.pythonhosted.org/packages/06/16/a4d31cdc68322ec1a9fa6cf30bb58fdab481985b6664713b805f488bd2bf/antispoofing.crossdatabase-1.0.1.zip" } ] }