• Alex Pasquali's avatar
    [Fix] Fixed bug on Custom3DDataset (#1519) · ea32fe67
    Alex Pasquali authored
    * Fixed bug on Custom3DDataset
    
    The func 'get_ann_info' was supposed to return a dict with the following keys:
    - gt_bboxes_3d
    - gt_labels_3d
    - gt_names
    but gt_names wasn't included in the return dict.
    
    I added this key-value couple to the return dict of 'get_ann_info'
    
    * fixed code linting
    ea32fe67
custom_3d.py 15.9 KB