LiheYoung / UniMatch

[CVPR 2023] Revisiting Weak-to-Strong Consistency in Semi-Supervised Semantic Segmentation
https://arxiv.org/abs/2208.09910
MIT License
476 stars 59 forks source link

question about "Prioritizing the selection of labeled images from the high-quality set." #70

Closed zhk779 closed 1 year ago

zhk779 commented 1 year ago

image In Table 3, some results are achieved through the application of the strategy "Prioritizing the selection of labeled images from the high-quality set." However, I have not identified this specific "method" or "split" within the provided code. Could you kindly extend your guidance? Much appreciation.

LiheYoung commented 1 year ago

This does not modify the method, but only selects a higher-quality part of labeled images from Pascal. The corresponding splits start with 'u2pl', such as: https://github.com/LiheYoung/UniMatch/tree/main/splits/pascal/u2pl_1_16

zhk779 commented 1 year ago

This does not modify the method, but only selects a higher-quality part of labeled images from Pascal. The corresponding splits start with 'u2pl', such as: https://github.com/LiheYoung/UniMatch/tree/main/splits/pascal/u2pl_1_16

OK, thanks for your reply!