"vscode:/vscode.git/clone" did not exist on "5258fe9a7baad4fd022537eb0be3a47f109f7272"
  1. 03 Dec, 2022 1 commit
    • Jingwei Zhang's avatar
      [CI] Add github action CI && refactor `tests/utils/` (#2012) · 1a47acdd
      Jingwei Zhang authored
      * update github action ci
      
      * install torch in ci
      
      * fix ci on win
      
      * add __init__ in tests/utils
      
      * add mmdet3d/testing for modeule importing in UT in win
      
      * fix diff path sep on UT
      
      * reduce RAM in voxel_generator
      
      * reduce RAM in anchor_generator
      
      * remove print in UT
      
      * fix lint
      
      * fix pvrcnn ut
      
      * fix lint
      
      * reduce channels in second_fpn
      1a47acdd
  2. 01 Sep, 2022 1 commit
  3. 22 Jul, 2022 1 commit
  4. 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
  5. 01 May, 2022 1 commit
  6. 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
  7. 30 Mar, 2022 1 commit
    • ChaimZhu's avatar
      [Enhance] Add Windows CI after moving ops (#1345) · eaa4f03d
      ChaimZhu authored
      * lock mmcv version
      
      * change to cpu
      
      * change int to int64
      
      * fix tempfile error
      
      * change tensor
      
      * change tensor
      
      * change cpu
      
      * complete windows ci
      
      * change dtype
      
      * change data type to numpy
      
      * change tensor to numpy
      
      * fix comments
      eaa4f03d
  8. 09 Feb, 2022 1 commit
  9. 30 Dec, 2021 1 commit
  10. 07 Dec, 2021 3 commits
  11. 29 Sep, 2021 1 commit
  12. 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
  13. 01 Sep, 2021 1 commit
  14. 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
  15. 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
  16. 08 May, 2021 1 commit
    • Ziyi Wu's avatar
      [Feature] Support PointNet++ decode head (#479) · 53e06229
      Ziyi Wu authored
      * support PN2 decode head
      
      * add mmseg dependency in github workflow
      
      * complete PN2 decode head
      
      * modify backbone pn2 to support seg task & its unit test
      
      * add unit test for PN2 decode_head
      53e06229
  17. 28 Apr, 2021 1 commit
  18. 19 Apr, 2021 1 commit
  19. 16 Apr, 2021 1 commit
  20. 04 Apr, 2021 1 commit
  21. 29 Mar, 2021 1 commit
  22. 10 Mar, 2021 1 commit
  23. 04 Jan, 2021 1 commit
  24. 01 Oct, 2020 1 commit
  25. 19 Sep, 2020 1 commit
  26. 07 Sep, 2020 1 commit
  27. 01 Sep, 2020 1 commit
    • Wenwei Zhang's avatar
      Fix all warnings in pt1.6 (#72) · dde4b02c
      Wenwei Zhang authored
      * Fix (torch.nonzero): Fix  warning of torch.nonzero and bug of nms_iou
      
      * Fix contiguous warning of tensor
      
      * Update CI with pt1.6
      
      * update build action
      
      * recover ci
      
      * Add force cuda
      
      * Use mmcv-full==1.0.5
      
      * Fix nonzero warning
      
      * Update CI config
      
      * update links
      
      * fix unit tests
      
      * fix unit tests
      
      * Lock pytorch version in CI
      
      * Lock pytorch version in CI
      
      * Lock pytorch version in CI
      
      * Try specify torchlink
      
      * Try specify torchlink
      
      * Only add 3.7 for CI
      
      * fix synctax error
      
      * Use 1.3.0
      
      * Use 1.3.0 and specify mmcv
      
      * give up 1.3
      
      * fix cublas issue
      
      * fix cublas issue
      dde4b02c
  28. 23 Jul, 2020 1 commit
  29. 17 Jul, 2020 2 commits
  30. 14 Jul, 2020 1 commit
    • Wenwei Zhang's avatar
      Support pypi (#19) · 87339473
      Wenwei Zhang authored
      * add publish workflow
      
      * Add manifest
      
      * Clean files and bump to 0.5.0
      
      * Fix MANIFEST
      87339473
  31. 13 Jul, 2020 1 commit
  32. 12 Jul, 2020 1 commit
    • Wenwei Zhang's avatar
      Support GitHub action (#4) · 915ffe8b
      Wenwei Zhang authored
      * Support github action:
      
      * fix docs package
      
      * reduce action items
      
      * Update cuda arch
      
      * Set cuda arch
      
      * Add information
      
      * add cocotools in installation
      
      * skip gpu
      
      * remove duplicated module
      
      * Clean ci
      
      * Update docstring requirements
      915ffe8b
  33. 09 Jul, 2020 1 commit