Face-Detection-OpenCV
Face-Detection-OpenCV copied to clipboard
Face detection using OpenCV and Python
Results
2
Face-Detection-OpenCV issues
Sort by
recently updated
recently updated
newest added
How can I test the Accuracy?
I have successfully detected faces, save cropped face in a folder. Then view the total count of detected faces on the video using cv2.puttext. Now I want to show each...