Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bob.bio.face
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
bob
bob.bio.face
Commits
09b20836
Commit
09b20836
authored
7 years ago
by
Amir MOHAMMADI
Browse files
Options
Downloads
Patches
Plain Diff
remove __call__ aliasing since this is already in the Annotator class
parent
6a1c470d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!41
Add annotators
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
bob/bio/face/annotator/Base.py
+1
-6
1 addition, 6 deletions
bob/bio/face/annotator/Base.py
with
1 addition
and
6 deletions
bob/bio/face/annotator/Base.py
+
1
−
6
View file @
09b20836
...
...
@@ -12,8 +12,7 @@ class Base(Annotator):
"""
Annotates an image and returns annotations in a dictionary. All
annotator should return at least the ``topleft`` and ``bottomright``
coordinates. Some currently known annotation points such as ``reye``
and ``leye`` are formalized in
:any:`FaceCrop`.
and ``leye`` are formalized in :any:`FaceCrop`.
Parameters
----------
...
...
@@ -24,7 +23,3 @@ class Base(Annotator):
The extra arguments that may be passed.
"""
raise
NotImplementedError
()
# Alisa call to annotate
def
__call__
(
self
,
sample
,
**
kwargs
):
return
self
.
annotate
(
sample
,
**
kwargs
)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment