You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 13, 2021. It is now read-only.
It's used to dump the label to names map as a file.
Essentially, this is loaded by the Recognizer.py, since OpenCV returns only returns labels for each face (for which we've to take responsibility of finding the right name)
If you checked the images_db folder, the files will be in the format person_name.<anything>.png
For each image in that folder, the Train_Images.py loads it and saves the name to label map.
For example, for a file named Aashima.1.png, it might stored the name Aashima to the label 1 and label 1 for Aashima. Say for another file Gupta.53.png it might store the name Gupta to the label 2 and so on.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi, Your code really helped me. However, I have a doubt
What does this part of the do in the Train_Images.py file?
The text was updated successfully, but these errors were encountered: