mirror of
https://github.com/jech/galene.git
synced 2024-12-21 23:05:48 +01:00
Fix typos in INSTALL.
Thanks to Matohara Kenichiro.
This commit is contained in:
parent
bf46a9d6c1
commit
4852f4d379
1 changed files with 2 additions and 1 deletions
3
INSTALL
3
INSTALL
|
@ -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 ../../../../
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue