xvjiarui / GCNetLinks
GCNet: Non-local Networks Meet Squeeze-Excitation Networks and Beyond
☆1,209Updated 4 years ago
Alternatives and similar repositories for GCNet
Users that are interested in GCNet are comparing it to the libraries listed below
Sorting:
- CCNet: Criss-Cross Attention for Semantic Segmentation (TPAMI 2020 & ICCV 2019).☆1,467Updated 4 years ago
- a pytorch lib with state-of-the-art architectures, pretrained models and real-time updated results☆867Updated 4 years ago
- Implementation of Non-local Block.☆1,575Updated 2 years ago
- Code for our CVPR 2019 paper: Selective Kernel Networks; See zhihu:https://zhuanlan.zhihu.com/p/59690223☆611Updated 6 years ago
- (ImageNet pretrained models) The official pytorch implemention of the TPAMI paper "Res2Net: A New Multi-scale Backbone Architecture"☆1,102Updated 2 years ago
- Deformable ConvNets V2 (DCNv2) in PyTorch☆1,476Updated 2 years ago
- ACNet: Strengthening the Kernel Skeletons for Powerful CNN via Asymmetric Convolution Blocks☆844Updated 2 years ago
- PyTorch implementation of Deformable ConvNets v2 (Modulated Deformable Convolution)☆757Updated 6 years ago
- Pytorch implementation of Feature Pyramid Network (FPN) for Object Detection☆967Updated 6 years ago
- The code for Expectation-Maximization Attention Networks for Semantic Segmentation (ICCV'2019 Oral)☆681Updated 5 years ago
- Deformable Convolutional Networks v2 with Pytorch☆1,311Updated last year
- ☆411Updated 7 years ago
- Feature Pyramid Networks in PyTorch☆482Updated 7 years ago
- Dual Attention Network for Scene Segmentation (CVPR2019)☆2,441Updated 7 months ago
- Implementing Attention Augmented Convolutional Networks using Pytorch☆654Updated 3 years ago
- try to implement the CVPR 2019 paper "Selective Kernel Networks" by PyTorch☆377Updated 5 years ago
- PyTorch implementation of Deformable Convolution☆910Updated 4 years ago
- Train the HRNet model on ImageNet☆1,023Updated 3 years ago
- Pytorch implementation of newly added convolution☆586Updated 5 years ago
- Code for ECA-Net: Efficient Channel Attention for Deep Convolutional Neural Networks☆1,345Updated 4 years ago
- Please choose the openseg.pytorch project for the updated code that achieve SOTA on 6 benchmarks!☆809Updated 4 years ago
- PyTorch Implementation of Deformable Convolution☆288Updated 7 years ago
- PyTorch implementation of SENet☆2,326Updated 4 years ago
- FastFCN: Rethinking Dilated Convolution in the Backbone for Semantic Segmentation.☆844Updated 4 years ago
- Exploring Self-attention for Image Recognition, CVPR2020.☆752Updated 5 years ago
- Receptive Field Block Net for Accurate and Fast Object Detection, ECCV 2018☆1,420Updated 3 years ago
- Fast, modular reference implementation and easy training of Semantic Segmentation algorithms in PyTorch.☆1,414Updated 5 years ago
- The official code for the paper 'Structured Knowledge Distillation for Semantic Segmentation'. (CVPR 2019 ORAL) and extension to other ta…