Mediapipe: Javascript Solutions Source Code

Created on 19 Dec 2020  路  4Comments  路  Source: google/mediapipe

I'm happy to see that a javascript solution has been released for the facemesh, but can't seem to find the uncompiled javascript or typescript source code here on GitHub. Am I just missing it, or is it not posted?

Most helpful comment

?? if I'm not mistaken the python code is available? Anyway, without the code, then we need more documentation on the API than the little example reveals. I can't figure out the range of capabilities from that alone.

All 4 comments

We don't plan to release the source code for MP JS Solutions API. Python source is out but not JS for now

?? if I'm not mistaken the python code is available? Anyway, without the code, then we need more documentation on the API than the little example reveals. I can't figure out the range of capabilities from that alone.

We don't plan to release the source code for MP JS Solutions API. Python source is out but not JS for now

@mgyong why would that be though? The files can certainly be improved by open sourcing and anyways, people can access the minified code, so no scope for proprietary right?

And regarding documentation, please review my PR #1434 which adds helpful notes about API and Utilities

Was this page helpful?
0 / 5 - 0 ratings