1. 25 May, 2025 1 commit
  2. 11 Jul, 2024 1 commit
  3. 27 May, 2022 1 commit
    • Range King's avatar
      Add type hints in bbox.py and box_iou_rotated.py (#1981) · bb4c65d8
      Range King authored
      * Add type hints in bbox.py
      
      * Add type hints in box_iou_rotated.py
      
      * Update ball_query.py
      
      * Revert "Add type hints in bbox.py"
      
      This reverts commit 102566488e3aa9328b1c6e1159e2699d40f9f9f5.
      
      * Update bbox.py
      
      * Revert "Update bbox.py"
      
      This reverts commit d34b2c6ed54ba024b9674c948493001a8b4ff864.
      
      * Update bbox.py
      bb4c65d8
  4. 18 May, 2022 1 commit
  5. 10 Jan, 2022 1 commit
  6. 09 Dec, 2021 1 commit
  7. 08 Aug, 2021 1 commit
  8. 19 Apr, 2021 1 commit
    • Wang Xinjiang's avatar
      [Feature]: Add Rotated ROI align op for pytorch (cpu&cuda), parrots (cpu&cuda)... · ee041cec
      Wang Xinjiang authored
      
      [Feature]: Add Rotated ROI align op for pytorch (cpu&cuda), parrots (cpu&cuda) and onnxruntime (cpu) (#933)
      
      * add roi_align_rotated
      
      * code format
      
      * Add align key to roi align rotated
      
      * Add clockwise for rotated roi align
      
      * fix bugs in onnx export
      
      * Add docstring for RoIAlignRotated
      
      * remove cuda unittest
      
      * Reformat c++ code
      
      * add onnx roi align rotated file
      
      * fix unittest
      
      * Add  cpu and float64 of cuda support for parrots
      
      * code format
      
      * Add unified header to roi align rotated
      Co-authored-by: default avatarluopeichao <luopeichao@sensetime.com>
      ee041cec
  9. 25 Dec, 2020 1 commit
  10. 16 Dec, 2020 1 commit
  11. 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