SKNet
Convolutional network
Implementation of a deep learning model that combines convolutional neural networks with selective kernel networks for image recognition tasks.
Code for our CVPR 2019 paper: Selective Kernel Networks; See zhihu:https://zhuanlan.zhihu.com/p/59690223
599 stars
9 watching
107 forks
Language: C++
last commit: almost 6 years ago
Linked from 1 awesome list
cnnselective-kernel-networkssknet
Related projects:
Repository | Description | Stars |
---|---|---|
| An MXNet implementation of a modified deep neural network architecture for image classification | 67 |
| Deep learning models for semantic segmentation of images | 101 |
| A library implementing a Fully Convolutional Network architecture with Keras support | 202 |
| An implementation of the SqueezeNet neural network model in the Keras framework | 404 |
| Develops a single convolutional network to handle various image degradations with improved scalability and efficiency | 427 |
| An implementation of fully convolutional neural networks for semantic segmentation using TensorFlow as the backend. | 15 |
| A deep learning-based approach to classifying satellite image time series using convolutional neural networks. | 149 |
| A .NET Standard library providing C# bindings for the Apache MXNet deep learning framework | 149 |
| An efficient CNN architecture for mobile devices with learned group convolutions and dense connectivity | 694 |
| An implementation of a deep learning algorithm for graph data | 270 |
| A lightweight C++ deep learning library for building and training neural networks. | 61 |
| A deep learning method for optimizing convolutional neural networks by reducing computational cost while improving regularization and inference efficiency. | 18 |
| This project trains deep CNN denoisers to improve image restoration tasks such as deblurring and demosaicking through model-based optimization methods. | 602 |
| An implementation of fully convolutional networks in Chainer, a deep learning framework. | 218 |
| Provides an implementation of convolutional neural networks in MATLAB. | 98 |