gocv icon indicating copy to clipboard operation
gocv copied to clipboard

building on yocto w/o inference engine

Open zach-welch-aquabyte opened this issue 2 years ago • 0 comments

When building for a system without Intel Inference Engine support, the standard Yocto Go build process attempts to build these modules and fails when it cannot find the required inference_engine.hpp header file. This failure can be worked around by deleting the openvino directory, but I suspect there might be a cleaner way to handle that. I am currently using gocv-0.23.0, so maybe this has been fixed in a newer version?

zach-welch-aquabyte avatar Mar 03 '22 21:03 zach-welch-aquabyte