Kenny Voo
Results
2
comments of
Kenny Voo
The difference lies in the preprocessing approach. YOLO (ultralytics) resizes frames on CPU before transferring to GPU, while RF-DETR transfers to GPU first, then resizes. This means RF-DETR transfers larger...
another possible scenario that causes high cpu usage is if you transfer the image to gpu in float32 instead of uint8.