mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-03-04 06:33:45 +00:00
Cleanup
This commit is contained in:
parent
2ba9a3ddad
commit
ba5030a84d
@ -9,7 +9,7 @@ import onnxruntime as ort
|
||||
|
||||
from frigate.const import MODEL_CACHE_DIR
|
||||
from frigate.util.model import get_ort_providers
|
||||
from frigate.util.rknn_converter import is_rknn_compatible, auto_convert_model
|
||||
from frigate.util.rknn_converter import auto_convert_model, is_rknn_compatible
|
||||
|
||||
try:
|
||||
import openvino as ov
|
||||
@ -257,5 +257,5 @@ class RKNNModelRunner:
|
||||
if self.rknn:
|
||||
try:
|
||||
self.rknn.release()
|
||||
except:
|
||||
except Exception:
|
||||
pass
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user