1. 23 Mar, 2023 1 commit
    • liuyuan1-v's avatar
      [Feature] Support NmsRotated with cambricon MLU backend (#2643) · 0d1b224f
      liuyuan1-v authored
      * [Feature] Support NmsRotated with cambricon MLU backend
      
      * [Feature] remove foolproofs in nms_rotated_mlu.cpp
      
      * [Feature] fix lint in test_nms_rotated.py
      
      * [Feature] fix kMLU not found in nms_rotated.cpp
      
      * [Feature] modify mlu support in nms.py
      
      * [Feature] modify nms_rotated support in ops.md
      
      * [Feature] modify ops/nms.py
      0d1b224f
  2. 28 Jan, 2023 1 commit
    • ckirchhoff's avatar
      [Feature] Add support for Ascend devices with nms_rotated (#2550) · 54ed0ed8
      ckirchhoff authored
      * [Feature]: add nms_rotated npu adaptater code
      
      * [BugFix]: modify param in nms_rotated_npu.cpp
      
      * [clean code]: nms_rotated_npu.cpp
      
      * [clean code]: nms_rotated_npu.cpp
      
      * [clean code]: nms_rotated_npu.cpp
      
      * [clean code]: nms_rotated.cpp
      
      * [Doc]: add nms_rotated op in supported op list at ops.md
      
      * [Test]: add nms_rotated unit_test
      
      * [Bug]: remove device parameter in test_batched_nms function
      54ed0ed8
  3. 10 Jun, 2022 1 commit
  4. 24 Feb, 2022 1 commit
  5. 12 Feb, 2022 1 commit
    • Hakjin Lee's avatar
      [Fix] batched nms for nms_rotated (#1688) · b10eaedd
      Hakjin Lee authored
      * Fix batched_nms to support nms_rotated
      
      * Update test code for batched_nms with nms_rotated
      
      * Edit indexing the score in nms
      
      * Use -1 indexing for batched_nms
      b10eaedd
  6. 10 Jan, 2022 1 commit
  7. 18 Dec, 2020 1 commit
  8. 25 Nov, 2020 1 commit
    • BigBigDream's avatar
      Add box_iou_rotated, ml_nms_rotated and nms_rotated (#625) · a9787648
      BigBigDream authored
      
      
      * add box_iou_rotated, ml_nms_rotated and nms_rotated
      
      * fix lint
      
      * fix lint
      
      * fix .py lint
      
      * fix cpp lint
      
      * add newline at the end
      
      * add new line
      
      * fix unittest
      
      * config google style
      
      * fix lint
      
      * lint
      
      * lint
      
      * yapf
      
      * update
      
      * fix lint
      
      * fix lint
      
      * fix lint
      
      * fix
      
      * fix format
      
      * fix format
      
      * add modified from
      
      * add docstring and update others
      
      * update docstring
      
      * update docstring
      
      * update
      
      * fix bug
      
      * fix bug
      
      * fix bug
      Co-authored-by: default avatarCao Yuhang <yhcao6@gmail.com>
      a9787648