mlboydaisuke commited on
Commit
7f47e5e
·
verified ·
1 Parent(s): a7096f2

Embed hero image

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -19,6 +19,8 @@ On-device [LiteRT](https://ai.google.dev/edge/litert) (`.tflite`) conversion of
19
  for human pose estimation. The model is a MobileNet-based heatmap network; it outputs
20
  **keypoint heatmaps only** and the keypoint decode (argmax) is done in app code.
21
 
 
 
22
  The model runs **fully on the LiteRT `CompiledModel` GPU accelerator** (ML Drift): every op is
23
  GPU-native, no CPU fallback. Converted with
24
  [`litert-torch`](https://github.com/google-ai-edge/ai-edge-torch) **with no patches**.
 
19
  for human pose estimation. The model is a MobileNet-based heatmap network; it outputs
20
  **keypoint heatmaps only** and the keypoint decode (argmax) is done in app code.
21
 
22
+ ![lightweight-OpenPose — 18-keypoint skeleton (on-device LiteRT GPU)](samples/sample.png)
23
+
24
  The model runs **fully on the LiteRT `CompiledModel` GPU accelerator** (ML Drift): every op is
25
  GPU-native, no CPU fallback. Converted with
26
  [`litert-torch`](https://github.com/google-ai-edge/ai-edge-torch) **with no patches**.