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)
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 APis the ttfhead not suitable for inplanes=(256, 512, 1024, 2048)