dependabot[bot] and GitHub
0baf03cc55
Bump protobuf from 3.20.3 to 6.33.3 in /docker/tensorrt
...
Bumps [protobuf](https://github.com/protocolbuffers/protobuf ) from 3.20.3 to 6.33.3.
- [Release notes](https://github.com/protocolbuffers/protobuf/releases )
- [Commits](https://github.com/protocolbuffers/protobuf/commits )
---
updated-dependencies:
- dependency-name: protobuf
dependency-version: 6.33.3
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-01-12 14:07:51 +00:00
Nicolas Mowen and GitHub
043bd9e6ee
Fix jetson build ( #20808 )
...
* Fix jetson build
* Set numpy version in model wheels
* Use constraint instead
* Simplify
2025-11-05 07:10:56 -07:00
Nicolas Mowen and GitHub
5529432856
Various fixes ( #20774 )
...
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
* Change order of deletion
* Add debug log for camera enabled
* Add more face debug logs
* Set jetson numpy version
2025-11-03 10:05:03 -06:00
Nicolas Mowen and GitHub
7aac6b4f21
Don't remove tensorflow on trt ( #20743 )
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
2025-10-31 16:17:41 -05:00
Nicolas Mowen and GitHub
338b681ed0
Various Tweaks ( #20742 )
...
* Pull context size from openai models
* Adjust wording based on type of model
* Instruct to not use parenthesis
* Simplify genai config
* Don't use GPU for training
2025-10-31 12:40:31 -06:00
Nicolas Mowen and GitHub
9c5e560668
Deps updates ( #20133 )
2025-09-19 06:02:02 -05:00
Nicolas Mowen and GitHub
03fe054078
OpenVINO Hardware Improvements ( #20071 )
...
* Use OpenVINO directly to detect if devices are available
* Cleanup
* Update OpenVINO
* Cleanup
* Don't try to use OpenVINO when CPU is set as device
* Catch case where input tensor can't be pre-defined
* Cleanup
2025-09-15 08:35:49 -05:00
Nicolas Mowen and GitHub
9fb09408d1
Fix build ( #19634 )
...
* Don't put special constraints
* Undo joserfc install
* Fix joserfc
* Formatting
2025-08-19 13:19:31 -06:00
Nicolas Mowen and Blake Blackshear
4b57e5e265
Refactor TensorRT ( #18643 )
...
* Combine base and arm trt detectors
* Remove unused deps for amd64 build
* Add missing packages and cleanup ldconfig
* Expand packages for tensorflow model training
* Cleanup
* Refactor training to not reserve memory
2025-08-16 10:20:33 -05:00
Nicolas Mowen and Blake Blackshear
0b9997015a
Intel updates ( #18493 )
...
* Update openvino and onnxruntime
* Install icd and level-zero-gpu deps from intel directly
* Install
* Add dep
* Fix package install
2025-08-16 10:20:33 -05:00
Nicolas Mowen and GitHub
f81ac43be6
Move tensorrt onnxruntime in line with other build variants ( #19150 )
2025-07-15 08:55:41 -05:00
Nicolas Mowen and GitHub
d69916694b
Remove TensorRT Detector from AMD64 Build ( #19030 )
...
* Don't support tensorrt detector for amd64 builds
* Add logs for directing users not to use tensorrt detector
* Rework docs
* Fix dockerfile index
* Don't undo jetson fix
2025-07-07 18:12:52 -05:00
Nicolas Mowen and GitHub
6969a7fd47
Cleanup builds ( #18372 )
...
* Cleanup builds
* Uninstall onnxurntime not openvino
2025-05-23 21:02:24 -05:00
Nicolas Mowen and GitHub
8274b733da
Fix Jetson ONNXRuntime ( #18370 )
...
* Correctly save jetson wheel
* Temp docker build
2025-05-23 15:27:37 -05:00
Nicolas Mowen and GitHub
3a69273f0c
revert onnx runtime update ( #18074 )
...
* revert onnx runtime update
* Fix docs
2025-05-06 09:02:34 -05:00
511542eaf8
Fixes ( #18055 )
...
* frigate+ pane i18n fix
* catch more exceptions
* explore search result tooltip i18n fix
* i18n fix
* remove comments about deprecated strftime_fmt
* Catch producers exists but is None
* Formatting
* fix live camera view i18n
* Add default role config for proxy users
This allows users to specify a default role for users when using a proxy for auth. This can be useful for users who can't/don't want to define a header mapping for the remote-role header.
* update reference config and auth docs
* clarify face rec camera level config
* clarify auth docs
* Fix onnx not working with openvino
* Update openvino to fix failed npu plugin check
---------
Co-authored-by: Nicolas Mowen <nickmowen213@gmail.com >
2025-05-05 20:42:24 -06:00
Nicolas Mowen and GitHub
a35146ab61
Various fixes ( #17411 )
...
* Remove initial requirement for history
* Clenaup conf
* Handle symlinks
2025-03-27 08:28:09 -06:00
Nicolas Mowen and GitHub
395fc33ccc
Include all .so and .so.12 ( #17388 )
2025-03-26 08:14:36 -05:00
Nicolas Mowen and GitHub
eabc316c7b
Various fixes ( #17342 )
...
* Remove imutils
* Ensure that state is maintained when setting search params
* Change script for version of setuptools
* Fix
* Fix
2025-03-24 12:25:36 -05:00
Hieu LE and GitHub
b72afb6895
Fix ffmpeg cannot start because of loading shared lib ( #16846 )
...
* Fix #16845
Maybe after PR #16712 , ffmpeg build with JP6 seem broken with error `/usr/lib/ffmpeg/jetson/bin/ffmpeg: error while loading shared libraries: libavdevice.so.60: cannot open shared object file: No such file or directory`
This PR fixes the issue
* Adding new LD entry for ffmpeg new location
* Update Dockerfile.arm64
* Move LD config to Dockerfile arm64 instead of detector
2025-03-10 06:54:55 -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
Felipe Santos and GitHub
e773d63c16
Improve ffmpeg versions handling ( #16712 )
...
* Improve ffmpeg versions handling
* Remove fallback from LIBAVFORMAT_VERSION_MAJOR, it should always be set
* Mention ffprobe in custom ffmpeg docs
* Fix ffmpeg extraction
* Fix go2rtc example formatting
* Add fallback back to LIBAVFORMAT_VERSION_MAJOR
* Fix linter
2025-02-20 18:07:41 -07:00
Lander Noterman and GitHub
94a9dcede8
JetPack 6: fix BASE_HOOK ( #16701 )
2025-02-20 05:29:22 -07: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
Lander Noterman and GitHub
c240512ef4
fix trt model prepare on jp6 ( #16679 )
2025-02-19 04:52:35 -07:00
KastB and GitHub
7abf28bcbc
fix syntax error: missing space ( #15954 )
2025-02-18 20:51:08 -07:00
Nicolas Mowen and GitHub
ab797c95af
Remove jp4 build and add notes for jp6 ( #16670 )
2025-02-18 12:20:35 -06:00
Lander Noterman and GitHub
5bd412071a
Add support for JetPack 6 ( #16571 )
...
* it builds!
* some fixes
* use python 3.11 (rc1)
* add deadsnakes ppa for more recent python 3.11 in jetson images
* fix pip stuff
* revert to tensor 8.6
* revert changes to docker/main
* add hook to install deadsnakes ppa for tensorrt/jetson
* remove unnecessary pip break-system-packages
* move tflite_runtime to requirements-wheels.txt
2025-02-18 07:38:07 -07: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
cc6a740a0f
Update TRT ( #15646 )
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
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 GitHub
15ffe5c254
Fix trt ( #15640 )
2024-12-22 11:56:04 -07:00
Nicolas Mowen and GitHub
a767dad3a1
Simplify TensorRT image ( #15638 )
2024-12-22 12:13:29 -06:00
Austin Kirsch and GitHub
c1bfc1df67
fix tensorrt model generation variable ( #14902 )
2024-11-10 16:23:32 -06:00
Nicolas Mowen and GitHub
46ed520886
Don't generate tensorrt models by default ( #14865 )
2024-11-08 07:37:18 -06:00
Nicolas Mowen and GitHub
bb4e863e87
Fix jetson onnxruntime ( #14698 )
...
* Fix jetson onnxruntime
* Remove comment
2024-10-30 19:16:28 -05:00
Nicolas Mowen and GitHub
c7a4220d65
Jetson onnxruntime ( #14688 )
...
* Add support for using onnx runtime with jetson
* Update docs
* Clarify
2024-10-30 08:22:28 -06:00
Nicolas Mowen and GitHub
f9fba94863
Slightly downgrade onnxruntime-gpu ( #14558 )
2024-10-24 13:17:11 -05:00
Nicolas Mowen and GitHub
f9b246dbd0
Deps updates ( #14556 )
...
* Update nvidia deps
* Update python deps
* Update web deps
2024-10-24 08:48:14 -05:00
Nicolas Mowen and GitHub
1a51ce712c
Simplify tensorrt building ( #13851 )
...
* Simplify tensorrt building
* Use engine context cache
2024-09-20 10:49:44 -05:00
gtsiam and GitHub
8573016bef
Formatting improvements ( #13765 )
...
* Format makefiles
* Handle all errors in rocm makefile
* Remove CURRENT_UID and GID from makefile as they are unused
* Removed unused vite.svg asset
* Sort frigate-dictionary
2024-09-17 07:39:44 -05:00
Nicolas Mowen and GitHub
36d7eb7caa
Support ONNX model caching ( #13780 )
...
* Support model caching
* Cleanup
2024-09-16 18:18:11 -06:00
Nicolas Mowen and GitHub
2f69f5afe6
Add support for yolonas via ONNX and allow TensorRT execution provider to work correctly ( #13776 )
...
* Add support for yolonas in onnx
* Add correct deps
* Set ld library path
* Refactor cudnn to only be used in amd64
* Add onnx to docs and add explainer at the top
* Undo change
* Update comment
* Remove uneccesary
* Remove line change
2024-09-16 16:17:31 -05:00
Nicolas Mowen and GitHub
e4ea35e626
Add onnxruntime nvidia providers ( #13756 )
2024-09-15 20:30:30 -05:00
Nate Meyer and GitHub
390403d957
Pass computes value to libyolo_layer build ( #10210 )
2024-03-05 06:04:13 -06:00
Nicholas Page and GitHub
49814b34d3
Update Jetson ffmpeg patch for Jetpack 5.1.2 compatibility ( #8914 )
2023-12-31 07:38:29 -06:00
Nicolas Mowen and GitHub
e1a6398219
Fix trt build ( #8091 )
2023-10-07 09:51:02 -05:00