ChaoningZhang / MobileSAM

This is the official code for MobileSAM project that makes SAM lightweight for mobile applications and beyond!
Apache License 2.0
4.86k stars 505 forks source link

Is there a code that generates entire image segmentation by onnx model? #119

Open JisuHann opened 1 year ago

JisuHann commented 1 year ago

Hi, thanks for your splendid work!

I have a question (same as the title): is there any way to get the segmentation of the entire image via onnx model?

There is no example code on onnx model notebook, and checked other people also noted this question but not solved yet #83 .

So is there any update?

Thank you!

JisuHann commented 1 year ago

I think @dhkim2810 would know about this.

cyrillkuettel commented 1 year ago

@JisuHann This might be helpful https://github.com/facebookresearch/segment-anything/issues/16#issuecomment-1500016126

TalkUHulk commented 1 year ago

https://github.com/ChaoningZhang/MobileSAM/issues/98

vinhnemo commented 4 months ago

Hi. Is there any update on this?