use model size

This commit is contained in:
Josh Hawkins 2025-04-15 09:55:52 -05:00
parent 8e8ba1b291
commit 58afe0e4b1

View File

@ -109,7 +109,9 @@ class EmbeddingMaintainer(threading.Thread):
# model runners to share between realtime and post processors # model runners to share between realtime and post processors
if self.config.lpr.enabled: if self.config.lpr.enabled:
lpr_model_runner = LicensePlateModelRunner( 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 # realtime processors