Still trying to figure out how to get YOLOv7 running on FFC-6P (RVC3). From https://discuss.luxonis.com/d/1565-compiling-model-for-rvc3-interpolate-node-has-unsupported-number-of-inputs-3/3, I need to use OpenVINO 2021.4 to get it to use the correct node for Resize, but now hitting a new issue when I run compile_tool
:
root@keembay:~# /opt/openvino/tools/compile_tool/compile_tool -d VPUX.3400 -m ~/Downloads/yolov7-tiny.xml -ip U8
OpenVINO Runtime version ......... 2022.1.0
Build ........... 2022.1.0-7080-6582ec65d78-releases/2022/1
Network inputs:
images : u8 / [...]
Network outputs:
output/sink_port_0 : f32 / [...]
Callback signal handler installed
Opening XLink Device File
error: ConvertShapeTo4D Pass failed : Tensors with rank > 4 are not supported
Compilation failed
The rank 5 tensors are at the end of the model:
I'm tempted to just drop those sigmoids but they look fairly important.
Any ideas on how to fix this? Is rank 5 supported in later version of OpenVINO?