Advertisement
Guest User

Untitled

a guest
Aug 7th, 2012
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. Microsoft Windows [Version 6.1.7600]
  2. Copyright (c) 2009 Microsoft Corporation. All rights reserved.
  3.  
  4. C:\Users\Mike>cd C:\Python27
  5.  
  6. C:\Python27>python python2\facerec_demo.py faces
  7. Traceback (most recent call last):
  8. File "python2\facerec_demo.py", line 105, in <module>
  9. model = cv2.createEigenFaceRecognizer()
  10. AttributeError: 'module' object has no attribute 'createEigenFaceRecognizer'
  11.  
  12. C:\Python27>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement