Project-MONAI / MONAI

AI Toolkit for Healthcare Imaging
https://monai.io/
Apache License 2.0
5.71k stars 1.04k forks source link

Monai Integration within Lightning Flash #2878

Closed tchaton closed 3 years ago

tchaton commented 3 years ago

Hey everyone,

First of all, I want to share I am really impressed by the work put into this library. Looks pretty awesome !

I am a member of the PyTorch Lightning Team and working on Lightning Flash repo: https://github.com/PyTorchLightning/lightning-flash

Lightning Flash is a collection of production ready tasks for prototyping, baselining, finetuning and solving problems with deep learning.

We currently supports 15+ tasks while integrating multiple frameworks as backends and using Lightning as the training framework.

We believe MONAI would be a very exciting integration within Flash and I wondered if anyone from MONAI would be interested to contribute 3D tasks ?

Best, T.C

Nic-Ma commented 3 years ago

Marked for discussion.

Thanks.

Nic-Ma commented 3 years ago

Hi @tchaton ,

Thanks for the sharing, glad to see the progress of Lightning. We already built some Lightning + MONAI tutorials: https://github.com/Project-MONAI/tutorials/blob/master/3d_segmentation/spleen_segmentation_3d_lightning.ipynb https://github.com/Project-MONAI/tutorials/blob/master/3d_segmentation/unetr_btcv_segmentation_3d_lightning.ipynb Maybe that's what you expected?

Thanks.