blakeblackshear.frigate/frigate/track
Josh Hawkins c16e536b46
Fixes (#18338)
* improve spacing of face selection in mobile drawer

* fix spacing

* sort face names alphabetically

* Improve face selection dialog

* Use a state to track when face image loads

The naturalWidth and naturalHeight will always be 0 until the image loads. So we use onLoad and a state to track loading and then calculate the area after it has loaded

* Verify that a camera only tracks objects that are possible to track

* Fix test

* genai docs tweak

* Disable openvino model cache

* Clenaup

* Sanitize floats for estimated speed and angle

Users can configure speed zones in such a way that velocity estimates from Norfair cause a value of inf to be stored as an estimated speed. FastAPI doesn't serialize inf as a float, so trying to return this value would result in an API error. Sanitizing the value before storing should correct this.

---------

Co-authored-by: Nicolas Mowen <nickmowen213@gmail.com>
2025-05-22 09:38:14 -06:00
..
__init__.py Fix various typing issues (#18187) 2025-05-13 08:27:20 -06:00
centroid_tracker.py Round robin SHM management (#15027) 2024-11-16 16:00:19 -07:00
norfair_tracker.py Fix various typing issues (#18187) 2025-05-13 08:27:20 -06:00
object_processing.py Fixes (#18245) 2025-05-15 17:13:18 -05:00
tracked_object.py Fixes (#18338) 2025-05-22 09:38:14 -06:00