huangzhicong3
huangzhicong3
hello, I had met the same problem. You can try to change the code : "samples/slog.hpp" to "/opt/intel/computer_vision_sdk/inference_engine/samples/common/samples/slog.hpp"
hello, There is a way to deal with it. add the following code into the "main.cpp" after line 51(using namespace InferenceEngine;) ``` ////////////////BEGIN/////////////////// template void matU8ToBlob(const cv::Mat& orig_image, Blob::Ptr& blob,...
hello, I think the system didn't find libcpu_extension_avx2.so and libinference_engine.so in the "usr/lib", I do this to solve it: 1. Open Terminal 2. Use following code ``` cd /usr/lib/ sudo...