-
Notifications
You must be signed in to change notification settings - Fork 27
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
Smoother multilabel annotation of multiple 3D images and metric generation #19
Open
thanushipeiris
wants to merge
29
commits into
MIC-DKFZ:main
Choose a base branch
from
thanushipeiris:multilabel-save-metrics
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Smoother multilabel annotation of multiple 3D images and metric generation #19
thanushipeiris
wants to merge
29
commits into
MIC-DKFZ:main
from
thanushipeiris:multilabel-save-metrics
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…memory, switches labels output layer automatically on clicking it, generates labels layers when clicking Load Model
Multilayer annotation, save labels and generate metrics
Remove automatic add annotation after load model
…t first opening an image
…ny annotations, deleted redundant measure_2D function
thanushipeiris
force-pushed
the
multilabel-save-metrics
branch
from
February 18, 2024 07:39
aabccf9
to
bd95d93
Compare
Hey @thanushipeiris, Thank you for your extensive work. The added features appear to be quite substantial! I am currently in a crunch time phase and won't be able to review this PR for a couple of weeks, as other projects have a higher priority right now. I will definitely take a look at it though and will set a reminder so I don't forget. I hope this is okay with you :) Best regards, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hi @Karol-G ,
This PR improves the 3D annotation workflow for multilabelling of multiple images.
Main changes are:
I've made these changes to the plugin after feedback from my lab group who wanted a better workflow for annotating slices of 3D images with multiple label layers. We're now using it routinely in the lab and I think that these improvements will likely also be useful to other users.
I've made a lot of changes and some of my commits are not very piecemeal so am very happy to respond to feedback on this!