Open yh3ds opened 6 years ago
I have downloaded the new Slicer 4.10.1 and, while running DeepInfer with 'Prostate Gland Segmenter', I get the following errors and the process stops: RuntimeError: Exception thrown in SimpleITK ReadImage: D:\D\S\Slicer-4101-build\SimpleITK\Code\IO\src\sitkImageReaderBase.cxx:89: sitk::ERROR: The file "C:\Users\CCIG.deepinfer.tmp\OutputLabel.nrrd" does not exist.
@mehrtash @gpernelle @kmader @mpslxz Thank you.
Same problem here using 3D Slicer 4.10.2 (Ubuntu 18.04). Running Slicer as sudo from the terminal did not fix the problem. The main problem lies here: [nrrd] nrrdSave: couldn't fopen("/home/deepinfer/data/OutputLabel.nrrd","wb"): Permission denied
Thus, the file cannot be created, and hence it doesn't exist later on.
While tryting to run DeepInfer with CT Bone Segmenter under 3D Slicer 4.8.1 (build myself), I get the following error and the process stops : sitk::ERROR: The file "LocalPath.deepinfer.tmp\OutputLabel.nrrd" does not exist.