Metadata-Version: 2.1
Name: bob.pad.face
Version: 5.0.2
Summary: Implements tools for spoofing or presentation attack detection in face biometrics
Author-email: Amir Mohammadi <amir.mohammadi@idiap.ch>
License: GPLv3 License
Project-URL: documentation, https://www.idiap.ch/software/bob/docs/bob/bob.pad.face/v5.0.2/sphinx/
Project-URL: homepage, https://pypi.org/project/bob.pad.face/
Project-URL: repository, https://gitlab.idiap.ch/bob/bob.pad.face
Project-URL: changelog, https://gitlab.idiap.ch/bob/bob.pad.face/-/releases
Keywords: bob
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
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: COPYING
Requires-Dist: bob ==12.1.1
Requires-Dist: bob.io.base ==5.1.1
Requires-Dist: bob.bio.base ==8.1.1
Requires-Dist: bob.bio.face ==8.0.1
Requires-Dist: bob.pad.base ==6.0.1
Requires-Dist: bob.bio.video ==7.0.1
Requires-Dist: clapper ~=1.0
Requires-Dist: dask-ml ==2024.3.20
Requires-Dist: imageio-ffmpeg ~=0.4
Requires-Dist: numpy ~=1.26
Requires-Dist: scikit-learn ~=1.4
Requires-Dist: scikit-image ~=0.19
Requires-Dist: torch ~=2.1
Provides-Extra: doc
Requires-Dist: sphinx ; extra == 'doc'
Requires-Dist: sphinx-rtd-theme ; extra == 'doc'
Requires-Dist: sphinx-autodoc-typehints ; extra == 'doc'
Requires-Dist: auto-intersphinx ; extra == 'doc'
Requires-Dist: sphinxcontrib-programoutput ; extra == 'doc'
Requires-Dist: matplotlib ; extra == 'doc'
Requires-Dist: tensorflow ; extra == 'doc'
Provides-Extra: qa
Requires-Dist: pre-commit ; extra == 'qa'
Provides-Extra: test
Requires-Dist: pytest ; extra == 'test'
Requires-Dist: pytest-cov ; extra == 'test'
Requires-Dist: coverage ; extra == 'test'
Requires-Dist: tensorflow ; extra == 'test'

[![badge doc](https://img.shields.io/badge/docs-v5.0.2-orange.svg)](https://www.idiap.ch/software/bob/docs/bob/bob.pad.face/v5.0.2/sphinx/index.html)
[![badge pipeline](https://gitlab.idiap.ch/bob/bob.pad.face/badges/v5.0.2/pipeline.svg)](https://gitlab.idiap.ch/bob/bob.pad.face/commits/v5.0.2)
[![badge coverage](https://gitlab.idiap.ch/bob/bob.pad.face/badges/v5.0.2/coverage.svg)](https://www.idiap.ch/software/bob/docs/bob/bob.pad.face/v5.0.2/coverage/)
[![badge gitlab](https://img.shields.io/badge/gitlab-project-0000c0.svg)](https://gitlab.idiap.ch/bob/bob.pad.face)

# Face presentation attack detection (anti-spoofing)

This package is part of the signal-processing and machine learning toolbox
[Bob](https://www.idiap.ch/software/bob). It implements tools for spoofing or
presentation attack detection in face biometrics.

## Installation

Follow our
[installation instructions](https://www.idiap.ch/software/bob/install). Then,
to install this package, run:

``` sh
conda install bob.pad.face
```

## Contact

For questions or reporting issues to this software package, contact our
development [mailing list](https://www.idiap.ch/software/bob/discuss).
