blakeblackshear.frigate/frigate/embeddings
Nicolas Mowen 96f39e5b13 Use SVC to normalize and classify faces for recognition (#14835)
* Add margin to detected faces for embeddings

* Standardize pixel values for face input

* Use SVC to classify faces

* Clear classifier when new face is added

* Formatting

* Add dependency
2024-11-19 12:11:09 -07:00
..
functions Use SVC to normalize and classify faces for recognition (#14835) 2024-11-19 12:11:09 -07:00
lpr Use regular expressions for plate matching (#14727) 2024-11-19 12:11:09 -07:00
__init__.py Face recognition backend (#14495) 2024-11-19 12:11:07 -07:00
embeddings.py Use regular expressions for plate matching (#14727) 2024-11-19 12:11:09 -07:00
maintainer.py Use SVC to normalize and classify faces for recognition (#14835) 2024-11-19 12:11:09 -07:00
util.py