Files
frigate/web/src
Josh HawkinsandNicolas Mowen 396a2156b2 Tweaks (#24067)
* improve keyframes messages

* don't pad the labelmap with unknown

`load_labels()` prefilled 91 `unknown` entries before reading the label file, so any model with fewer than 91 classes kept that padding in `merged_labelmap` and `unknown` showed up as a selectable object type in the objects settings UI. The padding only existed so `RemoteObjectDetector.detect` could index the labelmap without a KeyError, and it didn't even cover the empty-file case or Frigate+, which never had a prefill. Both lookups now skip class ids the labelmap doesn't name and warn once per id.
2026-09-12 07:30:04 -06:00
..
2026-09-12 07:30:04 -06:00
2026-09-12 07:30:04 -06:00
2026-06-04 09:56:11 -06:00
2024-02-28 16:23:56 -06:00
2025-02-10 09:42:35 -07:00
2022-03-11 07:49:06 -06:00