sainimohit23 / FaceNet-Real-Time-face-recognition

66 stars 42 forks source link

Align and detection on new images do not work #10

Open ani16 opened 4 years ago

ani16 commented 4 years ago

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.

Krishnarohith10 commented 3 years ago

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.