Encountered the following error when using the Luxonis Blob Converter:
Error message
Command failed with exit code 1, command: /opt/intel/openvino2022_1/tools/compile_tool/compile_tool -m /tmp/blobconverter/3f906014c1884ed98dfb21e91a4307d7/xfeat/FP16/xfeat.xml -o /tmp/blobconverter/3f906014c1884ed98dfb21e91a4307d7/xfeat/FP16/xfeat.blob -c /tmp/blobconverter/3f906014c1884ed98dfb21e91a4307d7/myriad_compile_config.txt -d MYRIAD
Console output (stdout)
OpenVINO Runtime version ......... 2022.1.0
Build ........... 2022.1.0-7019-cdb9bec7210-releases/2022/1
Error output (stderr)
Cannot create Interpolate layer /Resize id:3 from unsupported opset: opset11
However, if i set opset = opset10 when exporting to onnx, I will get the following error:
torch.onnx.errors.SymbolicValueError: Unsupported: ONNX export of index_put in opset 9. Please try opset version 11. [Caused by the value '488 defined in (%488 : Long(*, *, *, strides=[1638, 2, 1], requires_grad=0, device=cpu) = onnx::ReduceSumaxes=[1], keepdims=0, scope: modules.xfeat.XFeat:: # /home/qilong/Dev/feature_tracking_with_xfeat/accelerated_features/modules/xfeat.py:326:0
)' (type 'Tensor') in the TorchScript graph. The containing node has kind 'onnx::ReduceSum'.]
Is there a way to get around this?