Replies: 1 comment
-
The original paper uses old implementations & old frameworks, so the conclusion is different. Page 128-132 of https://www.dropbox.com/s/6izllk62dobao9n/ICCV19_generalized_rcnn_tutorial_ross_girshick.pptx?dl=0 also explains this story. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In the COCO Object Detection Baselines, I find Faster RCNNs have lower inference time than RetinaNets with the same backbone.
However, RetinaNet is supposed to run faster than Faster RCNN according to the paper.
I checked the configuration and I didn't get any clue yet. Any ideas are welcome!
Here's a snippet of the baseline table:
sched
time
(s/iter)
time
(s/im)
mem
(GB)
AP
Beta Was this translation helpful? Give feedback.
All reactions