DoubangoTelecom / ultimateALPR-SDK

World's fastest ANPR / ALPR implementation for CPUs, GPUs, VPUs and NPUs using deep learning (Tensorflow, Tensorflow lite, TensorRT, OpenVX, OpenVINO). Multi-Charset (Latin, Korean, Chinese) & Multi-OS (Jetson, Android, Raspberry Pi, Linux, Windows) & Multi-Arch (ARM, x86).
https://www.doubango.org/webapps/alpr/
Other
593 stars 157 forks source link

Recogniser sample video stream #277

Closed tomcass240 closed 11 months ago

tomcass240 commented 11 months ago

On the readme it has a video of the recogniser sample being used on a video stream but the readme for the application seems to only support jpg/bmp/png. Are you supposed to convert your video to a series of images for this software to work properly?

DoubangoTelecom commented 11 months ago

Sample code showing how to process video stream is available for Android only: https://github.com/DoubangoTelecom/ultimateALPR-SDK/tree/master/samples/android. It's straightforward to write your own code to process a video. Example, pseudo-code: https://www.doubango.org/SDKs/anpr/docs/Getting_started.html#opencv