This repo offers simple implementation of DETR (DEtection TRansformer) from scratch using PyTorch. Please refer to the implmentation details here.
Please follow the insturction below.
git clone https://github.com/bskkimm/Simple-DETR-Implementation.git
conda create -n DETR python=3.10 -y
conda activate DETR
pip install -r requirements.txtThen, implement DETR step by step using tutorial.ipynb