But there is no output string in console window. just
Found CommandLine Module, target is C:/PilotImage/Release/Slicer-build/lib/Slicer-5.4/cli-modules/Release/CTASeg.py
ModuleType: CommandLineModule
No input data assigned to "Input Volume"
Does this script run correctly? or the input volume is necessary
I try to call the custom AI-module in python script.
Now I cant find the generated result image, so i set an print to check if it works. it seems fails .
I try to find in log later.
Thanks
The module is developped by other guy and i was required to make an integration. Maybe is some unet module.
I just call “slicer.util.launchConsoleProcess” to implement it