-
Notifications
You must be signed in to change notification settings - Fork 33
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
[feat] Add data_prep and dummy_model configurations for two BraTS 2024 challenges #609
Merged
hasan7n
merged 10 commits into
mlcommons:main
from
vpchung:brats2024-data-prep-and-model
Aug 20, 2024
Merged
[feat] Add data_prep and dummy_model configurations for two BraTS 2024 challenges #609
hasan7n
merged 10 commits into
mlcommons:main
from
vpchung:brats2024-data-prep-and-model
Aug 20, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
vpchung
had a problem deploying
to
testing-external-code
August 2, 2024 09:22 — with
GitHub Actions
Failure
MLCommons CLA bot All contributors have signed the MLCommons CLA ✍️ ✅ |
vpchung
had a problem deploying
to
testing-external-code
August 3, 2024 22:08 — with
GitHub Actions
Failure
hasan7n
previously approved these changes
Aug 4, 2024
hasan7n
had a problem deploying
to
testing-external-code
August 4, 2024 19:29 — with
GitHub Actions
Failure
vpchung
had a problem deploying
to
testing-external-code
August 9, 2024 09:23 — with
GitHub Actions
Failure
hasan7n
had a problem deploying
to
testing-external-code
August 20, 2024 22:46 — with
GitHub Actions
Failure
hasan7n
approved these changes
Aug 20, 2024
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
BraTS 2024 features two new challenges that requires new data_prep and dummy_model MLCubes:
Specifically, BraTS-MEN-RT will only contain a single modality for the data (t1c) and will use gtv as the labels; BraTS-Path will contain a single directory of PNG files as the data and will use a single 2-column CSV as the labels.
Changelog
prepare.py
to handle the raw data of BraTS-MEN-RT and BraTS-Pathsanity_check.py
to assert the expectations mentioned above ^infer.py
to output a 2-column CSV for BraTS-Path (minor changes needed for BraTS-MEN-RT, e.g. using underscore instead of a dash in the filenames)Preview
BraTS-MEN-RT
Prepare the raw data
Validate the prepared data
Run dummy model
BraTS-Path
Prepare the raw data
Validate the prepared data
Run dummy model
where
A
,B
, andC
are integers from 0 to 5.