Hi,
I am trying to run Yolov5 (on a customized dataset) on an OAK D -Lite on a rasberrypi4, on the following two scripts from the below github repo:
main.py and main_api.py
https://github.com/luxonis/depthai-experiments/tree/master/gen2-yolo/device-decoding
I have used the posted google collab notebook and the following tool (http://tools.luxonis.com/) to convert my pytorch weights (pt file) a to Blob and Json file (files attached) but neither produced a bounding box detection. I was wondering if you could provide me some insight on what might the issue might be.
I am pretty confident its a configuration issue as other pre models from the depthai-python github repo run without an issue.
Thanks in advance,