yukyunglee / detr

End-to-End Object Detection with Transformers paper, code review (KoreaUniv. AAA739)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DETR

End-to-End Object Detection with Transformers paper, code review

DETR

1. Paper Review

You can see my review slide : "DETR_paper_review.pdf"

2. Code Review

DETR code based on official implementation (https://github.com/facebookresearch/detr)

  • DETR repo provides a colab notebook to use model easily (minimal implementation version)

  • The original colab notebook describes the file as follows

​ : In this notebook we show a demo of DETR (Detection Transformer), with slight differences with the baseline model in the paper.We show how to define the model, load pretrained weights and visualize bounding box and class predictions.

DETR

Contents
  • DETR Overview
  • DETR Code Review
  • Prediction with COCO Dataset
  • Difference between DETR and ViT

3. Reference

About

End-to-End Object Detection with Transformers paper, code review (KoreaUniv. AAA739)


Languages

Language:Jupyter Notebook 100.0%