aim-uofa / AdelaiDet

AdelaiDet is an open source toolbox for multiple instance-level detection and recognition tasks.
https://git.io/AdelaiDet
Other
3.38k stars 650 forks source link

Why set bias=True in the towers of FCOS? #36

Closed Yuxin-CV closed 4 years ago

Yuxin-CV commented 4 years ago

https://github.com/aim-uofa/AdelaiDet/blob/0b51e7e4e9fdb55e681856a0694b2e1fa261b149/adet/modeling/fcos/fcos.py#L175-L181 FCOS_imprv adds GN in the prediction branches. Is it better to set bias=False?

tianzhi0549 commented 4 years ago

@Yuxin-CV We tried bias=False, but the performance drops slightly.

Yuxin-CV commented 4 years ago

@Yuxin-CV We tried bias=False, but the performance drops slightly.

Thanks for your prompt reply. @tianzhi0549