"awq/vscode:/vscode.git/clone" did not exist on "435b3b4b57e1430bd4885ac98bbd72bf4583020e"
  1. 13 Mar, 2023 1 commit
  2. 28 Feb, 2023 1 commit
  3. 31 Jan, 2023 1 commit
    • ChaimZhu's avatar
      [Feature] add mono3d inferencer (#2190) · 278df1eb
      ChaimZhu authored
      * add mono3d inferencer
      
      * update mono3d inferenceer
      
      * update init file
      
      * update unit test
      
      * fix name
      
      * add base_det3d_inferencer
      
      * fix comments
      
      * fix comments
      
      * fix comments
      
      * renmae pgd-kitti to pgd_kitti
      
      * add parameterized in tests.txt
      
      * add txt file
      
      * update loadimgfromfilemono3d to fit latest mmcv
      278df1eb
  4. 14 Dec, 2022 1 commit
  5. 03 Dec, 2022 2 commits
    • Xiangxu-0103's avatar
      [Docs] Refine the documentation (#1994) · 17ac0691
      Xiangxu-0103 authored
      
      
      * refine doc
      
      * refine docs
      
      * replace `CLASSES` with `classes`
      
      * update doc
      
      * Minor fix
      Co-authored-by: default avatarTai-Wang <tab_wang@outlook.com>
      17ac0691
    • xiangxu-0103's avatar
      [Fix]: fix semantic segmentation related bugs (#1909) · adb17824
      xiangxu-0103 authored
      delete whitespace
      
      update docs
      
      remove unnecessary optional docs
      
      update docs
      
      add mmengine assertion
      
      add docstring
      
      fix mminstall
      
      update mmengine version
      
      fix
      
      [Fix]: fix semantic segmentation related bugs (#1909)
      
      fix semantic seg
      
      fix lint
      
      remove unused imports
      
      fix
      
      update pointnet2-s3dis config
      
      update data_list according to scene_idxs
      
      remove useless function
      
      fix bug lack `eval_ann_info` during evaluation
      
      fix bug
      
      update doc
      
      fix lint
      
      update docs
      
      Update det3d_dataset.py
      
      update docstrings
      
      update docs
      
      fix lint
      
      update docs
      
      fix
      
      fix
      
      fix lint
      adb17824
  6. 11 Oct, 2022 1 commit
  7. 29 Sep, 2022 1 commit
  8. 28 Sep, 2022 1 commit
    • Jingwei Zhang's avatar
      [Fix] Fix unit test of datasets (#1865) · e9e20242
      Jingwei Zhang authored
      * fix ci of dataset and visualizer by regenerate pkl
      
      * decrease channels in ut for reducing cuda memory
      
      * still use sample_id in the kitti submitted files
      
      * minor changes
      
      * use waymo-open-dataset-tf-2-6-0
      
      * use waymo-open-dataset-tf-2-5-0 to be compabible with python3.6
      
      * use waymo-open-dataset-tf-2-4-0 to be compabible with python3.6
      
      * no dependency about waymo-open-dataset
      
      * Revert "no dependency about waymo-open-dataset"
      
      This reverts commit 581d4eefe26851a295b3190bcfa73d6fb2ba54aa.
      
      * not install waymo-open-dataset for ci
      
      * max python version is 3.8 because of trimesh
      
      * Revert "max python version is 2.8 because of trimesh"
      
      This reverts commit 6d8a1851b22a2059e7de75b576c2b7f633ad7cfa.
      
      * fix networkx in ci
      
      * update docstring of data_preprocessor
      
      * modify version of typingextensions
      e9e20242
  9. 31 Aug, 2022 1 commit
  10. 10 Aug, 2022 1 commit
  11. 09 Aug, 2022 1 commit
  12. 22 Jul, 2022 2 commits
  13. 07 Jun, 2022 1 commit
    • Tai-Wang's avatar
      [Fix] Fix the requirement of mmcv and mmdet (#1537) · c232b7a4
      Tai-Wang authored
      * Fix the requirement of mmcv and mmdet
      
      * Adjust all the mmcv upper bound version to 1.6.0, remove the version requirement in the CI
      
      * Fix windows CI
      
      * Fix test_loading due to the update of required mmdet
      c232b7a4
  14. 28 Apr, 2022 1 commit
    • VVsssssk's avatar
      [Feaute]support spconv2.0 (#1421) · c28a3d98
      VVsssssk authored
      * support spconv2.0
      
      * resolve comments
      
      * try to fix ut
      
      * fix ut
      
      * fix docs
      
      * add spconv2 check in collect.env
      
      * resolve comments
      
      * fix docs
      
      * fix comments
      c28a3d98
  15. 20 Apr, 2022 1 commit
  16. 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
  17. 11 Jan, 2022 1 commit
  18. 30 Dec, 2021 1 commit
  19. 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
  20. 08 Dec, 2021 1 commit
  21. 24 Nov, 2021 1 commit
  22. 13 Oct, 2021 1 commit
  23. 24 Sep, 2021 1 commit
  24. 02 Sep, 2021 1 commit
    • dingchang's avatar
      [Docs] Fix the version of sphinx (#902) · 075f4442
      dingchang authored
      * 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
      075f4442
  25. 09 Jul, 2021 1 commit
  26. 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
  27. 30 Jun, 2021 1 commit
    • Tai-Wang's avatar
      [Fix] Fix the doc config files and formats (#671) · f5859d1b
      Tai-Wang authored
      * Add mmseg in the doc config files
      
      * Remove mocked cv2
      
      * Add opencv-python
      
      * Remove mocked imports
      
      * Add mminstall requirements
      
      * Remove mocked imports correspondingly
      
      * Fix mmdet versions
      
      * Fix mmseg version
      f5859d1b
  28. 24 May, 2021 1 commit
  29. 18 May, 2021 1 commit
  30. 11 May, 2021 1 commit
  31. 10 May, 2021 1 commit
  32. 30 Apr, 2021 1 commit
  33. 01 Mar, 2021 1 commit
  34. 25 Feb, 2021 1 commit
    • 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
  35. 01 Feb, 2021 1 commit
    • 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
  36. 22 Nov, 2020 1 commit
  37. 24 Sep, 2020 1 commit
  38. 20 Sep, 2020 1 commit
    • Wenwei Zhang's avatar
      Bump to V0.6.0 (#118) · 579b0799
      Wenwei Zhang authored
      
      
      * Add gitlab CI back
      
      * clean isort
      
      * Update gitlab CI version
      
      * Update mmcv install
      
      * fix unit test bug
      
      * waymo
      
      * Use new flake8
      
      * Update mmdet3d/core/evaluation/waymo_utils/prediction_kitti_to_waymo.py, tools/data_converter/waymo_converter.py files
      
      * Add baseline configs for waymo
      
      * fix linting
      
      * yapf reformat
      
      * update waymo results
      
      * Update waymo model zoo and docs
      
      * Bump v0.6.0
      
      * Fix a minor bug when converting waymo data
      
      * Fix cmds in the waymo doc
      
      * Fix setup.cfg to pass isort test
      
      * Fix waymo configs
      
      * Update model zoo link & doc
      
      * update version date
      
      * clean ci
      Co-authored-by: default avatarwangtai <wangtai@sensetime.com>
      Co-authored-by: default avatarTai-Wang <tab_wang@outlook.com>
      579b0799