1. 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
  2. 28 Apr, 2022 1 commit
  3. 27 Apr, 2022 1 commit
  4. 02 Apr, 2022 1 commit
  5. 09 Feb, 2022 1 commit
  6. 24 Sep, 2021 1 commit
    • Yezhen Cong's avatar
      [Refactor] Refactor code structure and docstrings (#803) · 53435c62
      Yezhen Cong authored
      * refactor points_in_boxes
      
      * Merge same functions of three boxes
      
      * More docstring fixes and unify x/y/z size
      
      * Add "optional" and fix "Default"
      
      * Add "optional" and fix "Default"
      
      * Add "optional" and fix "Default"
      
      * Add "optional" and fix "Default"
      
      * Add "optional" and fix "Default"
      
      * Remove None in function param type
      
      * Fix unittest
      
      * Add comments for NMS functions
      
      * Merge methods of Points
      
      * Add unittest
      
      * Add optional and default value
      
      * Fix box conversion and add unittest
      
      * Fix comments
      
      * Add unit test
      
      * Indent
      
      * Fix CI
      
      * Remove useless \\
      
      * Remove useless \\
      
      * Remove useless \\
      
      * Remove useless \\
      
      * Remove useless \\
      
      * Add unit test for box bev
      
      * More unit tests and refine docstrings in box_np_ops
      
      * Fix comment
      
      * Add deprecation warning
      53435c62
  7. 19 Aug, 2021 1 commit
  8. 31 May, 2021 1 commit
  9. 19 Apr, 2021 1 commit
    • Ziyi Wu's avatar
      [Enhance] Add pipeline for data loading (#430) · 78c29c35
      Ziyi Wu authored
      * reuse pipeline in scannet-det dataset
      
      * reuse pipeline in kitti dataset
      
      * reuse pipeline in lyft dataset
      
      * reuse pipeline in sunrgbd dataset
      
      * reuse pipeline in nuscenes dataset
      
      * reuse pipeline in waymo dataset
      
      * reuse pipeline in scannet-seg dataset
      
      * add eval_pipeline in configs which have custom data pipelines
      
      * move data loading via pipeline to dataset._extract_data() for clarity
      
      * use eval_pipeline in tools/misc/visualize_results.py
      
      * get_pipeline from self when no pipeline is provided
      
      * fix small bugs
      
      * fix small bugs
      
      * simplify and clear code
      
      * remove unnecessary eval_pipeline added
      
      * add comment about why we set self.test_mode=False
      
      * small fix
      
      * modify docs about config
      78c29c35
  10. 12 Jan, 2021 1 commit
    • encore-zhou's avatar
      [Fix] fix bugs for 3DSSD triggered by empty GT (#258) · 58985341
      encore-zhou authored
      * add h3d backbone
      
      * add h3d backbone
      
      * add h3dnet
      
      * modify scannet config
      
      * fix bugs for proposal refine
      
      * fix bugs for test backbone
      
      * add primitive head test
      
      * modify h3dhead
      
      * modify h3d head
      
      * update loss weight config
      
      * fix bugs for h3d head loss
      
      * modify h3d head get targets function
      
      * update h3dnet base config
      
      * modify weighted loss
      
      * Revert "Merge branch 'h3d_u2' into 'master'"
      
      This reverts merge request !5
      
      * fix bugs for empty scene
      
      * modify doc
      
      * modify filter empty scene
      58985341
  11. 19 Sep, 2020 1 commit
  12. 09 Jul, 2020 1 commit
  13. 08 Jul, 2020 4 commits
  14. 06 Jul, 2020 1 commit
  15. 04 Jul, 2020 1 commit
  16. 03 Jul, 2020 1 commit
  17. 29 Jun, 2020 1 commit
  18. 21 Jun, 2020 1 commit
  19. 17 Jun, 2020 1 commit
  20. 14 Jun, 2020 1 commit
  21. 12 Jun, 2020 1 commit
  22. 07 Jun, 2020 1 commit
  23. 04 Jun, 2020 1 commit
  24. 01 Jun, 2020 1 commit
  25. 27 May, 2020 1 commit
  26. 25 May, 2020 1 commit
  27. 22 May, 2020 1 commit
  28. 19 May, 2020 1 commit
  29. 18 May, 2020 1 commit
  30. 15 May, 2020 1 commit
  31. 14 May, 2020 4 commits
  32. 13 May, 2020 3 commits