Commit Graph
5321 Commits
Author SHA1 Message Date
Teagan GlennandGitHub 310d52de4e Merge pull request #9 from constructorfleet/copilot/add-recent-classification-details
Add batch assignment and event-based training for face recognition and classification models
2026-02-21 23:06:09 -07:00
Teagan glenn 86f82c6e0a Fix classification assignment classes lookup in detail dialog 2026-02-21 22:46:57 -07:00
Teagan glenn ae6d6ce2e5 Fix classification/face batch actions and snapshot handling 2026-02-21 22:41:47 -07:00
copilot-swe-agent[bot]andTeagan42 d175c9758e Add face and classification assignment UI to explore view
Co-authored-by: Teagan42 <2989925+Teagan42@users.noreply.github.com>
2026-02-19 08:16:25 +00:00
copilot-swe-agent[bot]andTeagan42 40cc476b4c Add event_id support to classification categorization API
Co-authored-by: Teagan42 <2989925+Teagan42@users.noreply.github.com>
2026-02-19 08:13:24 +00:00
copilot-swe-agent[bot]andTeagan42 e516bf5fda Add batch classification assignment to training view
Co-authored-by: Teagan42 <2989925+Teagan42@users.noreply.github.com>
2026-02-19 08:12:50 +00:00
copilot-swe-agent[bot]andTeagan42 220f3e1e7e Updated understanding: events support multiple classification models
Co-authored-by: Teagan42 <2989925+Teagan42@users.noreply.github.com>
2026-02-19 08:11:51 +00:00
copilot-swe-agent[bot]andTeagan42 8f8e9badd3 Updated plan with API endpoint requirements
Co-authored-by: Teagan42 <2989925+Teagan42@users.noreply.github.com>
2026-02-19 08:10:29 +00:00
copilot-swe-agent[bot]andTeagan42 9a41eaceb9 Revised plan: focus on batch assignment and explore view assignment
Co-authored-by: Teagan42 <2989925+Teagan42@users.noreply.github.com>
2026-02-19 08:08:10 +00:00
copilot-swe-agent[bot]andTeagan42 8d0b4b8322 Add batch face assignment to face library training view
Co-authored-by: Teagan42 <2989925+Teagan42@users.noreply.github.com>
2026-02-19 08:07:11 +00:00
copilot-swe-agent[bot]andTeagan42 99207e66c3 Updated plan: add batch classification assignment for multiple images
Co-authored-by: Teagan42 <2989925+Teagan42@users.noreply.github.com>
2026-02-19 08:06:14 +00:00
copilot-swe-agent[bot] da6abdaa1d Initial plan 2026-02-19 08:01:38 +00:00
Teagan GlennandGitHub cb96831a0d Merge pull request #8 from constructorfleet/copilot/fix-mqtt-deduplication-issue
Fix ruff formatting violations in activity_manager
2026-02-18 23:48:07 -07:00
copilot-swe-agent[bot]andTeagan42 2344eea392 Fix ruff formatting issues in activity_manager.py
Co-authored-by: Teagan42 <2989925+Teagan42@users.noreply.github.com>
2026-02-16 22:59:08 +00:00
copilot-swe-agent[bot]andTeagan42 bb534d81f5 Fix MQTT count topics to deduplicate by object_id
Co-authored-by: Teagan42 <2989925+Teagan42@users.noreply.github.com>
2026-02-16 22:52:19 +00:00
copilot-swe-agent[bot] 2b288adf38 Initial plan 2026-02-16 22:46:39 +00:00
Teagan Glenn ff190251d1 Remove log 2026-02-16 01:36:06 -07:00
Teagan Glenn 6ee9837626 Log 2026-02-16 01:36:06 -07:00
Teagan Glenn d6efc5f03e Temporarily log argument 2026-02-16 01:36:06 -07:00
Teagan Glenn cdbf7a6ee2 Change to mock classes 2026-02-16 01:36:06 -07:00
Teagan Glenn 205f4a1a23 Mock suppress_stderr_during 2026-02-16 01:36:06 -07:00
Teagan Glenn c911b01246 Fix mock module name 2026-02-16 01:36:06 -07:00
Teagan Glenn 9ae54e1b2f Fix formatting and patching 2026-02-16 01:36:06 -07:00
Teagan Glenn d99cdda5a7 Mock cvtColor and resize from cv2 module 2026-02-16 01:36:06 -07:00
Teagan Glenn cf41ed8b79 Fix image tagging 2026-02-16 01:36:06 -07:00
Teagan Glenn 96e91fd8aa Fix runs-on key in workflow 2026-02-16 01:36:06 -07:00
Teagan Glenn b4c7138c71 Job needs devcontainer job 2026-02-16 01:36:06 -07:00
Teagan Glenn db42eff374 Leave numpy and cv2 unmocked 2026-02-16 01:36:06 -07:00
Teagan Glenn bbbc31c32c Caching dev container 2026-02-16 01:36:06 -07:00
Teagan Glenn 1cc14bc94c Keep util and const unmocked 2026-02-16 01:36:06 -07:00
Teagan Glenn d9cac00bb9 Fix formatting 2026-02-16 01:36:06 -07:00
Teagan Glenn 67ef6fa528 Mock modules but restore only modules that exist 2026-02-16 01:36:06 -07:00
Teagan Glenn 9290f63480 Fix type-o 2026-02-16 01:36:06 -07:00
Teagan Glenn 5d3e9b7108 Type-o 2026-02-16 01:36:06 -07:00
Teagan Glenn 24a96d0e08 Fix formatting 2026-02-16 01:36:06 -07:00
Teagan Glenn 7d9e1e7a82 Store original mocks at on import 2026-02-16 01:36:05 -07:00
Teagan Glenn 44adc06f28 Correct formatting 2026-02-16 01:36:05 -07:00
Teagan Glenn 8638a76c4f Apply mocks only when setting up the integration test 2026-02-16 01:36:05 -07:00
304e726a06 Add TRUE integration tests that call process_frame method
Co-authored-by: Teagan42 <2989925+Teagan42@users.noreply.github.com>
2026-02-16 01:36:05 -07:00
d9ab46be63 Replace useless tests with actual implementation verification tests
Co-authored-by: Teagan42 <2989925+Teagan42@users.noreply.github.com>
2026-02-16 01:36:05 -07:00
2576c2db17 Add integration tests for obj_data current_zones structure
Co-authored-by: Teagan42 <2989925+Teagan42@users.noreply.github.com>
2026-02-16 01:36:05 -07:00
12de5011fe Refactor tests to extract duplicate logic into helper method
Co-authored-by: Teagan42 <2989925+Teagan42@users.noreply.github.com>
2026-02-16 01:36:05 -07:00
a2ad45e357 Add zone field to custom_classification MQTT events
Co-authored-by: Teagan42 <2989925+Teagan42@users.noreply.github.com>
2026-02-16 01:36:05 -07:00
copilot-swe-agent[bot]andTeagan glenn 41b6891fa0 Initial plan 2026-02-16 01:36:05 -07:00
dirk150andGitHub 3101d5f27b Update hardware.md (#22018)
Update broken NVIDIA TensorRT Support Matrix link.
2026-02-15 20:59:36 -07:00
Josh HawkinsandGitHub 4dcd2968b3 consolidate attribute filtering to match non-english and url encoded values (#22002)
CI / AMD64 Build (push) Has been cancelled
CI / ARM Build (push) Has been cancelled
CI / Jetson Jetpack 6 (push) Has been cancelled
CI / AMD64 Extra Build (push) Has been cancelled
CI / ARM Extra Build (push) Has been cancelled
CI / Synaptics Build (push) Has been cancelled
CI / Assemble and push default build (push) Has been cancelled
v0.17.0-rc2
2026-02-14 08:33:17 -06:00
Nicolas MowenandGitHub 73c1e12faf Fix saving attributes for object to DB (#22000) 2026-02-14 07:40:08 -06:00
Josh HawkinsandGitHub 5f93cee732 fix tooltips (#21989)
CI / ARM Build (push) Waiting to run
CI / Jetson Jetpack 6 (push) Waiting to run
CI / AMD64 Extra Build (push) Blocked by required conditions
CI / ARM Extra Build (push) Blocked by required conditions
CI / Synaptics Build (push) Blocked by required conditions
CI / Assemble and push default build (push) Blocked by required conditions
CI / AMD64 Build (push) Waiting to run
2026-02-13 07:22:28 -06:00
67e3f8eefa Miscellaneous fixes (0.17 beta) (#21934)
CI / AMD64 Build (push) Waiting to run
CI / ARM Build (push) Waiting to run
CI / Jetson Jetpack 6 (push) Waiting to run
CI / AMD64 Extra Build (push) Blocked by required conditions
CI / Assemble and push default build (push) Blocked by required conditions
CI / ARM Extra Build (push) Blocked by required conditions
CI / Synaptics Build (push) Blocked by required conditions
* improve chip tooltip display

- use formatList to use i18n separators instead of commas
- ensure the correct event type is used so sublabels are not run through normalization
- remove smart-capitalization classes as translated labels use i18n (which includes capitalization)
- give icons an optional key so that the console doesn't complain about duplication when rendering

* Add grace period for recording segment checks to prevent spurious ffmpeg restarts

* add admin precedence to proxy role_map resolution to prevent downgrade

* clean up

* formatting

* work around radix pointer events issue when dialog is opened from drawer

fixes https://github.com/blakeblackshear/frigate/discussions/21940

* prevent console warnings about missing titles and descriptions

make these invisible with sr-only

* remove duplicate language

* Adjust handling for device sizes

* Cleanup

---------

Co-authored-by: Nicolas Mowen <nickmowen213@gmail.com>
2026-02-12 13:42:08 -07:00
GuoQing LiuandGitHub e1005ac2a5 fix: fix object classification model not reload (#21982)
CI / AMD64 Build (push) Waiting to run
CI / ARM Build (push) Waiting to run
CI / Jetson Jetpack 6 (push) Waiting to run
CI / AMD64 Extra Build (push) Blocked by required conditions
CI / ARM Extra Build (push) Blocked by required conditions
CI / Synaptics Build (push) Blocked by required conditions
CI / Assemble and push default build (push) Blocked by required conditions
2026-02-12 08:56:52 -07:00