Replaced string with multi-line comment

This commit is contained in:
slashtechno 2024-02-16 13:11:41 -06:00
parent 37d39d434f
commit 4285be54b7
Signed by: slashtechno
GPG Key ID: 8EC1D9D9286C2B17
1 changed files with 2 additions and 2 deletions

View File

@ -281,10 +281,10 @@ def recognize_face(
model_name="ArcFace", model_name="ArcFace",
detector_backend="opencv", detector_backend="opencv",
) )
""" '''
Example dataframe, for reference Example dataframe, for reference
identity (path to image) | source_x | source_y | source_w | source_h | VGG-Face_cosine (pretty much the confidence \\_('_')_/) identity (path to image) | source_x | source_y | source_w | source_h | VGG-Face_cosine (pretty much the confidence \\_('_')_/)
""" '''
except ValueError as e: except ValueError as e:
if ( if (
str(e) str(e)