-
hi everyone, I'm trying to do a 2D segmentation task by using my own pretrained model which i have Everything looks fine and runs without error, For example, this is the output using MonaiLabel's: This is the output when i ran my own test.py using pytorch: Did i miss out something when trying to implement my own transforms? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Solved with an issue with Normalization in pre_transforms |
Beta Was this translation helpful? Give feedback.
Solved with an issue with Normalization in pre_transforms