1. 11 Jul, 2024 1 commit
  2. 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
  3. 13 Jan, 2022 1 commit
  4. 23 Nov, 2021 1 commit
    • q.yao's avatar
      Refactor csrc with device dispatcher (#1463) · 230f9a3b
      q.yao authored
      * Add device registry for pytorch ops
      
      * add declaration of CheckDeviceConsistency
      
      * fix for torch130
      
      * assert with torch check
      
      * Refactor ops with dispatch
      
      * update rest ops
      
      * faster install
      
      * update compatibility
      
      * update compatibility, rename parameter
      
      * move cpu implement to pytorch/cpu
      
      * update ops/csrc/README.md
      
      * fix rocm support
      
      * update cn document
      
      * update docs
      
      * list instead of map
      230f9a3b
  5. 25 Dec, 2020 1 commit
  6. 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