Session 3: End-to-End Object Detection with Transformers - online
We read and discuss
“End-to-End Object Detection with Transformers”
by Nicolas Carion, Francisco Massa, Gabriel Synnaeve, Nicolas Usunier, Alexander Kirillov, Sergey Zagoruyko
arxiv, May 2020.
That is going to be our first online meetup.
As a warm up we briefly discuss Transformer architecture from “Attention Is All You Need” https://papers.nips.cc/paper/7181-attention-is-all-you-need.pdf.
Training code and pretrained models are available at https://github.com/facebookresearch/detr.
More info
- The Illustrated Transformer by Jay Alammar - nice explanation for Transformer model.