Open ExplodedJelly opened 1 year ago
I am interested on this too!
check this out: https://github.com/ChaoningZhang/MobileSAM/pull/7
I'm considering the possibility of exporting MobileSam as an ONNX model and running it on mobile devices using onnxruntime.
We have implemented this and are now testing it before merging it. Stay tuned.
I am interested on this too!
We have implemented this and are now testing it before merging it. Stay tuned.
check this out: #7
Thanks for your help. We haven't got time for checking the pull request yet, however, we really appreciate your effort.
I am interested on this too!
We have implemented this and are now testing it before merging it. Stay tuned.
I'm wondering how is the progress about this great work?
@ChaoningZhang exporting MobileSam as an ONNX model and running it on mobile devices using onnxruntime,Can you provide the example code?
Here is the Segment Anything CPP Wrapper for macOS. This code is originated from Segment Anything CPP Wrapper and implemented on macOS app RectLabel. We customized the original code so that getMask() uses the previous mask result called as low_res_logits and retain the previous mask array for undo/redo actions.
We hope this macOS version would help to develop the iOS version. Please let us know your opinion.
Improved "Create polygon using SAM" feature so that you can label pixels using the pixels option. You can label Segment Anything 1 Billion (SA-1B) like dataset by yourself.
I'm considering the possibility of exporting MobileSam as an ONNX model and running it on mobile devices using onnxruntime.
We have implemented this and are now testing it before merging it. Stay tuned.
Is this still coming?
I'm considering the possibility of exporting MobileSam as an ONNX model and running it on mobile devices using onnxruntime.