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

Add files via upload #198

Closed
wants to merge 1 commit into from
Closed

Add files via upload #198

wants to merge 1 commit into from

Conversation

Linardos
Copy link
Collaborator

a script to create the necessary testing csv and a README to make sure the future organizer finds the instructions easily

a script to create the necessary testing csv and a README to make sure the future organizer finds the instructions easily
Comment on lines +12 to +16
data_dir = "/home/locolinux2/datasets/RSNA_ASNR_MICCAI_BraTS2021_TestingData"

dir_list = [d for d in os.listdir(data_dir) if os.path.isdir(os.path.join(data_dir, d))]

output_csv = '/home/locolinux2/.local/workspace/final_test.csv'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Might make sense to make these as parameters and have that as input, otherwise it will break for anyone not having this exact directory/file-system structure.

@sarthakpati
Copy link
Member

No longer needed per comment from @Linardos [ref], so closing.

@sarthakpati sarthakpati closed this Nov 8, 2024
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

Successfully merging this pull request may close these issues.

2 participants