| license: apache-2.0 | |
| tags: | |
| - openvino | |
| - ovkit | |
| - segment | |
| # instance_segmentation_security_0002 | |
| OpenVINO IR mirror for [ovkit](https://github.com/leeyunjai82/ovkit). | |
| | field | value | | |
| | ---------- | ----- | | |
| | task | `segment` | | |
| | license | `apache-2.0` | | |
| | precision | `fp16` | | |
| | source | `url` (`https://storage.openvinotoolkit.org/repositories/open_model_zoo/2023.0/models_bin/1/instance-segmentation-security-0002/FP16/instance-segmentation-security-0002.xml`) | | |
| Files: `model.xml` / `model.bin` (OpenVINO IR), plus the original source. | |
| ```python | |
| from ovkit import Model | |
| model = Model("instance_segmentation_security_0002") | |
| ``` | |