YanchaoYang / FDA

Fourier Domain Adaptation for Semantic Segmentation
491 stars 79 forks source link

Evaluation checkpoint #16

Open Nadavc220 opened 3 years ago

Nadavc220 commented 3 years ago

Hi, I trained a T=0 B=0.01 model (without self learning for now) and the final checkpoint weights of iteration 100,000 was ~41% mIoU. When checking more checkpoints of earlier iterations I found better scores like ~43%.

My questions is as follows: How did you evaluate your score in the paper? for the same experiment you achieved a score of 44.61% and I was wondering if you used the last checkpoint or did you check all 40 iteration checkpoints until you found the best one.

Thanks.