Nicolas Mowen
13d7eec965
Support creating a new face
2025-03-28 11:14:54 -06:00
Nicolas Mowen
e9409e9070
Fix reprocessing
2025-03-28 10:41:10 -06:00
Nicolas Mowen
18d10a6e5d
Move deletion logic
2025-03-28 09:36:50 -06:00
Nicolas Mowen
848ace3021
Match logic
2025-03-28 09:34:28 -06:00
Nicolas Mowen
fc4371410c
Fix train issue
2025-03-28 09:33:22 -06:00
Nicolas Mowen
575eb3e5fe
Handle mobile landscape
2025-03-28 09:29:01 -06:00
Nicolas Mowen
fe700aa8e3
Rework layout for mobile
2025-03-28 09:26:11 -06:00
Nicolas Mowen
44b8262811
fix key
2025-03-27 17:57:18 -06:00
Nicolas Mowen
754336dc3f
Use filename as key
2025-03-27 17:54:25 -06:00
Nicolas Mowen
031c856a9c
Change dialog size with snapshot
2025-03-27 17:53:05 -06:00
Nicolas Mowen
53a51adeab
Don't require
2025-03-27 17:47:12 -06:00
Nicolas Mowen
79c5166b57
Remove selection
2025-03-27 17:39:44 -06:00
Nicolas Mowen
31d37e65db
Cleanup
2025-03-27 17:38:59 -06:00
Nicolas Mowen
dc347a2135
Don't require events
2025-03-27 17:38:16 -06:00
Nicolas Mowen
fd98449479
math.round
2025-03-27 17:29:32 -06:00
Nicolas Mowen
361197c7fb
Add view in explore option
2025-03-27 16:13:23 -06:00
Nicolas Mowen
d765153992
Fix clicking behavior
2025-03-27 15:58:53 -06:00
Nicolas Mowen
d56ab44a58
Cleanup dialog
2025-03-27 15:58:02 -06:00
Nicolas Mowen
c1829c3460
layout improvements
2025-03-27 15:54:24 -06:00
Nicolas Mowen
94fdc79e1f
Make score keeping more robust
2025-03-27 15:50:11 -06:00
Nicolas Mowen
c89bb12a4f
Section faces by event id
2025-03-27 15:10:31 -06:00
Nicolas Mowen
3f1b4438e4
Ensure landmark detector has a defualt value ( #17420 )
2025-03-27 13:41:22 -06:00
leccelecce
e1a4053426
Upgrade bundled nginx to 1.27.4 ( #17419 )
2025-03-27 12:48:43 -06:00
Josh Hawkins
23c3323871
Dynamic embeddings reindexing ( #17418 )
...
* reindex with api endpoint and zmq
* threading
* frontend
* require admin role
2025-03-27 11:29:34 -06:00
leccelecce
67dd50a7f7
Devcontainer: update Mosquitto from 1.6 to 2.0 ( #17415 )
2025-03-27 10:33:49 -06:00
aptalca
ccf20f456a
update YOLO_NAS notebook ( #17414 )
...
Google Colab updated to python 3.11
super-gradients v3.7.1 is not compatible with py3.11 and install fails
super-gradients committed a fix to master branch but did not cut a relase since (acquired by Nvidia in the meantime)
This commit installs super-gradients from master branch
2025-03-27 10:33:03 -06:00
Nicolas Mowen
8978d1ff74
Tweak face recognition docs ( #17413 )
2025-03-27 10:50:41 -05:00
Josh Hawkins
6ec7d96ec9
remove LPR denoising ( #17412 )
2025-03-27 08:49:10 -06:00
Nicolas Mowen
a35146ab61
Various fixes ( #17411 )
...
* Remove initial requirement for history
* Clenaup conf
* Handle symlinks
2025-03-27 08:28:09 -06:00
Josh Hawkins
1233bc3a42
Miscellaneous fixes ( #17406 )
...
* add config validator for face and lpr
* more lpr docs tweaks
* fix object lifecycle point clicking for aspect ratios less than 16/9
* fix semantic search indexing i18n keys
* remove ability to set system language
* clarify debug output
2025-03-27 05:49:14 -06:00
Nicolas Mowen
36446ceded
Implement facenet tflite for small face recognition model ( #17402 )
2025-03-27 06:31:29 -05:00
leccelecce
0947bffeef
nginx: don't gzip png, gif, jpeg or jpg ( #17400 )
2025-03-26 19:48:28 -05:00
Nicolas Mowen
ff34739f40
Face recognition bug fixes ( #17401 )
...
* Simplify normalization
* Fix confidence check
2025-03-26 19:43:10 -05:00
leccelecce
a37f804469
i18n Settings fixes ( #17398 )
2025-03-26 17:51:54 -06:00
leccelecce
53c8aa25cb
Fix missing restart notification in Classification settings ( #17397 )
...
* Use different message key to fix missing restart message
* Move addMessage to finally block
2025-03-26 15:44:15 -06:00
Nicolas Mowen
e3f34d6f11
Bird classification docs ( #17369 )
...
* Add bird classification to sidebar
* Add docs for bird classification
* Update bird_classification.md
Co-authored-by: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com>
* Add model info
---------
Co-authored-by: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com>
2025-03-26 14:42:30 -05:00
Nicolas Mowen
e6936c177b
Face model loading improvements ( #17390 )
...
* Don't assume landmark file is downloaded
* Rewrite build model task to be asynchronous so it doesn't block the pipeline
* Handle case where face recognition does not respond
* Cleanup
* Make daemon thread
2025-03-26 10:00:23 -06:00
Nicolas Mowen
e3d4b84803
Face recognition improvements ( #17387 )
...
* Increase frequency of updates when internal face detection is used
* Adjust number of required faces based on detection type
* Adjust min_score config to unknown_score
* Only for person
* Improve typing
* Update face rec docs
* Cleanup ui colors
* Cleanup
2025-03-26 07:23:01 -06:00
Nicolas Mowen
395fc33ccc
Include all .so and .so.12 ( #17388 )
2025-03-26 08:14:36 -05:00
Josh Hawkins
4edf0d8cd3
LPR bugfix ( #17384 )
...
* ensure image is numpy array
* clean up debugging
* clean up postprocessor
* process raw input as img
2025-03-26 07:41:00 -05:00
leccelecce
4ccf61a6d7
Fix wrong value displayed in facerec settings ( #17383 )
2025-03-26 07:16:12 -05:00
Josh Hawkins
b30de96525
Reduce expansion of license_plate box for frigate+ models ( #17373 )
2025-03-26 05:25:39 -06:00
Logan Garrett
6f707e8722
Add explanation of group_add for igpu ( #17375 )
...
Add explanation of group_add for igpu
2025-03-26 05:24:30 -06:00
GuoQing Liu
bfee030d7b
add model chinese i18n keys ( #17379 )
2025-03-26 05:57:56 -05:00
Nicolas Mowen
b18d1fb970
Refactor face recognition ( #17368 )
...
* Refactor face recognition to allow for running lbph or embedding
* Cleanup
* Use weighted average for faces
* Set correct url
* Cleanup
* Update docs
* Update docs
* Use scipy trimmed mean
* Normalize
* Handle color and gray landmark detection
* Upgrade to new arcface model
* Implement sigmoid function
* Rename
* Rename to arcface
* Fix
* Add face recognition model size to ui config
* Update toast
2025-03-25 19:59:03 -05:00
Josh Hawkins
2c3ea5b74e
Make all object path points clickable ( #17367 )
2025-03-25 14:08:40 -06:00
Josh Hawkins
e80caabee6
Live and go2rtc docs updates ( #17363 )
2025-03-25 10:46:24 -06:00
Josh Hawkins
9080305070
Increase the initial stall timeout of the MSE player ( #17359 )
2025-03-25 08:16:56 -05:00
leccelecce
983dd87ffb
Revert go2rtc call checks for enabled camera state ( #17355 )
...
* Revert "Fix camera enabled check (#17331 )"
This reverts commit 1e45f63a7c .
* Revert "Fix webUI generating HTTP500s when camera disabled (#17305 )"
This reverts commit 644faaf65b .
2025-03-25 05:48:06 -06:00
Nicolas Mowen
7e8b3c389d
Update face_recognition.md ( #17349 )
2025-03-24 18:31:32 -05:00