You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wanted to fine-tune TotalSegmentator's model for aortic segmentation from MR because the aortic root is not very accurate and I have 200 samples that are segmented which I wanted to use for fine-tuning.
The steps I followed (my dataset id is 4):
nnUNetv2_plan_and_preprocess -d 4
I download the weights into the pre-processed folder and renamed plans.json to nnUNetPlans.json
Then run this notebook that moves the plans from dataset id 730 to dataset id 4 (mine - MR aorta)
I wanted to fine-tune TotalSegmentator's model for aortic segmentation from MR because the aortic root is not very accurate and I have 200 samples that are segmented which I wanted to use for fine-tuning.
The steps I followed (my dataset id is 4):
nnUNetv2_plan_and_preprocess -d 4
I download the weights into the pre-processed folder and renamed plans.json to nnUNetPlans.json
Then run this notebook that moves the plans from dataset id 730 to dataset id 4 (mine - MR aorta)
Then run this notebook for fine tuning
Finally for inference, I run this
Sadly, that's a fine-tuned sample
The white mask is the non-fine-tuned totalsegmentator prediction, which is much better!
The text was updated successfully, but these errors were encountered: