ZJULearning / ttfnet

Apache License 2.0
485 stars 99 forks source link

performance for resnet50 #26

Open abeardear opened 4 years ago

abeardear commented 4 years ago

did anyone tried resnet50?

i simply set bbox_head=dict( type='TTFHead', inplanes=(256, 512, 1024, 2048), and change the backbone to resnet50, the performace on my own dataset is worser than darknet53, about 6 points lower in AP

is the ttfhead not suitable for inplanes=(256, 512, 1024, 2048)