Skip to content

Instantly share code, notes, and snippets.

@zachmullen
Created August 9, 2017 15:39
Show Gist options
  • Save zachmullen/3a8f6948e9b48c67e35611f0242f9362 to your computer and use it in GitHub Desktop.
Save zachmullen/3a8f6948e9b48c67e35611f0242f9362 to your computer and use it in GitHub Desktop.
Traceback (most recent call last):
File "SegmentVesselsCNNSeeds/SegmentVesselsCNNSeeds.py", line 37, in <module>
main(ctk_cli.CLIArgumentParser().parse_args())
File "SegmentVesselsCNNSeeds/SegmentVesselsCNNSeeds.py", line 20, in main
args.resampled, args.preprocessed = deploy.prep(args.inputImage, args.outputDir)
File "/build/TubeTK-build/TubeTK-build/PythonModules/tubetk/vseg/cnn/deploy.py", line 53, in prep
itk.imwrite(resample, rir, compression=True)
File "/build/ITK-build/Wrapping/Generators/Python/itkExtras.py", line 430, in imwrite
writer.Update()
RuntimeError: /build/ITK/Modules/IO/Meta/src/itkMetaImageIO.cxx:1097:
itk::ERROR: MetaImageIO(0x52da3f0): File cannot be written: /mnt/girder_worker/data/out/Stroke-03_resampled.mha
Reason: No such file or directory
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment