Skip to content
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

Update README.md with progress #1438

Merged
merged 1 commit into from
Feb 10, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -52,18 +52,20 @@ We will develop a 3D slicer extension to deploy two interactive segmentation mod
1. We will start by following the [tutorial](https://training.slicer.org/) for developing a 3D slicer extension




## Progress and Next Steps

<!-- Update this section as you make progress, describing of what you have ACTUALLY DONE.
If there are specific steps that you could not complete then you can describe them here, too. -->


1. Describe specific steps you **have actually done**.


1. Adapted the [SlicerSegmentWithSAM](https://github.com/mazurowski-lab/SlicerSegmentWithSAM) extension to use ScribblePrompt
2. Added support for storing and retrieving the previous prediction for each slice to use as input when updating the segmentation
3. Added support for positive and negative scribble inputs

Next Steps:
1. Add support for bounding box inputs
2. Test and debug MultiverSeg predictions for slice-by-slice segmentation of volumes
3. Refactor the extension to integrate into SegmentEditor instead of being a standalone module

# Illustrations

Expand Down