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

About the lunge segmentation mask file of your training ? #6

Closed l35633 closed 7 years ago

l35633 commented 7 years ago

hi, my dear friend~ So nice to meet you! My problem is that in LUNA2016 there is no lunge segmentation mask file for training, how do you get that? segment by yourself or some other ways? Thank you!!!

mattmacy commented 7 years ago

There are, or at least were, separate lung segmentation files. If you look at: https://luna16.grand-challenge.org/data/ you'll see that it specifically mentions: Additional data includes:

evaluation script: the evaluation script that is used in the LUNA16 framework
lung segmentation: a directory that contains the lung segmentation for CT images computed using automatic algorithms
additional_annotations.csv: csv file that contain additional nodule annotations from our observer study. The file will be available soon

If they've removed the lung segmentation directory there isn't much I can do. HTH