|
|
|
@ -467,6 +467,7 @@ class Exporter: |
|
|
|
|
@try_export |
|
|
|
|
def export_openvino(self, prefix=colorstr("OpenVINO:")): |
|
|
|
|
"""YOLO OpenVINO export.""" |
|
|
|
|
# WARNING: numpy>=2.0.0 issue with OpenVINO on macOS https://github.com/ultralytics/ultralytics/pull/17221 |
|
|
|
|
check_requirements(f'openvino{"<=2024.0.0" if ARM64 else ">=2024.0.0"}') # fix OpenVINO issue on ARM64 |
|
|
|
|
import openvino as ov |
|
|
|
|
|
|
|
|
|