Replies: 2 comments 7 replies
-
thanks! the distance transform based on cucim looks good, If you have time to make the wrappers part of utility functions in |
Beta Was this translation helpful? Give feedback.
3 replies
-
|
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey guys!
As I have been writing a few times, I am working on a Sliding Window rework of DeepEdit. What it became is a major rework mostly of the transforms to use torch and thus run on the GPU (without running into OOMs, the hardest part of this the work). Plus a cupy based edt distance transform implementation. This code also fixes a bug in the initial implementation which always produced one click too much, i.e. 11 clicks instead of 10.
Note that this code is currently only tested on AutoPET, some functionality supported by the initial code like 2D volume support has been dropped or at least not been checked.
We (@Zrrr1997 and me) decided to release the code even before my master thesis is written such that I have enough time to integrate into MONAI if that is desired. The code and a ton of additional information can be found here:
https://git.scc.kit.edu/updcv/sliding-window-based-interactive-segmentation-of-volumetric-medical-images
If you are interested and if it's possible I would love to integrate it into MONAI until the end of September. What I would like to know is what you think would be the best approach? From converting this to a tutorial to integrating the transforms into the official MONAI transforms or keeping it as a separate package, whereever you see fit.
The code also showcases some features which I have rarely or never seen in tutorials like the MONAI Checkpoinloader or the WorkflowProfiler.
Based on this code I created a MONAILabel model in the radiology sample app, which I will try to push to the official repository as well.
More extensive results will follow as well as a user study and probably a paper. Also expect a few final changes, including a move to ScaleIntensityRangePercentilesd, where I still have to verify the metric impact. What is planned too is to verify the pretrained model (AutoPET) on a different dataset, probably HECKTOR.
If there are any questions, I'll be happy to answer them here or personally in a call.
Cheers from Germany ,
Matthias Hadlich
@diazandr3s
Beta Was this translation helpful? Give feedback.
All reactions