light_head_rcnn icon indicating copy to clipboard operation
light_head_rcnn copied to clipboard

On what GPU have you received FPS of 95/102?

Open netanel-s opened this issue 7 years ago • 6 comments

First of all, thanks for the paper, I enjoyed reading it. In table 8 you compare FPS and COCO's AP with other CNNs, but I can't find the GPU in use. Could you please share on what GPU these FPS values were obtained? Is it Titan XP? If so, were the FPS values of the rest of the CNNs (YOLO, SSD, DSSD, etc) also computed on this GPU? (original values from corresponding papers are of Titan X Maxwell if I'm not wrong)

Thanks!

netanel-s avatar Jun 13 '18 14:06 netanel-s

I'm also interested on which hardware you received these impressive results.

TheMikeyR avatar Jul 06 '18 06:07 TheMikeyR

U are right, I use TITAN XP GPU cause i don't have titan x. I think the speed will drop about 20% when adopting titan x.

zengarden avatar Jul 07 '18 13:07 zengarden

@zengarden I wonder, did you get the 95/102 results using your internal code? I trained this TensorFlow network, but I got surprisingly 2.3FPS on GTX 1080ti during inference. The input max size is 1333. I really hope that I could push FPS to 95/102.

JingyuQian avatar Aug 27 '18 06:08 JingyuQian

@JingyuQian The paper mentioned they used a different, lightweight backend network (Xception) to get 95 FPS. The network is not in this repo, as this repo uses resnet101.

nguyeho7 avatar Aug 27 '18 15:08 nguyeho7

@nguyeho7 I see, thanks. But still, I think changing the structure to xception won't increase FPS by such a large margin.

JingyuQian avatar Aug 27 '18 17:08 JingyuQian

I assume the Xception like network used in the paper can't be shared ?

liuchang8am avatar Aug 28 '18 08:08 liuchang8am