Mediapipe segmentation

I’d like to have this example implemented with babylonjs, that is, using a webgl texture.

I made a GitHub request about this, and while it’s not available out of the box, it looks like it’s doable having enough shader knowledge.

I was hoping this could be done with babylonjs.

Welcome abroad!
There have been a few experiments with mediapipe here, if you search on the forum a few topics will come up. For example: Mediapipe Face Tracking Playground - Demos and projects - Babylon.js (babylonjs.com)

Welcome abroad!

Thank you.

There have been a few experiments with mediapipe here, if you search on the forum a few topics will come up. For example: Mediapipe Face Tracking Playground - Demos and projects - Babylon.js (babylonjs.com)

I know, but the example is using an HTMLVideoElement and not a webgl texture for detection.

This would be much harder as the texture would need to be shared accross with the gl context.