mattmacy / vnet.pytorch

A PyTorch implementation for V-Net: Fully Convolutional Neural Networks for Volumetric Medical Image Segmentation
https://mattmacy.github.io/vnet.pytorch
BSD 3-Clause "New" or "Revised" License
688 stars 201 forks source link

Luna dataset preparation #10

Open Borov19 opened 7 years ago

Borov19 commented 7 years ago

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?

abhiML commented 6 years ago

Hi @Borov19 did you find anything that resolves your issue?

Marcovaldong commented 6 years ago

Hi @abhiML Do you know how to preprocess data now?

hsu-z2 commented 6 years ago

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.

RayShark commented 5 years ago

@Borov19, bro, did you know how to preprocess the data now?

AlexandrosFerles commented 5 years ago

https://github.com/mattmacy/torchbiomed/blob/master/torchbiomed/datasets/luna16.py

RunningPill commented 1 year ago

@Borov19 Hello, Do you konw how to preprocess the data now ?