open-mmlab / mmsegmentation

OpenMMLab Semantic Segmentation Toolbox and Benchmark.
https://mmsegmentation.readthedocs.io/en/main/
Apache License 2.0
8.25k stars 2.61k forks source link

3D image segmentation #2010

Open AndreaPi opened 2 years ago

AndreaPi commented 2 years ago

Motivation Medical imaging is one of the main use cases for semantic segmentation (heck, U-Net was actually invented to perform Biomedical Image Segmentation!), and medical imaging today is all about 3D imaging. 3D image segmentation even has its own section on PapersWithCode, and there are competing libraries which allow 3D medical imaging segmentation. Thus, it would make a lot of sense to extend MMSegmentation to 3D semantic segmentation.

Related resources https://github.com/black0017/MedicalZooPytorch https://paperswithcode.com/task/3d-medical-imaging-segmentation https://arxiv.org/abs/1606.06650 https://arxiv.org/abs/1804.02967 https://arxiv.org/abs/1810.11654 https://arxiv.org/abs/1904.00625

MeowZheng commented 2 years ago

It is a very good proposal, and also in mmseg's backlog, but we suffer from a shortage of manpower, so 3d segmentation might not be supported in 2022. Any collaborations are appreciated If you are interested in it.

FabianSchuetze commented 2 years ago

What a wonderful idea! Are there any issue in the backlog related to that? What kind of support might be helpful?

MengzhangLI commented 2 years ago

What a wonderful idea! Are there any issue in the backlog related to that? What kind of support might be helpful?

You could list your requirement here and if you want to contribute to this repo you could directly open an issue or pull request and we would answer ASAP.

AndreaPi commented 2 years ago

Thanks @MengzhangLI , I added my requirements to the roadmap.

FabianSchuetze commented 2 years ago

@MengzhangLI : Thanks for your reply! How would you see the relationship with mmdetection3d which also contains a few segmentation models based on 3D data?

thiagoribeirodamotta commented 1 year ago

Are there any news on this matter?