facebookresearch / unbiased-teacher

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

How to get the AP0.5 result on VOC dataset? #61

Open Complicateddd opened 2 years ago

Complicateddd commented 2 years ago

Thans for your amazing work. I just want to get the paper result of AP0.5 (77.37). But when I use the model weight link of your repo and use the cocoeval builder to try, only shows 75.77. Why is this assessment difference caused? Can you provide the weight of your paper in cocoeval?