Fix typos in INSTALL.
Thanks to Matohara Kenichiro.
This commit is contained in:
@@ -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 ../../../../
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user