Skip to content
Snippets Groups Projects

Face crop improvements

Merged Amir MOHAMMADI requested to merge face-crop-improvements into dask-pipelines
1 unresolved thread
14 files
+ 300
662
Compare changes
  • Side-by-side
  • Inline
Files
14
@@ -5,9 +5,6 @@ import bob.bio.face.preprocessor # import for documentation
@@ -5,9 +5,6 @@ import bob.bio.face.preprocessor # import for documentation
class Base(bob.bio.base.annotator.Annotator):
class Base(bob.bio.base.annotator.Annotator):
"""Base class for all face annotators"""
"""Base class for all face annotators"""
def __init__(self, **kwargs):
super(Base, self).__init__(**kwargs)
def annotate(self, sample, **kwargs):
def annotate(self, sample, **kwargs):
"""Annotates an image and returns annotations in a dictionary. All
"""Annotates an image and returns annotations in a dictionary. All
annotator should return at least the ``topleft`` and ``bottomright``
annotator should return at least the ``topleft`` and ``bottomright``
Loading