tztztztztz / eqlv2

The official implementation of Equalization Loss v1 & v2 (CVPR 2020, 2021) based on MMDetection. https://arxiv.org/abs/2012.08548 https://arxiv.org/abs/2003.05176
Apache License 2.0
155 stars 22 forks source link

Reproduce the result of Sigmoid showed in paper #11

Open xinqiaozhao opened 3 years ago

xinqiaozhao commented 3 years ago

Hi, I met a problem when I tried to reproduce the sigmoid result showed in table 1 (Sigmoid random 12 16.5 0.0 13.1 27.3 17.2) I don't know what is the test score threshold of this result Thank you :)

tztztztztz commented 3 years ago

We set the threshold to 1e-4 in all experiments.