Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bob
bob.bio.face
Commits
6fa75e34
Commit
6fa75e34
authored
Oct 16, 2020
by
Amir MOHAMMADI
Browse files
nit
parent
ecf08a3b
Changes
1
Hide whitespace changes
Inline
Side-by-side
bob/bio/face/annotator/Base.py
View file @
6fa75e34
...
...
@@ -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``
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment