ruhyadi / YOLO3D

YOLO 3D Object Detection for Autonomous Driving Vehicle
https://ruhyadi.github.io/project/computer-vision/yolo3d
247 stars 43 forks source link

Labels of the 3-D bounding boxes of the output image #32

Closed plutus123 closed 4 months ago

plutus123 commented 4 months ago

I would like to know where are the labels of the output images are stored and I would even like to know whether the labels are in x,y,x,y... format or x,y,z,x,y,z... format.

plutus123 commented 4 months ago

The labels are stored in x,y,z,x,y,z.. format. Given in Math.py and by using create_corners function from Math.py you can get the labels.