Skip to content

Commit a883062

Browse files
authored
Update README.md
1 parent f37e636 commit a883062

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,11 @@ try `pip2 --no-cache-dir install face_recognition` to avoid the issue.
329329

330330
Issue: `AttributeError: 'module' object has no attribute 'face_recognition_model_v1'`
331331

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`.
333337

334338
Issue: `TypeError: imread() got an unexpected keyword argument 'mode'`
335339

0 commit comments

Comments
 (0)