facebookresearch / unbiased-teacher

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

Twice evaluation during BURN_UP_STEP #65

Closed qdd1234 closed 2 years ago

qdd1234 commented 2 years ago

Hi, during BURN_UP_STEP, there are twice evaluations,one is for student model and the other one is for teacher model, but my question is that during BURN_UP_STEP, labeled is only used for teacher model and student model does not train, why there still outputs the evaluation result of student model? thanks!