-
Notifications
You must be signed in to change notification settings - Fork 3
Add instructions to train contrast-agnostic model #147
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
base: main
Are you sure you want to change the base?
Conversation
… commit also in datasplit.yml
…r subsequent dataset downloading
Thanks for the PR! I'm getting an error when downloading the ![]() we might need to use these install instructions: https://github.com/spine-generic/data-multi-subject?tab=readme-ov-file#download trying with |
Co-authored-by: Jan Valosek <[email protected]>
@valosekj thanks for the screenshot! I fixed the issue #147 (comment) in commit 4525309, can you please try running it on |
cd contrast-agnostic-softseg-spinalcord/nnUnet | ||
pip install -r requirements.txt | ||
cd contrast-agnostic-softseg-spinalcord | ||
pip install -r nnUnet/requirements.txt |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it intentional that nnUnet/requirements.txt does not install the nnUNet itself?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes, it is intentional, I thikn nnunet installation should be done outside the contrast-agnostic repo
This PR aims to provide instructions for training the contrast agonstic model, which can be found in the README.
How to test the PR:
nk/clean-repo
scripts/train_contrast_agnostic.sh
Resolves #145 #143 #127 #124