mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-04-16 03:52:09 +03:00
Send arg
This commit is contained in:
parent
d1f209e7e9
commit
d1f4e73fe4
@ -391,7 +391,7 @@ def get_optimized_runner(
|
||||
return RKNNModelRunner(rknn_path)
|
||||
|
||||
if device != "CPU" and is_openvino_gpu_npu_available():
|
||||
return OpenVINOModelRunner(model_path, device or "AUTO", **kwargs)
|
||||
return OpenVINOModelRunner(model_path, device or "AUTO", complex_model, **kwargs)
|
||||
|
||||
providers, options = get_ort_providers(device == "CPU", device, **kwargs)
|
||||
ortSession = ort.InferenceSession(
|
||||
|
||||
Loading…
Reference in New Issue
Block a user