v0.41.2
Browse filesSee https://github.com/quic/ai-hub-models/releases/v0.41.2 for changelog.
README.md
CHANGED
|
@@ -60,7 +60,9 @@ More details on model performance across various devices, can be found
|
|
| 60 |
|
| 61 |
Install the package via pip:
|
| 62 |
```bash
|
| 63 |
-
|
|
|
|
|
|
|
| 64 |
```
|
| 65 |
|
| 66 |
|
|
|
|
| 60 |
|
| 61 |
Install the package via pip:
|
| 62 |
```bash
|
| 63 |
+
# NOTE: 3.10 <= PYTHON_VERSION < 3.14 is supported.
|
| 64 |
+
pip install mmpose==1.2.0 --no-deps
|
| 65 |
+
pip install "qai-hub-models[litehrnet]"
|
| 66 |
```
|
| 67 |
|
| 68 |
|