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

EagleEye ERROR #16

Closed
cr4shcod3 opened this issue Jul 3, 2018 · 5 comments
Closed

EagleEye ERROR #16

cr4shcod3 opened this issue Jul 3, 2018 · 5 comments

Comments

@cr4shcod3
Copy link

:: Starting Face Recognition
==> Loading known faces
==> ERROR: No Face Encodings found!
==> ERROR: Did you call loadKnown(label) before calling this method?
Traceback (most recent call last):
File "eagle-eye.py", line 230, in
main(skipFB=args.skipfb, skipIR=args.skipir, skipY=None, FBUrls=[])
File "eagle-eye.py", line 88, in main
profile_links, profile_imgs = r.getValidLinksAndImg(name)
ValueError: not enough values to unpack (expected 2, got 0)

$ uname -a
Linux 4.4.0-43-Microsoft #1-Microsoft Wed Dec 31 14:42:53 PST 2014 x86_64 GNU/Linux

$ firefox --version
Mozilla Firefox 52.9.0

'GeckoDriver Version: v0.18.0'

@ThoughtfulDev
Copy link
Owner

ThoughtfulDev commented Jul 3, 2018

See #12

Make sure to put your images of the known Person in the known folder. (only jpg supported for now).
If thats already the case then the algorithm cannot detect any faces in those pictures hence the error. - Try using different images then.

@cr4shcod3
Copy link
Author

Already added pictures in known folder.

@ThoughtfulDev ThoughtfulDev reopened this Jul 14, 2018
@ThoughtfulDev
Copy link
Owner

ThoughtfulDev commented Jul 14, 2018

My latest commit adds support for more filestypes.
Supported Filetypes are: jpg/JPG, jpeg/JPEG, png/PNG, bmp/BMP

Try again now. If Images are found it should look like this:

:: Starting Face Recognition
==> Loading known faces
  -> Loading Melissa_Benoist_(cropped).jpg
  -> Loading 280full.jpg

@cr4shcod3
Copy link
Author

Ok let me try it again. Thanks for the response

@cr4shcod3
Copy link
Author

@ThoughtfulDev You can close this now. Thanks for the fix. It's now working.
For those who are using WSL. I can say to you that this tool is working on WSL

Repository owner locked and limited conversation to collaborators Jul 15, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants