blakeblackshear.frigate/frigate
Nate Meyer dd02958f7c
Upgrade TensorRT to 8.5.3 (#7006)
* Update to latest tensorrt (8.6.1) release

* Build trt libyolo_layer.so in container

* Update tensorrt_models script to convert models from the frigate container

* Fix typo in model script

* Fix paths to yolo lib and models folder

* Add S6 scripts to test and convert specified TensortRT models at startup.

Rearrange tensorrt files into a docker support folder.

* Update TensorRT documentation to reflect the new model conversion process and minimum HW support.

* Fix model_cache path to live in config directory

* Move tensorrt s6 files to the correct directory

* Fix issues in model generation script

* Disable global timeout for s6 services

* Add version folder to tensorrt model_cache path

* Include TensorRT version 8.5.3

* Add numpy requirement prior to removal of np.bool

* This TRT version uses a mixture of cuda dependencies

* Redirect stdout from noisy model conversion
2023-07-06 14:20:33 -05:00
..
comms Cleanup and organize utils (#7033) 2023-07-06 09:28:50 -05:00
detectors Upgrade TensorRT to 8.5.3 (#7006) 2023-07-06 14:20:33 -05:00
events Cleanup and organize utils (#7033) 2023-07-06 09:28:50 -05:00
images Replace green screen with error message and force camera_fps to 0 (#4544) 2022-11-28 21:47:20 -06:00
motion use a different method for blur and contrast to reduce CPU (#6940) 2023-06-30 07:27:31 -05:00
record Cleanup and organize utils (#7033) 2023-07-06 09:28:50 -05:00
test Cleanup and organize utils (#7033) 2023-07-06 09:28:50 -05:00
track Cleanup and organize utils (#7033) 2023-07-06 09:28:50 -05:00
util Add thread-safety to LimitedQueue by implementing a lock for put and get methods (#7053) 2023-07-06 13:54:55 -05:00
__init__.py
__main__.py Add isort and ruff linter (#6575) 2023-05-29 05:31:17 -05:00
app.py Cleanup and organize utils (#7033) 2023-07-06 09:28:50 -05:00
config.py Cleanup and organize utils (#7033) 2023-07-06 09:28:50 -05:00
const.py Check ffmpeg version instead of checking for presence of BTBN_PATH (#7023) 2023-07-06 07:35:26 -05:00
ffmpeg_presets.py Cleanup and organize utils (#7033) 2023-07-06 09:28:50 -05:00
http.py Feature: camera debug/config enhancements (#6920) 2023-07-06 13:54:26 -05:00
log.py Cleanup and organize utils (#7033) 2023-07-06 09:28:50 -05:00
models.py Optimization of Sync Records: Implementing Pagination and Temporary Table (#6585) 2023-06-11 08:01:50 -05:00
mypy.ini update deps (#6093) 2023-04-15 14:17:59 -05:00
object_detection.py Cleanup and organize utils (#7033) 2023-07-06 09:28:50 -05:00
object_processing.py Cleanup and organize utils (#7033) 2023-07-06 09:28:50 -05:00
output.py Cleanup and organize utils (#7033) 2023-07-06 09:28:50 -05:00
plus.py Add isort and ruff linter (#6575) 2023-05-29 05:31:17 -05:00
ptz.py Add isort and ruff linter (#6575) 2023-05-29 05:31:17 -05:00
stats.py Cleanup and organize utils (#7033) 2023-07-06 09:28:50 -05:00
storage.py Refactor storage stats calculation to use powers of 2 for more accurate values (#6765) 2023-06-11 14:49:13 -05:00
timeline.py Cleanup and organize utils (#7033) 2023-07-06 09:28:50 -05:00
types.py Audio events (#6848) 2023-07-01 08:18:33 -05:00
video.py Cleanup and organize utils (#7033) 2023-07-06 09:28:50 -05:00
watchdog.py Cleanup and organize utils (#7033) 2023-07-06 09:28:50 -05:00