eduardolundgren / tracking.js

A modern approach for Computer Vision on the web
http://trackingjs.com
Other
9.43k stars 1.44k forks source link

How to process alignment 31 x y coordinate to violajones.js #346

Open rizallaksana82 opened 5 years ago

rizallaksana82 commented 5 years ago

i save dot coordinate data from face alignment to database, i wanto to process data to compare face for attendant app.. can violajones.js make this happen? how to implementing this? many thanks for your respond facealignment

nbpalomino commented 5 years ago

Explain with more details. Thanks.

rizallaksana82 commented 5 years ago

Hi thaks for your respond.. I want to compare face from two photo.

  1. First photo from database and second photo from webcam
  2. I'm using facealignment from tracking.js and get 31 coordinate x and y proccessed by facealignment at each photo
  3. Is it possible if I want to compare both of 31 coordinate x and y using violajones.js from tracking.js then get result Both photos are the same person or not.
nbpalomino commented 5 years ago

In my opinion, It cannot be done with Tracking.js because this library doesn't have Face Recognition, is just Face Detection, which are two different things.

You can try with OpenCV.js which have Face recognition...

nbpalomino commented 5 years ago

@rizallaksana82 Hey friend, how do you get that white points on Face Detection ?? Is using another library or tracking.js ??

Thanks...