--- 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") ```