1. 27 Dec, 2022 1 commit
  2. 03 Dec, 2022 7 commits
    • VVsssssk's avatar
      [Benchmark] Add PV RCNN benchmark (#2045) · cb7c679d
      VVsssssk authored
      * fix a bug
      
      * fix a batch inference bug
      
      * fix docs
      
      * add pvrcnn benchmark
      
      * fix
      
      * add link
      
      * add
      
      * fix lint
      cb7c679d
    • Jingwei Zhang's avatar
      [Docs] Update all the metafiles acoording to README (#2006) · c543b48d
      Jingwei Zhang authored
      * update centerpoint, dgcnn, fcos3d and free_anchor metafile
      
      * check all metafile in configs
      
      * update centerpoint, pointpillars and second yml
      
      * rename PartA2 to parta2 in the name of config
      
      * update metafile in nuimages
      
      * update readme in nuimages
      c543b48d
    • Jingwei Zhang's avatar
      [CI] Add github action CI && refactor `tests/utils/` (#2012) · 1a47acdd
      Jingwei Zhang authored
      * update github action ci
      
      * install torch in ci
      
      * fix ci on win
      
      * add __init__ in tests/utils
      
      * add mmdet3d/testing for modeule importing in UT in win
      
      * fix diff path sep on UT
      
      * reduce RAM in voxel_generator
      
      * reduce RAM in anchor_generator
      
      * remove print in UT
      
      * fix lint
      
      * fix pvrcnn ut
      
      * fix lint
      
      * reduce channels in second_fpn
      1a47acdd
    • VVsssssk's avatar
      [Features] Support PV_RCNN modules (#1957) · aa544d4a
      VVsssssk authored
      * add pvrcnn module code
      
      * add voxelsa
      
      * fix
      
      * fix comments
      
      * fix comments
      
      * fix comments
      
      * add stack sa
      
      * fix
      
      * fix comments
      
      * fix comments
      
      * fix
      
      * add ut
      
      * fix comments
      aa544d4a
    • Jingwei Zhang's avatar
      Update docs && support loading old checkpoints in FCAF3D (#1974) · acdb300d
      Jingwei Zhang authored
      * add loading converted keys and README, metafile
      
      * update readme
      
      * reorganize readme
      
      * add version in FCAF3d detector
      acdb300d
    • Jingwei Zhang's avatar
      [Refactor] Refactor FCAF3D (#1945) · 0be27ffb
      Jingwei Zhang authored
      * add fcaf3d config
      
      * support inference of fcaf3d on scannet-3d
      
      * minor changes
      
      * fix config of scannet
      
      * align test precision of facaf3d && support training
      
      * add ut
      
      * fix bugs of dataset conversion and indoor_metric
      
      * support fcaf3d on sunrgbd datasets and add rorate_iou_loss ut
      
      * small fix
      
      * add docstring and typehint
      
      * add typehint for SparseTensor
      
      * remove pdb
      
      * fix fcaf3d ut
      0be27ffb
    • Jingwei Zhang's avatar
      [Refactor]: Refactor SASSD (#1901) · b37dc416
      Jingwei Zhang authored
      
      
      * refactor sassd
      
      * rename some varibles
      
      * add ut for sassd
      
      * add some comments
      
      * add some comments
      
      * [Refactor] Use `mmeval.MeanIoU` for `SegMetric` (#1929)
      
      * Use mmeval.MeanIoU
      
      * fix comments and add self.reset
      
      * solve some comments
      
      * fix docstring
      Co-authored-by: default avatarChaimZhu <zhuchenming@pjlab.org.cn>
      b37dc416
  3. 30 Sep, 2022 1 commit
  4. 28 Sep, 2022 1 commit
    • Jingwei Zhang's avatar
      [Fix] Fix unit test of datasets (#1865) · e9e20242
      Jingwei Zhang authored
      * fix ci of dataset and visualizer by regenerate pkl
      
      * decrease channels in ut for reducing cuda memory
      
      * still use sample_id in the kitti submitted files
      
      * minor changes
      
      * use waymo-open-dataset-tf-2-6-0
      
      * use waymo-open-dataset-tf-2-5-0 to be compabible with python3.6
      
      * use waymo-open-dataset-tf-2-4-0 to be compabible with python3.6
      
      * no dependency about waymo-open-dataset
      
      * Revert "no dependency about waymo-open-dataset"
      
      This reverts commit 581d4eefe26851a295b3190bcfa73d6fb2ba54aa.
      
      * not install waymo-open-dataset for ci
      
      * max python version is 3.8 because of trimesh
      
      * Revert "max python version is 2.8 because of trimesh"
      
      This reverts commit 6d8a1851b22a2059e7de75b576c2b7f633ad7cfa.
      
      * fix networkx in ci
      
      * update docstring of data_preprocessor
      
      * modify version of typingextensions
      e9e20242
  5. 16 Sep, 2022 1 commit
  6. 31 Aug, 2022 1 commit
  7. 30 Aug, 2022 1 commit
  8. 26 Aug, 2022 1 commit
  9. 17 Aug, 2022 1 commit
  10. 04 Aug, 2022 1 commit
  11. 20 Jul, 2022 21 commits
  12. 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
  13. 28 Apr, 2022 1 commit
  14. 27 Apr, 2022 1 commit