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
591 stars 229 forks source link

dnn: abstract dnn inference engine class and derive object detection … #620

Closed zongwave closed 5 years ago

zongwave commented 5 years ago

…class

  * clone openvino inference engine
      git clone https://github.com/opencv/dldt.git

  * build openvino inference engien
      https://github.com/opencv/dldt/blob/2018/inference-engine/README.md

  * export openvino path to environment varibles
      $ export OPENVINO_IE_INC_PATH=${OPENVINO_INFERENCE_ENGINE_DIR}
      $ export OPENVINO_IE_LIBS_PATH=${OPENVINO_INFERENCE_ENGINE_DIR}/bin/intel64/Release/lib

    # NOTE: Fill in the ${OPENVINO_INFERENCE_ENGINE_DIR} - e.g. /home/usr/openvino/dldt/inference-engine/

  * test command
      $ ./test-dnn-inference --input cars_on_road.jpg --model-file vehicle-detection-adas-0002.xml