[Fix] Fixed bug on Custom3DDataset (#1519)
* 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
Showing
Please register or sign in to comment