I recently discovered mediapipe by google : https://www.npmjs.com/package/@mediapipe/tasks-vision
And I was wondering as a python noob if there is any way to use segment anything models to replace the selfie_segmentation.tflite
model provided by google ?
I understood that maybe it is possible to convert pth > onnx > tflite But I don't even understand if this would lead to something useable.
Could someone explain this to me ?