Face_recognition: Error : Traceback (most recent call last)

Created on 11 Jun 2018  路  1Comment  路  Source: ageitgey/face_recognition

Most helpful comment

You have a corrupt image file, so the image processing library is throwing an error reading it. Use a try:/except: block in your code to handle the error.

>All comments

You have a corrupt image file, so the image processing library is throwing an error reading it. Use a try:/except: block in your code to handle the error.

Was this page helpful?
0 / 5 - 0 ratings