We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Im running on google colab, but I got this error. Why?
Traceback (most recent call last): File "align_face.py", line 38, in faces = align_face(str(im),predictor) File "/content/sample_data/pulse/shape_predictor.py", line 55, in align_face lms = get_landmark(filepath,predictor) File "/content/sample_data/pulse/shape_predictor.py", line 38, in get_landmark img = dlib.load_rgb_image(filepath) RuntimeError: Unknown image file format: Unable to load image in file input/.ipynb_checkpoints
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Im running on google colab, but I got this error. Why?
Traceback (most recent call last):
File "align_face.py", line 38, in
faces = align_face(str(im),predictor)
File "/content/sample_data/pulse/shape_predictor.py", line 55, in align_face
lms = get_landmark(filepath,predictor)
File "/content/sample_data/pulse/shape_predictor.py", line 38, in get_landmark
img = dlib.load_rgb_image(filepath)
RuntimeError: Unknown image file format: Unable to load image in file input/.ipynb_checkpoints
The text was updated successfully, but these errors were encountered: