blakeblackshear.frigate/frigate/detectors
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
..
plugins Add support for TensorRT v10 (multiple api calls have changed) (#11166) 2024-05-22 06:57:52 -06:00
__init__.py Add isort and ruff linter (#6575) 2023-05-29 05:31:17 -05:00
detection_api.py Reimplement support for rknn detector (#11365) 2024-05-21 17:50:03 -05:00
detector_config.py Implement common post_processing (#11408) 2024-05-17 10:50:45 -06:00
detector_types.py Add isort and ruff linter (#6575) 2023-05-29 05:31:17 -05:00
util.py Remove all AGPL licensed YOLO references from Frigate (#10717) 2024-03-30 05:46:17 -05:00