saswat0 / License-Plate-Recognition

Detection of license plate and recognising the registration number
Other
23 stars 12 forks source link

How did you make the wpod-net run fast? ? #5

Closed MingRongXi closed 3 years ago

MingRongXi commented 3 years ago

Hi, saswat0! I have a 32g PH402 SKU 200 GPU on my friend's machine. It takes hundreds or even thousands of milliseconds for wpod-net to detect the license plate in a frame. It's too slow! How did you make the wpod-net run fast?

saswat0 commented 3 years ago

Make sure that GPU and CUDNN are set to 1 (in the makefile) before compiling darknet. I couldn't make it run enough fast. I just skipped a few frames and used kalman filters to reduce the jitter. With a good GPU, the fps is manageable

MingRongXi commented 3 years ago

Thank you!I try it again with your method.