mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-03-17 13:48:21 +03:00
fix: remove trailing whitespace for ruff format check
This commit is contained in:
parent
a7042a7c0b
commit
6f18ea8fde
@ -91,7 +91,7 @@ class Rknn(DetectionApi):
|
|||||||
|
|
||||||
def parse_model_input(self, model_path, soc):
|
def parse_model_input(self, model_path, soc):
|
||||||
model_props = {}
|
model_props = {}
|
||||||
|
|
||||||
# Map rk3588s to rk3588 for model compatibility
|
# Map rk3588s to rk3588 for model compatibility
|
||||||
model_soc = "rk3588" if soc == "rk3588s" else soc
|
model_soc = "rk3588" if soc == "rk3588s" else soc
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user