Implement MobileSAM with Unity Sentis

Hi, Unity Sentis users,

I have successfully running segmentation by the MobileSAM with Unity Sentis and will share a sample project. It can segment object area at the clicked position.

This sample is implemented using image recognition packages “HoloLab DNN Packages” that based on Unity Sentis.

I would like you to use this as a reference for your work!
I think it is useful for you. Thanks,

Thank you for sharing your work!
You can help more users find your project by also posting it on HuggingFace. Our organization and already posted projects can be found here: unity (Unity Technologies)

Hi, thank you very much for your contribution. I have managed to reimplement your project, however i found it run over 10s for a single click segementation. I carfully checked the profiler and used stop watch to see which part took the most of time. I found the inference time was far more than expectation. Have you encounterd the same problem? Do you have any idea? Thank you!