After cloning the OpenCV repo, I noticed that there are tags which refer to OpenVINO.
As a fresh install, should I use the latest stable (4.7.0) or 4.5.5-openvino-2022.1.0?
I’m installing OpenVINO right now using the master branch, which appears to be leading to a 2023 release.
Any suggestions on how to go about this?
I chose to go with 4.7.0 and everything is running fine, including OpenVINO master.
The only issue I had when building OpenCV was that I needed to configure CMake using -DBUILD_ZLIB=OFF, which took a while to figure out. Perhaps the build instructions could include a hint to use this setting.