We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The instructions in "Open modules/configfile.py and change the following paths to match your folder structure:" are a little vague.
What folder structure? The zip files do not contain files like: 'BRATS2018_Unprocessed.h5'
It will be really helpful if you can add some screenshots and show how you set it up on your computer so that users can have some reference.
The text was updated successfully, but these errors were encountered:
In the following instructions
_Download BRATS2018 dataset from the official website https://www.med.upenn.edu/sbia/brats2018/data.html and extract both the Training and Validation zip files to a folder, say:
/local-scratch/data/BRATS2018/Training/ /local-scratch/data/BRATS2018/Training/HGG /local-scratch/data/BRATS2018/Training/LGG_
Another folder needs to be added: /local-scratch/data/BRATS2018/HDF5_Datasets
And, in the scripts within the 'modules' folder, all the import commands containing from modules. import
must be edited to remove 'modules.' making the command from import
Sorry, something went wrong.
No branches or pull requests
The instructions in "Open modules/configfile.py and change the following paths to match your folder structure:" are a little vague.
What folder structure? The zip files do not contain files like: 'BRATS2018_Unprocessed.h5'
It will be really helpful if you can add some screenshots and show how you set it up on your computer so that users can have some reference.
The text was updated successfully, but these errors were encountered: