mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-10-27 10:52:11 +01:00
* 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> |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| cpu_tfl.py | ||
| deepstack.py | ||
| edgetpu_tfl.py | ||
| onnx.py | ||
| openvino.py | ||
| rknn.py | ||
| rocm.py | ||
| tensorrt.py | ||