-
Notifications
You must be signed in to change notification settings - Fork 201
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
Luna dataset preparation #10
Comments
Hi @Borov19 did you find anything that resolves your issue? |
Hi @abhiML Do you know how to preprocess data now? |
I think in luna16.py, the masks are used to indicate lung region, the targets are actually the 3D heatmap of the groundtruth nodules. However, there is no code to generate the target 3D heatmaps. It seems you need to write your own 3D heatmap generation code based on the annotation information. |
@Borov19, bro, did you know how to preprocess the data now? |
@Borov19 Hello, Do you konw how to preprocess the data now ? |
Hi, thanks for the great work!
I see that you use some folders normalized_brightened_CT_2_5, inferred_seg_lungs_2_5, luna16_ct_normalized. And as far as i understand this folders stored some preprocessed files from original LUNA16 dataset. I found some methods in luna16.py for preprocessing but can't find clear instructions how to use it. I wondering if you has some preprocessing script for this datasets.
Could you please share this script or some instructions for usage of this preprocessing functions?
The text was updated successfully, but these errors were encountered: