-
Hello. I am trying to do a visualization after the evaluation on original images/masks. For example I have 10 images/masks that I would like the test my model and then would like to plot results of all of them with images, true masks and predicted masks. The solution below does not work efficiently as it is plotting only one case (image, true mask and predicted mask) multiple times. Let me know if you have more efficient solution for this visualization. Look forward to hearing from you. loader = LoadImage() with torch.no_grad():
P.S. If for evaluation of model I am using 10 images/masks, the metric_org is returning the average of all 10 scores? If yes, then how I can check dice score of each case individually? This is to help the results becomes more explainable. This is the target part: dice_metric(y_pred=test_outputs, y=test_labels) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @yiheng-wang-nv , Could you please help with this ticket? I think you did lots of visualization tests in our tutorials. Thanks in advance. |
Beta Was this translation helpful? Give feedback.
Hi @yiheng-wang-nv ,
Could you please help with this ticket? I think you did lots of visualization tests in our tutorials.
Thanks in advance.