From ce45c54969ae7366eb036e12178485914e806706 Mon Sep 17 00:00:00 2001 From: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com> Date: Fri, 25 Oct 2024 12:06:29 -0500 Subject: [PATCH] clean up --- frigate/embeddings/functions/onnx.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/frigate/embeddings/functions/onnx.py b/frigate/embeddings/functions/onnx.py index b0cae62e2..1507ba21d 100644 --- a/frigate/embeddings/functions/onnx.py +++ b/frigate/embeddings/functions/onnx.py @@ -241,8 +241,6 @@ class GenericONNXEmbedding: else: raise ValueError(f"Unable to preprocess inputs for {self.model_type}") - # for face recognition - def _process_image(self, image, output: str = "RGB") -> Image.Image: if isinstance(image, str): if image.startswith("http"):