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

regarding the error in step2_train_nodule_detector.py #50

Closed
bundelesneha05 opened this issue Apr 23, 2018 · 2 comments
Closed

regarding the error in step2_train_nodule_detector.py #50

bundelesneha05 opened this issue Apr 23, 2018 · 2 comments

Comments

@bundelesneha05
Copy link

I run the script step2_nodule_detector.py in which for, model 2 on luna16 annotations + ndsb pos annotations I got following error,

File "", line 2, in
train(train_full_set=True, load_weights_path=None, ndsb3_holdout=0, manual_labels=True, model_name="luna_posnegndsb_v1", fold_count=2)

File "", line 12, in train
train_files, holdout_files = get_train_holdout_files(train_percentage=80, ndsb3_holdout=ndsb3_holdout, manual_labels=manual_labels, full_luna_set=train_full_set, fold_count=fold_count)

File "", line 113, in get_train_holdout_files
pos_sample_path = pos_samples[pos_idx]

IndexError: list index out of range
Thanks in advance!
Please reply as soon as possible.

@bundelesneha05 bundelesneha05 changed the title regarding teh error in step2_train_nodule_detector.py regarding the error in step2_train_nodule_detector.py Apr 23, 2018
@juliandewit
Copy link
Owner

This is someting that must be debugged.
My hunch is that it cannot find any annotations.

@bundelesneha05
Copy link
Author

thanks @juliandewit

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

2 participants