@diazandr3s Not yet Have been trying this now on/off for more than two weeks and I would like to get this running before the workshop locally in order to be able to assist other people.
What I have done so far:
Set up Monailabel on two different systems (laptop 6 GB GPU memory, desktop 16 GB GPU memory) and now switched to the desktop completely due to inconsistent results and -9 server error messages on the laptop.
Set ML up in WSL Ubuntu, enabled CUDA, did a parallel setup in Windows 11 native, trained, infered, technically it seems to work in both worlds without error messages.
The goal is to train ML with the Lung CT Segmenter to detect āright lungā in total, āleft lungā in total, and kind of an airway. It never worked so far. Tried this with lung CT segmenter input as well as with manual segmentations using the ML predefined segments.
All I get is an ugly block segmentation when I use the ML auto segmentation upon āNext sampleāā¦
This is my start_server line:
monailabel start_server --app ./apps/radiology --studies ./datasets/Task06_Lung/imagesTr --conf models segmentation
Could you provide a complete and working application that I could start training with the Task06_Lung dataset before the MONAILabel workshop?
Kind regards
Rudolf