1. 02 Apr, 2022 1 commit
    • Tai-Wang's avatar
      Bump to v1.0.0rc1 (#1365) · 34d3838e
      Tai-Wang authored
      * Update the version of mmdet3d
      
      * Update changelog.md
      
      * Update getting_started.md
      
      * Update getting_started.md
      
      * Update README.md
      
      * Update README_zh-CN.md
      
      * Update the mmcv version in mminstall.txt
      
      * Update the mmcv version in readthedocs.txt
      
      * Remove the mmcv version constraint
      
      * Update changelog.md
      34d3838e
  2. 01 Apr, 2022 1 commit
  3. 30 Mar, 2022 1 commit
  4. 16 Mar, 2022 1 commit
  5. 03 Mar, 2022 1 commit
  6. 18 Feb, 2022 1 commit
    • Tai-Wang's avatar
      Bump to v1.0.0.rc0 (#928) · b420cd1d
      Tai-Wang authored
      
      
      * [Refactor] Main code modification for coordinate system refactor (#677)
      
      * [Enhance] Add script for data update (#774)
      
      * Fixed wrong config paths and fixed a bug in test
      
      * Fixed metafile
      
      * Coord sys refactor (main code)
      
      * Update test_waymo_dataset.py
      
      * Manually resolve conflict
      
      * Removed unused lines and fixed imports
      
      * remove coord2box and box2coord
      
      * update dir_limit_offset
      
      * Some minor improvements
      
      * Removed some \s in comments
      
      * Revert a change
      
      * Change Box3DMode to Coord3DMode where points are converted
      
      * Fix points_in_bbox function
      
      * Fix Imvoxelnet config
      
      * Revert adding a line
      
      * Fix rotation bug when batch size is 0
      
      * Keep sign of dir_scores as before
      
      * Fix several comments
      
      * Add a comment
      
      * Fix docstring
      
      * Add data update scripts
      
      * Fix comments
      
      * fix import (#839)
      
      * [Enhance]  refactor  iou_neg_piecewise_sampler.py (#842)
      
      * [Refactor] Main code modification for coordinate system refactor (#677)
      
      * [Enhance] Add script for data update (#774)
      
      * Fixed wrong config paths and fixed a bug in test
      
      * Fixed metafile
      
      * Coord sys refactor (main code)
      
      * Update test_waymo_dataset.py
      
      * Manually resolve conflict
      
      * Removed unused lines and fixed imports
      
      * remove coord2box and box2coord
      
      * update dir_limit_offset
      
      * Some minor improvements
      
      * Removed some \s in comments
      
      * Revert a change
      
      * Change Box3DMode to Coord3DMode where points are converted
      
      * Fix points_in_bbox function
      
      * Fix Imvoxelnet config
      
      * Revert adding a line
      
      * Fix rotation bug when batch size is 0
      
      * Keep sign of dir_scores as before
      
      * Fix several comments
      
      * Add a comment
      
      * Fix docstring
      
      * Add data update scripts
      
      * Fix comments
      
      * fix import
      
      * refactor iou_neg_piecewise_sampler.py
      
      * add docstring
      
      * modify docstring
      Co-authored-by: default avatarYezhen Cong <52420115+THU17cyz@users.noreply.github.com>
      Co-authored-by: default avatarTHU17cyz <congyezhen71@hotmail.com>
      
      * [Feature] Add roipooling cuda ops (#843)
      
      * [Refactor] Main code modification for coordinate system refactor (#677)
      
      * [Enhance] Add script for data update (#774)
      
      * Fixed wrong config paths and fixed a bug in test
      
      * Fixed metafile
      
      * Coord sys refactor (main code)
      
      * Update test_waymo_dataset.py
      
      * Manually resolve conflict
      
      * Removed unused lines and fixed imports
      
      * remove coord2box and box2coord
      
      * update dir_limit_offset
      
      * Some minor improvements
      
      * Removed some \s in comments
      
      * Revert a change
      
      * Change Box3DMode to Coord3DMode where points are converted
      
      * Fix points_in_bbox function
      
      * Fix Imvoxelnet config
      
      * Revert adding a line
      
      * Fix rotation bug when batch size is 0
      
      * Keep sign of dir_scores as before
      
      * Fix several comments
      
      * Add a comment
      
      * Fix docstring
      
      * Add data update scripts
      
      * Fix comments
      
      * fix import
      
      * add roipooling cuda ops
      
      * add roi extractor
      
      * add test_roi_extractor unittest
      
      * Modify setup.py to install roipooling ops
      
      * modify docstring
      
      * remove enlarge bbox in roipoint pooling
      
      * add_roipooling_ops
      
      * modify docstring
      Co-authored-by: default avatarYezhen Cong <52420115+THU17cyz@users.noreply.github.com>
      Co-authored-by: default avatarTHU17cyz <congyezhen71@hotmail.com>
      
      * [Refactor] Refactor code structure and docstrings (#803)
      
      * refactor points_in_boxes
      
      * Merge same functions of three boxes
      
      * More docstring fixes and unify x/y/z size
      
      * Add "optional" and fix "Default"
      
      * Add "optional" and fix "Default"
      
      * Add "optional" and fix "Default"
      
      * Add "optional" and fix "Default"
      
      * Add "optional" and fix "Default"
      
      * Remove None in function param type
      
      * Fix unittest
      
      * Add comments for NMS functions
      
      * Merge methods of Points
      
      * Add unittest
      
      * Add optional and default value
      
      * Fix box conversion and add unittest
      
      * Fix comments
      
      * Add unit test
      
      * Indent
      
      * Fix CI
      
      * Remove useless \\
      
      * Remove useless \\
      
      * Remove useless \\
      
      * Remove useless \\
      
      * Remove useless \\
      
      * Add unit test for box bev
      
      * More unit tests and refine docstrings in box_np_ops
      
      * Fix comment
      
      * Add deprecation warning
      
      * [Feature] PointXYZWHLRBBoxCoder (#856)
      
      * support PointBasedBoxCoder
      
      * fix unittest bug
      
      * support unittest in gpu
      
      * support unittest in gpu
      
      * modified docstring
      
      * add args
      
      * add args
      
      * [Enhance] Change Groupfree3D config (#855)
      
      * All mods
      
      * PointSample
      
      * PointSample
      
      * [Doc] Add tutorials/data_pipeline Chinese version (#827)
      
      * [Doc] Add tutorials/data_pipeline Chinese version
      
      * refine doc
      
      * Use the absolute link
      
      * Use the absolute link
      Co-authored-by: default avatarTai-Wang <tab_wang@outlook.com>
      
      * [Doc] Add Chinese doc for `scannet_det.md` (#836)
      
      * Part
      
      * Complete
      
      * Fix comments
      
      * Fix comments
      
      * [Doc] Add Chinese doc for `waymo_det.md` (#859)
      
      * Add complete translation
      
      * Refinements
      
      * Fix comments
      
      * Fix a minor typo
      Co-authored-by: default avatarTai-Wang <tab_wang@outlook.com>
      
      * Remove 2D annotations on Lyft (#867)
      
      * Add header for files (#869)
      
      * Add header for files
      
      * Add header for files
      
      * Add header for files
      
      * Add header for files
      
      * [fix] fix typos (#872)
      
      * Fix 3 unworking configs (#882)
      
      * [Fix] Fix `index.rst` for Chinese docs (#873)
      
      * Fix index.rst for zh docs
      
      * Change switch language
      
      * [Fix] Centerpoint head nested list transpose  (#879)
      
      * FIX Transpose nested lists without Numpy
      
      * Removed unused Numpy import
      
      * [Enhance] Update PointFusion (#791)
      
      * update point fusion
      
      * remove LIDAR hardcode
      
      * move get_proj_mat_by_coord_type to utils
      
      * fix lint
      
      * remove todo
      
      * fix lint
      
      * [Doc] Add nuscenes_det.md Chinese version (#854)
      
      * add nus chinese doc
      
      * add nuScenes Chinese doc
      
      * fix typo
      
      * fix typo
      
      * fix typo
      
      * fix typo
      
      * fix typo
      
      * [Fix] Fix RegNet pretrained weight loading (#889)
      
      * Fix regnet pretrained weight loading
      
      * Remove unused file
      
      * Fix centerpoint tta (#892)
      
      * [Enhance] Add benchmark regression script (#808)
      
      * Initial commit
      
      * [Feature] Support DGCNN (v1.0.0.dev0) (#896)
      
      * support dgcnn
      
      * support dgcnn
      
      * support dgcnn
      
      * support dgcnn
      
      * support dgcnn
      
      * support dgcnn
      
      * support dgcnn
      
      * support dgcnn
      
      * support dgcnn
      
      * support dgcnn
      
      * fix typo
      
      * fix typo
      
      * fix typo
      
      * del gf&fa registry (wo reuse pointnet module)
      
      * fix typo
      
      * add benchmark and add copyright header (for DGCNN only)
      
      * fix typo
      
      * fix typo
      
      * fix typo
      
      * fix typo
      
      * fix typo
      
      * support dgcnn
      
      * Change cam rot_3d_in_axis (#906)
      
      * [Doc] Add coord sys tutorial pic and change links to dev branch (#912)
      
      * Modify link branch and add pic
      
      * Fix pic
      
      * Update v1.0.0rc0 changelog
      
      * Remove v1.0.0.rc0 changelog
      
      * Init v1.0.0.rc0 changelog
      
      * Fix minor typos in the zh-CN index.rst
      
      * Add master updates in changelog v1.0.0
      
      * Update changelog_v1.0.md
      
      * Update changelog_v1.0.md
      
      * Update changelog_v1.0.md
      
      * Adjust the order of logs
      
      * Update the number of developers
      
      * Add v1.0.0.rc0 changelog
      
      * Delete changelog_v1.0.md
      
      * Add RoIPointPool3d back
      
      * Change openmmlab pre-commit hook rev
      
      * Add links for compatibility doc
      
      * Refine details
      
      * Update README.md
      
      * Update highlights
      
      * Update README_zh-CN.md
      
      * Update getting_started.md
      
      * Update getting_started.md
      
      * Update version.py
      
      * Fix the released version name
      
      * Fix version name
      
      * Update version name
      
      * Update version name
      
      * Update version name
      
      * Update version name
      Co-authored-by: default avatarYezhen Cong <52420115+THU17cyz@users.noreply.github.com>
      Co-authored-by: default avatarXi Liu <75658786+xiliu8006@users.noreply.github.com>
      Co-authored-by: default avatarTHU17cyz <congyezhen71@hotmail.com>
      Co-authored-by: default avatarWenhao Wu <79644370+wHao-Wu@users.noreply.github.com>
      Co-authored-by: default avatardingchang <hudingchang.vendor@sensetime.com>
      Co-authored-by: default avatar谢恩泽 <Johnny_ez@163.com>
      Co-authored-by: default avatarRobin Karlsson <34254153+robin-karlsson0@users.noreply.github.com>
      Co-authored-by: default avatarDanila Rukhovich <danrukh@gmail.com>
      Co-authored-by: default avatarChaimZhu <zhuchenming@pjlab.org.cn>
      b420cd1d
  7. 09 Feb, 2022 2 commits
  8. 05 Jan, 2022 1 commit
    • Wenhao Wu's avatar
      Bump to v0.18.0 (#1148) · 6e1e5d1a
      Wenhao Wu authored
      * Update README & getting_started & changelog & version.py
      
      * resolve comments
      
      * Update the required maximum version of mmcv-full
      
      * Update changelog.md
      
      * Update getting_started.md
      
      * Add highlight in changelog.md
      6e1e5d1a
  9. 30 Dec, 2021 1 commit
  10. 16 Dec, 2021 1 commit
  11. 06 Dec, 2021 1 commit
    • Tai-Wang's avatar
      Bump to v0.17.3 (#1083) · 940e4294
      Tai-Wang authored
      * Update version.py
      
      * Update getting_started.md
      
      * Update getting_started.md
      
      * Update README.md
      
      * Update README.md
      
      * Update README_zh-CN.md
      
      * Update changelog.md
      
      * Update changelog.md
      
      * Update getting_started.md
      
      * Update getting_started.md
      
      * Update the upper bound of mmcv version
      
      * Update the upper bound of mmcv version
      
      * Update the upper bound of mmcv version
      
      * Update the PR number
      
      * Remove the PGD docker PR (merged into v1.0.0.dev0)
      940e4294
  12. 01 Dec, 2021 1 commit
    • Joni Airaksinen's avatar
      Add PGD to Docker image (#1070) · e0aa7ce8
      Joni Airaksinen authored
      Copy the repository in the Dockerfile instead of cloning. This makes it
      possible to work with latest modifications, such as PGD in the dev branch,
      and also network bandwith does not get wasted.
      e0aa7ce8
  13. 01 Nov, 2021 1 commit
    • Tai-Wang's avatar
      Bump to v0.17.2 (#1021) · 99ad831a
      Tai-Wang authored
      * Update getting_started.md
      
      * Update getting_started.md
      
      * Update version.py
      
      * Update README_zh-CN.md
      
      * Update README.md
      
      * Update changelog.md
      
      * Fix a typo
      99ad831a
  14. 13 Oct, 2021 1 commit
  15. 08 Oct, 2021 1 commit
    • Tai-Wang's avatar
      Bump to v0.17.1 (#978) · f1107977
      Tai-Wang authored
      * Update version.py
      
      * Update getting_started.md
      
      * Update getting_started.md
      
      * Update README.md
      
      * Update README_zh-CN.md
      
      * Update README_zh-CN.md
      
      * Update README.md
      
      * Update changelog.md
      
      * Refine v1.0.0.dev0 notes
      
      * Refine v1.0.0.dev0 notes
      
      * Refine v1.0.0 notes (chinese readme)
      
      * Refine some expressions
      f1107977
  16. 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
  17. 09 Aug, 2021 1 commit
  18. 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
  19. 30 Jul, 2021 1 commit
    • 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
  20. 02 Jul, 2021 1 commit
    • hjin2902's avatar
      Bump to v0.15.0 (#692) · 1f79fc7b
      hjin2902 authored
      * Bump to v0.15.0
      
      * fix typo, specific bugfix, install version
      
      * fix LoadMultiViewImageFromFiles
      
      * compatibility about mmcv version
      1f79fc7b
  21. 01 Jul, 2021 1 commit
    • 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
  22. 23 Jun, 2021 1 commit
  23. 20 Jun, 2021 1 commit
    • Ziyi Wu's avatar
      [Fix] Fix MMSeg max version (#656) · d61476a2
      Ziyi Wu authored
      * remove mmseg max ver limit
      
      * install mmdet 2.11.0
      
      * mmseg < 0.14.1
      
      * change mmseg to mmsegmentation
      
      * fix mmseg to 0.14.0
      d61476a2
  24. 01 Jun, 2021 1 commit
  25. 19 May, 2021 1 commit
    • Ziyi Wu's avatar
      [Feature] Support 3D semantic segmentation demo (#532) · 3bac800e
      Ziyi Wu authored
      * compress kitti unit test imgs
      
      * add unit test for inference_multi_modality_detector
      
      * fix typos
      
      * rename init_detector to init_model
      
      * show_result_meshlab support seg task
      
      * add unit test for seg show_result_meshlab
      
      * support inference_segmentor
      
      * support pc seg demo
      
      * add docs
      
      * minor fix
      
      * change function name
      
      * compress demo data size
      
      * update docs
      3bac800e
  26. 18 May, 2021 1 commit
  27. 11 May, 2021 1 commit
  28. 10 May, 2021 1 commit
    • Yezhen Cong's avatar
      [Doc] Add compatibility doc based on #470 (#504) · 70548782
      Yezhen Cong authored
      * Add compatibility doc based on #470
      
      * Update zh-CN readme
      
      * add VoteNet ckpt conversion and fix relative path
      
      * fix another relative path under docs folder
      
      * fix typo
      
      * beautify docs and change order in compat doc
      70548782
  29. 30 Apr, 2021 1 commit
    • hjin2902's avatar
      Bump to v0.13.0 (#509) · b255d16b
      hjin2902 authored
      
      
      * Bump to v0.13.0
      
      * modify version.py and be more specific in changelog.md
      
      * space before brackets
      
      * specific pytorch 1.8 issue
      
      * version in getting_started.md
      
      * fix bugs
      
      * add few bugfix
      
      * Update changelog.md
      
      * Update changelog.md
      
      * Update getting_started.md
      
      * Adjust the orders of bug fixes
      
      * Update getting_started.md
      
      * Update changelog.md
      Co-authored-by: default avatartwang <30491025+Tai-Wang@users.noreply.github.com>
      b255d16b
  30. 28 Apr, 2021 2 commits
  31. 21 Apr, 2021 1 commit
  32. 14 Apr, 2021 1 commit
  33. 08 Apr, 2021 1 commit
    • Ziyi Wu's avatar
      [Feature] Support multi-modality visualization (demos and dataset show function) (#405) · e21e61e0
      Ziyi Wu authored
      
      
      * uncomplete
      
      * support lidar2img loading
      
      * add box_type_3d args in MVX-Net config file
      
      * support multi-modality demo for LiDAR point clouds
      
      * support multi-modality demo for indoor (depth) point clouds
      
      * move demo data into folder and modify docs
      
      * add input check & more general filename matching
      
      * update docs for demo and add README file for demo
      
      * add score_threshold option to demos
      
      * add data for ScanNet & KITTI dataset multi-modality test
      
      * add multi-modality visualization in ScanNet and KITTI dataset
      
      * add unittest for modified visualization function
      
      * delete saved temp file and dirs in unittests using TemporaryDirectory
      
      * fix typos in docs & move README of demos to docs/
      
      * add demo docs to documentation
      
      * fix link error
      Co-authored-by: default avatarwHao-Wu <wenhaowu.chn@gmail.com>
      e21e61e0
  34. 02 Apr, 2021 1 commit
    • twang's avatar
      Bump to v0.12.0 (#397) · e3813185
      twang authored
      * Update README.md
      
      * Update README_zh-CN.md
      
      * Update getting_started.md
      
      * Update changelog.md
      
      * Change pdf to abs link and revise the highlights
      e3813185
  35. 23 Mar, 2021 1 commit
  36. 02 Mar, 2021 1 commit
    • 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
  37. 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
  38. 01 Feb, 2021 1 commit
    • 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