Amit Moryossef
Amit Moryossef
Response from owner: https://github.com/vilic/cordova-plugin-tts/issues/40
This is still an issue. --- Using Angular (webpack), it is possible to import, but the following message is given: `tfjs 3.16.0` > Warning: \node_modules\@tensorflow\tfjs-backend-cpu\dist\kernels\Multinomial.js depends on 'seedrandom'. CommonJS or...
Hi @mikbry, your branch seems to have been deleted. @n1t0 any news on this? I think it would be OK to make it single-threaded on the web, as for the...
Thanks, @Narsil , the process makes sense. I just don't understand why is it a problem to have it officially supported if it will only slow down the web solution...
@mhays-google Here is the console output for `path` and `base`:  @tyrmullen Thanks, I am now doing `const bitmap = await createImageBitmap(video);` and passing that to the worker. I could...
Thanks for the workaround, @AlexShafir However, @sgowroji, I still argue for a native solution in the package, and support for `OffscreenCanvas` or better yet, an `ImageBitmap`
> ```js > new URL(`/assets/models/holistic/${file}`, globalThis.location.origin).toString() > ``` Thanks, @tvanier , this does not change the result, unfortunately. The path is still not correctly resolved
@AlexShafir Your changes seem to be minimal. If it's not too much trouble, could you please contribute a fix to this repository?
(Can confirm, `0.4.1633559476` did not fix problems 1 and 2)
Thanks @tyrmullen I'll just note that the largest, and most apparent, and annoying main thread block is *loading* the holistic model, not inference, in my case. When it is loading,...