blakeblackshear.frigate/frigate/embeddings/onnx
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
..
base_embedding.py Cleanup onnx detector (#20128) 2025-09-18 15:12:09 -06:00
face_embedding.py Cleanup onnx detector (#20128) 2025-09-18 15:12:09 -06:00
jina_v1_embedding.py Cleanup onnx detector (#20128) 2025-09-18 15:12:09 -06:00
jina_v2_embedding.py Cleanup onnx detector (#20128) 2025-09-18 15:12:09 -06:00
lpr_embedding.py LPR improvements (#20129) 2025-09-18 15:12:17 -06:00