lyuwenyu / RT-DETR

[CVPR 2024] Official RT-DETR (RTDETR paddle pytorch), Real-Time DEtection TRansformer, DETRs Beat YOLOs on Real-time Object Detection. 🔥 🔥 🔥

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

640 resolution

liangxuejingjing opened this issue · comments

Thank you for releasing this excellent project, I wanna run it on high resolution, e.g. 2048*2048, how can I change the network?

Which codebase (torch or paddle) do you use?

Just find and modify *eval_size in related config file.


You can star this repo to follow updates, #179

Which codebase (torch or paddle) do you use?

Just find and modify *eval_size in related config file.

You can star this repo to follow updates, #179

torch

Which codebase (torch or paddle) do you use?

Just find and modify *eval_size in related config file.

You can star this repo to follow updates, #179

Though I have run rt-detr with higher resolution, the output is not ideal. How can I add a feature map “S6”?

Which codebase (torch or paddle) do you use?

Just find and modify *eval_size in related config file.

You can star this repo to follow updates, #179

Hi @lyuwenyu,

Does this require retraining, or can this be just done for inference?