Skip to content

Instantly share code, notes, and snippets.

@ashish-2005
Last active January 19, 2024 21:28
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ashish-2005/36d27cf400ecd3468a5b6eb8434e59e5 to your computer and use it in GitHub Desktop.
Save ashish-2005/36d27cf400ecd3468a5b6eb8434e59e5 to your computer and use it in GitHub Desktop.
This is the final report for GSoC 2023 under OpenVINO toolkit organization

Google Summer Of Code 2023

Contributor: Ashish Bangwal (ashish-2005)

Organization: OpenVINO Toolkit

Project: Industrial Meter Reading With OpenVINO (project page)

GitHub repository: ashish-2005/GSoC23-OpenVINO

Abstract

The project is divided into two parts. In the first part of the project, we created a deep learning-based solution to read industrial meters. We achieved this by first detecting meters in the frame with the EfficientDet-d0 model, then doing semantic segmentation of meters with UNET (with a Resnet50 backbone) to obtain a segmentation map with which we calculated readings, and for inference we use the OpenVINO runtime. In part two of the project, we further optimize the solution pipeline to support multiple camera inputs with OpenVINO-toolkit functions like AsyncInferQueue and other performance hints, along with a web-based GUI with HTML,CSS, JS, and Flask web framework.

For further details visit project's Wiki page.

Deliverables

People

@hillhack
Copy link

hillhack commented Dec 31, 2023

@ashish-2005 hii i m just beginner(my first contribution) and i wannna contribute to this organization pls guide me (i know python).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment