I want to ask how to combine tensorflow in the LBPH algorithm in the face detection program

https://drive.google.com/drive/folders/1sewpt2b2zg2CVn1wp2a0Oqqd8d-h6Yw6?usp=sharing

Hi @satria_bajahitam ,

Can you try to follow the below steps and check:

  1. Load the face detection model.
  2. Load the LBPH model.
  3. Preprocess the image.
  4. Detect faces in the image using a face detection model.
  5. Calculate the LBPH features for each face.
  6. Classify each face using the LBPH model.

I hope this helps!

Thanks.