Smoother multilabel annotation of multiple 3D images and metric generation#19
Open
thanushipeiris wants to merge 29 commits into
Open
Smoother multilabel annotation of multiple 3D images and metric generation#19thanushipeiris wants to merge 29 commits into
thanushipeiris wants to merge 29 commits into
Conversation
…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
aabccf9 to
bd95d93
Compare
Collaborator
|
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, |
This file contains hidden or 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
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!