OpenVINO™ API 2.0으로 마이그레이션하여 동적 셰이프 작업
- 사용자 지정 YOLOv5를 유추했지만 다음 오류가 발생했습니다.
RuntimeError: Check 'std::get<0>(valid)' failed at inference/src/ie_core.cpp:1414:
InferenceEngine::Core::LoadNetwork doesn't support inputs having dynamic shapes. Use ov::Core::compile_model API instead. Dynamic inputs are :{ input:'images,images', shape={?,3,?,?}} - 사용자 지정 mobilenetV2를 유추했지만 다음 오류가 발생했습니다.
RuntimeError: [GENERAL_ERROR] /home/jenkins/agent/workspace/private-ci/ie/build-linux-ubuntu20/b/repos/openvino/inference-engine/src/vpu/common/src/ngraph/transformations/dynamic_to_static_shape.cpp:48 DynamicToStaticShape transformation: got dynamic rank for StatefulPartitionedCall/mobilenetv2_1.00_224/global_average_pooling2d_1/Mean_Squeeze__74 with type Squeeze ver. 0 while only static is supported
- 새로운 OpenVINO™ API 2.0을 도입하는 OpenVINO™ 2022.1로 업그레이드하십시오.
- ov::Core:compile_model을 사용하여 모델을 실행합니다.
- ov::CompiledModel 및 Dynamic Shape 클래스를 참조하십시오.