sanghoon / pva-faster-rcnn

Demo code for PVANet
https://arxiv.org/abs/1611.08588
Other
650 stars 241 forks source link

How to calculate detection speed? #89

Open chahna107 opened 6 years ago

chahna107 commented 6 years ago

Hi @sanghoon, Could you please tell me how can I calculate the detection speed?

The timings of _imdetect keep changing during testing. Do you average over those timings when reporting the speed or is there any better way to do it?

Thanks!