-
Notifications
You must be signed in to change notification settings - Fork 50
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
DIR-lab 4DCT dataset #8
Comments
The script |
Thank you, much appreciated. New error:
I figured chest_segmentation.py was my next step, so I ran that and got:
Aside from the path, it looks like there's a missing dependency ptpulmo.exe. I couldn't find it online, is that proprietary? |
Thank you for pointing out to this issue. The package ptpulmo is a commercial software. However, several free packages for lung segmentation are available. For instance, lung-segmentation-3d. You can also take a look at the LOLA11 challenge. The accuracy of torso or lung segmentation is not that important for the RegNet. |
Our data is formatted very differently so we're going to rebuild the graph on our own in the end, but thank you for all your help. |
I'm trying to load the DIR-lab 4DCT dataset, but I've run into some trouble.
I downloaded the dataset from dir-lab.com, and applied the following pre-processing steps:
However, running RegNet3D.py throws the following error:
Is there an additional/different preprocessing step I need to do? Renaming */case2_T40.mha to */case2_T40_RS1.mha seems to fix this error and creates a nextIm.mha file, but there are more errors after that.
The text was updated successfully, but these errors were encountered: