Open zlyin opened 2 years ago
I have a little question about your img_norm_cfg
. If you don't mind, would you like to tell us why to use this img_norm_cfg
img_norm_cfg = dict(mean=[0,0,0], std=[1,1,1], to_rgb=True)
n't mind, would you like to tell us why to use this
img_norm_cfg
img_norm_cfg = dict(mean=[0,0,0], std=[1,1,1], to_rgb=True)
Hi @MeowZheng This is because I don't know the image mean & std that the backbone was trained on. Since I'm applying the model to a medical image dataset, I'm not sure using imagenet stats would be beneficial here.
Hi there, I'm pretty new to this framework and came across a wired situation that my
decode.acc_seg
drops to 0 quickly and stays there. As a result, my evaluation results are 0s except theimage dice
metric, as shown hereMy config file is as follows though
Thanks for your help!