Skip to content
Snippets Groups Projects
Commit 0785fcd7 authored by Tiago de Freitas Pereira's avatar Tiago de Freitas Pereira
Browse files

[sphinx] Updated baseline

parent c0ee7474
No related branches found
No related tags found
1 merge request!112Feature extractors
Pipeline #51391 failed
......@@ -99,8 +99,8 @@ class PyTorchModel(TransformerMixin, BaseEstimator):
class AFFFE_2021(PyTorchModel):
"""
AFFFE from https://www.idiap.ch/software/bob/data/bob/bob.bio.face/master/pytorch/AFFFE-42a53f19.tar.gz
AFFFE Pytorch network that extracts 1000-dimensional features, trained by Manuel Gunther, as described in [LGB18]_
"""
def __init__(self, memory_demanding=False):
......
......@@ -71,4 +71,4 @@ Deep learning baselines
* ``vgg16-oxford``: VGG16 Face model from `Oxford <https://www.robots.ox.ac.uk/~vgg/publications/2015/Parkhi15/>`_
* ``afffe``: Pytorch network that extracts 1000-dimensional features, trained by Manual Gunther, as described in [LGB18]_
* ``afffe``: Pytorch network that extracts 1000-dimensional features, trained by Manuel Gunther, as described in [LGB18]_
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment