facebookresearch / detr

End-to-End Object Detection with Transformers
Apache License 2.0
13.08k stars 2.37k forks source link

It looks that DETR training time is longer than YOLO, #579

Open frabob2017 opened 1 year ago

frabob2017 commented 1 year ago

I run DETR and compare YOLO to see how long it takes to train around 240 512*512 images. I found DETR training time for each epoch will almost double compared with YOLO. Is it expected?

YejinHwang909 commented 1 year ago

me too!🥲

frabob2017 commented 1 year ago

I run DETR and compare YOLO to see how long it takes to train around 240 512*512 images. I found DETR training time for each epoch will almost double compared with YOLO. Is it expected?

Hope DETR team can be as supportive as YOLOv8 team. with this, I believe that more people will try DETR. I am also wondering there is no version update for DETR compared with frequent version update of YOLO.