1
0
mirror of https://github.com/blakeblackshear/frigate.git synced 2025-03-27 00:17:27 +01:00
Commit Graph

7 Commits

Author SHA1 Message Date
Nicolas Mowen
15ffe5c254
Fix trt () 2024-12-22 11:56:04 -07:00
Nicolas Mowen
a767dad3a1
Simplify TensorRT image () 2024-12-22 12:13:29 -06:00
Nicolas Mowen
46ed520886
Don't generate tensorrt models by default () 2024-11-08 07:37:18 -06:00
Nate Meyer
390403d957
Pass computes value to libyolo_layer build () 2024-03-05 06:04:13 -06:00
Nicolas Mowen
e1a6398219
Fix trt build () 2023-10-07 09:51:02 -05:00
Felipe Santos
3a460133d4
Add docker healthcheck ()
* Add docker healthcheck

* Fix unknown start-interval

* Add HEALTHCHECK for tensorrt and bump default start-period

* Move healthcheck to deps stage
2023-10-07 09:21:03 -05:00
Andrew Reiter
a96a951e23
Nvidia Jetson ffmpeg + TensorRT support ()
* Non-Jetson changes

Required for later commits:
- Allow base image to be overridden (and don't assume its WORKDIR)
- Ensure python3.9
- Map hwaccel decode presets as strings instead of lists
Not required:
- Fix existing documentation
- Simplify hwaccel scale logic

* Prepare for multi-arch tensorrt build

* Add tensorrt images for Jetson boards

* Add Jetson ffmpeg hwaccel

* Update docs

* Add CODEOWNERS

* CI

* Change default model from yolov7-tiny-416 to yolov7-320

In my experience the tiny models perform markedly worse without being
much faster

* fixup! Update docs
2023-07-26 05:50:41 -05:00