curry_bale
curry_bale
Hi, I have a question, how do you evaluate when you don't do multiscalefilp aug? (on ade20k evaluation) 1. Resize to (512, 512) and normalize. 2. Rescale to (512, 512)...
thanks @MeowZheng when validating 1.Resize(img_scale=(2048, 512), keep_ratio=true) 2.Normalize(mean=[123.675, 116.28, 103.53], std=[58.395, 57.12, 57.375], to_rgb=True) model output: (batch_size, num_classes, (Resize_shape)h, (Resize_shape )w) and we resize model output(e.g., seg_logit) to (batch_size, num_classes,...
Hi @MeowZheng i 've done resize but still do not get performace. Is it correct to get the categorical class iou list through the mean_iou code and then do nanmean...