File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -329,7 +329,11 @@ try `pip2 --no-cache-dir install face_recognition` to avoid the issue.
329
329
330
330
Issue: ` AttributeError: 'module' object has no attribute 'face_recognition_model_v1' `
331
331
332
- Solution: The version of ` dlib ` you have installed is too old. You need version 19.4 or newer. Upgrade ` dlib ` .
332
+ Solution: The version of ` dlib ` you have installed is too old. You need version 19.5 or newer. Upgrade ` dlib ` .
333
+
334
+ Issue: ` Attribute Error: 'Module' object has no attribute 'cnn_face_detection_model_v1' `
335
+
336
+ Solution: The version of ` dlib ` you have installed is too old. You need version 19.5 or newer. Upgrade ` dlib ` .
333
337
334
338
Issue: ` TypeError: imread() got an unexpected keyword argument 'mode' `
335
339
You can’t perform that action at this time.
0 commit comments