From 4285be54b7630397aef198c57d14060d46e613ca Mon Sep 17 00:00:00 2001 From: slashtechno <77907286+slashtechno@users.noreply.github.com> Date: Fri, 16 Feb 2024 13:11:41 -0600 Subject: [PATCH] Replaced string with multi-line comment --- wyzely_detect/utils/utils.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wyzely_detect/utils/utils.py b/wyzely_detect/utils/utils.py index de4503c..000a2c9 100644 --- a/wyzely_detect/utils/utils.py +++ b/wyzely_detect/utils/utils.py @@ -281,10 +281,10 @@ def recognize_face( model_name="ArcFace", detector_backend="opencv", ) - """ + ''' Example dataframe, for reference identity (path to image) | source_x | source_y | source_w | source_h | VGG-Face_cosine (pretty much the confidence \\_('_')_/) - """ + ''' except ValueError as e: if ( str(e)