FluxML / FluxML-Community-Call-Minutes

The FluxML Community Team repo
50 stars 4 forks source link

Use Case: medical image segmentation #15

Closed lorenzoh closed 3 years ago

lorenzoh commented 3 years ago

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

ToDos

darsnack commented 3 years ago

I am closing this after moving it to a discussion topic. The idea is to reduce the issues section to actionable items for contributors. Discussions and user stories can go in the Discussions tab.