-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Investigate faster SAM implementations and consider changing the default model #186
Comments
Thanks for the pointer! We're aware of that one already and it's on the list for looking into faster SAM implementations ;). |
I changed the title to indicate the broader scope. As mentioned, a student will start to work on this mid of October, and @anwai98 and me are already working on better benchmarks for the models (that reflect interactive segmentation quality). |
Just came across another potentially interesting project: https://github.com/SysCV/sam-hq I haven't looked at this yet, but it might be worth figuring out if it could be useful for microscopy datasets (which are often high resolution images with a lot of fine-grained detail). |
Another candidate: https://arxiv.org/pdf/2312.13789.pdf (similar to MobileSAM, but claims better performance). |
Just as a follow up here:
Based on this I think the best strategy is:
|
For the next release we will go with the strategy outlined above, so I removed this issue from the milestone. |
For 3D, SAM2 seems promising: |
Thanks @psobolewskiPhD , we are already looking into SAM2 :). |
I know there are a whole bunch of projects that popped up after segment-anything was released, but another one we might like to look at and potentially include is FastSAM: https://github.com/CASIA-IVA-Lab/FastSAM
The model checkpoints are linked from the README here: https://github.com/CASIA-IVA-Lab/FastSAM#model-checkpoints
Cross-reference: #174
The text was updated successfully, but these errors were encountered: