Skip to content

Commit fff4bcd

Browse files
update movenet model links to kaggle links
PiperOrigin-RevId: 592980411
1 parent 01f9529 commit fff4bcd

File tree

1 file changed

+3
-3
lines changed
  • lite/examples/pose_estimation/android

1 file changed

+3
-3
lines changed

lite/examples/pose_estimation/android/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@ Downloading, extraction and placement in assets folder has been managed
6363
If you explicitly want to download the model, you can download it from here:
6464

6565
* [Posenet](https://storage.googleapis.com/download.tensorflow.org/models/tflite/posenet_mobilenet_v1_100_257x257_multi_kpt_stripped.tflite)
66-
* [Movenet Lightning](https://tfhub.dev/google/movenet/singlepose/lightning/)
67-
* [Movenet Thunder](https://tfhub.dev/google/movenet/singlepose/thunder/)
68-
* [Movenet MultiPose](https://tfhub.dev/google/movenet/multipose/lightning/)
66+
* [Movenet Lightning](https://kaggle.com/models/google/movenet/frameworks/tfLite/variations/singlepose-lightning)
67+
* [Movenet Thunder](https://www.kaggle.com/models/google/movenet/frameworks/tfLite/variations/singlepose-thunder)
68+
* [Movenet MultiPose](https://www.kaggle.com/models/google/movenet/frameworks/tfLite/variations/multipose-lightning-tflite-float16)
6969

7070
### Additional Note
7171
_Please do not delete the assets folder content_. If you explicitly deleted the

0 commit comments

Comments
 (0)