1. 24 Sep, 2021 1 commit
  2. 22 Sep, 2021 1 commit
  3. 15 Sep, 2021 1 commit
  4. 07 Sep, 2021 1 commit
  5. 01 Sep, 2021 1 commit
    • Tai-Wang's avatar
      Bump to v0.17.0 (#898) · 5363189c
      Tai-Wang authored
      * Update README.md
      
      * Update README_zh-CN.md
      
      * Update version.py
      
      * Update getting_started.md
      
      * Update getting_started.md
      
      * Update changelog.md
      
      * Remove "recent" in the news
      
      * Remove "recent" in the news
      
      * Fix comments
      5363189c
  6. 24 Aug, 2021 1 commit
  7. 18 Aug, 2021 3 commits
  8. 09 Aug, 2021 2 commits
  9. 05 Aug, 2021 2 commits
  10. 03 Aug, 2021 1 commit
    • Tai-Wang's avatar
      Bump to v0.16.0 (#810) · a876a472
      Tai-Wang authored
      * Update README.md
      
      * Update README_zh-CN.md
      
      * Update getting_started.md
      
      * Update getting_started.md
      
      * Update version.py
      
      * Update changelog.md
      
      * Update changelog.md
      
      * Update changelog.md
      
      * Update changelog.md
      a876a472
  11. 02 Aug, 2021 1 commit
  12. 31 Jul, 2021 5 commits
  13. 30 Jul, 2021 3 commits
    • Yezhen Cong's avatar
      [Doc] Add SUN RGB-D doc (#770) · 43b4632b
      Yezhen Cong authored
      * Add doc
      
      * Creation of SUN RGB-D dataset doc and some mods on ScanNet dataset doc
      
      * Revert mistakenly modified file
      
      * Fix typos
      
      * Add multi-modality related info
      
      * Add doc
      
      * Creation of SUN RGB-D dataset doc and some mods on ScanNet dataset doc
      
      * Revert mistakenly modified file
      
      * Fix typos
      
      * Add multi-modality related info
      
      * Add multi-modality related info
      
      * Update according to comments
      
      * Add chinese doc and frevised the docs
      
      * Add some script
      
      * Fix typos and formats
      
      * Fix typos
      
      * Fix typos
      43b4632b
    • Ziyi Wu's avatar
      [Docs] Add data_preparation.md Chines version (#787) · 111f33be
      Ziyi Wu authored
      * add Chinese doc data_preparation.md
      
      * add Chinese doc data_preparation.md
      111f33be
    • Xi Liu's avatar
      [Docs] Add getting_started chinese version (#725) · 8ac21990
      Xi Liu authored
      * add getting_started chinese version
      
      * fix some typos
      
      * Update getting_started.md
      
      Modified some typos
      
      * Update getting_started.md
      
      * Update getting_started.md
      
      * Update getting_started.md
      
      * Update getting_started.md
      
      * Update getting_started.md
      
      * Update getting_started.md
      
      * Update getting_started.md
      8ac21990
  14. 28 Jul, 2021 2 commits
    • dingchang's avatar
      [Docs] Add 1_exist_data_model.md Chinese Version (#746) · c07e9601
      dingchang authored
      * add 1_exist_data_model.md chinese version
      
      * add 1_exist_data_model.md chinese version
      
      * add 1_exist_data_model.md chinese version
      
      * add 1_exist_data_model.md chinese version
      
      * add 1_exist_data_model.md chinese version & modify 1_exist_data_model.md english version
      
      * add 1_exist_data_model.md chinese version & modify 1_exist_data_model.md english version
      
      * add 1_exist_data_model.md chinese version & modify 1_exist_data_model.md english version
      
      * add 1_exist_data_model.md chinese version & modify 1_exist_data_model.md english version
      c07e9601
    • Ziyi Wu's avatar
      [Feature] Support entire PAConv and PAConvCUDA models (#783) · 3870001a
      Ziyi Wu authored
      * add PAConv decode head
      
      * add config files
      
      * add paconv's correlation loss
      
      * support reg loss in Segmentor class
      
      * minor fix
      
      * add augmentation to configs
      
      * fix ed7 in cfg
      
      * fix bug in corr loss
      
      * enable syncbn in paconv
      
      * rename to loss_regularization
      
      * rename loss_reg to loss_regularize
      
      * use SyncBN
      
      * change weight kernels to kernel weights
      
      * rename corr_loss to reg_loss
      
      * minor fix
      
      * configs fix IndoorPatchPointSample
      
      * fix grouped points minus center error
      
      * update transform_3d & add configs
      
      * merge master
      
      * fix enlarge_size bug
      
      * refine config
      
      * remove cfg files
      
      * minor fix
      
      * add comments on PAConv's ScoreNet
      
      * refine comments
      
      * update compatibility doc
      
      * remove useless lines in transforms_3d
      
      * rename with_loss_regularization to with_regularization_loss
      
      * revert palette change
      
      * remove xavier init from PAConv's ScoreNet
      3870001a
  15. 25 Jul, 2021 1 commit
  16. 21 Jul, 2021 4 commits
  17. 20 Jul, 2021 1 commit
    • Danila Rukhovich's avatar
      [Enhance] Support RGB images on ScanNet for multi-view detector (#696) · da4c3af9
      Danila Rukhovich authored
      * extract RGB images for ScanNet
      
      * update scannet_data_utils with rgb
      
      * fix docs an tools; add use_camera to ScanNetDataset
      
      * fix typos is scannet doc
      
      * fix very rare undefined poses for ScanNet
      
      * update ScanNet dataset for more clear MultiViewPipeline
      
      * update compatibility for ScanNet
      
      * fix typo in compatibility doc
      
      * use mmcv.track_parallel_progress for scannet images
      da4c3af9
  18. 13 Jul, 2021 2 commits
  19. 12 Jul, 2021 1 commit
  20. 09 Jul, 2021 1 commit
  21. 02 Jul, 2021 2 commits
  22. 01 Jul, 2021 3 commits
    • xiliu8006's avatar
      [Refactor]: Unified parameter initialization (#622) · 07590418
      xiliu8006 authored
      * support 3dssd
      
      * support one-stage method
      
      * for lint
      
      * support two_stage
      
      * Support all methods
      
      * remove init_cfg=[] in configs
      
      * test
      
      * support h3dnet
      
      * fix lint error
      
      * fix isort
      
      * fix code style error
      
      * fix imvotenet bug
      
      * rename init_weight->init_weights
      
      * clean comma
      
      * fix test_apis does not init weights
      
      * support newest mmdet and mmcv
      
      * fix test_heads h3dnet bug
      
      * rm *.swp
      
      * remove the wrong code in build.yml
      
      * fix ssn low map
      
      * modify docs
      
      * modified ssn init_config
      
      * modify params in backbone pointnet2_sa_ssg
      
      * add ssn direction init_cfg
      
      * support segmentor
      
      * add conv a=sqrt(5)
      
      * Convmodule uses kaiming_init
      
      * fix centerpointhead init bug
      
      * add second conv2d init cfg
      
      * add unittest to confirm the input is not be modified
      
      * assert gt_bboxes_3d
      
      * rm .swag
      
      * modify docs mmdet version
      
      * adopt fcosmono3d
      
      * add fcos 3d original init method
      
      * fix mmseg version
      
      * add init cfg in fcos_mono3d.py
      
      * merge newest master
      
      * remove unused code
      
      * modify focs config due to changes of resnet
      
      * support imvoxelnet pointnet2
      
      * modified the dependencies version
      
      * support decode head
      
      * fix inference bug
      
      * modify the useless init_cfg
      
      * fix multi_modality BC-breaking
      
      * fix error blank
      
      * modify docs error
      07590418
    • Tai-Wang's avatar
      [Doc] Move waymo doc and create datasets doc (#689) · e63e0473
      Tai-Wang authored
      * Create index.rst
      
      * Create waymo_det.md
      
      * Add waymo doc link
      
      * Delete waymo.md
      
      * Update index.rst
      
      * Update index.rst
      e63e0473
    • Wenhao Wu's avatar
      [Fix] Refine tutorials docs (#666) · ed090ed2
      Wenhao Wu authored
      * [Fix] Refine tutorials docs
      
      * refine docs
      
      * refine docs
      ed090ed2