-
Notifications
You must be signed in to change notification settings - Fork 290
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
where are the data being stored?? #13
Comments
It's best to take a look ate the sourcecode. |
@juliandewit still confused. Can you please explain more briefly? |
@AYadav01, I think this will help you. BASE_DIR_SSD = "C:/werkdata/kaggle/ndsb3/" # create the folder name ndsb3 for saving the corresponding results all below directories are created for saving the corresponding results of the preprocessing and nodule detector script NDSB3_EXTRACTED_IMAGE_DIR = BASE_DIR_SSD + "ndsb3_extracted_images/" |
Still confused. @bundelesneha05 |
It will be better you should take look at the repository(All scripts). You will able to solve your confusion. |
Thank you @bundelesneha05 I took a look through the code. As you said above, I understood most of the part. |
I found the kaggle data here: https://github.com/smeerson/DataScienceBowl2017 |
Kaggle dropped te data. |
Hi Julina,
Congratulation on doing such a great work. I just have few question about the directories where you stored the data. In 'setting.py', I see u are referring to following locations:
BASE_DIR_SSD
BASE_DIR
EXTRA_DATA_DIR
NDSB3_RAW_SRC_DIR
LUNA16_RAW_SRC_DIR
I am kind of confused which folder contains what; where am i supposed to store the ndsb data and where to store the LUNA16 dataset.
Thank you so much.
The text was updated successfully, but these errors were encountered: