mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-14 15:15:22 +03:00
Add support for yolonas in onnx
This commit is contained in:
parent
aabbb2e3f3
commit
9b3a5d9e88
@ -77,7 +77,6 @@ class ONNXDetector(DetectionApi):
|
||||
|
||||
logger.info(f"ONNX: {path} loaded")
|
||||
|
||||
# ruff: noqa: F841
|
||||
def detect_raw(self, tensor_input):
|
||||
model_input_name = self.model.get_inputs()[0].name
|
||||
model_input_shape = self.model.get_inputs()[0].shape
|
||||
|
||||
Loading…
Reference in New Issue
Block a user