- Edited
I have been converting the zoo text-detection-0004 model and it works fine targeting 2021.4, but with 2022.1 the input is transposed. (I had a similar issue with EAST before that wasn't resolved.) Looks like NHWC becomes NCWH.
There are some intermediate optimization parameters that might help. but I can't figure out how to specify them in the online conversion tool http://blobconverter.luxonis.com/.
Looking at the API integration guide there are intermediate parameters, but for some reason I can't run those examples without getting complaints about e.g. a missing "name" parameter.
Any ideas?
Update - using the compile parameter -ov_api_1_0 (Compile model to legacy format for usage in Inference Engine API) makes it run in 2022.1. Is something not supporting API 2.0? (I'm using depthai 2.19.1.)