This notebook shows how to create an industrial meter reader with OpenVINO Runtime.
As a routine task in power grid, meter reading always brings a heavy workload to workers. To save the labour resources, power grid begin to implement the Deep Learning technology which enables computer to read the meter and report results.
In this notebook, we use the PaddlePaddle pre-trained model PPYOLOv2 and DeepLabV3P to built-up a multiple inference task pipeline. This system will automaticly detect the meters and find out their readings.
If you have not done so already, please follow the Installation Guide to install all required dependencies.