You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I was trying to use the dhcp-structural-pipeline:fetal (in docker) to segment fetal brain. I ran the command as follows: xuxinyi@DESKTOP-LFK9GOB:/mnt/c/Users/lenovoM425/Desktop/segment-fetal$ docker run dhcp-segmentation-pipeline:fetal 25w1wpp.nii.gz 25 25w1wpp.nii.gz does not exist! xuxinyi@DESKTOP-LFK9GOB:/mnt/c/Users/lenovoM425/Desktop/segment-fetal$ docker run dhcp-segmentation-pipeline:fetal $PWD/25w1wpp.nii.gz 25 /mnt/c/Users/lenovoM425/Desktop/segment-fetal/25w1wpp.nii.gz does not exist! xuxinyi@DESKTOP-LFK9GOB:/mnt/c/Users/lenovoM425/Desktop/segment-fetal$ docker run -v $PWD/data:/data dhcp-segmentation-p ipeline:fetal data/25w1wpp.nii.gz 25 data/25w1wpp.nii.gz does not exist!
25w1wpp.nii.gz is both in the $PWD and the $PWD/data, however each way gets the error "file does not exist!".
Please help! Thanks!
The text was updated successfully, but these errors were encountered:
Hi,
I was trying to use the dhcp-structural-pipeline:fetal (in docker) to segment fetal brain. I ran the command as follows:
xuxinyi@DESKTOP-LFK9GOB:/mnt/c/Users/lenovoM425/Desktop/segment-fetal$ docker run dhcp-segmentation-pipeline:fetal 25w1wpp.nii.gz 25 25w1wpp.nii.gz does not exist! xuxinyi@DESKTOP-LFK9GOB:/mnt/c/Users/lenovoM425/Desktop/segment-fetal$ docker run dhcp-segmentation-pipeline:fetal $PWD/25w1wpp.nii.gz 25 /mnt/c/Users/lenovoM425/Desktop/segment-fetal/25w1wpp.nii.gz does not exist! xuxinyi@DESKTOP-LFK9GOB:/mnt/c/Users/lenovoM425/Desktop/segment-fetal$ docker run -v $PWD/data:/data dhcp-segmentation-p ipeline:fetal data/25w1wpp.nii.gz 25 data/25w1wpp.nii.gz does not exist!
25w1wpp.nii.gz is both in the $PWD and the $PWD/data, however each way gets the error "file does not exist!".
Please help! Thanks!
The text was updated successfully, but these errors were encountered: