NVlabs / GroupViT

Official PyTorch implementation of GroupViT: Semantic Segmentation Emerges from Text Supervision, CVPR 2022.
https://arxiv.org/abs/2202.11094
Other
705 stars 53 forks source link

Hard assignment #30

Open dingjiansw101 opened 2 years ago

dingjiansw101 commented 2 years ago

Dear authors, Thanks for sharing this nice work. Are the training and testing in classification task in hard assignment style, while the inference in segmentation in soft assignment?

xvjiarui commented 2 years ago

Hi @dingjiansw101 Yes. The soft assignment yields smoother results during inference.