I followed the provided instructions at https://docs.luxonis.com/en/latest/pages/tutorials/deploying-custom-model/ before requesting support. I successfully converted our customized YOLOv5 model to a blob format. However, I encountered an issue when deploying the blob model on the OAK-CM4; it does not detect any objects, even though the model works fine on the local system.

I would greatly appreciate it if you could provide a sample that demonstrates how to deploy a customized YOLOv5 model on the OAK-CM4 and how we can adjust parameters such as the confidence threshold and intersection over union (IoU) threshold for object detection.