Skip to content

Commit 8fd3580

Browse files
committed
Merge remote-tracking branch 'ptlzon/patch-1'
2 parents 769b80a + 48e73ad commit 8fd3580

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

documentation/how_to_use_nnunet.md

+7
Original file line numberDiff line numberDiff line change
@@ -290,6 +290,13 @@ from the respective training). You can pick these files from any of the ensemble
290290
## How to run inference with pretrained models
291291
See [here](run_inference_with_pretrained_models.md)
292292

293+
## How to Deploy and Run Inference with YOUR Pretrained Models
294+
To facilitate the use of pretrained models on a different computer for inference purposes, follow these streamlined steps:
295+
1. Exporting the Model: Utilize the `nnUNetv2_export_model_to_zip` function to package your trained model into a .zip file. This file will contain all necessary model files.
296+
2. Transferring the Model: Transfer the .zip file to the target computer where inference will be performed.
297+
3. Importing the Model: On the new PC, use the `nnUNetv2_install_pretrained_model_from_zip` to load the pretrained model from the .zip file.
298+
Please note that both computers must have nnU-Net installed along with all its dependencies to ensure compatibility and functionality of the model.
299+
293300
[//]: # (## Examples)
294301

295302
[//]: # ()

0 commit comments

Comments
 (0)