Closed elad-bar closed 1 year ago
Area of Concern
Describe the bug Since v2.0.8, when no face detected, prediction property is not available, breaking change
Expected behavior Empty array as it was before, 0 items in array self explains that no face found
Your System (please complete the following information):
This was a bug and has been fixed in the next release. In recognise_face it should be
if found_face == False: output = {"success": False, "error": "No face found in image", "inferenceMs": inferenceMs}
Area of Concern
Describe the bug Since v2.0.8, when no face detected, prediction property is not available, breaking change
Expected behavior Empty array as it was before, 0 items in array self explains that no face found
Your System (please complete the following information):