Traceback (most recent call last):
File "/home/zono50/Scripts/findBestImages.py", line 35, in <module>
detected_face = DeepFace.detectFace(org_image_path, detector_backend='opencv')
File "/home/zono50/anaconda3/envs/findbestimages/lib/python3.10/site-packages/deepface/DeepFace.py", line 820, in detectFace
face_objs = extract_faces(
File "/home/zono50/anaconda3/envs/findbestimages/lib/python3.10/site-packages/deepface/DeepFace.py", line 787, in extract_faces
img_objs = functions.extract_faces(
File "/home/zono50/anaconda3/envs/findbestimages/lib/python3.10/site-packages/deepface/commons/functions.py", line 115, in extract_faces
raise ValueError(
ValueError: Face could not be detected. Please confirm that the picture is a face photo or consider to set enforce_detection param to False.