shanglianlm0525/BlazeFace

Depthwise conv here.

Opened this issue · 0 comments

nn.Conv2d(in_channels=mid_channels, out_channels=mid_channels, kernel_size=5, stride=1,padding=2),

It seems to be wrong, groups should be equal to mid_channles.