Josiah Bryan
Josiah Bryan
I can sadly confirm that face-api does not Just Work, even with monkeyPatch. When I do the following in my worker: ``` import * as faceapi from 'face-api.js'; faceapi.env.monkeyPatch({ Canvas:...
Update: Got it working. How? Use this gist: https://gist.github.com/josiahbryan/770ca1a9d72f1b35c13219ba84dc0495 Import it into your worker. If you have a bundler setup for your worker, just do (assuming you put it in...
I think this might be specific to using the `cpu` tensorflow backend...why? I'm running my app over VNC on a laptop in latest chrome - in the devtools of that...
Never tried to solve CPU memory leak - my use case did not depend on CPU backend because I could reply on using webgl in production.
I really appreciate you looking into this! Unfortunately, my production needs have dictated that I move forward with the application regardless, so I moved to a different menu solution. I...
@blurymind did you ever release your demo example project? I'm coming up on a pixi project that I'm struggling to find a good way to take Tiled (TMX) maps >...
Assuming there was some sort of embedding model for faces that you trust to distinguish between facial features in a reliable way, then yes. The beauty of text embeddings (specifically...
Thanks @MrXyfir !!! That worked PERFECTLY (the `missive` plugin) - I've been trying for TWO HOURS to get something to recognize plain text shares in Android and iOS - and...
Anyone trying to get iOS13 working, checkout the `missive` fork, mentioned in this comment: https://github.com/j3k0/cordova-plugin-openwith/issues/102#issuecomment-626767991 The actual plugin is at: https://github.com/missive/cordova-plugin-openwith I've personally used it in iOS13 and Android and...
Can't uninstall either, had to manually remove it. ... :(