facebookresearch / unbiased-teacher

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

Effect of PreciseBN #68

Closed vadimkantorov closed 2 years ago

vadimkantorov commented 2 years ago

Does it have any important effect? Thank you!

ycliu93 commented 2 years ago

I'm not sure whether it is important for the performance of SSOD tasks. I followed the default setup used in Detectron2, so it might matter for vanilla object detection tasks.

vadimkantorov commented 2 years ago

Got it, thank you :)