lyuwenyu / RT-DETR

[CVPR 2024] Official RT-DETR (RTDETR paddle pytorch), Real-Time DEtection TRansformer, DETRs Beat YOLOs on Real-time Object Detection. 🔥 🔥 🔥
Apache License 2.0
1.64k stars 178 forks source link

Predict with pytorch #335

Open Honepa opened 2 weeks ago

Honepa commented 2 weeks ago

How to run model with pytorch without ultralytics library?

Run with paddle give me processing one image at a time 0.4 sec, but i want < 0.05 sec. ultralytics lib give me this speed, but i can't use her? pls help me

lyuwenyu commented 2 weeks ago

see discussion: https://github.com/lyuwenyu/RT-DETR/issues/95 and some useful code piece: https://github.com/lyuwenyu/RT-DETR/tree/main/benchmark

sangkv commented 5 days ago

@Honepa https://github.com/lyuwenyu/RT-DETR/issues/342#issuecomment-2182587300