AlanLi1997 / slim-neck-by-gsconv

Pytorch implementation of the 'Slim-neck by GSConv: a lightweight-design for real-time detector architectures'
https://link.springer.com/article/10.1007/s11554-024-01436-6
GNU General Public License v3.0
195 stars 12 forks source link

请问GSConv中的G和S分别是什么意思 #22

Closed zhijiandev closed 1 year ago

AlanLi1997 commented 1 year ago

你好,GSConv是一种标准卷积+深度卷积的轻量级卷积方法,表现为GroupConv+shuffle 或 GhostConv+shuffle