Fix typos in INSTALL.

Thanks to Matohara Kenichiro.
This commit is contained in:
Juliusz Chroboczek
2024-12-14 00:17:28 +01:00
parent bf46a9d6c1
commit 4852f4d379
+2 -1
View File
@@ -38,6 +38,7 @@ disable the menu entries for background blur.
Optionally install Google's MediaPipe library: Optionally install Google's MediaPipe library:
``` ```
mkdir mediapipe mkdir mediapipe
cd mediapipe
npm pack @mediapipe/tasks-vision npm pack @mediapipe/tasks-vision
tar xzf mediapipe-tasks-vision-*.tgz tar xzf mediapipe-tasks-vision-*.tgz
rm -f ../static/third-party/tasks-vision rm -f ../static/third-party/tasks-vision
@@ -45,7 +46,7 @@ mv package ../static/third-party/tasks-vision
cd ../static/third-party/tasks-vision cd ../static/third-party/tasks-vision
mkdir models mkdir models
cd models cd models
wget wget https://storage.googleapis.com/mediapipe-models/image_segmenter/selfie_segmenter/float16/latest/selfie_segmenter.tflite wget https://storage.googleapis.com/mediapipe-models/image_segmenter/selfie_segmenter/float16/latest/selfie_segmenter.tflite
cd ../../../../ cd ../../../../
``` ```