PyTorch Face Recognizer based on 'VGGFace2: A dataset for recognising faces across pose and age'
Image Captioning based on Bottom-Up and Top-Down Attention model
A Bottom-Up and Top-Down Approach for Image Captioning using Transformer
Implementation of the Object Relation Transformer for Image Captioning
TensorFlow implementation of 'Attention Is All You Need (2017. 6)'
Tool for visualizing attention in the Transformer model (BERT, GPT-2, XLNet, and RoBERTa)
Pretrained Pytorch face detection and recognition models ported from davidsandberg/facenet
Unofficial pytorch implementation for Self-critical Sequence Training for Image Captioning; py3 version in py3 branch (it actually should be compatible to both py2 and py3)
Image captioning codebase in pytorch(finetunable cnn in branch "with_finetune";diverse beam search can be found in 'dbs' branch; self-critical training is under my self-critical.pytorch repository.)