blakeblackshear.frigate/frigate
Josh Hawkins 8173cd7776
Add score filter to Explore view (#14397)
* backend score filtering and sorting

* score filter frontend

* use input for score filtering

* use correct score on search thumbnail

* add popover to explain top_score

* revert sublabel score calc

* update filters logic

* fix rounding on score

* wait until default view is loaded

* don't turn button to selected style for similarity searches

* clarify language

* fix alert dialog buttons to use correct destructive variant

* use root level top_score for very old events

* better arrangement of thumbnail footer items on smaller screens
2024-10-17 05:30:52 -06:00
..
api Add score filter to Explore view (#14397) 2024-10-17 05:30:52 -06:00
camera
comms Search UI tweaks and bugfixes (#14328) 2024-10-13 19:36:49 -06:00
config Remove device config and use model size to configure device used (#14290) 2024-10-11 17:08:14 -05:00
db Embeddings normalization fixes (#14284) 2024-10-11 13:11:11 -05:00
detectors Update logos handling (#14396) 2024-10-16 16:22:34 -05:00
embeddings Embeddings UI updates (#14378) 2024-10-15 19:25:59 -05:00
events
genai Fix genai labels (#14330) 2024-10-14 06:23:10 -06:00
images Replace green screen with error message and force camera_fps to 0 (#4544) 2022-11-28 21:47:20 -06:00
motion Work through most of the cspell warnings in python (#13794) 2024-09-17 10:41:46 -05:00
output
ptz Fix autotracking absolute zoom interpolation logic (#14139) 2024-10-03 08:40:27 -05:00
record Don't allow unlimited unprocessed segments to stay in cache (#14341) 2024-10-14 16:11:43 -06:00
review
stats
test Refactor attribute saving (#14090) 2024-10-01 07:31:03 -06:00
track Refactor attribute saving (#14090) 2024-10-01 07:31:03 -06:00
util Fix yaml bug and ensure embeddings progress doesn't show until all models are loaded (#14338) 2024-10-14 08:23:08 -06:00
__init__.py app container and config schema 2021-01-26 21:40:33 -06:00
__main__.py
app.py
const.py Update logos handling (#14396) 2024-10-16 16:22:34 -05:00
ffmpeg_presets.py
log.py
models.py Implement support for notifications (#12523) 2024-08-29 20:19:50 -06:00
mypy.ini
object_detection.py Improve rocm handling of different models (#14072) 2024-09-30 16:40:46 -05:00
object_processing.py Update logos handling (#14396) 2024-10-16 16:22:34 -05:00
plus.py
storage.py Properly call super() in subclasses (#14124) 2024-10-02 19:35:46 -06:00
timeline.py Properly call super() in subclasses (#14124) 2024-10-02 19:35:46 -06:00
types.py Use sqlite-vec extension instead of chromadb for embeddings (#14163) 2024-10-07 14:30:45 -06:00
video.py Fix shared memory frames being stuck when a camera capture crashed (#14140) 2024-10-03 09:31:07 -06:00
watchdog.py