-
Notifications
You must be signed in to change notification settings - Fork 1
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
Training and Inference discussion for baseline model #34
Comments
baseline
model
baseline
model
Out of all the folds_{0-5}, the After going through the QC and based on the above conclusion, I am going ahead with |
I chose 30 subjects from the I manually corrected the segmentation for these subjects and attaching the QC for the same below: After @jcohenadad approves these segmentations, I'll add these images to the training set and start the re-training. CC: @MerveKaptan |
review: qc_fail.yml.zip details: spinefmri-sub-genevaR104_003_0000.nii.gz spinefmri-sub-genevaR106_005_0000.nii.gz spinefmri-sub-genevaR108_007_0000.nii.gz spinefmri-sub-genevaR202_018_0000.nii.gz spinefmri-sub-genevaR207_023_0000.nii.gz spinefmri-sub-genevaR209_025_0000.nii.gz spinefmri-sub-genevaR211_027_0000.nii.gz spinefmri_sub-nwM09_task-motor_bold_0000.nii.gz spinefmri_sub-nwM16_task-motor_bold_0000.nii.gz "Download all" button is not there-- please make sure to use the latest version of SCT: |
Closing the issue since the baseline model training was successfully completed (including running inference and manual correction) |
What is the baseline model
The model which was trained on ✅ as per the QCs mentioned in #25 is the
baseline
model. A total of 96 images were used in the training of this model. A list of subjects (for later reference) is below:participants_baseline.csv
The model was trained in 6 different settings - 5 models for the 5 fold cross-validation and 1 fold_all model (discussion can be found here - MIC-DKFZ/nnUNet#1364 (comment)). The config (containing preprocessing, hyperparameters) for nnUNetv2 training is: plans.json
After the model was trained, the inference was run on the ❌ (failed segmentations) from #25. Below are the QCs from all the folds and fold_all:
qc_fold_0.zip
qc_fold_1.zip
qc_fold_2.zip
qc_fold_3.zip
qc_fold_4.zip
qc_fold_all.zip
The steps to reproduce the above QC results (/run inference) are the following:
cd fmri-segmentation
Next steps:
held-out test set
(Creation of aheld-out
test data for active learning training phase validation #33)The text was updated successfully, but these errors were encountered: