GOATmessi8 / ASFF

yolov3 with mobilenet v2 and ASFF
GNU General Public License v3.0
1.05k stars 216 forks source link

About RetinaNet #78

Closed zhuyu-cs closed 3 years ago

zhuyu-cs commented 4 years ago

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 4 years ago

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 4 years ago

@zhuyu-cs @TWDH I have the same problem. Have you guys solved it?

liuzhi111 commented 3 years ago

@WangTianYuan @TWDH @zhuyu-cs Have you solved this problem?