Inference on a new dataset #1696
-
Hello, I work on two non-publicly available datasets. One I use for training. I was able to successfully train a model on it, and got really nice results. Congratulations for this very nice piece of software! As an example of the many wrong things I tried: nnUNetv2_predict -d 2 -c 3d_fullres -p nnUNetPlans -i .\nnUNet_raw\Dataset002_whatever\imagesTr\ -o outfolder Then it complains that it is not able to find the file nnUNet_results/Dataset002_whatever/nnUNetTrainer__nnUNetPlans__3d_fullres/dataset.json. But I have not generated any results for this dataset yet. Can anyone please tell me what am I missing? Regards |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
If you want to use the model trained on dataset 1, you should use |
Beta Was this translation helpful? Give feedback.
I don't think that nnUNet is able to do unsupervised pre-training. According to the documentation, it is able to do only supervised pretraining, so you need labels for the 2nd dataset, otherwise you can't perform any training on it.