JJBOY / CNN-repositoryLinks
classical CNN impelementation with pytorch.Include VGGNet,BN-VGG,Inception-v1,BN-Inception,Resnet-v1,Resnet-v2,DenseNet and so on.
☆33Updated 7 years ago
Alternatives and similar repositories for CNN-repository
Users that are interested in CNN-repository are comparing it to the libraries listed below
Sorting:
- CNN可视化代码,帮助了解建立GradCam过程, 代码中文注解☆103Updated 6 years ago
- CAM图的resnet50版本☆158Updated 4 years ago
- A pytorch implementation of Bilinear CNNs for Fine-grained Visual Recognition(BCNN).☆49Updated 6 years ago
- [pytorch] DANet: Dual Attention Network for Scene Segmentation☆71Updated 6 years ago
- try to implement the CVPR 2019 paper "Selective Kernel Networks" by PyTorch☆381Updated 6 years ago
- Learning Attentive Pairwise Interaction for Fine-Grained Classification, AAAI-2020☆133Updated 4 years ago
- pytorch learning tutorials☆120Updated 4 years ago
- segmentation repo using pytorch☆78Updated 7 years ago
- ☆218Updated 8 years ago
- A PyTorch implementation of WS-DAN (Weakly Supervised Data Augmentation Network) for FGVC (Fine-Grained Visual Classification)☆411Updated 6 years ago
- use pytorch to do image classfiication tasks☆201Updated 5 years ago
- A Faster PyTorch implementation of bilinear CNN for fine-grained image recognition☆130Updated 7 years ago
- This is a PyTorch implementation of the paper "Multi-branch and Multi-scale Attention Learning for Fine-Grained Visual Categorization (MM…☆259Updated 5 years ago
- SE-ResNet PyTorch Version☆132Updated 7 years ago
- This is a SE_DenseNet which contains a senet (Squeeze-and-Excitation Networks by Jie Hu, Li Shen, and Gang Sun) module, written in Pytor…☆103Updated 5 years ago
- This is a pytorch type of block,including Non-local block,Simple Non-local block,GC block and all GC block; refer to paper《GCNet: Non-lo…☆83Updated 5 years ago
- ☆412Updated 8 years ago
- PyTorch Implementation Of WS-DAN(See Better Before Looking Closer: Weakly Supervised Data Augmentation Network for Fine-Grained Visual Cl…☆173Updated 4 years ago
- A pytorch reimplementation of Hierarchical Bilinear Pooling for Fine-Grained Visual Recognition in Resnet.☆56Updated 6 years ago
- DiceLoss for PyTorch, both binary and multi-class.☆153Updated 7 years ago
- PyTorch implementation of bilinear CNN for fine-grained image recognition☆397Updated 6 years ago
- Code for ICLR 2015 deeplab-v1 paper "Semantic Image Segmentation with Deep Convolutional Nets and Fully Connected CRFs"☆83Updated 5 years ago
- Implementation of Pyramid Attention Networks for Semantic Segmentation.☆238Updated 7 years ago
- pytorch实现Grad-CAM和Grad-CAM++,可以可视化任意分类网络的Class Activation Map (CAM)图,包括自定义的网络;同时也实现了目标检测faster r-cnn和retinanet两个网络的CAM图;欢迎试用、关注并反馈问题...☆769Updated 5 years ago
- use pytorch to do image classification☆140Updated 5 years ago
- PyTorch implementation of Res2Net☆114Updated 6 years ago
- Code for our CVPR2020 paper "Strip Pooling: Rethinking Spatial Pooling for Scene Parsing"☆413Updated 5 years ago
- ☆70Updated 6 years ago
- Hierarchical Bilinear Pooling for Fine-Grained Visual Recognition reimplement in Pytorch.