diff --git a/INSTALL/opencv-cuda.sh b/INSTALL/opencv-cuda.sh index f61287b3..52bbfac6 100644 --- a/INSTALL/opencv-cuda.sh +++ b/INSTALL/opencv-cuda.sh @@ -9,7 +9,7 @@ if [ ! -e "./opencv" ]; then echo "Downloading OpenCV..." git clone https://github.com/opencv/opencv.git cd opencv - git checkout 3.4.0 + git checkout 3.4.10 cd .. fi if [ ! -e "./opencv_contrib" ]; then