File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
modules/arm_plugin/scripts Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -81,10 +81,10 @@ checkSrcTree "$ONETBB_HOME" https://github.com/oneapi-src/oneTBB.git master
8181if [ " $WITH_OPENCV " = " ON" ]; then
8282 checkSrcTree " $OPENCV_HOME " https://github.com/opencv/opencv.git 4.x
8383fi
84- checkSrcTree " $OPENVINO_HOME " https://github.com/openvinotoolkit/openvino.git master
85- checkSrcTree " $OPENVINO_CONTRIB " https://github.com/openvinotoolkit/openvino_contrib.git master
84+ checkSrcTree " $OPENVINO_HOME " https://github.com/openvinotoolkit/openvino.git releases/2022/3
85+ checkSrcTree " $OPENVINO_CONTRIB " https://github.com/openvinotoolkit/openvino_contrib.git releases/2022/3
8686if [ " $WITH_OMZ_DEMO " = " ON" ]; then
87- checkSrcTree " $OMZ_HOME " https://github.com/openvinotoolkit/open_model_zoo.git master
87+ checkSrcTree " $OMZ_HOME " https://github.com/openvinotoolkit/open_model_zoo.git releases/2022/3
8888fi
8989
9090# python variables
You can’t perform that action at this time.
0 commit comments