juliandewit / kaggle_ndsb2017

Kaggle datascience bowl 2017
MIT License
622 stars 290 forks source link

settings.MANUAL_ANNOTATIONS_LABELS_DIR and pos_labels_dir = settings.LUNA_NODULE_LABELS_DIR #51

Closed bundelesneha05 closed 6 years ago

bundelesneha05 commented 6 years ago

In step3_predict_nodules.py, settings.MANUAL_ANNOTATIONS_LABELS_DIR
pos_labels_dir = settings.LUNA_NODULE_LABELS_DIR ,what is the value for that? Thanks in advance

juliandewit commented 6 years ago

It's in the settings file You can adjust it to your system's settings. The data can be downloaded from LUNA and can be found in the resources dir of this project as a separate download

bundelesneha05 commented 6 years ago

ok.Thanks you so much.