Hi guys. Iam using OAK-D POE. I tried to to run the example code provided in SpectacularAi (depthai_combination.py) that uses depthai library. I tried to use my custom model (file.blob), by running the code. After running the code with new model, I got issue
- Input image (416x416) does not match NN (640x640)
- Mask is not defined for output layer with width '6'. Define at pipeline build time using: 'setAnchorMasks' for 'side6'.
- [critical] IMU driver failed with error code 1. Your board likely doesn't have IMU!
Does anyone know how to solve this ? and any reference relate to setNumClasses, setCoordinateSize, setAnchors, setAnchorMasks, dan setIouThreshold provided in https://docs.luxonis.com/projects/api/en/latest/components/nodes/yolo_detection_network/