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.
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!