-
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
Add CLI for benchmarking datasets on SAM models #728
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good overall. Two minor points:
- We can make the data extraction work easily for 2d and 3d, see comments.
- We should define a csv output that everything is saved to for easy further analysis
Okay, in principle the pipeline is ready now. @constantinpape let me know how it looks now. PS: There are a few major bulks I still need to take care of:
|
I think the best would be to enable running both AMG and AIS, and by default only run AIS. |
This PR is now ready (tested this on DeepBacs and Lucchi). I am now working on finalizing all open-source datasets in the preprocessing part, and with that should be finally good to go from my side. Resolves #719 |
Reducing the criterion to avoid (often) failing tests.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we should refactor the loading functionality for automatic segmentation, rest looks good from my end now.
Hi @constantinpape, This PR is GTG from my side now. (I took care of the minor TODOs which I procrastinated since last week). Thanks! |
The prototype CLI for benchmarking microscopy datasets on SAM models is ready for the first round of review (tested on LIVECell and DeepBacs)
I'll work on testing it on 3d datasets and extend interactive segmentation functionality for 3d (using SAM)