1. 25 May, 2025 1 commit
  2. 11 Jul, 2024 1 commit
  3. 13 Feb, 2023 1 commit
  4. 10 Jun, 2022 1 commit
  5. 24 Feb, 2022 1 commit
  6. 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
  7. 10 Jan, 2022 1 commit
  8. 18 Dec, 2020 1 commit
  9. 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