Skip to content

Commit

Permalink
Update readme.MD
Browse files Browse the repository at this point in the history
  • Loading branch information
Rassibassi authored Nov 17, 2022
1 parent c1c6724 commit 47c6330
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.MD
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ source env/bin/activate
pip install -r requirements.txt
```

For the iris example, download `iris_landmark.tflite` into `models` directory:
For the iris example, put `iris_landmark.tflite` into `models` directory, by unpacking following zip file:
```
wget -P models https://github.com/google/mediapipe/raw/master/mediapipe/modules/iris_landmark/iris_landmark.tflite
https://github.com/google/mediapipe/files/10012191/iris_landmark.zip
```

The facial expression example uses the trained weights from [github.com/zengqunzhao/EfficientFace](https://github.com/zengqunzhao/EfficientFace), but converted to tflite.
Expand Down

0 comments on commit 47c6330

Please sign in to comment.