From a764b6b42739c0bc1a0e818d501fa3581e624903 Mon Sep 17 00:00:00 2001 From: Dmitry Kurtaev Date: Tue, 11 Jul 2023 09:56:42 +0300 Subject: [PATCH] Update setupvars.sh path --- BuildOpenCV4OpenVINO.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/BuildOpenCV4OpenVINO.md b/BuildOpenCV4OpenVINO.md index e800522..bd4a319 100644 --- a/BuildOpenCV4OpenVINO.md +++ b/BuildOpenCV4OpenVINO.md @@ -90,7 +90,7 @@ libgstreamer-plugins-base1.0-dev ### Procedure 0. Setup environment variables to detect OpenVINO: -> source /opt/intel/openvino/bin/setupvars.sh +> source /opt/intel/openvino/setupvars.sh 1. Copy OpenCV repository: > git clone --recurse-submodules https://github.com/opencv/opencv.git 2. Compile and install OpenCV: @@ -204,7 +204,7 @@ ffmpeg-devel ### Procedure 0. Setup environment variables to detect OpenVINO: -> source /opt/intel/openvino/bin/setupvars.sh +> source /opt/intel/openvino/setupvars.sh 1. Copy OpenCV repository: > git clone --recurse-submodules https://github.com/opencv/opencv.git 2. Create build directory and enter into it: @@ -414,7 +414,7 @@ set "PYTHONPATH=\python;%PYTHONPATH%" ### Procedure 0. Setup environment variables to detect OpenVINO: -> source /opt/intel/openvino/bin/setupvars.sh +> source /opt/intel/openvino/setupvars.sh 1. Copy OpenCV repository: > git clone --recurse-submodules https://github.com/opencv/opencv.git 2. Create build directory and enter into it: