Medical Image Segmentation #20
darsnack
started this conversation in
User Stories
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
note: copied this over from the original issue by @lorenzoh
This use case covers this MonAI tutorial for 3D multi-class semantic segmentation.
Below is a list of references to parts that can be done and functionality that is missing to recreate the tutorial in Julia.
Dataset/data container
Available from http://medicaldecathlon.com/
ToDos:
Data preprocessing/transformation/augmentation
See DataAugmentation.jl
ToDos:
Data loading/data iterator
Use DataLoaders.jl
For wrapping the whole data pipeline, consider DLPipelines.jl
Model
see https://github.com/DhairyaLGandhi/UNet.jl, should probably work fine. Maybe add some tweaks from fastai's implementation.
Training
Flux.ADAM
Logger
withTensorBoardBackend
Checkpointer
to save the modelToDos
Beta Was this translation helpful? Give feedback.
All reactions