Instructions to use litert-community/lightweight-openpose with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- LiteRT
How to use litert-community/lightweight-openpose with LiteRT:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- Notebooks
- Google Colab
- Kaggle
docs: add Training data & PII section (submission-guideline compliance)
Browse files
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
|