1. 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
  2. 18 May, 2022 1 commit
  3. 01 May, 2022 1 commit
  4. 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
  5. 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
  6. 09 Feb, 2022 1 commit
  7. 30 Dec, 2021 1 commit
  8. 07 Dec, 2021 3 commits
  9. 13 Oct, 2021 1 commit
  10. 29 Sep, 2021 1 commit
  11. 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
  12. 01 Sep, 2021 1 commit
  13. 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
  14. 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
  15. 09 Jun, 2021 1 commit
  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. 21 Apr, 2021 1 commit
  19. 19 Apr, 2021 1 commit
  20. 16 Apr, 2021 1 commit
  21. 04 Apr, 2021 1 commit
  22. 29 Mar, 2021 1 commit
  23. 10 Mar, 2021 1 commit
  24. 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
  25. 04 Jan, 2021 1 commit
  26. 01 Oct, 2020 1 commit
  27. 19 Sep, 2020 1 commit
  28. 07 Sep, 2020 1 commit
  29. 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
  30. 27 Jul, 2020 1 commit
    • twang's avatar
      Update issue templates (#43) · eb00d372
      twang authored
      * update issue templates
      
      Change mmdet to mmdet3d
      
      * Update reimplementation_questions.md
      
      Change mmdet to mmdet3d
      eb00d372
  31. 23 Jul, 2020 1 commit
  32. 17 Jul, 2020 2 commits
  33. 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
  34. 13 Jul, 2020 1 commit
  35. 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
  36. 09 Jul, 2020 1 commit
  37. 20 Jun, 2020 1 commit