Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/unanancyowen/mobilesam-unity
Sample Unity App for MobileSAM with HoloLab DNN Packages
https://github.com/unanancyowen/mobilesam-unity
Last synced: 10 days ago
JSON representation
Sample Unity App for MobileSAM with HoloLab DNN Packages
- Host: GitHub
- URL: https://github.com/unanancyowen/mobilesam-unity
- Owner: UnaNancyOwen
- License: mit
- Created: 2024-03-06T06:24:14.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-07-09T01:46:17.000Z (4 months ago)
- Last Synced: 2024-10-14T20:47:44.698Z (24 days ago)
- Language: C#
- Homepage:
- Size: 861 KB
- Stars: 14
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MobileSAM using HoloLab DNN Packages
> [!NOTE]
> ONNX files are managed using Git LFS. Please git clone with `--recursive` option.
> ```
> git clone --recursive https://github.com/UnaNancyOwen/MobileSAM-Unity.git
> ```## About
This Unity project is sample app of MobileSAM using HoloLab DNN Packages that based on Unity Sentis.
Please click on the image to show the segmentation area.HoloLab DNN Packages implements segmentation class with general segmentation models. However, it doesn't support for Segment Anything Models.
You can learn how to implement new inference classes for such models that have not been implemented in HoloLab DNN Packages.![image](image.png)
## MobileSAM
MobileSAM consists of two models of encoder and decoder.
You can export encoder and decoder to ONNX files according to the following repositories.* [thislookshard/SamSharp](https://github.com/thislookshard/SamSharp)
## Environment
These sample work on Unity 2023.2 (Unity 6) or later.
## License
Copyright © 2024 Tsukasa Sugiura
Distributed under the [MIT License](https://opensource.org/license/mit/).## Contact
* Tsukasa Sugiura
*
*## Reference
* [HoloLab DNN Packages](https://github.com/HoloLabInc/HoloLabDnnPackages)
* [thislookshard/SamSharp](https://github.com/thislookshard/SamSharp)
* [ChaoningZhang/MobileSAM](https://github.com/ChaoningZhang/MobileSAM)