FaceNet-Real-Time-face-recognition
FaceNet-Real-Time-face-recognition copied to clipboard
Align and detection on new images do not work
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.
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.