princeton-vl / CornerNet

BSD 3-Clause "New" or "Revised" License
2.36k stars 475 forks source link

speed comparison with YOLO, SSD and Retinanet #2

Open gaopeng-eugene opened 6 years ago

gaopeng-eugene commented 6 years ago

Can you elaborate the speed comparison between YOLO, Retinanet and Faster RCNN

heilaw commented 6 years ago

We do not have the data for speed comparisons.

CoinCheung commented 6 years ago

I see in the paper that CornerNet infer an image with average time 244ms on a TitanX GPU, does it mean that the speed is around 5fps? That is much slower than other single stage detectors. Why is it so slow even without anchors and fpn?