Update opencv-cuda.sh

build-default-monitor-config-from-definitions
Moe 2020-05-05 08:04:43 -07:00
parent d72b61f592
commit d7a255390a
1 changed files with 1 additions and 1 deletions

View File

@ -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