Hello I have had implemented yolo3d model in my workspace and it is working fine. I am getting an image as an output. So I would like to know where can I get the labels of my 3d bounding boxes. And I would even like to the the format in which labels are stored is it
x,y,x,y… format or x,y,z,x,y,z… format.