Skip to content
Snippets Groups Projects
Commit 28bbcbcb authored by Sushil BHATTACHARJEE's avatar Sushil BHATTACHARJEE
Browse files

changes to satisfy the --nitpick-andre option in the CI

parent f3070275
No related branches found
No related tags found
1 merge request!4User guide
Pipeline #
......@@ -186,7 +186,7 @@ def _detect_multiple_landmarks_on_gray_image(data, top=0, min_quality=0.):
Returns:
list: A list of named tuples of type :py:class:`bob.ip.facelandmarks.utils.Result`, each containing
list: A list of named tuples of type :py:class:`.utils.Result`, 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 input image (data).
......@@ -278,7 +278,7 @@ def _detect_multiple_landmarks_on_color_image(data, top=0, min_quality=0.):
Returns:
list: A list of named tuples of type :py:class:`bob.ip.facelandmarks.utils.Result`, each containing
list: A list of named tuples of type :py:class:`.utils.Result`, each containing
the result of face detection and landmarks extracted from the input
image.
......@@ -313,7 +313,7 @@ def detect_landmarks(data, top=0, min_quality=0.):
Returns:
list: A list of named tuples of type :py:class:`bob.ip.facelandmarks.utils.Result`, each containing
list: A list of named tuples of type :py:class:`.utils.Result`, each containing
the result of face detection and landmarks extracted from the input
image.
......@@ -335,7 +335,7 @@ def draw_landmarks(data, results):
dimensions, corresponding to a either a gray-scale or color image loaded
with Bob.
results (list): A list of named tuples of type :py:class:`bob.ip.facelandmarks.utils.Result`, each
results (list): A list of named tuples of type :py:class:`.utils.Result`, each
containing the result of face detection and landmarks extracted from the
input image.
......@@ -395,7 +395,7 @@ def save_landmarks(results, fname):
Parameters:
results (list): A list of named tuples of type :py:class:`bob.ip.facelandmarks.utils.Result`, each
results (list): A list of named tuples of type :py:class:`.utils.Result`, each
containing the result of face detection and landmarks extracted from the
input image.
......
......@@ -2,9 +2,9 @@
.. Andre Anjos <andre.anjos@idiap.ch>
.. Tue 16 Feb 2016 15:42:29 CET
=======================================================
========================================================
Bob's Routines for Face Landmark Detection using Menpo
=======================================================
========================================================
.. todolist::
......
py:class collections.namedtuple
.. vim: set fileencoding=utf-8 :
.. Manuel Guenther <manuel.guenther@idiap.ch>
.. Wed 14 Jan 16:15:27 CET 2015
============
Python API
......@@ -10,4 +7,4 @@
Detailed Information
--------------------
.. automodule:: bob.ip.facelandmarks
.. automodule:: bob.ip.facelandmarks.utils
......@@ -21,6 +21,8 @@ setup(
author='Andre Anjos',
author_email='andre.anjos@idiap.ch',
keywords='bob, keypoint detection, face',
maintainer="Sushil Bhattacharjee"
maintainer_email="sbhatta@idiap.ch"
long_description=open('README.rst').read(),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment