Hi,
I wanted to try out some of the models from the OpenVino ModelZoo using the BlobConverter website. However all models seem to have the color channel mixed up with the input height after conversion; so the blobs expect e.g. 3x512 or 3x640 instead of 512x512(x3)/640x640(x3) . I guess it is a bug in the channel order : NHWC instead of NCHW. Any idea on how to fix this Problem.
p.s. e.g. I tried efficientdet-d0-tf and mobilenet-v3-small-1.0-224-tf