qqwweee / keras-yolo3

A Keras implementation of YOLOv3 (Tensorflow backend)
MIT License
7.14k stars 3.44k forks source link

How to speed up the prediction #363

Open yuanjingsong opened 5 years ago

yuanjingsong commented 5 years ago

I use the origin yolov3 weights to predict my own dataset, and the prediction result is not bad. However, the speed of the prediction can not meet the requirement.

My task is about detecting cars and counting them from the CCTV on the road, so i do not care about the other object. Maybe it can be a binary classification, detecting an object is a car or not.

So is the any solution to speed up the prediction?

Thanks All :)

ozcelikkale commented 4 years ago

hey, can you find any solution to speed up the prediction process??