bobo0810 / SKNet_Pytorch

SKNet及3D SKConv非官方实现

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SKNet: Selective Kernel Networks

该仓库收录于PytorchNetHub

说明

  • 非官方实现
  • 感谢pppLang、ResearchingDexter大佬的工作
  • 更新3D SEConv及3D SKConv

环境

python版本 pytorch版本 系统
3.6 1.1.0 Ubuntu

SK Conv

SK Block

SK Net


参考

@article{Li2019Selective,
  title={Selective Kernel Networks},
  author={Li, Xiang and Wang, Wenhai and Hu, Xiaolin and Yang, Jian},
  year={2019},
}

官方实现Caffe  https://github.com/implus/SKNet
https://github.com/pppLang/SKNet  
https://github.com/ResearchingDexter/SKNet_pytorch

About

SKNet及3D SKConv非官方实现


Languages

Language:Python 100.0%