Skip to content

Latest commit

 

History

History
 
 

OpenVINO-OpenCV

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Using OpenVINO with OpenCV

This directory contains code for image classification using OpenVINO with OpenCV.

For C++

How to compile the code

If you don't have OpenCV installed globally, then Specify the OpenCV_DIR in CMakeLists.txt file. Then,

cmake .
make

How to Run the code

C++

./image-classification

Python

python image-classification.py

AI Courses by OpenCV

Want to become an expert in AI? AI Courses by OpenCV is a great place to start.