FaceNet-Real-Time-face-recognition icon indicating copy to clipboard operation
FaceNet-Real-Time-face-recognition copied to clipboard

Align and detection on new images do not work

Open ani16 opened this issue 5 years ago • 1 comments

Hi Mohit.

I tried to align images of my own dataset of faces, this code fails to detect, infact Davidberg code too fails to detect and align on new images. It works well with lfw and celebA dataset, but why it is not on new images. Model is pre trained well with faces. It should detect new images too.

ani16 avatar Aug 22 '19 13:08 ani16

You don't need to depend on align_dataset_mtcnn.py . You have dataset and set them in according to requirements then all you have to do is just code yourself on how to get 'anchor', 'anchorPositive', 'anchorNegative'. I did it myself so just saying.

Krishnarohith10 avatar Aug 10 '20 08:08 Krishnarohith10