shubhamkumar27 / Face_recognition_based_attendance_system

A python GUI integrated attendance system using face recognition to take attendance.
MIT License
169 stars 93 forks source link

issue in taking attendance #2

Closed ghost closed 2 years ago

ghost commented 2 years ago

while taking attendance it giving the error the is no face attribute in cv2 module Screenshot_20220425_103843 there is screen shot of error please help me out

AbdrrahimDahmani commented 2 years ago

try to install opencv-python and opencv-contrib-python packages then it will work with you

ghost commented 2 years ago

try to install opencv-python and opencv-contrib-python packages then it will work with you

thank it work in my case