face-api.js
face-api.js copied to clipboard
Fixing issue #222: FaceLandmarks68 left and right eyes/brows are reversed.
NOTE: this is a "blind" fix, as I failed to build the library and run unit tests on my Windows box without Python (and I have no interest to install it). Up to you to verify and correct it.
Sorry for the late reply on this one. I think it's better not to change the API, in order to not break anything for users of this package. Technically the terms left and right here are not wrong, they are just from an observers persepective.
This API should be documented then to avoid surprises.
Since we use typedoc, adding a comment in the function description would be helpful probably.