SENet
Squeeze-and-Excitation Network
An implementation of the Squeeze-and-Excitation Networks architecture in Caffe
Squeeze-and-Excitation Networks
3k stars
83 watching
839 forks
Language: Cuda
last commit: over 5 years ago
Linked from 1 awesome list
caffegpusenet
Related projects:
Repository | Description | Stars |
---|---|---|
moskomule/senet.pytorch | An implementation of Squeeze-and-Excitation Networks (SE-Nets) for deep learning image classification tasks | 2,285 |
taki0112/senet-tensorflow | A TensorFlow implementation of Squeeze and Excitation Networks for image classification tasks | 756 |
liuzhuang13/densenet | A deep learning implementation of a neural network architecture with interconnected layers, designed to improve accuracy on image classification tasks | 4,740 |
msracver/deformable-convnets | An implementation of deformable convolutional networks using MXNet. | 4,052 |
lucidrains/dalle2-pytorch | An implementation of DALL-E 2's text-to-image synthesis neural network in PyTorch | 11,148 |
idealo/image-super-resolution | A project providing tools and frameworks for improving the quality of low-resolution images through deep learning-based techniques. | 4,658 |
yangxy/gpen | An open-source software project that develops and provides tools for restoring degraded faces in images using Generative Pre-trained Networks. | 2,441 |
cszn/kair | Image restoration toolbox with training and testing codes for various deep learning-based methods | 2,968 |
bruinxiong/senet.mxnet | An implementation of Squeeze-and-Excitation Networks in MXNet for image classification tasks. | 154 |
kupynorest/deblurgan | An image deblurring system using Generative Adversarial Networks (GANs) to restore sharpness from blurry images. | 2,516 |
haifengl/smile | A comprehensive machine learning and data science toolkit with algorithms for classification, regression, clustering, and more. | 6,051 |
weiliu89/caffe | A deep learning framework for rapid prototyping and production of computer vision applications | 4,770 |
rbgirshick/rcnn | A visual object detection system that combines region proposals with neural network features to improve detection performance. | 2,380 |
bvlc/caffe | A framework for building and training deep learning models, particularly those using convolutional neural networks. | 34,132 |
princeton-vl/cornernet | A deep learning framework for object detection using corner pooling and keypoint localization. | 2,359 |