Closed BIGBALLON closed 3 years ago
Hi, everyone:
I want to know the differences between mIoU and mIoU (ms+flip), and what is the exact setting of mIoU (ms+flip)
Thanks a lot!
I got the point:
https://github.com/SwinTransformer/Swin-Transformer-Semantic-Segmentation/blob/bcfec6bb0cd82d2ac9c5a7b13f2c7d22160ac9f2/configs/_base_/datasets/ade20k.py#L19-L26
Turn on flip and use img_ratios for multi-scale.
flip
img_ratios
Forget me ...... Just use
tools/dist_test.sh <CONFIG_FILE> <SEG_CHECKPOINT_FILE> <GPU_NUM> --aug-test --eval mIoU
Hi, everyone:
I want to know the differences between mIoU and mIoU (ms+flip), and what is the exact setting of mIoU (ms+flip)
Thanks a lot!