I have trained a yolo v5 image classification model, and I used online blob converter tool http://blobconverter.luxonis.com for converting the model to blob format in order to run it on OAK camera's VPU. I have set up a NeuralNetwork node, and an input stream to which I send an image, and take the NNData from the output stream. Fetching data from the output stream takes somewhere between 400 and 600 ms, which seems to be too long. Does anyone have an idea why it is taking so long, and what could be the possible mistakes I made in the process?