vnet.pytorch icon indicating copy to clipboard operation
vnet.pytorch copied to clipboard

list index out of range

Open Renwoxin opened this issue 5 years ago • 6 comments

Renwoxin avatar Oct 14 '19 07:10 Renwoxin

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

HnanYang avatar Jan 06 '20 12:01 HnanYang

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?

cue1997 avatar Jan 18 '20 19:01 cue1997

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.

LaporteThomas avatar Mar 09 '20 09:03 LaporteThomas

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 avatar Sep 09 '21 07:09 PussyCat0700

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.

PussyCat0700 avatar Sep 09 '21 07:09 PussyCat0700

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

YellowLight021 avatar Nov 24 '21 07:11 YellowLight021