leeyunjai's picture
ovkit mirror upload (batch 2)
a9f2f6a verified
|
Raw
History Blame Contribute Delete
526 Bytes
---
license: apache-2.0
tags:
- openvino
- ovkit
- classify
---
# resnet50_binary_0001
OpenVINO IR mirror for ovkit.
OpenVINO IR mirror for [ovkit](https://github.com/leeyunjai82/ovkit).
| field | value |
| ---------- | ----- |
| task | `classify` |
| license | `apache-2.0` |
| precision | `fp16` |
| source | `hf` (`leeyunjai/ovkit-models`) |
Files: `model.xml` / `model.bin` (OpenVINO IR), plus the original source.
```python
from ovkit import Model
model = Model("resnet50_binary_0001")
```