Skip to content
Snippets Groups Projects

Fix the imports

Merged Amir MOHAMMADI requested to merge import into master
All threads resolved!

Fixes #4 (closed)

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • assigned to @sbhatta

  • Hi @sbhatta, the reference to the functions are not clickable throughout the guide.

  • I think a part of the guide that looks like this:

    The detect_landmarks() function has the following signature: detect_landmarks(gray_image, top=0, min_quality=0.0).
    
            gray_image: a numpy-array containing the gray-level input image, and,
            top: positive integer (default=0), specifying the number of faces to be detected in this image.
            min_quality: positive floating-point number (default=0), specifying the minimum acceptable quality for the result of face-detection.
    
    The first parameter is obligatory, and should be a valid 2D numpy-array representing a gray-level image. The remaining two parameters are optional. In the example above, top is specified as 1, hence, landmarks for only one face are extracted.

    Should go to the function's documentation.

  • changed milestone to %Bob 2.7.x release

  • André Anjos mentioned in commit 9a849a87

    mentioned in commit 9a849a87

  • André Anjos added 6 commits

    added 6 commits

    Compare with previous version

  • André Anjos resolved all discussions

    resolved all discussions

  • André Anjos enabled an automatic merge when the pipeline for 9a849a87 succeeds

    enabled an automatic merge when the pipeline for 9a849a87 succeeds

  • André Anjos added 1 commit

    added 1 commit

    Compare with previous version

  • André Anjos enabled an automatic merge when the pipeline for ef2910f8 succeeds

    enabled an automatic merge when the pipeline for ef2910f8 succeeds

  • André Anjos mentioned in commit d7703d03

    mentioned in commit d7703d03

  • merged

  • Please register or sign in to reply
    Loading