Replaced string with multi-line comment
This commit is contained in:
parent
37d39d434f
commit
4285be54b7
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue