eduardolundgren / tracking.js

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

Landmark Indices #261

Closed msj121 closed 6 years ago

msj121 commented 6 years ago

Does someone already have a point to index list for the Landmark Tracker? Like Left Jaw is index 0 for example https://github.com/eduardolundgren/tracking.js/blob/master/src/trackers/LandmarksTracker.js

msj121 commented 6 years ago

For anyone interested, 0 is left side of face down to chin at 4, then to right side up to 8. Eyebrows are from 9 to 14 Nose 15 to 18 Mouth 27 to 30

murat-aka commented 6 years ago

279