Skip to content
Snippets Groups Projects
Commit 6fa75e34 authored by Amir MOHAMMADI's avatar Amir MOHAMMADI
Browse files

nit

parent ecf08a3b
No related branches found
No related tags found
2 merge requests!71Face crop improvements,!64Dask pipelines
......@@ -5,9 +5,6 @@ import bob.bio.face.preprocessor # import for documentation
class Base(bob.bio.base.annotator.Annotator):
"""Base class for all face annotators"""
def __init__(self, **kwargs):
super(Base, self).__init__(**kwargs)
def annotate(self, sample, **kwargs):
"""Annotates an image and returns annotations in a dictionary. All
annotator should return at least the ``topleft`` and ``bottomright``
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment