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:
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:
|
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 ../../../../
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue