1. 09 Feb, 2022 6 commits
  2. 26 Jan, 2022 2 commits
  3. 19 Jan, 2022 1 commit
  4. 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
  5. 30 Dec, 2021 2 commits
  6. 22 Dec, 2021 2 commits
  7. 21 Dec, 2021 1 commit
  8. 16 Dec, 2021 2 commits
  9. 15 Dec, 2021 1 commit
    • Tai-Wang's avatar
      [Fix] Fix API documentation compilation and mmcv build errors (#1116) · 334d63ff
      Tai-Wang authored
      * Simplify the requirements in the readthedoc yml
      
      * Remove unused packages in the docs.txt
      
      * Add m2r and recommonmark in the docs.txt
      
      * Fix mistune version because the latest mistune does not have module BlockGrammar
      
      * Add mmdet in the readthedocs.txt to compile api docs
      
      * Add mmseg in the readthedocs.txt to compile api docs
      
      * Fix the typo of mmseg (should be mmsegmentation)
      
      * Add mmcv.ops into autodoc_mock_imports
      
      * Add numba into readthedocs.txt to compile api docs
      
      * Remove numba from readthedocs.txt and add runtime requirements in readthedocs.yml
      334d63ff
  10. 14 Dec, 2021 1 commit
  11. 06 Dec, 2021 2 commits
    • 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
    • ChaimZhu's avatar
      fix mmhuman3d reference (#1100) · c01715c7
      ChaimZhu authored
      c01715c7
  12. 01 Dec, 2021 2 commits
    • MilkClouds's avatar
      Label visualization (#1050) · f84a17b8
      MilkClouds authored
      * argument show, score_thr added to single_gpu_test
      
      * Implemented label color visualization for show_result function
      
      * Added show, score_thr argument for base 3 model(mmdetection3d)
      
      * Fixed typo(color < 1) for show_result function
      
      * Applied pre-commit run --all-files
      
      * Revised documentation of show_result and revised variable name
      
      * Updated documentation and set default value of score_thr to None
      f84a17b8
    • 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. 25 Nov, 2021 1 commit
  14. 24 Nov, 2021 3 commits
  15. 01 Nov, 2021 3 commits
    • 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
    • Yezhen Cong's avatar
      [Doc] Update compat doc on coord sys refactoring (#968) · bf4396ec
      Yezhen Cong authored
      * Brief summary
      
      * v1 draft
      
      * Fix comments
      bf4396ec
    • Tai-Wang's avatar
      [Feature] PGD Benchmark on KITTI (#1014) · fc514fdc
      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
      
      * [Feature] add kitti AP40 evaluation metric (v1.0.0.dev0) (#927)
      
      * Add citation (#901)
      
      * [Feature] Add python3.9 in CI (#900)
      
      * Add python3.0 in CI
      
      * Add python3.0 in CI
      
      * Bump to v0.17.0 (#898)
      
      * 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
      
      * [Docs] Fix the version of sphinx (#902)
      
      * Fix sphinx version
      
      * Fix sphinx version
      
      * Fix sphinx version
      
      * Fix sphinx version
      
      * Fix sphinx version
      
      * Fix sphinx version
      
      * Fix sphinx version
      
      * Fix sphinx version
      
      * Fix sphinx version
      
      * Fix sphinx version
      
      * Fix sphinx version
      
      * Fix sphinx version
      
      * add AP40
      
      * add unitest
      
      * add unitest
      
      * seperate AP11 and AP40
      
      * fix some typos
      Co-authored-by: default avatardingchang <hudingchang.vendor@sensetime.com>
      Co-authored-by: default avatarTai-Wang <tab_wang@outlook.com>
      
      * [Feature] add smoke backbone neck (#939)
      
      * add smoke detecotor and it's backbone and neck
      
      * typo fix
      
      * fix typo
      
      * add docstring
      
      * fix typo
      
      * fix comments
      
      * fix comments
      
      * fix comments
      
      * fix typo
      
      * fix typo
      
      * fix
      
      * fix typo
      
      * fix docstring
      
      * refine feature
      
      * fix typo
      
      * use Basemodule in Neck
      
      * [Refactor] Refactor the transformation from image to camera coordinates (#938)
      
      * Refactor points_img2cam
      
      * Refine docstring
      
      * Support array converter and add unit tests
      
      * [Feature] FCOS3D BBox Coder (#940)
      
      * FCOS3D BBox Coder
      
      * Add unit tests
      
      * Change the value from long to float/double
      
      * Rename bbox_out as bbox
      
      * Add comments to forward returns
      
      * Support PGD BBox Coder
      
      * Refine docstring
      
      * Add uncertain l1 loss and its unit tests
      
      * [Feature] PGD BBox Coder (#948)
      
      * Support PGD BBox Coder
      
      * Refine docstring
      
      * PGD Head initialized
      
      * Refactor init methods, fix legacy variable names
      
      * [Feature] Support Uncertain L1 Loss (#950)
      
      * Add uncertain l1 loss and its unit tests
      
      * Remove mmcv.jit and refine docstrings
      
      * [Fix] Fix visualization in KITTI dataset (#956)
      
      * fix bug to support kitti vis
      
      * fix
      
      * Refine variable names and docstrings
      
      * Add unit tests and fix some minor bugs
      
      * Refine assertion messages
      
      * Fix typo in the docs_zh-CN
      
      * Use Pretrain init and remove unused init_cfg in FCOS3D
      
      * Fix the comments for the input_modality in the dataset config
      
      * Fix minor bugs in pgd_bbox_coder and incorrect setting for uncertain loss, use original init
      
      * Add explanations for code_weights
      
      * Add PGD README
      
      * Adjust the unit test for pgd bbox coder
      
      * Remove unused codes
      
      * Add mono3d metric into the gather_models and fix bugs
      
      * Update README.md
      
      * Update links
      
      * Update links
      
      * Involve the value assignment of loss_dict into the computing procedure
      
      * Fix incorrect loss_depth
      
      * Update README.md
      
      * Update README_zh-CN.md
      
      * Update PGD in the model_zoo.md
      
      * Update PGD in the model_zoo.md
      
      * Update metafiles
      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>
      fc514fdc
  16. 27 Oct, 2021 2 commits
  17. 20 Oct, 2021 4 commits
  18. 13 Oct, 2021 2 commits
  19. 11 Oct, 2021 1 commit
    • ChaimZhu's avatar
      [Feature] Add SMOKE benchmark (#988) · 6b1602f1
      ChaimZhu authored
      * add metafile and readme
      
      * fix typos
      
      * refine some typos
      
      * fix some typos
      
      * add smoke in readme and model-zoo
      
      * change dlanet to dla
      
      * change dlanet to dla in metafile
      6b1602f1
  20. 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