Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Display the landmarks #3

Closed
stone100010 opened this issue Sep 22, 2020 · 2 comments
Closed

Display the landmarks #3

stone100010 opened this issue Sep 22, 2020 · 2 comments
Labels
bug Something isn't working

Comments

@stone100010
Copy link


NameError Traceback (most recent call last)
in ()
5 dlib_output_faces=faces,
6 face_no=face_no,
----> 7 fig_size=fig_size)

in display_landmarks(image_name, dlib_output_faces, face_no, fig_size)
31 face_parts = current_face.parts()
32
---> 33 preds = np.array([
34 [v.x, v.y]
35 for v in face_parts

NameError: name 'np' is not defined

@issue-label-bot issue-label-bot bot added the bug Something isn't working label Sep 22, 2020
@issue-label-bot
Copy link

Issue-Label Bot is automatically applying the label bug to this issue, with a confidence of 0.63. Please mark this comment with 👍 or 👎 to give our bot feedback!

Links: app homepage, dashboard and code for this bot.

@woctezuma
Copy link
Owner

Thanks. It looks like I forgot to:

import numpy as np

woctezuma added a commit that referenced this issue Sep 22, 2020
Repository owner locked as resolved and limited conversation to collaborators Sep 23, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants