Nicolas Mowen and GitHub
95e141ed15
Improve face detection ( #17202 )
2025-03-17 08:05:53 -06:00
Nicolas Mowen and GitHub
db541abed4
Fix model errors ( #17171 )
2025-03-16 06:01:15 -05:00
Nicolas Mowen and GitHub
19342c8768
Fix face library menu item ( #17155 )
2025-03-14 14:39:48 -05:00
a995872d1c
Add face recognition and license plate recognition to settings UI ( #17152 )
...
* Refactor explore settings to classification settings
* Cleanup
* Add face config section
* Add license plate recognition to settings
* Update face recognition docs
* Fix variable usage
* Fix typo
* Update docs/docs/configuration/face_recognition.md
Co-authored-by: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com >
* Improve spacing and add face library to mobile
* Clarify docs
---------
Co-authored-by: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com >
2025-03-14 11:23:37 -05:00
Nicolas Mowen and GitHub
2313b8ea05
Fix bug where safari and firefox cache image for too long ( #17148 )
2025-03-14 08:48:16 -05:00
Nicolas Mowen and GitHub
fbd22c8124
Cleanup bird classification ( #17146 )
...
* Cleanup bird classification
* Cleanup
2025-03-14 07:21:50 -06:00
Nicolas Mowen and GitHub
759d963a04
Cleanup typing ( #17145 )
2025-03-14 08:10:47 -05:00
Nicolas Mowen and GitHub
8d05e7c5b9
Make detection threhsold configurable ( #17136 )
2025-03-13 12:22:14 -05:00
Nicolas Mowen and GitHub
b8f2d8fb0c
Fix rtsp config access ( #17129 )
2025-03-12 21:23:06 -05:00
Nicolas Mowen and GitHub
b7333557a1
Enable audio by default ( #17125 )
...
* Remove mp4 query, allowing go2rtc to send any audio
* Add audio transcoding by default
2025-03-12 16:54:28 -05:00
Nicolas Mowen and GitHub
9e70bddc9d
Update go2rtc version ( #17119 )
2025-03-12 13:54:20 -05:00
Nicolas Mowen and GitHub
f305ff3a5a
Update hardware recommendation ( #17111 )
...
* Update hardware recommendation
* re-organize information
* Broaden introduction
* Update index.md
* Update hardware.md
* Update hardware.md
* Update hardware.md
* Update index.md
* Update index.md
* Update hardware.md
2025-03-12 08:58:07 -05:00
Nicolas Mowen and GitHub
b3d5cd9e4b
Refactor manual event api to use ZMQ ( #17105 )
...
* Don't wait for topic
* Refactor object processing and camera state
* Move manual event handling to camera state / tracked object
* Cleanup
* Refactor audio to use internal zmq
* Cleanup
* Clenaup
* Cleanup
* Quick label fix
* Fix tests
* Cleanup
2025-03-11 22:31:05 -05:00
Nicolas Mowen and GitHub
300f85720c
Face blur factor ( #17099 )
...
* Add option to apply factor to face blurring
* Adjust blur factors
* Add debug log
2025-03-11 14:18:43 -05:00
Nicolas Mowen and GitHub
c43092da9a
Add self return for pydantic ( #17091 )
2025-03-11 07:57:00 -05:00
Nicolas Mowen and GitHub
0cc5d66e5b
Refactor sub label api ( #17079 )
...
* Use event metadata updater to handle sub label operations
* Use event metadata publisher for sub label setting
* Formatting
* fix tests
* Cleanup
2025-03-10 16:29:29 -06:00
Nicolas Mowen and GitHub
7d44970f78
Face multi select ( #17068 )
...
* Implement multi select for face library
* Clear list of selected
* Add keyboard shortcut
2025-03-10 10:01:52 -05:00
Nicolas Mowen and GitHub
6f9d9cd5a8
Fix yolov9 link ( #17007 )
2025-03-07 08:50:04 -06:00
Nicolas Mowen and GitHub
09705fd1b4
Update python deps ( #17006 )
2025-03-07 06:54:53 -07:00
Nicolas Mowen and GitHub
433da8ffce
Update web deps ( #16983 )
...
* Update vite
* Update LuIcons
* Update radix packages
* Fix other icons
* Use correct node version
* Remove superfluous web build on python tests
* Move web build to test
2025-03-06 10:50:37 -06:00
Nicolas Mowen and GitHub
30acd26898
Disable detection by default ( #16980 )
...
* Enable detection by default
* Migrate config to have detect enabled if it is not
2025-03-06 08:00:29 -06:00
Nicolas Mowen and GitHub
66d5f4f3b8
Refactor enabled camera listeners ( #16979 )
...
* Monitor if camera is disabled for review items
* Simplify multi camera disabled check
* Cleanup birdseye config handling
* Cleanup
* Remove old listeners
2025-03-06 07:59:35 -06:00
Nicolas Mowen and GitHub
73c2c34127
Fix previews failing when disabled ( #16962 )
...
* Fix previews failing when offline
* Simplify frame cache handling
2025-03-05 08:07:48 -06:00
Nicolas Mowen and GitHub
56079d080d
Quick fix ( #16926 )
...
* fix
* Fix
* Fix incorrect default websocket value
* Cleanup value setting
2025-03-03 17:28:34 -06:00
Nicolas Mowen and GitHub
2946c935ee
Disabled camera output ( #16920 )
...
* Fix live cameras not showing on refresh
* Fix live dashboard when birdseye is added
* Handle cameras that are offline / disabled
* Use black instead of green frame
* Fix missing mqtt topics
2025-03-03 15:05:49 -06:00
Nicolas Mowen and GitHub
71e6e04d77
Remove rocm detector ( #16913 )
...
* Remove rocm detector plugin
* Update docs to recommend using onnx for rocm
* Formatting
2025-03-03 08:16:14 -06:00
Nicolas Mowen and GitHub
0128ec2ba6
Upgrade RocM to 6.3.3 ( #16900 )
...
* Simplify rocm install and update to 6.3.1
* Build out more necessary packages
* Update to 6.3.3
* Set bake version
* Fix typo
* Ensure NHWC is used
* Reset dev changes
* Write to cache
2025-03-02 21:46:46 -06:00
Nicolas Mowen and GitHub
b8f4cb5435
Fix docs ( #16889 )
2025-03-02 09:30:18 -07:00
Nicolas Mowen and GitHub
4e03efaba9
Disable hailort log ( #16888 )
2025-03-02 09:26:59 -06:00
Nicolas Mowen and GitHub
f56668e467
Update d-fine documentation ( #16881 )
2025-03-01 17:09:41 -06:00
Nicolas Mowen and GitHub
06d6e21de8
Fix cuda targetarch ( #16869 )
2025-02-28 14:48:08 -06:00
Nicolas Mowen and GitHub
db4152c4ca
Fix jetson ( #16854 )
...
* Fix jetson build
* Update ci.yml
* Update Dockerfile.base
* Update Dockerfile.base
* Update Dockerfile.base
* Fix
* Update ci.yml
2025-02-27 17:24:03 -06:00
Nicolas Mowen and GitHub
4f855f82ea
Simplify tensorrt ( #16835 )
...
* Remove unneccessary trt wheels build
* Cleanup
* Try without local cuda
* Keep specific cuda libs only
* Cleanup
* Add newer libcufft
* remove target
* Include more
2025-02-26 14:39:19 -06:00
Nicolas Mowen and GitHub
7eb3c87fa0
UI tweaks ( #16813 )
...
* Add escape to close review details
* Refresh review page automatically if there are currently no items to review
2025-02-25 19:17:39 -06:00
Nicolas Mowen and GitHub
7ce1b354cc
Use native arm runner for arm docker builds ( #16804 )
...
* Try building jetpack on latest ubuntu version
* Update ci.yml
* run natively on arm
* Run all arm builds using arm runner
* Update ci.yml
2025-02-25 11:02:56 -06:00
Nicolas Mowen and GitHub
844ee089d8
Fix preview fetch ( #16741 )
2025-02-22 09:04:09 -06:00
Nicolas Mowen and GitHub
6e8e88692c
Fix coral dep ( #16713 )
2025-02-20 17:50:50 -07:00
Nicolas Mowen and GitHub
391ac70e60
Fix nullable thumbnail ( #16706 )
2025-02-20 12:19:16 -06:00
Nicolas Mowen and GitHub
c736b1dae5
Refactor ONNX embedding class to use a base class and type-specific classes ( #16703 )
...
* Move onnx runner
* Build out base embedding
* Convert text embedding to separate class
* Move image embedding to separate
* Move LPR to separate class
* Remove mono embedding
* Simplify model downloading
* Reorganize jina v1 embeddings
* Cleanup
* Cleanup for review
2025-02-20 10:17:07 -06:00
Nicolas Mowen and GitHub
649e5cfda5
Fix rockchip docker build ( #16705 )
2025-02-20 10:04:29 -06:00
Nicolas Mowen and GitHub
c7db0f479d
Only match on exact config name in some cases ( #16704 )
...
* Only match on exact config name in some cases
* Cleanup
2025-02-20 10:04:06 -06:00
Nicolas Mowen and GitHub
0f481546cd
Fix build ( #16683 )
...
* Add necessary tensorrt bindings
* Include both versions of cudnn
* Update Dockerfile
2025-02-19 05:54:02 -07:00
Nicolas Mowen and GitHub
ab797c95af
Remove jp4 build and add notes for jp6 ( #16670 )
2025-02-18 12:20:35 -06:00
Nicolas Mowen and GitHub
c819961cc8
Update pull request template to suggest creating a discussion ( #16669 )
...
* Update pull request template to suggest creating a discussion for large changes
* Update template
* Ignore github changes
2025-02-18 10:17:18 -06:00
Nicolas Mowen and GitHub
81b873dead
Quick fixes ( #16668 )
...
* Write thumbnails to disk on shutdown
* Update text on face library page
2025-02-18 10:13:28 -06:00
Nicolas Mowen and GitHub
f49a8009ec
Remove thumb from database field ( #16647 )
...
* Remove thumbnail from dict
* Create thumbnail diectory
* Cleanup handling of tracked object images
* Make thumbnail optional
* Handle cases where thumbnail is used
* Expand options for thumbnail api
* Fix up the does not exist condition
* Remove absolute usages of thumbnails
* Write thumbnails for external events
* Reduce webp quality
* Use webp everywhere in frontend
* Formatting
* Always consider all events when re-indexing
* Add thumbnail deletion and cleanup path management
* Cleanup imports
* Rename def
* Don't save thumbnail for every object
* Correct event count
* Use correct function
* Include thumbnail in query
* Remove unused
* Fix requiring exception
2025-02-18 07:46:29 -07:00
Nicolas Mowen and GitHub
1e709f5b3f
Update coral deps and remove unused pycoral ( #16630 )
2025-02-17 06:57:05 -07:00
Nicolas Mowen and GitHub
7b7387a68c
Update info for face recognition ( #16629 )
2025-02-17 07:38:29 -06:00
Nicolas Mowen and GitHub
761c5109dc
Update nvidia driver req ( #16560 )
2025-02-13 17:18:38 -06:00
Nicolas Mowen and GitHub
f7199f205f
Update docs for pcie coral driver ( #16548 )
2025-02-13 11:00:34 -06:00
Nicolas Mowen and GitHub
73fee6372b
Remove obsolete event clip logic ( #16504 )
...
* Remove obsolete event clip logic
* Formatting
2025-02-11 15:16:10 -06:00
Nicolas Mowen and GitHub
0f0b2687af
Add support for YoloV9 to OpenVINO ( #16495 )
...
* Add support for yolov9 to OpenVINO
* Cleanup detector docs
* Fix link
2025-02-11 11:23:19 -07:00
Nicolas Mowen and GitHub
b594f198a9
Consolidate HailoRT into the main Docker Image ( #16487 )
...
* Simplify main build to include hailo
* Update docs
* Remove hailo docker build
2025-02-11 09:08:13 -07:00
Nicolas Mowen and GitHub
ac3dfbc30d
Set stop event first ( #16466 )
2025-02-10 21:22:33 -06:00
Nicolas Mowen and GitHub
198d067e25
Implement support for YOLOv9 via ONNX ( #16459 )
...
* WIP yolov9
* Implement post processing for yolov9
* Cleanup detection
* Update docs to make note of supported yolov9
* Move post processing to separate utility
* Add note about other models
2025-02-10 15:00:12 -06:00
Nicolas Mowen and GitHub
81bd956ae8
Fix sanitized api causing issues ( #16433 )
2025-02-09 14:50:12 -07:00
Nicolas Mowen and GitHub
81a56549da
Face recognition UI improvements ( #16422 )
...
* Rework face recognition APIs
* Fix error message on cancel
* Add ability to create new face library
2025-02-09 13:22:25 -06:00
c58d2add37
Fix missing prometheus commit ( #16415 )
...
* Add prometheus metrics
* add docs for metrics
* sidebar
* lint
* lint
---------
Co-authored-by: Mitch Ross <mitchross@users.noreply.github.com >
2025-02-09 10:04:39 -07:00
Nicolas Mowen and GitHub
a42ad7ead9
UI fixes ( #16406 )
...
* Fix new review item banner blocking third chip
* Fix custom export mode
2025-02-09 07:36:55 -06:00
Nicolas Mowen and GitHub
973d3aed9a
Disable jetson builds ( #16396 )
2025-02-08 17:20:58 -06:00
Nicolas Mowen and GitHub
fa300742ea
Fix build ( #16393 )
...
* Fix rpi build
* Attempt to fix jetson builds
2025-02-08 14:51:42 -06:00
Nicolas Mowen and Blake Blackshear
15472274ee
Update docs sidebar name ( #16370 )
...
* Clarify classification
* Fix face hierarchy as well
2025-02-08 12:47:01 -06:00
Nicolas Mowen and Blake Blackshear
f3485bfc13
Sanitize provided name
2025-02-08 12:47:01 -06:00
Nicolas Mowen and Blake Blackshear
060ad34e1d
Update cudnn and onnxruntime ( #16332 )
2025-02-08 12:47:01 -06:00
Nicolas Mowen and Blake Blackshear
fb316874ef
Quick fix for face rec ( #16226 )
...
* Check both
* Fix api order
2025-02-08 12:47:01 -06:00
Nicolas Mowen and Blake Blackshear
9236898a9d
Sub label sensors ( #16218 )
...
* Support mqtt sensors for logo attributes
* Expose in api
2025-02-08 12:47:01 -06:00
Nicolas Mowen and Blake Blackshear
1c3527f5c4
Face recognition reprocess ( #16212 )
...
* Implement update topic
* Add API for reprocessing face
* Get reprocess working
* Fix crash when no faces exist
* Simplify
2025-02-08 12:47:01 -06:00
Nicolas Mowen and Blake Blackshear
6f4002a56f
Add training face library information to docs ( #16169 )
2025-02-08 12:47:01 -06:00
Nicolas Mowen and Blake Blackshear
3f99ff65ed
Face recognition improvements ( #16034 )
2025-02-08 12:47:01 -06:00
Nicolas Mowen and Blake Blackshear
c7c8575c9b
Bird classification ( #15966 )
...
* Start working on bird processor
* Initial setup for bird processing
* Improvements to handling
* Get classification working
* Cleanup classification
* Add classification config
* Update sort
2025-02-08 12:47:01 -06:00
Nicolas Mowen and Blake Blackshear
63dbcd79e2
Update hailo deps ( #15958 )
2025-02-08 12:47:01 -06:00
Nicolas Mowen and Blake Blackshear
9dc85d4a76
Processing refactor ( #15935 )
...
* Refactor post processor to be real time processor
* Build out generic API for post processing
* Cleanup
* Fix
2025-02-08 12:47:01 -06:00
Nicolas Mowen and Blake Blackshear
88686c44fe
Generalize postprocessing ( #15931 )
...
* Actually send result to face registration
* Define postprocessing api and move face processing to fit
* Standardize request handling
* Standardize handling of processors
* Rename processing metrics
* Cleanup
* Standardize object end
* Update to newer formatting
* One more
* One more
2025-02-08 12:47:01 -06:00
Nicolas Mowen and Blake Blackshear
3f1d85e189
Fix onvif packages ( #15906 )
...
* Don't replace packages
* Formatting
2025-02-08 12:47:01 -06:00
Nicolas Mowen and Blake Blackshear
ab8f9e5412
Upgrade onvif-zeep dependency to use onvif-zeep-async ( #15894 )
...
* Upgrade to new dependency
* Start onvif work
* Update for async calls
2025-02-08 12:47:01 -06:00
Nicolas Mowen and Blake Blackshear
4f85b18b08
Improvements to face recognition ( #15854 )
...
* Do not add margin to face images
* remove margin
* Correctly clear
2025-02-08 12:47:01 -06:00
Nicolas Mowen and Blake Blackshear
a6ae208fe7
Add metrics page for embeddings and face / license plate processing times ( #15818 )
...
* Get stats for embeddings inferences
* cleanup embeddings inferences
* Enable UI for feature metrics
* Change threshold
* Fix check
* Update python for actions
* Set python version
* Ignore type for now
2025-02-08 12:47:01 -06:00
Nicolas Mowen and Blake Blackshear
0c13227f7d
Fix facedet download ( #15811 )
...
* Support downloading face models
* Handle download and loading correctly
* Add face dir creation
* Fix error
* Fix
* Formatting
* Move upload to button
* Show number of faces in library for each name
* Add text color for score
* Cleanup
2025-02-08 12:47:01 -06:00
Nicolas Mowen and Blake Blackshear
1edbd2d498
Refactor camera activity processing ( #15803 )
...
* Replace object label sensors with new manager
* Implement zone topics
* remove unused
2025-02-08 12:47:01 -06:00
Nicolas Mowen and Blake Blackshear
458ca4a983
Add support for SR-IOV GPU stats ( #15796 )
...
* Add option to treat GPU as SRIOV in order for stats to work correctly
* Add to intel docs
* fix tests
2025-02-08 12:47:01 -06:00
Nicolas Mowen and Blake Blackshear
6a83f40135
Add ffmpeg config to increase HEVC compatibility with Apple devices ( #15795 )
...
* Add config option for handling HEVC playback on Apple devices
* Update docs
* Remove unused
2025-02-08 12:47:01 -06:00
Nicolas Mowen and Blake Blackshear
281407247b
Implement face recognition training in UI ( #15786 )
...
* Rename debug to train
* Add api to train image as person
* Cleanup model running
* Formatting
* Fix
* Set face recognition page title
2025-02-08 12:47:01 -06:00
Nicolas Mowen and Blake Blackshear
172e7d494f
Add UI for managing face recognitions ( #15757 )
...
* Add ability to view attempts
* Improve UI
* Cleanup
* Correctly refresh ui when item is deleted
* Select correct library by default
* Add min score
* Cleanup
2025-02-08 12:47:01 -06:00
Nicolas Mowen and Blake Blackshear
8763390dfe
Face recognition logic improvements ( #15679 )
...
* Always initialize face model on startup
* Add ability to save face images for debugging
* Implement better face recognition reasonability
2025-02-08 12:47:01 -06:00
Nicolas Mowen and Blake Blackshear
c26144da75
Change folder
2025-02-08 12:47:01 -06:00
Nicolas Mowen and Blake Blackshear
d025495374
Set model size
2025-02-08 12:47:01 -06:00
Nicolas Mowen and Blake Blackshear
f58fc4c367
Improve face recognition ( #15670 )
...
* Face recognition tuning
* Support face alignment
* Cleanup
* Correctly download model
2025-02-08 12:47:01 -06:00
Nicolas Mowen and Blake Blackshear
cc6a740a0f
Update TRT ( #15646 )
2025-02-08 12:47:01 -06:00
Nicolas Mowen and Blake Blackshear
909444dacf
Make face library scrollable
2025-02-08 12:47:01 -06:00
Nicolas Mowen and Blake Blackshear
c28a0ed9a3
Update openvino ( #15634 )
2025-02-08 12:47:01 -06:00
Nicolas Mowen and Blake Blackshear
cd0d37ce07
Update python deps ( #15618 )
...
* Update opencv
* Update cython
* Update scikit
* Update scipy
2025-02-08 12:47:01 -06:00
Nicolas Mowen and Blake Blackshear
d0ad840ef4
Enable temporary caching of camera images to improve responsiveness of UI ( #15614 )
2025-02-08 12:47:01 -06:00
Nicolas Mowen and Blake Blackshear
877b7b2910
Update base image ( #15103 )
...
* Change base image
* Update python
* Update coral library
* Fix source file
* Install correct apt packages
* Cleanup
* Fix installation of coral deps
* fix python installations
* Fix devcontainer build
* Get tensorrt build working
* Update other deps
* Filter out tflite log
* Get ROCm build working
* Get rockchip build working
* Get hailo build working
* Add note to comment
2025-02-08 12:47:01 -06:00
Nicolas Mowen and Blake Blackshear
66675cf977
Face recognition fixes ( #15222 )
...
* Fix nginx max upload size
* Close upload dialog when done and add toasts
* Formatting
* fix ruff
2025-02-08 12:47:01 -06:00
Nicolas Mowen and Blake Blackshear
0e4ff91d6b
Improve face recognition ( #15205 )
...
* Validate faces using cosine distance and SVC
* Formatting
* Use opencv instead of face embedding
* Update docs for training data
* Adjust to score system
* Set bounds
* remove face embeddings
* Update writing images
* Add face library page
* Add ability to select file
* Install opencv deps
* Cleanup
* Use different deps
* Move deps
* Cleanup
* Only show face library for desktop
* Implement deleting
* Add ability to upload image
* Add support for uploading images
2025-02-08 12:47:01 -06:00
Nicolas Mowen and Blake Blackshear
dd7b1be7f4
Remove standardization
2025-02-08 12:47:01 -06:00
Nicolas Mowen and Blake Blackshear
102a7695a3
Fix check
2025-02-08 12:47:01 -06:00
Nicolas Mowen and Blake Blackshear
755c9eea1c
Remove hardcoded face name
2025-02-08 12:47:01 -06:00
Nicolas Mowen and Blake Blackshear
e5fcc50ae2
Use SVC to normalize and classify faces for recognition ( #14835 )
...
* Add margin to detected faces for embeddings
* Standardize pixel values for face input
* Use SVC to classify faces
* Clear classifier when new face is added
* Formatting
* Add dependency
2025-02-08 12:47:01 -06:00
Nicolas Mowen and Blake Blackshear
a0c35101fb
Update facenet model ( #14647 )
2025-02-08 12:47:01 -06:00