AISangam / Facenet-Real-time-face-recognition-using-deep-learning-Tensorflow

Facenet-Real-time-face-recognition-using-deep-learning-Tensorflow
159 stars 104 forks source link

I was able to successfully run your program and it is awesome.But can You clarify what is the use of pre_img folder when we already have train_img folder #6

Open nitrlegend opened 6 years ago

abby1796 commented 4 years ago

pre_img folder contain aligned image , which we are giving to classifier for training. So it contained aligned face of dimension 182*182

shankarvishnu commented 4 years ago

"train_img" contain real-life images and "pre_img" contains process and aligned images. This alignment is process of cropping face and resizing them in same dimension. Also it contain information of face in image. you can check it here named as "boundingboxes*.txt"

shankarvishnu commented 4 years ago

You can follow this comment to ressolve this issue.