1. 20 Jul, 2022 14 commits
  2. 14 Jun, 2022 1 commit
    • Tai-Wang's avatar
      Bump to v1.0.0rc3 (#1543) · 7d0011d2
      Tai-Wang authored
      * Release init
      
      * v1.0.0rc3 changelog
      
      * Update SA-SSD in the model zoo
      
      * update SA-SSD model zoo
      
      * Update model_zoo.md
      
      * Update model_zoo.md
      
      * Create README.md
      
      * Update README.md
      
      * Update changelog.md
      
      * Update faq.md
      
      * Update pure_point_cloud_dataset.md
      
      * Update index.rst
      7d0011d2
  3. 10 Jun, 2022 1 commit
  4. 08 Jun, 2022 2 commits
  5. 07 Jun, 2022 1 commit
    • Wenbo Yu's avatar
      [Feature] Support SA-SSD (#1337) · be8f6538
      Wenbo Yu authored
      
      
      * sassd origin
      
      * sassd for merge
      
      * Fix flake8 coding style warnings and errors
      
      * Fix flake8 indent style
      
      * Fix no newline at end of line issue
      
      * fix mmdet3d.ops error
      
      * Fix flake8 over-indented
      
      * Change points_ops format
      
      * import format updated
      
      * Fix import isort issue
      
      * Fix yapf format
      
      * classes modification after first review
      
      * tmp
      
      * solved mmdet3d update issue
      
      * fixed comment style and lint errors
      
      * fix isort error
      
      * fix yapf error
      
      * Modify comments
      
      * solve merge confilict
      
      * unit test added
      
      * Fix yamp error
      
      * fix lint format
      
      * fix loss format error
      Co-authored-by: default avatarYi-Chen Zhang <yi-chen.zhang@isza.com>
      be8f6538
  6. 18 May, 2022 2 commits
  7. 13 Apr, 2022 1 commit
  8. 06 Apr, 2022 1 commit
  9. 01 Apr, 2022 1 commit
  10. 15 Mar, 2022 1 commit
  11. 17 Feb, 2022 1 commit
    • ChaimZhu's avatar
      [Enhance] upgrade PointPillars performace on dev branch (#1166) · d8084bde
      ChaimZhu authored
      * upgrade PointPillars performace on dev branch
      
      * update DynamicPillarFeatureNet
      
      * fix comments
      
      * change to AlignedAnchor3DRangeGenerator
      
      * change to AlignedAnchor3DRangeGenerator
      
      * fix
      
      * replace with AlignedAnchorGenerator
      
      * fix lint
      
      * update using isort
      d8084bde
  12. 16 Feb, 2022 1 commit
  13. 09 Feb, 2022 4 commits
  14. 07 Feb, 2022 1 commit
  15. 26 Jan, 2022 1 commit
  16. 19 Jan, 2022 1 commit
  17. 05 Jan, 2022 1 commit
  18. 22 Dec, 2021 1 commit
  19. 21 Dec, 2021 1 commit
  20. 16 Dec, 2021 1 commit
  21. 08 Dec, 2021 1 commit
    • Wenhao Wu's avatar
      [Feature] Support PointRCNN RPN and RCNN module (#1022) · 0f8181f1
      Wenhao Wu authored
      * rebase & resubmit
      
      * rename config & model
      
      * fix unittest
      
      * resolve comments & add docstring for class_agnostic_nms
      
      * refine loss calculation & remove find_unused_parameters
      
      * resolve typo & add docstring
      
      * resolve comments
      0f8181f1
  22. 01 Dec, 2021 1 commit
    • MilkClouds's avatar
      Label visualization (#1050) · f84a17b8
      MilkClouds authored
      * argument show, score_thr added to single_gpu_test
      
      * Implemented label color visualization for show_result function
      
      * Added show, score_thr argument for base 3 model(mmdetection3d)
      
      * Fixed typo(color < 1) for show_result function
      
      * Applied pre-commit run --all-files
      
      * Revised documentation of show_result and revised variable name
      
      * Updated documentation and set default value of score_thr to None
      f84a17b8