1. 08 Mar, 2021 2 commits
  2. 05 Mar, 2021 1 commit
  3. 02 Mar, 2021 3 commits
    • twang's avatar
      Bump to v0.11.0 (#324) · e3662725
      twang authored
      * Update README.md
      
      * Update README_zh-CN.md
      
      * Update getting_started.md
      
      * Update version.py
      
      * Update changelog.md
      
      * Update changelog.md
      
      * Update changelog.md
      e3662725
    • zhanggefan's avatar
      [Fix] fix a bug that may cause compilation failure of dynamic voxelization... · 69047ea2
      zhanggefan authored
      [Fix] fix a bug that may cause compilation failure of dynamic voxelization when using GPUs with compute capability lower than 6.x (#326)
      
      * fix a bug that may cause compilation failure of dynamic voxelization when using gpus with compute capability lower than 6.x
      fix imperfection kernel code that may unintentionally discard valid points when input points count is larger than 50000 * 512 (nearly impossible though).
      
      * Modified scatter_points_cuda.cu to ensure backward compatibility with PyTorch1.5 on CUDA9.0
      
      * fix the issue of DynamicScatter gradient check failure by explicit mark non-floating-point tensor as non-differentiable.
      69047ea2
    • Wenhao Wu's avatar
      Fix nonzero warning (#330) · df505feb
      Wenhao Wu authored
      * fix nonzero warning with as_tuple
      
      * fix nonzero warning with as_tuple #320
      df505feb
  4. 01 Mar, 2021 1 commit
  5. 25 Feb, 2021 2 commits
    • zhanggefan's avatar
      A faster & more memory-efficient implementation of DynamicScatter (#318) · 93597a53
      zhanggefan authored
      
      
      * a faster & more memory-efficient implementation of DynamicScatter
      
      * fix format issues and add pytest skip code for tests on machines without cuda support
      
      * some trivial changes:
      
      decrease the number of kernel threads per block to 512, to enable inference on GPUs with computing capability lower than 2.0
      
      change the backpropagation behavior of max-reduction. when there are multiple points shares the same maximum feature value, only the first point (with lowest row index) among them is chosen to propagate the output gradient back. before this change, all points with the same maximum feature value can propagate the output gradient back. this change makes the max-reduction behaves in consistence with torch.max. this change may cause gradcheck failure in test_dynamic_scatter.py. please do not worry about it because torch.max fails the gradcheck too.
      
      * fix typo
      Co-authored-by: default avatarzhanggefan <1152009@tongji.edu.cn>
      93597a53
    • 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. 24 Feb, 2021 2 commits
    • Yezhen Cong's avatar
      [Fix] Fix error when tensors are not in the same device (#317) · bdeacecd
      Yezhen Cong authored
      * fix bug caused by mmcv upgrade; delete pdb breakpoint
      
      * fix typos
      
      * use torch.cuda api
      
      * update unittest for points_in_bbox_gpu and points_in_boxes_batch
      
      * Added comments for explanation
      bdeacecd
    • xiliu8006's avatar
      [Enhance] Add chinese version readme (#316) · 7b947e04
      xiliu8006 authored
      * Add chinese version readme
      
      * Delete useless words
      
      * modify the link of dynamic voxelization
      
      * modify readme
      
      * remove it
      
      * remove it
      
      * modify chinese version readme
      
      * delete the wrong whitespace
      
      * Modify chinese readme
      
      * Modify chinese readme
      
      * modify chinese version readme
      7b947e04
  7. 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
  8. 21 Feb, 2021 1 commit
    • xiliu8006's avatar
      [Enhance] Modify readme (#310) · a347ac75
      xiliu8006 authored
      * Modify README
      
      * modify the mmdetection to mmdetection3d in CONTRIBUTING.md and add model zoo link before demo in getting_started.md
      
      * arxiv->Arxiv
      
      * Add model zoo link
      a347ac75
  9. 17 Feb, 2021 1 commit
  10. 10 Feb, 2021 2 commits
  11. 01 Feb, 2021 2 commits
    • twang's avatar
      Bump to v0.10.0 (#291) · 1b39a483
      twang authored
      * Update README.md
      
      * Update getting_started.md
      
      * Update version.py
      
      * Update changelog.md
      
      * Update numpy requirements
      
      * Update runtime.txt
      
      * Merge minor items
      
      * Add support for SemanticKITTI dataset
      1b39a483
    • junhaozhang98's avatar
      [Feature] SemanticKITTI Dataset (#287) · b0501727
      junhaozhang98 authored
      * add ini
      
      * add semantickitti_dataset
      
      * add test semantickitti_dataset
      
      * delete last line in test_semmaticdataset
      
      * add test data
      
      * change_names
      
      * load_labels dytype
      
      * change_name
      
      * numpy
      
      * name
      
      * dtype string
      
      * minor issue-string
      
      * seg_3d_dtype
      b0501727
  12. 27 Jan, 2021 1 commit
  13. 23 Jan, 2021 1 commit
    • xiliu8006's avatar
      Fix miss text (#278) · 87b05bae
      xiliu8006 authored
      * fixed the bug about miss text files on kitti testing
      
      * add bbox2result_kitti unit test
      
      * add bbox2result_kitti unit test
      
      * add exist_submission_file unit test
      
      * deleted debug code and convert{} to dict()
      
      * add _get_kitti_dataset_config()
      
      * delete print
      87b05bae
  14. 22 Jan, 2021 3 commits
  15. 19 Jan, 2021 1 commit
  16. 18 Jan, 2021 2 commits
  17. 15 Jan, 2021 1 commit
  18. 14 Jan, 2021 2 commits
  19. 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
  20. 11 Jan, 2021 1 commit
  21. 10 Jan, 2021 1 commit
  22. 04 Jan, 2021 2 commits
    • twang's avatar
      Bump to v0.9.0 (#252) · d0068487
      twang authored
      
      
      * Update README.md
      
      * Update version.py
      
      * Update getting_started.md
      
      * Update __init__.py
      
      * Update changelog.md
      
      * Update README.md
      
      * Update news for nuScenes detection challenge
      
      * Update README to be compatible with refactored doc
      
      * Update an installation subtitle
      
      * rephrase
      Co-authored-by: default avatarZwwWayne <wayne.zw@outlook.com>
      d0068487
    • Wenwei Zhang's avatar
      Fixed CI temporarily (#253) · 36746173
      Wenwei Zhang authored
      36746173
  23. 30 Dec, 2020 1 commit
    • twang's avatar
      [Enhance] Refactor doc (#242) · 4fb54412
      twang authored
      * Refactor get_started.md primarily
      
      * Create data_preparation.md
      
      * Refactor model_zoo.md
      
      * Remove the title
      
      * Put Data Preparation under Get Started
      
      * Adjust the level of Model Zoo
      
      * Create 1_exist_data_model.md
      
      * Create 2_new_data_model.md
      
      * Update 1_exist_data_model.md
      
      * Create useful_tools.md
      
      * Update index.rst
      
      * Delete install.md
      
      * Adjust the order of get started subsections
      
      * First complete version for customized datasets
      
      * Update Tutorial 1
      
      * Moved into Tutorials
      
      * Update titles of tutorial 3
      
      * Update 2_new_data_model.md
      
      * Update 1_exist_data_model.md
      
      * Update links to relative paths
      
      * Tutorial 2 revised
      
      * Delete finetune.md
      
      * Create customize_models.md
      
      * Create customize_runtime.md
      
      * Update index.rst
      
      * Update waymo.md
      
      * Delete new_modules.md
      
      * Preliminary update
      
      * Update customize_models.md
      
      * Update useful_tools.md
      
      * Update title
      
      * Fix a typo of tutorial 4
      
      * Update level of titles
      
      * Merge verification and demo
      
      * Update 1_exist_data_model.md
      
      * Update [Dataset Conversion]
      
      * Update 2_new_data_model.md
      
      * Update customize_dataset.md
      
      * Update the example of customized dataset
      
      * Update customize_dataset.md
      
      * Enhance the doc structure
      
      * Update README.md
      
      * Change the abs path to relative path
      4fb54412
  24. 23 Dec, 2020 1 commit
    • twang's avatar
      [Fix] Minor adjustments (#241) · dd74422e
      twang authored
      * Fix an old bug in box_np_ops, not used or influencing results
      
      * Update a minor filter criterion in KITTI evaluation
      
      * Update the fixed criterion, not influencing KITTI results
      dd74422e
  25. 16 Dec, 2020 2 commits
  26. 13 Dec, 2020 1 commit
  27. 09 Dec, 2020 1 commit