CV-Operation-Task

A Computer Vision Inferance Task With C++

Table of Contents
  1. About The Project
  2. Getting Started
  3. Running

About The Project

Converting the inferance stage from python code to c++ one

Here will see:

  • Loading Onnex File and preparing the tensor input output shape
  • Preprocessing steps on image using Opencv
  • Prediction Phase with pretrainde loaded model
  • Postprocessing the result

(back to top)

Built With

This section should list any major frameworks/libraries used to bootstrap your project. Leave any add-ons/plugins for the acknowledgements section. Here are a few examples.

(back to top)

Installation

To run the source code

  1. Clone the repo
    git clone https://github.com/Mohamed-Ahmed-Abo-El-Enen/CVOperationTask.git
  2. Install Opencv
  3. Install Onnxruntime
  4. Make sure the previous packages on our root / IDE local variable
  5. Run the Cmakelist.txt to create the project

(back to top)

Running

Code was build on Visual Studio and generated the exutable file On Windows
Followed given python code no need for parsing any parameters to it just simple run

(back to top)