pranavdurai10 / rtdetr-pytorch

This repository provides a PyTorch implementation of RT-DeTR, a state-of-the-art Realtime Detection Transformer for object detection tasks.
MIT License
50 stars 11 forks source link

Review: DWConv #7

Open pranavdurai10 opened 1 year ago

pranavdurai10 commented 1 year ago

DWConv implementation detr_layers/dwconv.py needs to be validated with actual architecture.

Please feel free to submit a PR!