intel / libxcam

libXCam is a project for extended camera(not limited in camera) features and focus on image quality improvement and video analysis. There are lots features supported in image pre-processing, image post-processing and smart analysis. This library makes GPU/CPU/ISP working together to improve image quality. OpenCL is used to improve performance in different platforms.
Other
592 stars 230 forks source link

dnn: update dnn inference code to complied with openvino version 2.1 #733

Closed zongwave closed 4 years ago

zongwave commented 4 years ago
  1. get openvino source code $ git clone https://github.com/openvinotoolkit/openvino.git

  2. build openvino inference engine https://github.com/openvinotoolkit/openvino/blob/master/build-instruction.md#build-on-linux-systems

  3. set openvino inference engine build environment variables "inc_path" & "libs_path" $ export OPENVINO_IE_INC_PATH="openvino_root/inference-engine" $ export OPENVINO_IE_LIBS_PATH="openvino_root/bin/intel64/Release/lib"