GOATmessi8 / ASFF

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

Question about Darknet53 and MobilenetV2? #84

Open H-YunHui opened 4 years ago

H-YunHui commented 4 years ago

I have a question about the result of the red line in the figure below. QQ图片20200402123254 When using Darknet53 as the backbone network, the time required is 26ms, when using MobilenetV2 as the backbone network, the time required is 22ms. MobilenetV2 is a lightweight network, has a much smaller amount of parameters and computational complexity than Darknet53. Why is the time required not much worse?

clannadcl commented 3 years ago

I also wonder about the reason for this problem.