PIXOR icon indicating copy to clipboard operation
PIXOR copied to clipboard

A question about corners' calculation

Open kaiopen opened this issue 5 years ago • 0 comments

In datagen.py:

def get_corners(self, bbox):
        w, h, l, y, z, x, yaw = bbox[8:15]
        y = -y

the bbox[8] is width, bbox[9] is height and bbox[10] is length. But in KITTI's instruction (readme.txt in devkit_object.zip), bbox[8] is height, bbox[9] is width and bbox[10] is length.

kaiopen avatar Sep 01 '19 14:09 kaiopen