mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-05-04 20:47:42 +03:00
use model size
This commit is contained in:
parent
8e8ba1b291
commit
58afe0e4b1
@ -109,7 +109,9 @@ class EmbeddingMaintainer(threading.Thread):
|
||||
# model runners to share between realtime and post processors
|
||||
if self.config.lpr.enabled:
|
||||
lpr_model_runner = LicensePlateModelRunner(
|
||||
self.requestor, device=self.config.lpr.device
|
||||
self.requestor,
|
||||
device=self.config.lpr.device,
|
||||
model_size=self.config.lpr.model_size,
|
||||
)
|
||||
|
||||
# realtime processors
|
||||
|
||||
Loading…
Reference in New Issue
Block a user