alokwhitewolf / Guided-Attention-Inference-NetworkLinks
Contains implementation of Guided Attention Inference Network (GAIN) presented in Tell Me Where to Look(CVPR 2018). This repository aims to apply GAIN on fcn8 architecture used for segmentation.
☆236Updated 6 years ago
Alternatives and similar repositories for Guided-Attention-Inference-Network
Users that are interested in Guided-Attention-Inference-Network are comparing it to the libraries listed below
Sorting:
- PyTorch implementation of "Soft Proposal Networks for Weakly Supervised Object Localization", ICCV 2017.☆211Updated 6 years ago
- Weakly Supervised Instance Segmentation using Class Peak Response, in CVPR 2018 (Spotlight)☆347Updated 6 years ago
- PyTorch implementation of "WILDCAT: Weakly Supervised Learning of Deep ConvNets for Image Classification, Pointwise Localization and Segm…☆267Updated last year
- Attention-based Dropout Layer for Weakly Supervised Object Localization (CVPR 2019 Oral)☆196Updated 5 years ago
- DeepLab-ResNet rebuilt in Pytorch☆263Updated 6 years ago
- Class Activation Mapping written in PyTorch.