Greetings @erik ,
I have an Oak D Pro Poe device. I want to run my yolov8 instance segmentation model trained on my custom dataset. But at the same time I want to get the depth distance from the object detected.
I followed the steps from the discussion (link) and able to run the segment model with output but the inference is found to be slow. Also, there doesn't seem to be a Spatial detection to get the depth.
I would like to know whether the depthai-sdk has support for any other instance segmentation model which also returns depth.
Note: I would like to run inference on a model trained with custom dataset.