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