Is it possible to run YOLOv8 ORIENTED DETECTION with the ZED MINI camera?

Is it possible to run YOLOv8 ORIENTED DETECTION with the ZED MINI camera?

Hi @tyler

Unfortunately, our Custom Object Detection can only take 2D bounding boxes as input. Also, we don’t support oriented bounding boxes yet in the SDK.

The short answer is no, we’re not compatible.

The long answer is, theoretically, you can run YOLOv8 oriented, but then you need to project the bounding box to 2D space to use it in our SDK, and it will be re-transformed into a 3D non-oriented bounding box on our side.

Side note: you could use any ZED camera except for the first ZED model.