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

imutils issue #2

Open
rleaver152 opened this issue Dec 8, 2021 · 0 comments
Open

imutils issue #2

rleaver152 opened this issue Dec 8, 2021 · 0 comments

Comments

@rleaver152
Copy link

if you get the error "TypeError: Can't parse 'center'. Sequence item with index 0 has a wrong type"
within the imutils line 68 of facealigner.py

It is because eyesCenter is not np.int64 but needs to be int

Correct by changing eyesCenter to [int(x) for x in eyesCenter]

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

No branches or pull requests

1 participant