"git@developer.sourcefind.cn:OpenDAS/ollama.git" did not exist on "14977a93506b853f07cc06fa50c211570435877a"
[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