I have been studying the gen2 face recognition code and I am still working my way through. I was wondering if someone might know how to change the way the face recognition model is trained? For me, I am not usually able to train the model by capturing a dedicated set of images of someone. I need to be able to record images of anyone who comes within range of the camera and label them later. Gen 2 Face Recognition wants you to create a .npz file for each person you want to recognize. For me, it is better if I have recorded images that I can go back and look at later then label. I am guessing that I would need to capture the images and put them in something like a mp4 file and then when I can, come back read that mp4 file and convert it into the necessary format. This also would require being able to update the "person face file" adding additional images to improve accuracy.
All help is welcomed!
Thanks,
Doug