v0.41.2
Browse filesSee https://github.com/quic/ai-hub-models/releases/v0.41.2 for changelog.
README.md
CHANGED
|
@@ -122,7 +122,9 @@ More details on model performance across various devices, can be found
|
|
| 122 |
|
| 123 |
Install the package via pip:
|
| 124 |
```bash
|
| 125 |
-
|
|
|
|
|
|
|
| 126 |
```
|
| 127 |
|
| 128 |
|
|
|
|
| 122 |
|
| 123 |
Install the package via pip:
|
| 124 |
```bash
|
| 125 |
+
# NOTE: 3.10 <= PYTHON_VERSION < 3.14 is supported.
|
| 126 |
+
pip install mmpose==1.2.0 --no-deps
|
| 127 |
+
pip install "qai-hub-models[hrnet-pose]"
|
| 128 |
```
|
| 129 |
|
| 130 |
|