FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

debug 'jaw' case code in visualize_facial_landmarks function by yoonho0922 · Pull Request #218 · PyImageSearch/imutils · GitHub

debug 'jaw' case code in visualize_facial_landmarks function - #218

Open
yoonho0922 wants to merge 1 commit into
PyImageSearch:masterfrom
yoonho0922:patch-1
Open

yoonho0922 wants to merge 1 commit into
PyImageSearch:masterfrom
yoonho0922:patch-1

Conversation

Copy link
Copy Markdown

Code 'cv2.line(overlay, ptA, ptB, colors[i], 2)'
IndexError: list index out of range

because of color[7].
List color have only 7 object

Code 'cv2.line(overlay, ptA, ptB, colors[i], 2)'
IndexError: list index out of range

because of color[7].
List color have only 7 object

Copy link
Copy Markdown
Author

FACIAL_LANDMARKS_68_IDXS have 8 object
but color have 7 object

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant


Back | FazBrowse Home | New Git URL