1. 28 Mar, 2021 1 commit
    • Ziyi Wu's avatar
      [Fix] Fix typos and errors (#386) · dabf0a26
      Ziyi Wu authored
      * fix link to convert_votenet_checkpoints.py
      
      * remove redundant space in docstring
      
      * fix typos
      
      * fix link and latex citation in README
      
      * fix link error for publish_model.py
      
      * fix link error for regnet2mmdet.py
      
      * fix link error for files under tools/misc/ folder
      
      * fix link error for files under tools/analysis_tools/ folder
      
      * fix latex citation in README_zh-CN.md
      
      * fix typo and a link to mmdet
      dabf0a26
  2. 24 Mar, 2021 2 commits
    • Yezhen Cong's avatar
      [Feature] Support ImVoteNet complete model (#352) · 4eed122d
      Yezhen Cong authored
      
      
      * Added image loading in SUNRGB-D dataset (#195)
      
      * image loading
      
      * format and docstring fix
      
      * removed irrelevant files
      
      * removed irrelevant files
      
      * load image only if modality is pc+img
      
      * added modality like nuscenes
      
      * Added imvotenet image branch pretrain (#217)
      
      * image loading
      
      * naive commit
      
      * format and docstring fix
      
      * removed irrelevant files
      
      * removed irrelevant files
      
      * load image only if modality is pc+img
      
      * added modality like nuscenes
      
      * pretrain_2d_model
      
      * finetune sunrgbd
      
      * finetune sunrgbd
      
      * deleted unused code
      
      * fixed a bug
      
      * resolve conflict
      
      * update config file
      
      * fix docstring and configs
      
      * integrated vote fusion
      
      * coords transform and unit test
      
      * Update docstring
      
      * refactor and add unit test
      
      * fix bug caused by mmcv upgrade; delete pdb breakpoint
      
      * add point fusion unittest
      
      * remove unused file
      
      * fix typos
      
      * updates
      
      * add assertion info
      
      * update
      
      * add unittest
      
      * add vote fusion unittest
      
      * add vote fusion unittest
      
      * [Refactor] VoteNet refactor (#322)
      
      * votenet refactor
      
      * remove file
      
      * minor update
      
      * docstring
      
      * initial update of imvotenet
      
      * [Feature] Support vote fusion (#297)
      
      * integrated vote fusion
      
      * coords transform and unit test
      
      * Update docstring
      
      * refactor and add unit test
      
      * add point fusion unittest
      
      * remove unused file
      
      * updates
      
      * add assertion info
      
      * update
      
      * add unittest
      
      * add vote fusion unittest
      
      * add vote fusion unittest
      
      * minor update
      
      * docstring
      
      * change np ops to torch
      
      * refactor test
      
      * update
      
      * refactor of image mlp and np random ops to torch
      
      * add docstring
      
      * add config and mod dataset
      
      * fix bugs
      
      * add_comments
      
      * fix bugs
      
      * fix_bug
      
      * fix bug
      
      * fix bug
      
      * fix bug
      
      * fix bug
      
      * final fix
      
      * fix bug
      
      * ?
      
      * add docstring
      
      * move train/test cfg
      
      * change img mlp default param
      
      * rename config
      
      * minor mod
      
      * change config name
      
      * move train/test cfg
      
      * some fixes and 2d utils
      
      * fix config name
      
      * fix config override issue
      
      * config simplify & reformat
      
      * explicitly set eval mode->override train()
      
      * add fix_img_branch to config
      
      * remove set_img_branch_eval_mode
      
      * temporal fix, change calibs to calib
      
      * more docstring and view/reshape, expand/repeat change
      
      * complete imvotenet docstring
      
      * fix docstring
      
      * add config and some minor fix
      
      * rename config
      Co-authored-by: default avatarZwwWayne <wayne.zw@outlook.com>
      4eed122d
    • Yezhen Cong's avatar
      [Fix] Fix a bug when adding ('val', 1) to workflow (#370) · 097b66ee
      Yezhen Cong authored
      * fix a bug when adding val to workflow
      
      * update
      097b66ee
  3. 10 Mar, 2021 1 commit
    • Wenhao Wu's avatar
      Refactor train.py/test.py (#343) · 8b131f52
      Wenhao Wu authored
      * refactor
      
      * refactor train/test
      
      * refactor train/test
      
      * refactor train.py/test.py
      
      * refactor train.py/test.py --- specify default of seed to 0 & save mmdet version instead of mmdet3d git hash
      
      * refactor train.py/test.py --- specify default of seed to 0 & save mmdet version instead of mmdet3d git hash
      8b131f52
  4. 05 Mar, 2021 1 commit
  5. 25 Feb, 2021 1 commit
    • encore-zhou's avatar
      [Feature] Support open3d visualization (#284) · 8214a977
      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
      
      * add open3d visual
      
      * modify docstring
      
      * use bbox and coord convert
      
      * modify docstring
      
      * fix bugs for unittest
      
      * fix bugs for unittest
      
      * modify doc
      
      * add visualize script and modify docs
      
      * modify docs
      
      * fix bugs
      8214a977
  6. 23 Feb, 2021 1 commit
    • xiliu8006's avatar
      [Enhance] Move train_cfg test_cfg to model (#307) · a481f5a8
      xiliu8006 authored
      * Move train_cfg/test_cfg to model
      
      * Move train_cfg/test_cfg to model
      
      * Move train_cfg/test_cfg to model
      
      * Move train_cfg/test_cfg to model
      
      * Move train_cfg/test_cfg to model
      
      * Move train_cfg/test_cfg to model
      
      * Move train_cfg/test_cfg to model
      
      * Move train_cfg and test_cfg into model
      
      * modify centerpoint configs
      
      * Modify docs
      
      * modify build_detector
      
      * modify test_config_build_detector
      
      * modify build_detector parameters
      
      * Adopt the same strategy in build_detector
      a481f5a8
  7. 27 Jan, 2021 1 commit
  8. 16 Dec, 2020 1 commit
  9. 09 Dec, 2020 1 commit
  10. 01 Dec, 2020 1 commit
  11. 22 Nov, 2020 1 commit
  12. 01 Nov, 2020 1 commit
  13. 21 Oct, 2020 1 commit
  14. 24 Sep, 2020 1 commit
  15. 20 Sep, 2020 1 commit
    • Wenwei Zhang's avatar
      Bump to V0.6.0 (#118) · 579b0799
      Wenwei Zhang authored
      
      
      * Add gitlab CI back
      
      * clean isort
      
      * Update gitlab CI version
      
      * Update mmcv install
      
      * fix unit test bug
      
      * waymo
      
      * Use new flake8
      
      * Update mmdet3d/core/evaluation/waymo_utils/prediction_kitti_to_waymo.py, tools/data_converter/waymo_converter.py files
      
      * Add baseline configs for waymo
      
      * fix linting
      
      * yapf reformat
      
      * update waymo results
      
      * Update waymo model zoo and docs
      
      * Bump v0.6.0
      
      * Fix a minor bug when converting waymo data
      
      * Fix cmds in the waymo doc
      
      * Fix setup.cfg to pass isort test
      
      * Fix waymo configs
      
      * Update model zoo link & doc
      
      * update version date
      
      * clean ci
      Co-authored-by: default avatarwangtai <wangtai@sensetime.com>
      Co-authored-by: default avatarTai-Wang <tab_wang@outlook.com>
      579b0799
  16. 16 Sep, 2020 1 commit
  17. 11 Sep, 2020 1 commit
    • Yuefeng Wu's avatar
      [Fix]: fix multi-batch test problem (#95) · e4857216
      Yuefeng Wu authored
      * update bbox_results to support multi-batches test and fix ci problem in test_part_aggregation_ROI_head
      
      * compress test samples in test_parta2_roi_head
      
      * compress test samples
      
      * fix multi-batch bug
      
      * fix multi-batch bug
      
      * fix multi-batch bug
      
      * fix mvxnet test
      
      * fix mvxnet test
      
      * multi batch test
      
      * multi batch test
      
      * multi batch test
      e4857216
  18. 10 Sep, 2020 1 commit
  19. 07 Sep, 2020 1 commit
  20. 29 Aug, 2020 1 commit
    • yinchimaoliang's avatar
      Change nus related (#75) · 010cd4ba
      yinchimaoliang authored
      * Add bottom2gravity and balance_class option.
      
      * Add valid_flag.
      
      * Add use_valid_flag.
      
      * Change balance_class option.
      
      * Add wrapper, remove gravity and balance_class option.
      
      * Change flag, change load_infos to repeat_indices.
      
      * Remove pdb, change docstring.
      
      * Change name, remove unnecessary args.
      
      * Remove _concat_dataset.
      
      * Change name of ClassSampledDataset.
      
      * Change docstring.
      
      * Add get_cat_ids in nus_dataset, add unittest for wrapper.
      
      * Change to len(self.dataset)
      
      * Update nus data.
      010cd4ba
  21. 07 Aug, 2020 1 commit
  22. 09 Jul, 2020 1 commit
  23. 08 Jul, 2020 2 commits
  24. 07 Jul, 2020 1 commit
  25. 06 Jul, 2020 1 commit
  26. 04 Jul, 2020 1 commit
  27. 03 Jul, 2020 1 commit
  28. 29 Jun, 2020 1 commit
  29. 26 Jun, 2020 1 commit
  30. 24 Jun, 2020 1 commit
  31. 23 Jun, 2020 1 commit
  32. 21 Jun, 2020 4 commits
  33. 20 Jun, 2020 1 commit
  34. 19 Jun, 2020 1 commit
  35. 17 Jun, 2020 1 commit