zbf1991 / SCL

37 stars 7 forks source link

Evaluation iteration for COCO in 5-shot setting. #8

Closed zhijiew closed 2 years ago

zhijiew commented 2 years ago

Thank you for your great work!

You set the test_num=3000 (L175 in test_5shot.py) for COCO 5-shot scenario in PFENet, it is different with the original PFENet's setting and the 1-shot scenario, which is 20000. Should I use this setting (3000) or correct it (20000) for fair comparision with your method?

zbf1991 commented 2 years ago

You can correct it to 20000 for a fair comparison.

zhijiew commented 2 years ago

Got it. Thanks!