https://drive.google.com/drive/folders/1sewpt2b2zg2CVn1wp2a0Oqqd8d-h6Yw6?usp=sharing
Hi @satria_bajahitam ,
Can you try to follow the below steps and check:
- Load the face detection model.
- Load the LBPH model.
- Preprocess the image.
- Detect faces in the image using a face detection model.
- Calculate the LBPH features for each face.
- Classify each face using the LBPH model.
I hope this helps!
Thanks.