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
2.61k stars 303 forks source link

Question about mAP when training from scratch #382

Closed Rbrq03 closed 3 months ago

Rbrq03 commented 3 months ago

Hey there, congrats to the great work. Have you ever tried to train any version of RT-DETR from scratch? Will it drop some mAP comparing with training from a pre-trained backbone? I will be appreciate if you can share any train log.

lyuwenyu commented 3 months ago

We do not train model from scratch. I think it may need to tune data augmentation and optimizer and other superparameters carefully.

Rbrq03 commented 3 months ago

Thanks for your answer.