frigate/frigate
Josh Hawkins 251b029d6e
LPR improvements (#20129)
* continue to use paddleocr v3 text detection model for large

v5 was not finding text on multi-line plates at all in testing

* implement clustering of plate variants per event

should reduce OCR inconsistencies and improve plate recognition stability by using string similarity to cluster similar variants (10 per event id) and choosing the highest confidence representative as the final plate

* pass camera

* prune number of variants based on detect fps

* implement replacement rules for cleaning up and normalizing plates

* docs

* docs
2025-09-18 15:12:17 -06:00
..
api false_positive endpoint needs to await send_to_plus call (#20069) 2025-09-14 11:31:07 -05:00
camera Support all audio type in MQTT (#19768) 2025-08-26 09:50:50 -05:00
comms Rename nickname to friendly_name (#19782) 2025-08-26 15:29:52 -05:00
config LPR improvements (#20129) 2025-09-18 15:12:17 -06:00
data_processing LPR improvements (#20129) 2025-09-18 15:12:17 -06:00
db Improve LPR regex support (#19767) 2025-08-26 08:11:37 -05:00
detectors Cleanup onnx detector (#20128) 2025-09-18 15:12:09 -06:00
embeddings LPR improvements (#20129) 2025-09-18 15:12:17 -06:00
events Improve audio detection debugging (#19753) 2025-08-25 13:40:21 -05:00
genai Merge remote-tracking branch 'origin/master' into dev 2025-09-04 06:33:22 -05:00
images Replace green screen with error message and force camera_fps to 0 (#4544) 2022-11-28 21:47:20 -06:00
motion Dynamically update masks and zones for cameras (#18359) 2025-08-16 10:20:33 -05:00
object_detection MemryX MX3 detector integration (#17723) 2025-08-22 08:11:48 -05:00
output Improve comms typing (#18599) 2025-08-16 10:20:33 -05:00
ptz Merge remote-tracking branch 'origin/master' into dev 2025-09-04 06:33:22 -05:00
record Fix record motion config (#19672) 2025-08-20 14:45:17 -06:00
review Improve review segmentation behavior (#19850) 2025-08-31 16:36:12 -05:00
service_manager Add metrics page for embeddings and face / license plate processing times (#15818) 2025-02-08 12:47:01 -06:00
stats Display warning in frontend if shm size is too low (#19712) 2025-08-22 13:48:27 -06:00
test Enhance user roles to limit camera access (#20024) 2025-09-12 05:19:29 -06:00
track Update deps (#19617) 2025-08-19 11:08:34 -05:00
util Dynamically adjust to configured attribute map for lpr (#20079) 2025-09-15 08:49:07 -05:00
__init__.py app container and config schema 2021-01-26 21:40:33 -06:00
__main__.py Handle SIGINT with forkserver (#18860) 2025-08-16 10:20:33 -05:00
app.py Embeddings maintainer should start if bird classification is enabled (#19576) 2025-08-17 19:48:21 -06:00
const.py Add experimental support for AMD AMF decode/encode (#19745) 2025-08-25 13:40:36 -05:00
ffmpeg_presets.py Add experimental support for AMD AMF decode/encode (#19745) 2025-08-25 13:40:36 -05:00
log.py 0.17 tweaks (#18892) 2025-08-16 10:20:33 -05:00
models.py Enhance user roles to limit camera access (#20024) 2025-09-12 05:19:29 -06:00
mypy.ini Enable mypy for track and fix typing errors (#19529) 2025-08-17 12:27:42 -05:00
plus.py Add ability to update Frigate+ model to latest from UI (#17324) 2025-03-24 09:19:58 -06:00
storage.py Rename nickname to friendly_name (#19782) 2025-08-26 15:29:52 -05:00
timeline.py Fix various typing issues (#18187) 2025-05-13 08:27:20 -06:00
types.py Live classification model training (#18583) 2025-08-16 10:20:33 -05:00
video.py Camera Health Status (#19709) 2025-08-22 06:42:36 -06:00
watchdog.py Improve async object detector support (#17712) 2025-04-15 08:55:38 -05:00