중간 표현(IR)과 OpenVINO™ 툴킷 모두에 동일한 버전을 사용하십시오.
- Raspberry Pi* 4에 OpenVINO™ 2021.4.2용 DL 워크벤치 설치
- 얼굴 감지-0200 모델을 로드할 때 오류가 발생했습니다.
Unknown model format! Cannot find reader for model format: xml and read the model: face-detection-0200.xml. Please check that reader library exists in your PATH.
중간 표현(IR) 모델의 버전은 성공적인 모델 로드를 위해 OpenVINO™ 버전과 일치해야 합니다.
IR 버전과 동일한 오픈 모델 Zoo 버전을 복제합니다.
git clone --depth 1 -b 2021.4.2 https://github.com/openvinotoolkit/open_model_zoo
OpenVINO™ DL 워크벤치는 Linux*, Windows* 및 Mac* OS에서만 지원됩니다. OpenVINO™ DL 워크벤치는 Raspbian* OS에서 검증되지 않습니다.