when i am running the below line of code :
face_recognition_models.face_locations(rgb,model="cnn")
I am getting this error:
module 'face_recognition_models' has no attribute 'face_locations'
face_recognition_models contains same functions of face_recognition but why i am getting this error.
when i am running the below line of code :
face_recognition_models.face_locations(rgb,model="cnn")
I am getting this error:
module 'face_recognition_models' has no attribute 'face_locations'
face_recognition_models contains same functions of face_recognition but why i am getting this error.