1. 20 Mar, 2023 1 commit
  2. 19 Mar, 2023 1 commit
  3. 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
  4. 03 Mar, 2023 1 commit
  5. 13 Feb, 2023 1 commit
  6. 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
  7. 10 Jan, 2023 1 commit
  8. 11 Dec, 2022 1 commit
  9. 23 Nov, 2022 5 commits
  10. 27 Oct, 2022 1 commit
  11. 22 Oct, 2022 4 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
    • CokeDong's avatar
      [Feature] Support PrRoI op for Parrots (#2280) · 8fae3b46
      CokeDong authored
      * Support parrots extension for op PrRoI
      
      * Fix lint
      
      * Fix cpp lint
      
      * Fix testcase failure by false requires_grad in self-defined autograd Funtion
      
      * Fix issues
      
      * Fix flake8
      
      * Fix isort
      
      * Adaption for typechecking for PrRoIPoolFunction
      
      * Fix lint
      
      * Support only float32
      
      * bugfix
      8fae3b46
    • q.yao's avatar
      fix ci · e0b3223b
      q.yao authored
      e0b3223b
  12. 21 Oct, 2022 1 commit
  13. 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
  14. 28 Aug, 2022 3 commits
  15. 26 Aug, 2022 1 commit
  16. 24 Aug, 2022 1 commit
  17. 23 Aug, 2022 1 commit
  18. 16 Aug, 2022 1 commit
  19. 03 Aug, 2022 1 commit
  20. 29 Jun, 2022 1 commit
  21. 10 Jun, 2022 1 commit
  22. 09 Jun, 2022 1 commit
  23. 08 Jun, 2022 3 commits
  24. 25 May, 2022 1 commit
  25. 20 May, 2022 2 commits
  26. 18 May, 2022 1 commit
  27. 09 May, 2022 1 commit
  28. 29 Apr, 2022 1 commit
    • WilliamKyle's avatar
      [Feature] Add rotated_feature_align cpu & onnxruntime implementation (#1878) · b30755ee
      WilliamKyle authored
      * add rotated_feature_align cpu implementation
      
      * add rotated_feature_align onnxruntime implementation
      
      * Update code for advices from grimoire
      
      Remove useless comment from mmcv/ops/csrc/pytorch/cpu/rotated_feature_align.cpp
      
      Replace ambiguous function name atomicAdd in mmcv/ops/csrc/pytorch/cpu/rotated_feature_align.cpp
      
      Simplify unit test with parameter in tests/test_ops/test_rotated_feature_align.py
      
      Use fma in interpolate in mmcv/ops/csrc/onnxruntime/cpu/rotated_feature_align.cpp mmcv/ops/csrc/pytorch/cpu/rotated_feature_align.cpp
      
      * Inline the function to reduce the overhead of the function call
      
      Use fma in interpolate
      b30755ee