-
Notifications
You must be signed in to change notification settings - Fork 681
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
Vista-2D Tutorial #1788
Vista-2D Tutorial #1788
Conversation
Signed-off-by: Vishwesh Nath <[email protected]>
Signed-off-by: Vishwesh Nath <[email protected]>
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
@Nic-Ma I've prepped the first draft of the notebook, there is some more polishing required by my side (like segmentation plots), but overall I think it's almost there for an early review from you. |
Signed-off-by: Vishwesh Nath <[email protected]>
72f67fa
to
025c85c
Compare
@Nic-Ma the notebook was further updated with some enhancements for training curve visualization and prediction segmentation plots etc. |
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.
Thanks for the PR! Leave several comments in line.
"\n", | ||
"# VISTA-2D Cell Segmentation with Segment Anything Model (SAM) & MONAI\n", | ||
"\n", | ||
"![image](../figures/vista_2d_overview.png)\n", |
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 like missing this png here?
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.
Its added now, it's because, figures need to be specifically added by a -f
Hi @finalelement, could you please help create a new folder named "vista2d" under https://github.com/Project-MONAI/tutorials/tree/main/2d_segmentation? Then move this file into that folder? |
@@ -0,0 +1,1405 @@ | |||
{ |
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.
Could you please help remove the output for this cell? But include the graph in the next cell outout, thanks!
Reply via ReviewNB
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.
Sure, let me fix it with the next run.
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.
Sure.
Signed-off-by: Vishwesh Nath <[email protected]>
7542de1
to
948af6c
Compare
Signed-off-by: Vishwesh Nath <[email protected]>
Signed-off-by: YunLiu <[email protected]>
update link and readme for vista2d
Signed-off-by: YunLiu <[email protected]>
Creating a tutorial and dataset preparation resource for Vista-2D from MONAI bundles
Description
Vista-2D Cell Segmentation foundation model with dataset preparation resources as well.
Checks
./figure
folder./runner.sh -t <path to .ipynb file>