Metadata-Version: 2.1
Name: bob.bio.face
Version: 8.0.0
Summary: Tools for running face recognition experiments
Author-email: Manuel Gunther <siebenkopf@googlemail.com>
License: BSD 3-Clause License
Project-URL: documentation, https://www.idiap.ch/software/bob/docs/bob/bob.bio.face/v8.0.0/sphinx/
Project-URL: homepage, https://pypi.org/project/bob.bio.face/
Project-URL: repository, https://gitlab.idiap.ch/bob/bob.bio.face
Project-URL: changelog, https://gitlab.idiap.ch/bob/bob.bio.face/-/releases
Keywords: bob,biometric recognition,evaluation
Classifier: Framework :: Bob
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
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: LICENSE
Requires-Dist: bob (==12.0.0)
Requires-Dist: bob.io.base (==5.1.0)
Requires-Dist: bob.measure (==6.1.0)
Requires-Dist: bob.bio.base (==8.0.0)
Requires-Dist: bob.pipelines (==4.0.0)
Requires-Dist: clapper (==1.0.1)
Requires-Dist: imageio-ffmpeg (==0.4.8)
Requires-Dist: matplotlib (==3.6.2)
Requires-Dist: opencv-python
Requires-Dist: pytorch-lightning (==1.8.1)
Requires-Dist: scikit-image (==0.19.3)
Requires-Dist: scikit-learn (==1.1.2)
Requires-Dist: torch (==1.13.0)
Requires-Dist: torchvision (==0.14.0)
Requires-Dist: aiohttp
Provides-Extra: doc
Requires-Dist: sphinx (==5.3.0) ; extra == 'doc'
Requires-Dist: sphinx-rtd-theme (==1.1.1) ; extra == 'doc'
Requires-Dist: sphinx-autodoc-typehints (==1.21.8) ; extra == 'doc'
Requires-Dist: auto-intersphinx (==1.0.2) ; extra == 'doc'
Requires-Dist: sphinxcontrib-programoutput (==0.17) ; extra == 'doc'
Requires-Dist: matplotlib (==3.6.2) ; extra == 'doc'
Requires-Dist: dask-ml (==2022.5.27) ; extra == 'doc'
Requires-Dist: tensorflow (==2.11.0) ; (sys_platform != "darwin") and extra == 'doc'
Provides-Extra: qa
Requires-Dist: pre-commit ; extra == 'qa'
Provides-Extra: test
Requires-Dist: pytest (==7.2.1) ; extra == 'test'
Requires-Dist: pytest-cov (==4.0.0) ; extra == 'test'
Requires-Dist: coverage (==7.0.5) ; extra == 'test'
Requires-Dist: dask (==2023.1.0) ; extra == 'test'
Requires-Dist: tensorflow (==2.11.0) ; (sys_platform != "darwin") and extra == 'test'
Requires-Dist: tensorflow-macos (==2.11.0) ; (sys_platform == "darwin") and extra == 'test'

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

# Run face recognition algorithms

This package is part of the signal-processing and machine learning toolbox
[Bob](https://www.idiap.ch/software/bob).
This package is part of the `bob.bio` packages, which allow to run
comparable and reproducible biometric recognition experiments on publicly
available datasets.

This package contains functionality to run face recognition experiments.
It is an extension to the
[bob.bio.base](https://pypi.python.org/pypi/bob.bio.base) package, which
provides the basic scripts.
In this package, utilities that are specific for face recognition are
contained, such as:

* Image databases
* Image preprocesors, including face detection and facial image alignment
* Image feature extractors
* Recognition algorithms based on image features

## Installation

Complete Bob's
[installation instructions](https://www.idiap.ch/software/bob/install). Then,
to install this package, run:

``` sh
conda install bob.bio.face
```

## Contact

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