1. 20 Jul, 2022 37 commits
  2. 14 Jun, 2022 2 commits
  3. 10 Jun, 2022 1 commit
    • 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