Skip to content

Instantly share code, notes, and snippets.

@muka
Created July 8, 2018 04:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save muka/836e147d96abe54dd319e92573a59902 to your computer and use it in GitHub Desktop.
Save muka/836e147d96abe54dd319e92573a59902 to your computer and use it in GitHub Desktop.
gocv / openvino setup
. /data/opt/intel/computer_vision_sdk_2018.2.300/bin/setupvars.sh
. openvino/env.sh
CGO_LDFLAGS="$CGO_LDFLAGS -lopencv_calib3d"
LD_LIBRARY_PATH=/home/l/git/github.com/openvino-docker/lib/x86_64-linux-gnu:$LD_LIBRARY_PATH
LD_LIBRARY_PATH=/data/opt/intel/computer_vision_sdk_2018.2.300/deployment_tools/inference_engine/lib/ubuntu_16.04/intel64:$LD_LIBRARY_PATH
export CGO_LDFLAGS
export LD_LIBRARY_PATH
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment