nischi / MMM-Face-Reco-DNN

Face recognition with opencv and deep neural network
MIT License
91 stars 46 forks source link

Enhancement - Create dataset for unrecognized people #13

Closed ChrizZz90 closed 5 years ago

ChrizZz90 commented 5 years ago

If the camera can't recognize a known person it should make screenshots in a selected or useful time period and save it in a new folder (timestamp? Like unknown_190831_1635). After that, the user can select the picture and create a new dataset.

nischi commented 5 years ago

Thats a nice idea, i like. Will try to implement it.

nischi commented 5 years ago

@ChrizZz90 i implemented it in a seperate branch. but at the moment it will save all frames where a face is recognized. also the known once (which are saved in there folder to retrain). but thats way to much i think. you said in a useful time period, any suggestion on that?

nischi commented 5 years ago

so i changed it to the first frame each "login"

ChrizZz90 commented 4 years ago

can you maybe add that every user can select in his config if this module should save pictures of recognized people? I have now lots of pictures with more than 1 person on the picture but only one was recognized. I don't know if it is a problem if I create now new embeddings. And there are too many pictures to check them first :)