-
Notifications
You must be signed in to change notification settings - Fork 93
Added Face Recognition Script #115
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
base: master
Are you sure you want to change the base?
Conversation
@geekquad Implemented in .ipynb format. Please review my PR. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @Aayush-hub, I cannot exactly see any Image Processing technique being used here.
Please let me know If I have missed out on something.
We are looking for implementation and not the application of a technique. I can also see that you have used KNeighborsClassifier which is clearly against our standards.
Feel free to tell us if we have missed out on something.
@geekquad When we collect data which is images it gets stored in a .npy file and in reference to those images the KNN classifier recognizes images. So image processing technique is definitely used in it, because image recognition is only working by processing images which is collected by user and saved in .npy file! |
Hey @Aayush-hub, which Image Processing technique is exactly being used here? |
@geekquad Linear filtering, Image Classification |
@geekquad Please check now! |
Added Face Recognition script using OpenCv.
Fixes: #15