1. 27 Mar, 2025 1 commit
  2. 13 Aug, 2024 1 commit
  3. 20 Mar, 2023 1 commit
  4. 13 Mar, 2023 1 commit
    • Yifei Yang's avatar
      [Feature] Add Ops of StyleGAN3 (#2290) · 869dbf1b
      Yifei Yang authored
      
      
      * add bias_act
      
      * support bias_act
      
      * support filtered_lrelu
      
      * support filtered_lrelu and upfirdn2d
      
      * support conv2d_gradfix and fix filtered_lrelu
      
      * fix lint
      
      * fix lint
      
      * fix c++ lint
      
      * fix part comments
      
      * fix lint
      
      * rm redundant header
      
      * fix upgrade pip
      
      * fix as comment
      
      * fix c++ lint
      
      * fix ci
      
      * fix-ut
      
      * fix as comments
      
      * add grad check
      
      * remove redundant template
      
      * Update mmcv/ops/bias_act.py
      Co-authored-by: default avatarZaida Zhou <58739961+zhouzaida@users.noreply.github.com>
      
      * add typehint
      
      * fix as comment:
      
      * complete type hints
      
      * fix lint
      
      * add test for conv_gradfix
      
      * add test for conv_gradfix
      
      * fix lint
      
      * modify licenses and ops.md
      
      * add zh op md
      
      * add torch version policy for conv2d_gradfix
      
      * fix lint
      
      * fix as comments
      
      * rename impl
      
      * rm redudant function and add ut
      
      * fix as comment
      
      * fix lint
      
      * fix lint
      
      * fix as comments
      
      * fix lint
      
      * fix ut
      
      * fix as comment
      
      * fix as comment
      
      * fix as comment
      
      ---------
      Co-authored-by: default avatarZaida Zhou <58739961+zhouzaida@users.noreply.github.com>
      869dbf1b
  5. 03 Mar, 2023 1 commit
  6. 13 Feb, 2023 1 commit
  7. 08 Feb, 2023 1 commit
  8. 13 Jan, 2023 1 commit
    • ckirchhoff's avatar
      [Feature] Pick npu ops from master to 2.x (#2501) · 34bdf448
      ckirchhoff authored
      * merge npu ops from master to 2.x
      
      * BugFix: fix merge bugs
      
      * {[Feature]: add psamask, roipool to 2.x, and fix the SigmoidFocalLoss assert condition
      
      * merge conflicts in ops.md
      
      * [fix]: fix merge bug
      34bdf448
  9. 10 Jan, 2023 1 commit
  10. 11 Dec, 2022 1 commit
  11. 06 Dec, 2022 2 commits
  12. 28 Nov, 2022 1 commit
  13. 23 Nov, 2022 4 commits
    • ZShaopeng's avatar
    • Mashiro's avatar
      [Docs] Refine contributing.md (#1941) · 7e7425f9
      Mashiro authored
      * refaictor CONTRIBUDING.MD
      
      * refaictor CONTRIBUDING.MD
      
      * fix source rvm shell command
      
      * fix lint
      
      * add chinese contributing.md
      
      * fix error render
      
      * fix error render
      
      * refine description
      
      * refine description
      
      * minor refine
      
      * install ffmpeg before ut
      
      * Minor retfine
      
      * Minor refine
      
      * refine chinese contributing.md
      
      * Refine
      
      * Fix as comment
      
      * Fix as comment
      
      * restore pr.md
      
      * minor refine
      
      * minor refine
      
      * update chinese CONTRIBUTING.md in root dir
      
      * adjust imgae size
      
      * update en CONTRIBUTING.md
      
      * update en CONTRIBUTING.md
      
      * update contributing.md in docs
      
      * restore change of index.rst
      
      * Fix as comment
      
      * minor refine
      
      * remove content in PR.md
      
      * minor refine
      
      * minor refine
      
      * minor refine
      
      * Fix as comment
      
      * rename
      
      * minor refine
      7e7425f9
    • cathyzhang222's avatar
      [Feature] Support Iou3d with cambricon MLU backend (#2339) · 6c89b717
      cathyzhang222 authored
      * [Feature] Support Iou3d with cambricon MLU backend
      
      * [Feature] add double line
      
      * [Feature] add line
      6c89b717
    • Zhang's avatar
      [Feature] Support RoIAwarePool3d with cambricon MLU backend (#2359) · e9777adb
      Zhang authored
      * [Feature] Support RoiawarePool3d with cambricon MLU backend.
      
      * [Feature] Support RoiawarePool3d with cambricon MLU backend.
      e9777adb
  14. 30 Oct, 2022 1 commit
  15. 24 Oct, 2022 1 commit
  16. 22 Oct, 2022 3 commits
    • ZShaopeng's avatar
      [Feature] Support RoipointPool3d with cambricon MLU backend (#2247) · a8f7ae48
      ZShaopeng authored
      * [Feature] Support RoipointPool3d with cambricon MLU backend
      
      * [Feature] Support RoipointPool3d with cambricon MLU backend
      
      * [Feature] Support RoipointPool3d with cambricon MLU backend
      
      * [Feature] Support RoipointPool3d with cambricon MLU backend
      
      * [Feature] Support RoipointPool3d with cambricon MLU backend
      a8f7ae48
    • bdf's avatar
      [Feature] Support DeformRoiPool with cambricon MLU backend (#2137) · a364e6ca
      bdf authored
      
      
      * [Feature] Support DeformRoiPool with cambricon MLU backend
      
      * [Fix] Remove use of std library
      
      * [Fix] Correct the error information
      
      * [Refactor] Refactor test deform_roi_pool code
      
      * [Fix] Fix judgment error
      
      * [Fix] Modify the large tensor check
      Co-authored-by: default avatarbudefei <budefei@cambricon.com>
      a364e6ca
    • Zaida Zhou's avatar
      [Docs] Refine reamde and installation (#2340) · 5b279fbd
      Zaida Zhou authored
      * [Docs] Simplify README
      
      * Simplify README_zh-CN
      
      * Update installation docs
      
      * Add mmyolo link in README
      
      * update introduction
      
      * update installation
      
      * Update build docs
      
      * remove io link in README
      
      * update
      5b279fbd
  17. 20 Oct, 2022 1 commit
  18. 13 Oct, 2022 1 commit
    • Yue Zhou's avatar
      [Feature] Add box_iou_quadri & nms_quadri (#2277) · a4c82617
      Yue Zhou authored
      * update
      
      * update
      
      * fix link
      
      * fix bug
      
      * update nms_quadri
      
      * fix lint
      
      * Update test_nms_quadri.py
      
      * Update box_iou_quadri.py
      
      * fix bug
      
      * Update test_nms_quadri.py
      
      * Update box_iou_rotated_utils.hpp
      
      * Update box_iou_quadri.py
      
      * Update mmcv/ops/nms.py
      a4c82617
  19. 11 Oct, 2022 1 commit
  20. 10 Oct, 2022 1 commit
  21. 25 Sep, 2022 2 commits
  22. 30 Aug, 2022 2 commits
  23. 28 Aug, 2022 3 commits
  24. 26 Aug, 2022 1 commit
  25. 23 Aug, 2022 1 commit
  26. 22 Aug, 2022 1 commit
  27. 19 Aug, 2022 1 commit
    • Mashiro's avatar
      [Refactor] Use MODELS registry in mmengine and delete basemodule (#2172) · 19a02415
      Mashiro authored
      * change MODELS to mmengine, delete basemodule
      
      * fix unit test
      
      * remove build from cfg
      
      * add comment and rename TARGET_MODELS to registry
      
      * refine cnn docs
      
      * remove unnecessary check
      
      * refine as comment
      
      * refine build_xxx_conv error message
      
      * fix lint
      
      * fix import registry from mmcv
      
      * remove unused file
      19a02415
  28. 16 Aug, 2022 1 commit
  29. 03 Aug, 2022 1 commit
  30. 19 Jul, 2022 1 commit
    • liukuikun's avatar
      [Feature] Add Part1 of data transform (#1736) · 9e4b2ff5
      liukuikun authored
      * [Feature] Add Part1 of data transform
      
      * api.rst transform->transforms
      
      * fix typo
      
      * fix typo
      
      * rename test_processing into test_transforms_processing for avoiding same name
      
      * fix mypy
      
      * fix comment
      
      * fix comment
      9e4b2ff5