معرفی شرکت ها


bob.paper.ICB2015-2.0.0a0


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Running the experiments as given in paper: "On the Vulnerability of Palm Vein Recognition to Spoofing Attacks".
ویژگی مقدار
سیستم عامل -
نام فایل bob.paper.ICB2015-2.0.0a0
نام bob.paper.ICB2015
نسخه کتابخانه 2.0.0a0
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Pedro Tome
ایمیل نویسنده pedro.tome@idiap.ch
آدرس صفحه اصلی https://github.com/bioidiap/bob.paper.ICB2015
آدرس اینترنتی https://pypi.org/project/bob.paper.ICB2015/
مجوز LICENSE.txt
======================================== Spoofing Attack to Palm vein Recognition ======================================== This package provides the source code to run the experiments published in the paper `On the Vulnerability of Palm Vein Recognition to Spoofing Attacks <http://publications.idiap.ch/index.php/publications/show/3096>`_. It relies on the PalmveinRecLib_ to execute the palmvein recognition experiments, and some satellite packages from Bob_ to compute the evaluation. .. note:: Currently, this package only works in Unix-like environments and under MacOS. Due to limitations of the Bob_ library, MS Windows operating systems are not supported. We are working on a port of Bob_ for MS Windows, but it might take a while. In the meanwhile you could use our VirtualBox_ images that can be downloaded `here <http://www.idiap.ch/software/bob/images>`_. Installation ============ The installation of this package relies on the `BuildOut <http://www.buildout.org>`_ system. By default, the command line sequence:: $ ./python bootstrap-buildout.py $ ./bin/buildout should download and install all requirements, including the PalmveinRecLib_, the database interface `bob.db.verapalm <http://pypi.python.org/pypi/bob.db.vera>`_, the Spoofing evaluation framework `antispoofing.evaluation <http://pypi.python.org/pypi/antispoofing.evaluation>`_ and all their required packages. There are a few exceptions, which are not automatically downloaded: Bob --- The face recognition experiments rely on the open source signal-processing and machine learning toolbox Bob_. To install Bob_, please visit http://www.idiap.ch/software/bob and follow the installation instructions. Please verify that you have at least version 2.0 of Bob installed. If you have installed Bob in a non-standard directory, please open the buildout.cfg file from the base directory and set the ``prefixes`` directory accordingly. .. note:: The experiments that we report in the Paper_ were generated with Bob_ version 2.0 and PalmveinRecLib_ version 2.0.0. If you use different versions of either of these packages, the results might differ slightly. For example, we are aware that, due to some initialization differences, the results using Bob 1.2.0 and 1.2.1 are not identical, but similar. Image Databases --------------- The experiments are run on external image databases. We do not provide the images from the databases themselves. Hence, please contact the database owners to obtain a copy of the images. The two databases used in our experiments can be downloaded here: - VERA Palmvein [``vera``]: http://www.idiap.ch/dataset/vera-palmvein - VERA SpoofingPalmvein [``vera``]: http://www.idiap.ch/dataset/vera-spoofingpalmvein .. note:: For the experiments you have to create a unique directory (example: vera) and two subdirectories (vera/Palmvein) and (vera/SpoofingPalmvein) that contain the databases. After downloading the databases, you will need to tell our software, where it can find them by changing the **configuration files**. In particular, please update the ``--imagedir`` to indicate the directory of the images in **bob.db.verapalm**. Please let all other configuration parameters unchanged as this might influence the face recognition experiments and, hence, the reproducibility of the results. Getting help ------------ In case anything goes wrong, please feel free to open a new ticket in our GitLab_ page, or send an email to pedro.tome@idiap.ch. Recreating the results of the Paper_ ==================================== After successfully setting up the databases, you are now able to run the palmvein recognition and spoofing attack experiments as explained in the Paper_. The experiment configuration ---------------------------- The palmvein recognition experiment are run using the **bob.palmvein** package, but for convenience there exists a wrapper script that set up the right parametrization for the call to the PalmveinRecLib_. The configuration files that are used by the PalmveinRecLib_, which contain all the parameters of the experiments, can be found in the **bob.palmvein/bob/palmvein/configurations** directory. Running the experiments ----------------------- This script can be found in ``bin/icb2015_palmvein_NOMandSpoofingAttack.py``. It requires some command line options, which you can list using ``./bin/icb2015_palmvein_NOMandSpoofingAttack.py --help``. Usually, the command line options have a long version (starting with ``--``) and a shortcut (starting with a single ``-``), here we use only the long versions: - ``--database``: Specify the name of the databases to run experiments on. (default: ``verapalm``). - ``--preprocessing``: Specify the image preprocessing to run; the preprocessors will automatically assigned to the according experiment. Possible value is ``palmvein-preprocessor``. - ``--features``: Specify the features to run the experimetns. By default, the feature selected is the 'lbp-linearbinarypatterns' local binary patterns - LBP. - ``--tool``: Specify the matcher to run the experimetns. By default, the match-lbp is selected. - ``--protocols``: Specify a list of protocols that you want to run. Possible values are ``NOM50`` and ``SpoofingAttack50``. By default, all protocols are used. - ``--dry-run``: Use this option to print the calls to the PalmveinRecLib_ without executing them. - ``--temp-directory``: Specify a directory where temporary files will be stored (default: ``temp``). This directory can be deleted after all experiments ran successfully. - ``--result-directory``: Specify a directory where final result files will be stored (default: ``results``). This directory is required to evaluate the experiments. Additionally, you can pass options directly to the PalmveinRecLib_, but you should do that with care. Simply use ``--`` to separate options to the ``bin/icb2015_palmvein_NOMandSpoofingAttack.py`` from options to the PalmveinRecLib_. For example, the ``--force`` option might be of interest. See ``./bin/palmveinverify.py --help`` for a complete list of options. It is advisable to use the ``--dry-run`` option before actually running the experiments, just to see that everything is correct. Also, the Info (2) verbosity level prints useful information, e.g., by adding the ``--verbose --verbose`` (or shortly ``-vv``) on the command line. A commonly used command line sequence to execute the face recognition algorithm on both databases could be: 1. Run the experiments on the VERA Palm database:: $ ./bin/icb2015_palmvein_NOMandSpoofingAttack.py -vv --databases verapalm .. note:: All output directories of the scripts will be automatically generated if they do not exist yet. .. warning:: The execution of the script may take a long time and require large amounts of memory. Nevertheless, the scripts are set up such that they re-use all parts of the experiments as far as this is possible. Evaluating the experiments -------------------------- After all experiments have finished successfully, the resulting score files can be evaluated. For this, the ``bin/icb2015_evaluate.py`` script can be used to create a pdf file with the SFAR curves that are provided in the paper. See ``./bin/plot_on_demand.py --help`` for a complete list of options. To replicate the results of the paper: - ``--dev-file``: Specify the file of the scores file (4-column) containing the scores for the verification system, Normal Operation Mode (NOM) scenario. - ``--spoofing-file``: The file of the scores file (4-column) containing the scores for the verification system, Spoofing Attack scenario. - ``--output-file``: (Optional) Specify the name of the output pdf file. - ``--demandedplot``: Specify the option to plotting the score distribution for licit and spoof scenario and threshold line and probability of success line. Again, the most usual way to compute the resulting tables could be: 1. Evaluate experiments on VERA:: $ bin/icb2015_evaluate.py -vvv Cite our paper -------------- If you use the results in any of your contributions, please cite the following paper:: @inproceedings{Tome_ICB2015-SpoofingPalmvein, author = {Tome, Pedro and Marcel, S{\'{e}}bastien}, keywords = {Biometrics, Palm vein, Spoofing Attacks}, month = may, title = {On the Vulnerability of Palm Vein Recognition to Spoofing Attacks}, booktitle = {The 8th IAPR International Conference on Biometrics (ICB)}, year = {2015}, location = {Pucket, Thailand}, url = {http://publications.idiap.ch/index.php/publications/show/3096} } .. _paper: http://publications.idiap.ch/index.php/publications/show/3096 .. _idiap: http://www.idiap.ch .. _bob: http://www.idiap.ch/software/bob .. _palmveinreclib: http://pypi.python.org/pypi/bob.palmvein .. _bioidiap at github: http://www.github.com/bioidiap .. _gitlab: http://gitlab.idiap.ch/pedro.tome/bob.paper.ICB2015 .. _virtualbox: http://www.virtualbox.org


نحوه نصب


نصب پکیج whl bob.paper.ICB2015-2.0.0a0:

    pip install bob.paper.ICB2015-2.0.0a0.whl


نصب پکیج tar.gz bob.paper.ICB2015-2.0.0a0:

    pip install bob.paper.ICB2015-2.0.0a0.tar.gz