Dear MediaPipe team
I have managed to run MediaPipe Face Mesh in React/ js, rendering output with a three.js renderer. Unfortunately, my application randomly crashes after a few minutes/ tens of minutes. It also immediately throws warnings upon launch, which I do not comprehend.
I plan to make an anonymous video calling up where other users can still see your face emotion/ shape, blinking (a bit like Apple Memoji) and hear a modified voice. I have the in-progress open source code here:
https://github.com/ben-xD/skelly Unfortunately, I don't know how to solve the warnings or crashes.
For example:
- Calculator facelandmarkfrontgpu__facedetectionfrontgpu__TensorsToDetectionsCalculator not found.
- Unhandled Runtime Error. RuntimeError: abort(undefined) at Error
at jsStackTrace
I'd love to debug further and learn more, but I don't know where to begin. Please point me in the right direction. Thanks