Kompatibilität des IR v11 Modells mit OpenVINO™ 2022 auf Raspberry Pi.
- Konvertierte ein yolim5-Modell mit OpenVINO™ 2022.2 in Google Colab in IR v11:
!git clone https://github.com/ultralytics/yolov5
%cd yolov5
!pip install -qr requirements.txt
!pip install onnx>=1.1.2
!export PYTHONPATH="$PWD" && python export.py --weights --img 512 --include openvino
- Das konvertierte IR v11-Modell ist nicht mit OpenVINO™ 2021.3 auf Raspberry Pi kompatibel.
Erstellen Sie den neuesten OpenVINO™ 2022 von der Quelle aus, um das IR v11-Modell zu verwenden.