Project-MONAI / MONAI

AI Toolkit for Healthcare Imaging
https://monai.io/
Apache License 2.0
5.69k stars 1.04k forks source link

Is there a way to combine Test-Time Augmentation (TTA) with sliding window inference? #8032

Open Guoxt opened 3 weeks ago

Guoxt commented 3 weeks ago

Is there a way to combine Test-Time Augmentation (TTA) with sliding window inference? Specifically, how can TTA be implemented during sliding window inference, and how can the predictions be aggregated using methods such as averaging or others?

Guoxt commented 3 weeks ago

Means I want to implement sliding window segmentation prediction in TTA.