raoyongming / DenseCLIP

[CVPR 2022] DenseCLIP: Language-Guided Dense Prediction with Context-Aware Prompting
505 stars 38 forks source link

what is the value of gamma? #16

Closed Richardych closed 2 years ago

Richardych commented 2 years ago

Hi, I found the value of self.gamma is different between your paper (gamma==1e-3) and your code (gamma==1e-4), which one should I use to reproduce your results? Thanks.

wl-zhao commented 2 years ago

Sorry for the confusion. It was a typo in the v1 version of our paper on arxiv. We have updated the paper on arxiv. Gamma should be 1e-4, please refer to the newest version.