This repository contains a PyTorch implementation of the cutting-edge RT-DeTR (Realtime Detection Transformer).
The repository currently includes implementations of two RT-DeTR models:
- RT-DeTR-L
- RT-DeTR-X
This is a reference implementation of RT-DeTR model using PyTorch. At the time of creating this repository, RT-DeTR is officially available only through the PaddlePaddle framework.
Kindly use this as a starting point to implement a fully-functional RT-DeTR model, using PyTorch framework.
This repository is licensed under the MIT License, allowing you to freely use and modify the code.