Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Segmentation error #2

Open
ajdneuro12 opened this issue Nov 21, 2018 · 2 comments
Open

Segmentation error #2

ajdneuro12 opened this issue Nov 21, 2018 · 2 comments

Comments

@ajdneuro12
Copy link

Hi all,

Thank you for sharing this pipeline. I am trying to run it on my neonate data (infants scanned within 3 months of birth). I formatted my data to match the suggested command to run it in docker. I am running it on Windows 10 but I also got the same error on my mac (Sierra). I have attached the log. Thank you for your help!
Best,
Alex
subject1-session1.segmentation.log

@whinds
Copy link

whinds commented Dec 12, 2018

Hello,

Thank you for creating this pipeline. After successful segmentation, when it begins the surface reconstruction part I have the following error:

pipeline/build/MIRTK/build/lib/python/mirtk/deformable/neonatal_cortex.py", line 213, in output
else: path = name_or_func()
TypeError: 'unicode' object is not callable
Error: recon-neonatal-cortex command returned non-zero exit status 1

I deleted the parenthesis so the line 213 now reads
else: path = name_or_func

This fix allows the surface pipeline to run now, but I want to double check with you the developers.
Additional info, I am running this code on Ubuntu 18.1 from a virtual machine.

@ajdneuro
Copy link

ajdneuro commented Jul 9, 2019

Hi all,

It seems it is getting to the tissue priors step and failing:
/usr/src/structural-pipeline/build/MIRTK/Packages/DrawEM/scripts/tissue-priors.sh subject1-session1 44 non-rigid-v2 8 : failed
/usr/src/structural-pipeline/build/MIRTK/Packages/DrawEM/pipelines/neonatal-pipeline.sh /data/workdir/subject1-session1/T2/subject1-session1.nii.gz 44 -t 8 -c 1 -p 1 -v 1 -atlas non-rigid-v2 : failed

Any ideas? I made sure I pulled the most recent docker image. Thanks!

Best,
Alex

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants