tbmoon / basic_vqaLinks
Pytorch VQA : Visual Question Answering (https://arxiv.org/pdf/1505.00468.pdf)
☆95Updated last year
Alternatives and similar repositories for basic_vqa
Users that are interested in basic_vqa are comparing it to the libraries listed below
Sorting:
- Strong baseline for visual question answering☆240Updated 2 years ago
- PyTorch implementation of Image captioning with Bottom-up, Top-down Attention☆166Updated 6 years ago
- CNN+LSTM, Attention based, and MUTAN-based models for Visual Question Answering☆75Updated 5 years ago
- PyTorch bottom-up attention with Detectron2☆233Updated 3 years ago
- An implementation that downstreams pre-trained V+L models to VQA tasks. Now support: VisualBERT, LXMERT, and UNITER☆164Updated 2 years ago
- Transformer-based image captioning extension for pytorch/fairseq☆317Updated 4 years ago
- Deep Modular Co-Attention Networks for Visual Question Answering☆454Updated 4 years ago
- Implementation of the Object Relation Transformer for Image Captioning☆178Updated 9 months ago
- Faster RCNN model in Pytorch version, pretrained on the Visual Genome with ResNet 101☆237Updated 2 years ago
- Code for paper "Attention on Attention for Image Captioning". ICCV 2019☆333Updated 4 years ago
- A PyTorch implementation of the paper Show, Attend and Tell: Neural Image Caption Generation with Visual Attention☆84Updated 5 years ago
- Bottom-up features extractor implemented in PyTorch.☆72Updated 5 years ago
- Code for Unsupervised Image Captioning☆218Updated 2 years ago
- Using LSTM or Transformer to solve Image Captioning in Pytorch☆78Updated 3 years ago
- This repository focus on Image Captioning & Video Captioning & Seq-to-Seq Learning & NLP☆412Updated 2 years ago
- BLOCK (AAAI 2019), with a multimodal fusion library for deep learning models☆352Updated 5 years ago
- Image Captioning Using Transformer☆268Updated 3 years ago
- BERT + Image Captioning☆132Updated 4 years ago
- Implementation of 'X-Linear Attention Networks for Image Captioning' [CVPR 2020]☆274Updated 3 years ago
- ☆219Updated 3 years ago
- PyTorch Implementation of Knowing When to Look: Adaptive Attention via a Visual Sentinal for Image Captioning☆85Updated 5 years ago
- A PyTorch reimplementation of bottom-up-attention models☆301Updated 3 years ago
- Python 3 support for the MS COCO caption evaluation tools☆321Updated 11 months ago
- Code of Dense Relational Captioning☆69Updated 2 years ago
- Unofficial tensorflow implementation of "Bottom-up and Top-down attention for VQA" (TF v. 1.13)☆39Updated 5 years ago
- Grid features pre-training code for visual question answering☆269Updated 3 years ago
- A lightweight, scalable, and general framework for visual question answering research☆325Updated 3 years ago
- Meshed-Memory Transformer for Image Captioning. CVPR 2020☆540Updated 2 years ago
- An updated PyTorch implementation of hengyuan-hu's version for 'Bottom-Up and Top-Down Attention for Image Captioning and Visual Question…