Hi,
I'm testing a Yolo pipeline where I need to feed images from the host device to the device for Yolo inference. I've added my code to create the image data structure for a static image, send it, and get the detections back. The detections length is always 0 for some reason. Can someone please help and tell me if I'm feeding the image correctly?
PS - I've only added the function to feed the image and get the results. If needed, I can also add my code where I create the pipeline before using this function
Also, the blob and config files I use work because I've successfully used python before for my trained model with depthai.
Here's a gist for the code (formatting is all over the place if I just paste it here)
https://gist.github.com/thehummingbird/741b7bd4d12ef429cd68dac6e6878db2