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

question about c3d #3

Open
WMeixiang opened this issue May 5, 2020 · 1 comment
Open

question about c3d #3

WMeixiang opened this issue May 5, 2020 · 1 comment

Comments

@WMeixiang
Copy link

Hello, I am interested in multi-organ segmentation. My computer is window 10. I am new to c3d. I load c3d and run the covert_dicom.py, I have no idea there is something with the use of c3d or proc? I get an empty out, while I use the git bash command: c3d dicom-series-list dict2, I can get right thing. I have no idea why the out is b' '?

list_command = './c3d/bin/c3d -dicom-series-list '+dict2
proc = subprocess.Popen([list_command], stdout=subprocess.PIPE, shell=True)
out, err = proc.communicate()
p_status = proc.wait()
@samra-irshad
Copy link

Dont know why but it does not work on windows, I tried running the preprocessing pipeline on Linux using ITK version for Linux and it works. Another thing to check are the permission or execution settings for the c3d.exe file. I had to change them before I could make it work.

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

2 participants