blakeblackshear.frigate/frigate
Nicolas Mowen b7b7e1b78b Face recognition backend (#14495)
* Add basic config and face recognition table

* Reconfigure updates processing to handle face

* Crop frame to face box

* Implement face embedding calculation

* Get matching face embeddings

* Add support face recognition based on existing faces

* Use arcface face embeddings instead of generic embeddings model

* Add apis for managing faces

* Implement face uploading API

* Build out more APIs

* Add min area config

* Handle larger images

* Add more debug logs

* fix calculation

* Reduce timeout

* Small tweaks

* Use webp images

* Use facenet model
2024-11-16 07:49:14 -07:00
..
api Face recognition backend (#14495) 2024-11-16 07:49:14 -07:00
camera
comms Face recognition backend (#14495) 2024-11-16 07:49:14 -07:00
config Face recognition backend (#14495) 2024-11-16 07:49:14 -07:00
db Face recognition backend (#14495) 2024-11-16 07:49:14 -07:00
detectors Fixes (#14668) 2024-10-29 15:34:07 -05:00
embeddings Face recognition backend (#14495) 2024-11-16 07:49:14 -07:00
events revert changes to audio process to prevent shutdown hang (#14872) 2024-11-08 11:47:46 -07:00
genai Update ollama docs and add genai debug logging (#15012) 2024-11-15 15:24:17 -06:00
images
motion
output Handle in progress previews export and fix time check bug (#14930) 2024-11-11 09:30:55 -06:00
ptz
record Handle in progress previews export and fix time check bug (#14930) 2024-11-11 09:30:55 -06:00
review
service_manager
stats More bug fixes (#14593) 2024-10-25 09:45:11 -05:00
test
track Various Fixes (#15004) 2024-11-15 09:54:59 -07:00
util Face recognition backend (#14495) 2024-11-16 07:49:14 -07:00
__init__.py
__main__.py
app.py Make all SHM management untracked (#15011) 2024-11-15 14:14:37 -07:00
const.py Face recognition backend (#14495) 2024-11-16 07:49:14 -07:00
ffmpeg_presets.py
log.py
models.py
mypy.ini
object_detection.py Make all SHM management untracked (#15011) 2024-11-15 14:14:37 -07:00
object_processing.py Fix object processing logic for detections (#14766) 2024-11-03 17:41:31 -07:00
plus.py
storage.py
timeline.py
types.py
video.py
watchdog.py