FaceRecognition icon indicating copy to clipboard operation
FaceRecognition copied to clipboard

Recognizes faces

Results 25 FaceRecognition issues
Sort by recently updated
recently updated
newest added

I have added a model with pretty okay accuracy, if you can accept this pull request I can make the addition into the read me in the next one and...

- Added emote.py that uses a neural network model to detect facial emotion from cropped face images - added neural net model/parameter files - added example emotion images Commit resolves...

The black part of the 'faceAligned' img looks bad, so I added a code in FaceRecognizer.py because I wanted to remove it.

In main function, file path is not optimized for all users like this. image = "C:\\Users\\KSHITIJ\\PycharmProjects\\rotateImage\\virat.jpg" So, I enhance the code with os library.

I think detected face, output image is too big in comparison with input image. So I try to resize detected face, output image in the same size as input image....

I think there are black boxes in the output of rotating image. ![image](https://user-images.githubusercontent.com/48934522/102019792-c39c2880-3db8-11eb-8859-7a9335865ca6.png) I try to remove black boxes in the output of rotating image. So I modify rotate function....

Other user already pulled request about separating functions for the main logic. #32 But, it haven't been pulled request yet. So, I supplement that PR. Plz, check my code. :)...

Hi, @riya-17 ! I think many people have a hard time because of setting complete_path of args in FaceRecognizer.py. So, I try to set file_paths by using getcwd function of...

I am using an Windows system and I have a hard time to set this up. The parts of I figure out are Prerequisites and Setup. So, can I do...