blakeblackshear.frigate/frigate/detectors
Simonas Kazlauskas 4ff81d5877
yolo nas: do not invalidate model when input shape is different (#18799)
Model can be adjusted ahead of time to NHWC to avoid transpose on CPU,
for example. All the model information is already presented in the
configuration, and the stringent checks implemented in openvino are not
present on other backends anyway. OpenVINO will properly report issues
with mismatched layouts anyhow.
2025-06-20 09:11:48 -06:00
..
plugins yolo nas: do not invalidate model when input shape is different (#18799) 2025-06-20 09:11:48 -06:00
__init__.py Add isort and ruff linter (#6575) 2023-05-29 05:31:17 -05:00
detection_api.py Implement YOLOx for RKNN (#17788) 2025-04-18 14:44:02 -06:00
detector_config.py Fix various typing issues (#18187) 2025-05-13 08:27:20 -06:00
detector_types.py Add isort and ruff linter (#6575) 2023-05-29 05:31:17 -05:00