Skip to content

Latest commit

 

History

History
 
 

203-meter-reader

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Industrial Meter Reader

Binder

meter

This notebook shows how to create an industrial meter reader with OpenVINO Runtime.

Notebook Contents

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.

Installation Instructions

If you have not done so already, please follow the Installation Guide to install all required dependencies.