shanren7/real_time_face_recognition

NameError: name 'basestring' is not defined 请问楼主这是什么原因?

Opened this issue · 1 comments

NameError: name 'basestring' is not defined 请问楼主这是什么原因?

If you are using python 3 then builtin 'basestring' abstract type was removed. Use str instead.