beatobongco / sentinel

Facial recognition system in the browser
https://beatobongco.com/sentinel/
5 stars 1 forks source link

Work log #1

Open beatobongco opened 6 years ago

beatobongco commented 6 years ago

Todo next time

--

TIL

PROS

CONS

beatobongco commented 6 years ago

Next: Euclidean distance doesn't perform too well. I'll try making a pipeline to train a SVC on face embeddings.

Another option is a simple neural network in tfjs

Also I should try the more powerful face detection models later on (and make them available in single shot mode or just in general), but first get MTCNN defaults to work at least a bit.

beatobongco commented 6 years ago

Or create the ability for people to create training data from the app itself, take like 100 shots, store in localstorage then run euclidean distance.

Might not be good for when num images increases + realtime but should work for singleshot.

Real time could work by deferring classification, just save all images of people walk in and if euclidean distance is near for subsequent, dont store. Kind of like we only want unique pics in our db.

beatobongco commented 6 years ago

Got training and inferencing to work today!! Data is also saved and retrieved in localstorage.

beatobongco commented 6 years ago

Today

beatobongco commented 6 years ago

Today

Next steps

Takeaways

beatobongco commented 6 years ago

TODO

beatobongco commented 6 years ago
beatobongco commented 6 years ago
beatobongco commented 6 years ago

I need a blur filter