Robert-JunWang / Pelee

Pelee: A Real-Time Object Detection System on Mobile Devices
Apache License 2.0
885 stars 254 forks source link

Question about 1x1 convolutional kernels to reduce computational cost #84

Open Ssong24 opened 4 years ago

Ssong24 commented 4 years ago

Can I know which part of kernel did u change 3x3 to 1x1? In the paper, small convolutional kernel is adopted for less computation. I first thought it's in ResBlock. But when I looked at the code, kernel size of branch2b was 3. I'm trying to explain this thesis to my team next week. It'll be appreciate if u let me know!