rtdetr-pytorch icon indicating copy to clipboard operation
rtdetr-pytorch copied to clipboard

This repository provides a PyTorch implementation of RT-DeTR, a state-of-the-art Realtime Detection Transformer for object detection tasks.

Results 8 rtdetr-pytorch issues
Sort by recently updated
recently updated
newest added

Thanks for sharing! I'd like to do some research based on this library. Compared with the original paper, what modules do we need to complete this model, in addition to...

AIFI layer implementation `detr_layers/aifi.py` needs to be validated with actual architecture. Please feel free to submit a PR!

help wanted

Dino head needs to be built for both L and X models in `models` directory. Please feel free to submit a PR!

help wanted

HGBlock implementation `detr_layers/hgblock.py` needs to be validated with actual architecture. Please feel free to submit a PR!

help wanted

HGStem implementation `detr_layers/hgstem.py` needs to be validated with actual architecture. Please feel free to submit a PR!

help wanted

DWConv implementation `detr_layers/dwconv.py` needs to be validated with actual architecture. Please feel free to submit a PR!

help wanted

performance with this code?

RepC3 layer implementation `detr_layers/repc3.py` needs to be validated with actual architecture. Please feel free to submit a PR!

help wanted