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
693 stars 200 forks source link

list index out of range #24

Open Renwoxin opened 5 years ago

HnanYang commented 4 years ago

I had the same problem. It may be related to the data path.

cue1997 commented 4 years ago

I had the same problem. It may be related to the data path.

Hi I have encountered the same problem. Has your issue been resolved?

LaporteThomas commented 4 years ago

Hi, have you find a way to resolve this error ? I'm stuck with the same problem. I don't find the function that download the dataset.

PussyCat0700 commented 3 years ago

Seems to be located in this line in train.py? "trainSet = dset.LUNA16(root='luna16', images=ct_images, targets=ct_targets,..." It seems to be the problem with torchbiomed, at torchbiomed\datasets\luna16,py: "sample_label = load_label(label_path, label_list[0])" where it needs LUNA16 dataset as input. Here is part one of it as described in README.md: https://zenodo.org/record/3723295/

PussyCat0700 commented 3 years ago

Seems to be located in this line in train.py? "trainSet = dset.LUNA16(root='luna16', images=ct_images, targets=ct_targets,..." It seems to be the problem with torchbiomed, at torchbiomed\datasets\luna16,py: "sample_label = load_label(label_path, label_list[0])" where it needs LUNA16 dataset as input. Here is part one of it as described in README.md: https://zenodo.org/record/3723295/

Dataset seems to be pretty huge btw, I am currently downloading a subset of part one to see if it works out.

YellowLight021 commented 2 years ago

what is the use of “nodule_masks = "normalized_brightened_CT_2_5" lung_masks = "inferred_seg_lungs_2_5" ct_images = "luna16_ct_normalized"” 。 it seems the file in luna16,however i download luna16 and not find "normalized_brightened_CT_2_5" "inferred_seg_lungs_2_5" "luna16_ct_normalized"files.
How can i use this luna15dataset