Hello everyone,
I was wondering if it is possible to use MONAILabel inference without having the 3D Slicer application installed. Currently I have the extension working well for segmentation from the radiology sample app using the command “Slicer.exe --python-script --no-splash --no-main-window” however I am trying to find a way to get my inference running without needing to have Slicer installed (just using python or other libraries). I have tried looking into the code for MONAILabel for Slicer plugin and monailabel library, but haven’t found out a way to do it.
Thank you!