Tim M 57b5cefde5 Updated all `.md` files to contain newest image пре 2 година
..
CMakeLists.txt 54e937db0f OpenVINO with OpenCV пре 6 година
README.md 57b5cefde5 Updated all `.md` files to contain newest image пре 2 година
image-classification.cpp ebae6591a0 Build fixes for OpenVINO sample. пре 4 година
image-classification.py 54e937db0f OpenVINO with OpenCV пре 6 година

README.md

Using OpenVINO with OpenCV

This repository contains the code for Using OpenVINO with OpenCV blog post.

download

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.