blakeblackshear.frigate/frigate
Rémi Bédard-Couture 592b645231
Add support for TensorRT v10 (multiple api calls have changed) (#11166)
* Add support for TensorRT v10 (multiple api calls have changed)

* Remove unnecessary size check in TensorRT v10 block

* Refactor to reduce code duplication

* Fix wrong function name in new _get_binding_dtype function and only return input check (not assertion) in new _binding_is_input function

* Add space around TRT_VERSION variable assignment (=) to respect linting

* More linting fix

* Update frigate/detectors/plugins/tensorrt.py

Co-authored-by: Nicolas Mowen <nickmowen213@gmail.com>

* More linting

---------

Co-authored-by: Nicolas Mowen <nickmowen213@gmail.com>
2024-05-22 06:57:52 -06:00
..
api add setting for secure flag on cookie (#11422) 2024-05-18 13:53:49 -06:00
comms Simplify on connect (#11176) 2024-04-30 07:27:39 -06:00
detectors Add support for TensorRT v10 (multiple api calls have changed) (#11166) 2024-05-22 06:57:52 -06:00
events Bug fixes (#11332) 2024-05-10 11:42:56 -06:00
images
motion cspell fixes (#11447) 2024-05-20 07:37:56 -06:00
output cspell fixes (#11447) 2024-05-20 07:37:56 -06:00
ptz cspell fixes (#11447) 2024-05-20 07:37:56 -06:00
record UI fixes (#11161) 2024-04-29 15:23:24 -06:00
review Recording fixes (#11406) 2024-05-17 07:26:42 -06:00
stats Cleanup error gpu (#11130) 2024-04-27 11:26:51 -05:00
test cspell fixes (#11447) 2024-05-20 07:37:56 -06:00
track Adjust stationary reqs depending on state (#11226) 2024-05-03 17:28:06 -05:00
util Improve mask error (#11361) 2024-05-13 10:00:34 -05:00
__init__.py
__main__.py Add isort and ruff linter (#6575) 2023-05-29 05:31:17 -05:00
app.py Auth! (#11347) 2024-05-18 10:36:13 -06:00
config.py Log warning for high detect fps (#11435) 2024-05-19 21:36:41 -06:00
const.py Auth! (#11347) 2024-05-18 10:36:13 -06:00
ffmpeg_presets.py
log.py
models.py Auth! (#11347) 2024-05-18 10:36:13 -06:00
mypy.ini update deps (#6093) 2023-04-15 14:17:59 -05:00
object_detection.py chore: fix some typos in comments (#11028) 2024-04-20 06:16:43 -05:00
object_processing.py Revamp object debug view (#11186) 2024-05-01 08:07:56 -06:00
plus.py
storage.py Ensure storage cleanup doesn't fail (#8531) 2023-11-07 23:21:43 +00:00
timeline.py
types.py
video.py
watchdog.py