Pixel-Processing icon indicating copy to clipboard operation
Pixel-Processing copied to clipboard

Added Face Recognition Script

Open Aayush-hub opened this issue 4 years ago • 6 comments

Added Face Recognition script using OpenCv. Fixes: #15

Aayush-hub avatar Mar 21 '21 06:03 Aayush-hub

@geekquad Implemented in .ipynb format. Please review my PR.

Aayush-hub avatar Mar 21 '21 06:03 Aayush-hub

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!

Aayush-hub avatar Mar 31 '21 11:03 Aayush-hub

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 avatar Apr 07 '21 17:04 geekquad

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

Aayush-hub avatar Apr 08 '21 13:04 Aayush-hub

image Readme has no Image under Screenshot Heading.

geekquad avatar May 19 '21 05:05 geekquad

image Readme has no Image under Screenshot Heading.

@geekquad Please check now!

Aayush-hub avatar May 21 '21 09:05 Aayush-hub