Table 6 Comparison between Depthwise Conv and Standard Conv.
From: LKC-Net: large kernel convolution object detection network
Conv block | Kernel size | Parameters (M) | GFLOPs | mAP0.5 (%) |
---|---|---|---|---|
Standard Conv | 17*17+5*5 | 30.82 | 39.3 | 83.8 |
Depthwise Conv | 17*17+5*5 | 7.2 | 16.61 | 83.7 |