From dbd60027efd6d5ec5199ecf333e8893bd85cb301 Mon Sep 17 00:00:00 2001 From: jario-jin Date: Thu, 30 Nov 2023 00:47:00 +0000 Subject: [PATCH] update scripts/x86-cuda/x86-opencv470-cuda-install.sh. Signed-off-by: jario-jin --- scripts/x86-cuda/x86-opencv470-cuda-install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/x86-cuda/x86-opencv470-cuda-install.sh b/scripts/x86-cuda/x86-opencv470-cuda-install.sh index 8535a11..c44e718 100755 --- a/scripts/x86-cuda/x86-opencv470-cuda-install.sh +++ b/scripts/x86-cuda/x86-opencv470-cuda-install.sh @@ -1,5 +1,6 @@ #!/bin/sh + wget https://download.amovlab.com/model/deps/opencv-4.7.0.zip wget https://download.amovlab.com/model/deps/opencv_contrib-4.7.0.zip wget https://download.amovlab.com/model/deps/opencv_cache_x86-4.7.0.zip @@ -59,7 +60,7 @@ cmake -D CMAKE_BUILD_TYPE=Release \ -D CUDA_TOOLKIT_ROOT_DIR=/usr/local/cuda \ -D OPENCV_ENABLE_NONFREE=ON \ -D CMAKE_INSTALL_PREFIX=/usr/local \ - -D OPENCV_EXTRA_MODULES_PATH=../../opencv_contrib-4.7.0/modules .. + -D OPENCV_EXTRA_MODULES_PATH=../../opencv_contrib-4.7.0/modules .. make -j2 sudo make install