This project aims to implement MONAI Auto3DSeg in a 3DSlicer extension. This will enable fast inference with NVIDIA GPUs and CUDA and slower inference with CPU only.
Auto3DSeg is a relatively new technique in the MONAI project and our first experiments have been successful. inference is not as complicated as using the MONAOLabel inference function.
A future aim is to integrate Auto3DSeg training into the MONAILabel extension.
We have great starting code as well as 2 ready-to-use models from Andres Diaz-Pinto. We will build on that. In addition, we will train a lung lobe and airway model which should be available at the PW.
Andres created 3 Auto3DSeg models already to enable direct inference with CT datasets
In future, we attempt to enable your own training of Auto3DSeg models in MONAILabel.
2/24/2024
Andres and Andras achieved relevant progress working on the extension during the last weeks:
The extension
(using NVIDIA RTX Geforce 3070 Ti)
We´ll continue to add relevant models.
Algorithm Generation:
Simulate a dataset and Auto3D datalist using MONAI functions:
https://github.com/Project-MONAI/tutorials/tree/main/auto3dseg#performance-benchmarking