From d7a255390aff1a5c6a85f5b787d59ff0ebb593e8 Mon Sep 17 00:00:00 2001 From: Moe Date: Tue, 5 May 2020 08:04:43 -0700 Subject: [PATCH] Update opencv-cuda.sh --- INSTALL/opencv-cuda.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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