IDEA-Research / DN-DETR

[CVPR 2022 Oral] Official implementation of DN-DETR
Apache License 2.0
530 stars 57 forks source link

The cup load is high when training #11

Closed luzibuye closed 2 years ago

luzibuye commented 2 years ago

Hello, thanks for your wonderful work! I modified a little code to train on my own dataset (the same format as coco) but the cpu load seems a little high (over 50%). But when using dab-detr to train the same dataset, the cpu load is very low. Is it normal or dose it need some improvement?

FengLi-ust commented 2 years ago

Hi, I have never noticed this problem on my GPU devices before, and I think the denoising processing does not require a heavy CPU load. If you find out the cause of this problem, you may share your opinions here.