Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -7,7 +7,7 @@ tags:
|
|
7 |
|
8 |
---
|
9 |
|
10 |
-

|
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 |
|