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

How to preprocess a dataset using the parameters of another one and train a model #2650

Open
jamesgwen opened this issue Dec 18, 2024 · 1 comment
Assignees

Comments

@jamesgwen
Copy link

Hello,

I have 2 datasets: T1 and T2.
I would like to run nnUNet on T1. Then I would like to preprocess T2 using the T1 preprocessing parameters and train another nnUNet model. Essentially, I would like the rules created by the heuristics for T1 to apply to T2 for preprocessing. Is there an easy way to accomplish this task?

Thanks in adv.

@b-niu
Copy link

b-niu commented Dec 20, 2024

Hi @jamesgwen, I believe the matter you mentioned has already been described in the instructions.
However, I was wondering if you could explain why you don't want to combine T1 and T2 and train a single model on both. It can perform quite well.

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

3 participants