facebookresearch / unbiased-teacher

PyTorch code for ICLR 2021 paper Unbiased Teacher for Semi-Supervised Object Detection
https://arxiv.org/abs/2102.09480
MIT License
410 stars 82 forks source link

Performance is evaluated on the Teacher model? #3

Closed sisrfeng closed 3 years ago

sisrfeng commented 3 years ago

Performance is evaluated on the Teacher model?Not Student? image

Should 2k iteration be actually 20k? image

Thx~

ycliu93 commented 3 years ago

Yes, the performance is evaluated on the teacher model, and the student model usually performs 1~2 mAP lower. For the burn-in stage, we only trained 2k iterations.

Thanks.