1. 02 Apr, 2021 1 commit
  2. 31 Mar, 2021 1 commit
  3. 30 Mar, 2021 4 commits
  4. 29 Mar, 2021 1 commit
  5. 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
  6. 26 Mar, 2021 2 commits
  7. 24 Mar, 2021 4 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
    • xiliu8006's avatar
      [Enhancement]: Add assertions of data dimensions in points_in_boxes.py (#357) · bc97d76a
      xiliu8006 authored
      * Avoid 4 dims points
      
      * add assert prinf
      
      * modify print info
      bc97d76a
    • Yezhen Cong's avatar
      mark tensor not differentiable (#377) · 1feb8917
      Yezhen Cong authored
      1feb8917
  8. 23 Mar, 2021 3 commits
  9. 22 Mar, 2021 1 commit
  10. 20 Mar, 2021 1 commit
  11. 17 Mar, 2021 2 commits
    • Yezhen Cong's avatar
      [Feature] Support knn gpu op (#360) · 5f99b50e
      Yezhen Cong authored
      * support knn gpu op
      
      * made it more robust and fixed comments
      5f99b50e
    • junhaozhang98's avatar
      [Feature] Support semantic seg metrics (#332) · 573946a8
      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
      
      * add_fast hist
      
      * add per_class iou
      
      * add seg_eval
      
      * add unitest
      
      * minor error
      
      * minor error2
      
      * minor error3
      573946a8
  12. 10 Mar, 2021 3 commits
  13. 08 Mar, 2021 2 commits
  14. 05 Mar, 2021 1 commit
  15. 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
  16. 01 Mar, 2021 1 commit
  17. 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
  18. 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
  19. 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
  20. 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
  21. 17 Feb, 2021 1 commit
  22. 10 Feb, 2021 2 commits