mlboydaisuke commited on
Commit
21a7dd1
·
verified ·
1 Parent(s): c16050a

docs: add Training data & PII section (submission-guideline compliance)

Browse files
Files changed (1) hide show
  1. README.md +11 -0
README.md CHANGED
@@ -76,6 +76,17 @@ val heatmaps = outputs[0].readFloat() // [1,32,32,19] -> argmax per keypoint in
76
  A complete Android sample (camera + gallery, skeleton overlay) is available in
77
  [google-ai-edge/litert-samples](https://github.com/google-ai-edge/litert-samples).
78
 
 
 
 
 
 
 
 
 
 
 
 
79
  ## License & attribution
80
 
81
  - License: **Apache-2.0**. Weights/model from
 
76
  A complete Android sample (camera + gallery, skeleton overlay) is available in
77
  [google-ai-edge/litert-samples](https://github.com/google-ai-edge/litert-samples).
78
 
79
+ ## Training data & PII
80
+
81
+ This is a weights-exact format conversion of the public **Lightweight OpenPose** model; no
82
+ new training was performed. It was trained for 2D human-pose estimation on the **COCO 2017
83
+ keypoints** dataset (web photos of people with keypoint annotations). These images contain
84
+ people; the model outputs anonymous keypoint coordinates only and performs no
85
+ identification. No PII was deliberately collected and this conversion adds none. Apply your
86
+ own content/PII handling as appropriate. See the original
87
+ [lightweight-human-pose-estimation](https://github.com/Daniil-Osokin/lightweight-human-pose-estimation.pytorch)
88
+ repo for dataset details.
89
+
90
  ## License & attribution
91
 
92
  - License: **Apache-2.0**. Weights/model from