Skip to content
Snippets Groups Projects
implemented.rst 3.28 KiB
Newer Older
.. _bob.bio.face.implemented:

=================================
Tools implemented in bob.bio.face
=================================

Summary
-------

Databases
~~~~~~~~~
.. autosummary::
   bob.bio.face.database.ARFaceBioDatabase
   bob.bio.face.database.AtntBioDatabase
Xinyi ZHANG's avatar
2  
Xinyi ZHANG committed
   bob.bio.face.database.CasiaAfricaDatabase
   bob.bio.face.database.MobioDatabase
   bob.bio.face.database.IJBCDatabase
   bob.bio.face.database.ReplayBioDatabase
   bob.bio.face.database.ReplayMobileBioDatabase
   bob.bio.face.database.GBUBioDatabase
   bob.bio.face.database.LFWBioDatabase
   bob.bio.face.database.MultipieDatabase
   bob.bio.face.database.FargoBioDatabase
   bob.bio.face.database.MEDSDatabase
   bob.bio.face.database.MorphDatabase
   bob.bio.face.database.PolaThermalDatabase
   bob.bio.face.database.CBSRNirVis2Database
Deep Learning Extractors
~~~~~~~~~~~~~~~~~~~~~~~~
   

Tensorflow models
=================

.. autosummary::
   bob.bio.face.embeddings.tensorflow.facenet_sanderberg_20170512_110547
   bob.bio.face.embeddings.tensorflow.resnet50_msceleb_arcface_2021
   bob.bio.face.embeddings.tensorflow.resnet50_msceleb_arcface_20210521
   bob.bio.face.embeddings.tensorflow.resnet50_vgg2_arcface_2021
   bob.bio.face.embeddings.tensorflow.mobilenetv2_msceleb_arcface_2021
   bob.bio.face.embeddings.tensorflow.inception_resnet_v1_msceleb_centerloss_2018
   bob.bio.face.embeddings.tensorflow.inception_resnet_v2_msceleb_centerloss_2018
   bob.bio.face.embeddings.tensorflow.inception_resnet_v1_casia_centerloss_2018
   bob.bio.face.embeddings.tensorflow.inception_resnet_v2_casia_centerloss_2018
   
   
PyTorch models
==============
   
.. autosummary::
   bob.bio.face.embeddings.pytorch.afffe_baseline
   bob.bio.face.embeddings.pytorch.iresnet34
   bob.bio.face.embeddings.pytorch.iresnet50
   bob.bio.face.embeddings.pytorch.iresnet100

MxNET models
============
   
.. autosummary::
   bob.bio.face.embeddings.mxnet.arcface_insightFace_lresnet100

Caffe models
============

.. autosummary::
   bob.bio.face.embeddings.opencv.vgg16_oxford_baseline

   


Face Image Annotators
~~~~~~~~~~~~~~~~~~~~~

.. autosummary::
   bob.bio.face.annotator.Base
   bob.bio.face.annotator.BobIpFacedetect
   bob.bio.face.annotator.BobIpFlandmark
   bob.bio.face.annotator.BobIpMTCNN
   bob.bio.face.annotator.BobIpTinyface
Image Preprocessors
~~~~~~~~~~~~~~~~~~~

.. autosummary::
   bob.bio.face.preprocessor.Base
   bob.bio.face.preprocessor.FaceCrop

   bob.bio.face.preprocessor.TanTriggs
   bob.bio.face.preprocessor.HistogramEqualization
   bob.bio.face.preprocessor.SelfQuotientImage
   bob.bio.face.preprocessor.INormLBP


Image Feature Extractors
~~~~~~~~~~~~~~~~~~~~~~~~

.. autosummary::
   bob.bio.face.extractor.DCTBlocks
   bob.bio.face.extractor.GridGraph
   bob.bio.face.extractor.LGBPHS

Yu LINGHU's avatar
Yu LINGHU committed

Face Recognition Algorithms
~~~~~~~~~~~~~~~~~~~~~~~~~~~

.. autosummary::
   bob.bio.face.algorithm.GaborJet
Databases
---------
.. automodule:: bob.bio.face.database
Annotators
----------

.. automodule:: bob.bio.face.annotator

Preprocessors
-------------

.. automodule:: bob.bio.face.preprocessor

Extractors
----------

.. automodule:: bob.bio.face.extractor

Algorithms
----------

.. automodule:: bob.bio.face.algorithm

Utilities
---------

.. automodule:: bob.bio.face.utils