Skip to content
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

list index out of range #24

Open
Renwoxin opened this issue Oct 14, 2019 · 6 comments
Open

list index out of range #24

Renwoxin opened this issue Oct 14, 2019 · 6 comments

Comments

@Renwoxin
Copy link

No description provided.

@HnanYang
Copy link

HnanYang commented Jan 6, 2020

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

@cue1997
Copy link

cue1997 commented Jan 18, 2020

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
Copy link

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
Copy link

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
Copy link

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants