I have trained a custom YOLOv5 model and then converted it to .blob using the online converter tool. The model is trained to detect only one class. Then I placed this model along with custom_model.json file. I changed the contents of the json file to include only one class and the input size: 640x640.
Then ran the depthai_demo.py script and selected 'custom_model' from the CNN dropdown menu. But then I am getting the following error:
What does this mean?
Thank You.