Congyao Zheng
Congyao Zheng
Hi, I'm having the same issue with face_mesh 0.4.1633559619. Have you figured it out? Update: I removed the `&& "ontouchend" in document ` at line 75 in face_mesh.js and it...
> @kuaashish I'm not going to patch obfuscated sources, I'd rather wait for a proper fix. Moreover, the workaround is for face mesh, and I'm having issues with selfie segmentation....
> @kuaashish @cy-moi the above fix did not help. > > Once removed, new error pop up. The lib simply cannot work in worker. > > ``` > selfie_segmentation.js?1643:51 Refused...
Hey, I had a look at the API of selfie segmentation. I guess they probably have already made it asynchronized with the OnResult callback. So probably no need to put...
> > Hey, I had a look at the API of selfie segmentation. I guess they probably have already made it synchronized with the OnResult callback. So probably no need...
> Worker thread has no access to main thread, so this will not work. The problem is that these files are loaded via `importScript` instead of `fetch`. I suppose it...
Plus have you tried this [tfjs models including mediapipe](https://github.com/tensorflow/tfjs-models/tree/master/body-segmentation)
> @cy-moi have you open-sourced your patch for facemesh? Hi, you can find it [here](https://github.com/cy-moi/react-tensorflowjs-worker/tree/main/patches). But I haven't been using it for a while now. I hope it is helpful.
@logankilpatrick Hi, is it possible to get a review on this PR?
Hello @b3nb5n , To identify where the actions are actually coming from, you can filter them using `view.name`. Otherwise, if this does not work for you, could you clarify a...