About RetinaNet
zhuyu-cs opened this issue · 3 comments
zhuyu-cs commented
When I combine the ASFF module with the RetinaNet(behind the FPN module), the result is not good as the paper shows. Could you tell me the specific setting in your experiments?
I trained with the mmdetection, and the setting:batchsize16,lr0.01,12epochs.
1.original RetinaNet's bbox map: 35.4%
2.RetinaNet with ASFF_BN:35.1%
3.RetinaNet with ASFF_GN: 35.7%
hezhu1996 commented
Hi @zhuyu-cs , I have the same problem. I combine the RetinaNet with ASFF, also tried ResNet-FPN with ASFF. Both of them doesn't show better results. Have you solved this problem?
Thanks
WangTianYuan commented
@zhuyu-cs @TWDH I have the same problem. Have you guys solved it?
liuzhi111 commented
@WangTianYuan @TWDH @zhuyu-cs Have you solved this problem?