Skip to main content

Model Inference

Model Evaluation

To run model evaluation on a trained nnUNet model, you can simply use the VisegInferenceModel.predict_sample() function to create predictions for your data. Some example inference scripts can be found under scripts/evalation, however, dependent on your use case you might just want to write your own script dependent on your exact needs.