File tree 1 file changed +3
-3
lines changed
modules/arm_plugin/scripts
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
81
81
if [ " $WITH_OPENCV " = " ON" ]; then
82
82
checkSrcTree " $OPENCV_HOME " https://github.com/opencv/opencv.git 4.x
83
83
fi
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
86
86
if [ " $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
88
88
fi
89
89
90
90
# python variables
You can’t perform that action at this time.
0 commit comments