You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -237,16 +237,16 @@ to any service that supports Docker images.
237
237
238
238
## Common Issues
239
239
240
-
##### Issue: `Illegal instruction (core dumped)` when using face_recognition or running examples.
240
+
Issue: `Illegal instruction (core dumped)` when using face_recognition or running examples.
241
241
242
242
Solution: `dlib` is compiled with SSE4 or AVX support, but your CPU is too old and doesn't support that.
243
243
You'll need to recompile `dlib` after [making the code change outlined here](https://github.com/ageitgey/face_recognition/issues/11#issuecomment-287398611).
244
244
245
-
##### Issue: `RuntimeError: Unsupported image type, must be 8bit gray or RGB image.` when running the webcam examples.
245
+
Issue: `RuntimeError: Unsupported image type, must be 8bit gray or RGB image.` when running the webcam examples.
246
246
247
247
Solution: Your webcam probably isn't set up correctly with OpenCV. [Look here for more](https://github.com/ageitgey/face_recognition/issues/21#issuecomment-287779524).
248
248
249
-
##### Issue: `MemoryError` when running `pip2 install face_recognition`
249
+
Issue: `MemoryError` when running `pip2 install face_recognition`
250
250
251
251
Solution: The face_recognition_models file is too big for your available pip cache memory. Instead,
252
252
try `pip2 --no-cache-dir install face_recognition` to avoid the issue.
0 commit comments