ContrastiveSeg icon indicating copy to clipboard operation
ContrastiveSeg copied to clipboard

ICCV2021 (Oral) - Exploring Cross-Image Pixel Contrast for Semantic Segmentation

Results 33 ContrastiveSeg issues
Sort by recently updated
recently updated
newest added

Hello, thanks for your impressive work! However, I am not able to reproduce the results of Cityscapes using this repo. In the paper, the mIOU of HRNetv2 increased to 81.4,...

Dear author: Cityscapes的ckpt是用`train`训练还是用`train+val`训练的呢?

代码中实现的,是不是多卡并行时,每个GPU的queue独立更新?,我感觉应该像moco一样,先keys = concat_all_gather(keys),再统一进行更新,是不是更合理一点?