xuannianz / keras-GaussianYOLOv3

Gaussian YOLOv3 (An Accurate and Fast Object Detector Using Localization Uncertainty for Autonomous Driving (ICCV, 2019)) implementation in Keras and Tensorflow

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What is the inference speed ? While fps is 42 on the paper, I get 10fps with pytorch_GaussianYOLOv3 using Tesla M60, image size=1600x1200

sisrfeng opened this issue · comments

Hi, my project needs a fast detector but I'm not good at C, so I want to use repo in python. Is this repo as fast as claimed on the paper?
Using pytorch_GaussianYOLOv3, I save the resized image which is 416x416 and test on them, getting 21 fps, which is a little bit low.
Many thanks!

commented

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.