Fix the imports
All threads resolved!
All threads resolved!
Fixes #4 (closed)
Merge request reports
Activity
- Resolved by André Anjos
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
mentioned in commit 9a849a87
added 6 commits
-
e4c32bb9...2237fdf1 - 2 commits from branch
master
- bd8d3793 - start to fix the imports
- caba24ba - bug-fix and clean-up related to documentation
- 4d7d19c3 - Remove bootstrap
- 9a849a87 - Resolve all comments on !5 (merged)
Toggle commit list-
e4c32bb9...2237fdf1 - 2 commits from branch
enabled an automatic merge when the pipeline for 9a849a87 succeeds
enabled an automatic merge when the pipeline for ef2910f8 succeeds
mentioned in commit d7703d03
Please register or sign in to reply