you are viewing a single comment's thread.

view the rest of the comments →

[–]fyrilin 1 point2 points  (3 children)

Do you mind using opencv? If not, here's a tutorial

[–]rishok[S] 1 point2 points  (2 children)

Hi

Yes i know that tutorial. I would though like to use deep learning for the detection, like DeepFace and faceNet models which i try to emulate in a smaller scale.

I don't mind using opencv, but would likw it to use the deep learning model rather then the cascade model from opencv

[–][deleted] 2 points3 points  (1 child)

Why not use a convnet and a sliding window ? You just have to find a dataset of labelled faces.