1
Fork 0
mirror of https://github.com/jech/galene.git synced 2024-12-22 07:15:47 +01:00

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

View file

@ -38,6 +38,7 @@ disable the menu entries for background blur.
Optionally install Google's MediaPipe library:
```
mkdir mediapipe
cd mediapipe
npm pack @mediapipe/tasks-vision
tar xzf mediapipe-tasks-vision-*.tgz
rm -f ../static/third-party/tasks-vision
@ -45,7 +46,7 @@ mv package ../static/third-party/tasks-vision
cd ../static/third-party/tasks-vision
mkdir 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 ../../../../
```