Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bob.ip.facelandmarks
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
Model registry
Operate
Environments
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
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
bob
bob.ip.facelandmarks
Commits
ef2910f8
There was a problem fetching the pipeline summary.
Commit
ef2910f8
authored
7 years ago
by
André Anjos
Browse files
Options
Downloads
Patches
Plain Diff
Refer to Result directly
parent
9a849a87
No related branches found
No related tags found
1 merge request
!5
Fix the imports
Pipeline
#
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
bob/ip/facelandmarks/utils.py
+11
-11
11 additions, 11 deletions
bob/ip/facelandmarks/utils.py
with
11 additions
and
11 deletions
bob/ip/facelandmarks/utils.py
+
11
−
11
View file @
ef2910f8
...
@@ -187,7 +187,7 @@ def _detect_multiple_landmarks_on_gray_image(data, top=0, min_quality=0.):
...
@@ -187,7 +187,7 @@ def _detect_multiple_landmarks_on_gray_image(data, top=0, min_quality=0.):
Returns:
Returns:
:py:class:`list`: A list of named tuples of type :py:class:`
.utils.
Result`,
:py:class:`list`: A list of named tuples of type :py:class:`Result`,
each containing the result of face detection and landmarks extracted from
each containing the result of face detection and landmarks extracted from
the input image. The list MAY BE EMPTY if no face is detected in the
the input image. The list MAY BE EMPTY if no face is detected in the
input image (data).
input image (data).
...
@@ -279,9 +279,9 @@ def _detect_multiple_landmarks_on_color_image(data, top=0, min_quality=0.):
...
@@ -279,9 +279,9 @@ def _detect_multiple_landmarks_on_color_image(data, top=0, min_quality=0.):
Returns:
Returns:
:py:class:`list`: A list of named tuples of type :py:class:`
.utils.
Result`,
:py:class:`list`: A list of named tuples of type :py:class:`Result`,
each
each
containing the result of face detection and landmarks extracted from
containing the result of face detection and landmarks extracted from
the
the
input image.
input image.
'''
'''
...
@@ -315,9 +315,9 @@ def detect_landmarks(data, top=0, min_quality=0.):
...
@@ -315,9 +315,9 @@ def detect_landmarks(data, top=0, min_quality=0.):
Returns:
Returns:
:py:class:`list`: A list of named tuples of type :py:class:`
.utils.
Result`,
:py:class:`list`: A list of named tuples of type :py:class:`Result`,
each
each
containing the result of face detection and landmarks extracted from
containing the result of face detection and landmarks extracted from
the
the
input image.
input image.
'''
'''
...
@@ -338,8 +338,8 @@ def draw_landmarks(data, results):
...
@@ -338,8 +338,8 @@ def draw_landmarks(data, results):
with Bob.
with Bob.
results (:py:class:`list`): A list of named tuples of type
results (:py:class:`list`): A list of named tuples of type
:py:class:`
.utils.
Result`, each containing the result of face detection
:py:class:`Result`, each containing the result of face detection
and
and
landmarks extracted from the input image.
landmarks extracted from the input image.
'''
'''
...
@@ -398,8 +398,8 @@ def save_landmarks(results, fname):
...
@@ -398,8 +398,8 @@ def save_landmarks(results, fname):
Parameters:
Parameters:
results (:py:class:`list`): A list of named tuples of type
results (:py:class:`list`): A list of named tuples of type
:py:class:`
.utils.
Result`, each containing the result of face detection
:py:class:`Result`, each containing the result of face detection
and
and
landmarks extracted from the input image.
landmarks extracted from the input image.
fname (:py:class:`str`): A path with the output filename
fname (:py:class:`str`): A path with the output filename
...
...
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