homuler / MediaPipeUnityPlugin

Unity plugin to run MediaPipe
MIT License
1.77k stars 462 forks source link

Multi-class selfie segmenter 256 support #1191

Closed YutakaKubota closed 1 month ago

YutakaKubota commented 4 months ago

Feature Description

I would like to use "Multi-class selfie segmenter 256", which is one of ImageSegmentation's models. It wasn't in the sample, but is it supported?

Current Behaviour/State

No response

Additional Context

No response

homuler commented 4 months ago

Do you mean this model? No, it's not supported yet. The ImageSegmentation Task API is not ported (cf. https://github.com/homuler/MediaPipeUnityPlugin/tree/bd417bfd463d2da9cae0d9f9f7d29dd9ef4fabe6/Packages/com.github.homuler.mediapipe/Runtime/Scripts/Tasks/Vision).

YutakaKubota commented 4 months ago

Exactly. Do you have any plans for ported?

homuler commented 4 months ago

I would like to do it when I have time, but I haven't set a specific schedule yet.

YutakaKubota commented 4 months ago

ok, thanks! I'll try it myself.

homuler commented 1 month ago

implemented by #1225