justadudewhohacks / face-api.js

JavaScript API for face detection and face recognition in the browser and nodejs with tensorflow.js
MIT License
16.75k stars 3.72k forks source link

How to train and have my own model #243

Closed vcasadei closed 5 years ago

vcasadei commented 5 years ago

Hi, your lib seen really good, however I feel the need for a tutorial on how to use it for custom face recognition.

I still cannot figure it out how to train a model with my own images

justadudewhohacks commented 5 years ago

You don't train a new model. Check out the introduction article.

alex77t commented 5 years ago

Hi, can you please advise how did you convert dlib face landmarks model into tensorflow format?

justadudewhohacks commented 5 years ago

@alex77t I did not do so. I trained a face landmark detector from scratch, as stated in the README.

linhbkhn95 commented 5 years ago

how to train model to detection my face?