endernewton / tf-faster-rcnn

Tensorflow Faster RCNN for Object Detection
https://arxiv.org/pdf/1702.02138.pdf
MIT License
3.65k stars 1.58k forks source link

How to run demo.py faster? #413

Open c4cld opened 5 years ago

c4cld commented 5 years ago

There are 4 lines of code in demo.py: timer = Timer() timer.tic() scores, boxes = im_detect(sess, net, im) timer.toc() I hope im_detect cost shorter time. If I don't change my gpu, how can I make im_detect run faster?

c4cld commented 5 years ago

@endernewton Could you give some suggestions? Thanks for your help in advance. And happy new year.