- Edited
Hello,
I am using the OAK-D LR camera to calculate the distance to external ROIs from my model. I am using 2 color cameras instead of mono to get stereo and the center for the detections.
After I output the bounding box in the depthframe, the bounding boxes do not match and are not around the object and they look correctly on the model side debug image.
The coordinates being send by the model match on the depth ai pipeline.
Before I start banging my head against the table to make them match I wanted to make sure that the setDepthAlign is not doing something on the background which is not reflected in the depthframe.
Are the bounding boxes supposed to match exactly? I am getting significant difference in the position on imshow for openCV
https://docs.luxonis.com/software/depthai/examples/spatial_tiny_yolo/
On this example the box is also different compared to the color image. Is the box shown in the depth map the one actually used to calculate distance?