Open giemmecci opened 5 years ago
[solved]: one of the mounted directories wasn't getting the chmod 777.
In brief, ensuring chmod 777 to all the directories involved will solve the issue.
Thanks
I've just noticed that after running the program I don't have the original files available anymore and only got the outputs (see picture). Is this an expected behavior or is it due to the chmod 777?
Thanks
Hi, I'm getting the following error while trying to run the metastases segmentation via docker (nvidia-docker):
Here's the command I run:
nvidia-docker run --rm -v /home/user/Desktop/tricktest/met:/INPUT_DATA qtimlab/deepneuro_segment_mets segment_mets pipeline -T1 /INPUT_DATA/pn-0372_hdglio/T1.nii -T1POST /INPUT_DATA/pn-0372_hdglio/CT1.nii -FLAIR /INPUT_DATA/pn-0372_hdglio/FLAIR.nii -T2 /INPUT_DATA/pn-0372_hdglio/T2.nii -output_folder /INPUT_DATA/Output_Folder -gpu_num 5
I don't know if this may be relevant, but I do not have sudo privileges on my system.
Thanks
UPDATE: I was able to go one step ahead using chmod 777 on the directories I'm using, but I'm still getting the same error. This time I'm also getting some output in the folders (see attached files), but I'm not sure if something is missing.
thanks!