v0.41.2
Browse filesSee https://github.com/quic/ai-hub-models/releases/v0.41.2 for changelog.
README.md
CHANGED
|
@@ -2,6 +2,7 @@
|
|
| 2 |
library_name: pytorch
|
| 3 |
license: other
|
| 4 |
tags:
|
|
|
|
| 5 |
- android
|
| 6 |
pipeline_tag: object-detection
|
| 7 |
|
|
@@ -48,6 +49,7 @@ More details on model performance across various devices, can be found
|
|
| 48 |
|
| 49 |
Install the package via pip:
|
| 50 |
```bash
|
|
|
|
| 51 |
pip install "qai-hub-models[deformable-detr]"
|
| 52 |
```
|
| 53 |
|
|
|
|
| 2 |
library_name: pytorch
|
| 3 |
license: other
|
| 4 |
tags:
|
| 5 |
+
- bu_auto
|
| 6 |
- android
|
| 7 |
pipeline_tag: object-detection
|
| 8 |
|
|
|
|
| 49 |
|
| 50 |
Install the package via pip:
|
| 51 |
```bash
|
| 52 |
+
# NOTE: 3.10 <= PYTHON_VERSION < 3.14 is supported.
|
| 53 |
pip install "qai-hub-models[deformable-detr]"
|
| 54 |
```
|
| 55 |
|