We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97193b9 commit 25b5485Copy full SHA for 25b5485
ubuntu/install_caffe_and_openpose_if_cuda8.sh
@@ -23,11 +23,11 @@ function executeShInItsFolder {
23
# $1 = sh file name
24
# $2 = folder where the sh file is
25
# $3 = folder to go back
26
- cd $2
+ cd $2
27
exitIfError
28
sudo chmod +x $1
29
30
- ./$1
+ bash ./$1
31
32
cd $3
33
@@ -40,10 +40,10 @@ exitIfError
40
41
42
43
-executeShInItsFolder "./ubuntu/install_openpose_if_cuda8.sh" "./" "./"
+executeShInItsFolder "install_openpose_if_cuda8.sh" "./ubuntu" "./"
44
45
46
47
48
echo "------------------------- Caffe and OpenPose Installed -------------------------"
49
-echo ""
+echo ""
0 commit comments