GOATmessi8/ASFF

Question about Darknet53 and MobilenetV2?

Opened this issue · 1 comments

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?

I also wonder about the reason for this problem.