Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -7,7 +7,7 @@ tags:
|
|
7 |
|
8 |
---
|
9 |
|
10 |
-
![](https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/openpose/web-assets/
|
11 |
|
12 |
# OpenPose: Optimized for Mobile Deployment
|
13 |
## Human pose estimation
|
@@ -184,9 +184,23 @@ With the output of the model, you can compute like PSNR, relative errors or
|
|
184 |
spot check the output with expected output.
|
185 |
|
186 |
**Note**: This on-device profiling and inference requires access to Qualcomm®
|
187 |
-
AI Hub. [Sign up for
|
188 |
|
189 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
190 |
|
191 |
## Deploying compiled model to Android
|
192 |
|
|
|
7 |
|
8 |
---
|
9 |
|
10 |
+
![](https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/openpose/web-assets/model_demo.png)
|
11 |
|
12 |
# OpenPose: Optimized for Mobile Deployment
|
13 |
## Human pose estimation
|
|
|
184 |
spot check the output with expected output.
|
185 |
|
186 |
**Note**: This on-device profiling and inference requires access to Qualcomm®
|
187 |
+
AI Hub. [Sign up for access](https://myaccount.qualcomm.com/signup).
|
188 |
|
189 |
|
190 |
+
## Run demo on a cloud-hosted device
|
191 |
+
|
192 |
+
You can also run the demo on-device.
|
193 |
+
|
194 |
+
```bash
|
195 |
+
python -m qai_hub_models.models.openpose.demo --on-device
|
196 |
+
```
|
197 |
+
|
198 |
+
**NOTE**: If you want running in a Jupyter Notebook or Google Colab like
|
199 |
+
environment, please add the following to your cell (instead of the above).
|
200 |
+
```
|
201 |
+
%run -m qai_hub_models.models.openpose.demo -- --on-device
|
202 |
+
```
|
203 |
+
|
204 |
|
205 |
## Deploying compiled model to Android
|
206 |
|