Created
July 13, 2018 08:21
-
-
Save Unitech/7762536eee1a748dfc4cd9dce2a01d69 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4|face_rec | [ERR] Traceback (most recent call last): | |
4|face_rec | File "face_process.py", line 147, in <module> | |
4|face_rec | face_batch_process(list) | |
4|face_rec | File "face_process.py", line 65, in face_batch_process | |
4|face_rec | image = face_recognition.load_image_file(x) | |
4|face_rec | File "/app/face_recognition/api.py", line 83, in load_image_file | |
4|face_rec | im = PIL.Image.open(file) | |
4|face_rec | File "/usr/local/lib/python3.6/site-packages/PIL/Image.py", line 2590, in open | |
4|face_rec | % (filename if filename else fp)) | |
4|face_rec | OSError: cannot identify image file '/pictures/000000381322-lauren_rippingham-fullsize.jpg' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment