Hi all, I have trained a custom CNN with TensorFlow that I can successfully translate with Model Optimizer into .xml and .bin files, and successfully infer with the Intel Inference Engine, inference_request.infer() with good accuracy (position and class).
However, I cannot successfully deploy to OAK-D via the Blob converter (http://blobconverter.luxonis.com/).
I get no error messages, but the OAK-D just outputs a constant prediction.
Has anybody else experienced similar issues ?