post-processing #7593
Replies: 4 comments 3 replies
-
Hi @NastaranVB, Thanks. |
Beta Was this translation helpful? Give feedback.
-
Hi @KumoLiu , |
Beta Was this translation helpful? Give feedback.
-
Hi @KumoLiu, |
Beta Was this translation helpful? Give feedback.
-
Hi @KumoLiu, |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am doing multi class 3D segmentation which contains 3 classes including background. I have used Network, Loss and Metric from Monai. Training step in my code is as below:
The model has been trained in a patch wise manner and getting a result for the whole volume has been done as following:
I wonder if you could please tell me where I have to do the post-processing?
I want to see the results even in average loss in the Tensorboard , so should I do post-processing in the training step as well?
As a last question am i right in "def on_train_epoch_end(self)" (because def training_epoch_end(self, outputs) [3D Multi-organ Segmentation with UNETR] (https://github.com/Project-MONAI/tutorials/blob/main/3d_segmentation/unetr_btcv_segmentation_3d_lightning.ipynb) has been removed from the last version of pytorch lightning)
Thank you in advance.
Beta Was this translation helpful? Give feedback.
All reactions