Thomas Vanier
Thomas Vanier
@AmitMY for the loading path, maybe try the `URL` constructor with `origin` as second argument? ```js model = new Holistic({ locateFile: (file) => new URL(`/assets/models/holistic/${file}`, globalThis.location.origin).toString() }); ```
and +1 for a lower-level API (ImageBitmap) with support for web workers (I use selfie-segmentation) where should I upvote? ;-)
I second @AmitMY , it would be great if the mediapipe JS could run in a worker, and `send` resolving with the actual results. Would fit nicely with the [insertable...
I am trying to do the same, I guess it could be an encoding issue, in my case the audio data format changes (not sure why, could come from my...
I had the same problem with my `index.html` (fixed name), this seems to work ``` pwa: true, pwaFiles: `${process.env.VUE_APP_S3D_DEPLOY_PATH}/index.html`, ``` I have `vue-cli-plugin-s3-deploy` version `3.0.0`, my understanding is `CacheControl` is...
Unrelated @nicekiwi @multiplegeorges , would it be difficult to tag official releases? I could not find how releases are created, would be helpful to tag this commit with `v3.0.0` for...
I am not too familiar with discriminators, I wanted to ask if the problem I am seeing has the same root cause of this issue? Thanks! The generated `chatCompletionRequestMessage` type...