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

Fine-tuning models with nnUNet v2 using multimodal data #31

Open
SergioRodLla opened this issue Jul 23, 2024 · 1 comment
Open

Fine-tuning models with nnUNet v2 using multimodal data #31

SergioRodLla opened this issue Jul 23, 2024 · 1 comment

Comments

@SergioRodLla
Copy link

Hello,

Thank you very much for the repository and the provided pretrained models. I have seen that you added some scripts for nnUNet v2 to run fine-tuning as well as the STUNetTrainer.
I have a dataset with CT and PET modalities and I was wondering if it is possible to use nnUNet v2 to run fine-tuning using a pretrained model that you provide (e.g. huge_ep4k.model) to do this combining both modalities (concatenating them as input as you showed for the AutoPET challenge).

Best regards,
Sergio

@Ziyan-Huang
Copy link
Collaborator

Ziyan-Huang commented Jul 28, 2024

Hi Sergio,

Fine-tuning on multi-modal datasets like AutoPET (CT and PET concatenated) is supported. We copy the first convolutional layers (pretrained on a single CT modality) from the pretrained model to support multi-modal inputs.

Best regards,
Ziyan

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

No branches or pull requests

2 participants