Skip to content

Commit

Permalink
Merge pull request #106 from ESE-Peasy/105-fix-install-script
Browse files Browse the repository at this point in the history
Fix installing image
  • Loading branch information
miklasr authored Mar 30, 2021
2 parents 5f9b708 + c34929b commit 467a3dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PosturePerfection_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ mkdir -p models && cd models
wget https://github.com/ESE-Peasy/PosturePerfection/raw/main/models/EfficientPoseRT_LITE.tflite
cd ..
mkdir -p images && cd images
wget https://github.com/ESE-Peasy/PosturePerfection/blob/main/images/logo.png
wget https://github.com/ESE-Peasy/PosturePerfection/raw/main/images/logo.png
cd ..

# Download and install the PosturePerfection build of OpenCV
Expand Down

0 comments on commit 467a3dc

Please sign in to comment.