1. 13 Dec, 2020 1 commit
    • Rui Xu's avatar
      [Refactor] remove the c implementation of flow_warp (#707) · b7136e39
      Rui Xu authored
      * remove flow-warp-c
      
      * remove flow warp in setup.py and imports
      
      * fix floor and ceil bug
      
      * fix broadcast bug
      
      * add warnings and assertions
      
      * fix bilinear bug
      
      * pass unit test
      
      * pass unit test
      
      * pass unit test
      
      * pass unit test
      
      * fix value bug
      
      * fix lint
      
      * fix lint
      
      * add mk lint
      
      * update docs
      
      * update docs
      
      * fix bug in imports
      
      * fix bug in setup.py
      b7136e39
  2. 12 Dec, 2020 3 commits
  3. 09 Dec, 2020 3 commits
  4. 08 Dec, 2020 2 commits
  5. 01 Dec, 2020 2 commits
  6. 26 Nov, 2020 1 commit
  7. 25 Nov, 2020 2 commits
    • Wang Xinjiang's avatar
      Fix rotated nms (#668) · 0d562118
      Wang Xinjiang authored
      0d562118
    • 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
  8. 24 Nov, 2020 2 commits
  9. 23 Nov, 2020 2 commits
  10. 20 Nov, 2020 1 commit
  11. 19 Nov, 2020 1 commit
  12. 18 Nov, 2020 3 commits
  13. 15 Nov, 2020 3 commits
  14. 14 Nov, 2020 2 commits
  15. 11 Nov, 2020 2 commits
    • yamengxi's avatar
      [Feature] Add CLAHE method (#647) · c6c230df
      yamengxi authored
      * add CLAHE
      
      * add CLAHE
      
      * restore
      
      * Add docstring
      
      * modify docstring
      
      * modify CLAHE to clahe
      
      * fix syntax error
      
      * simplify assert
      
      * simplify assert
      
      * add assert test
      
      * fix unittest bug
      
      * fix syntax bug
      
      * fix assert bug
      c6c230df
    • yamengxi's avatar
      [Feature] Add LUT transform (#646) · d9ef9dab
      yamengxi authored
      * add lut_transform
      
      * restore
      
      * fix test bug
      
      * add test
      
      * Fix syntax bug
      
      * Delete test id
      
      * modfiy docstrinng
      
      * simplify assert
      d9ef9dab
  16. 09 Nov, 2020 1 commit
  17. 06 Nov, 2020 2 commits
  18. 05 Nov, 2020 2 commits
    • Kuro Latency's avatar
      Update lr_updater.py (#574) · bcf85026
      Kuro Latency authored
      * Update lr_updater.py
      
      since epoch/iteration in  runner starts with 0, we shouldn't leave the latter iteration to former (12th epoch for example, with first period equal to 12) period.
      
      * Update lr_updater.py
      
      * Update test_hooks.py
      bcf85026
    • Wang Xinjiang's avatar
      Fix logger (#637) · 66e249a0
      Wang Xinjiang authored
      * Fix logger iter
      
      * Fix logger iter
      66e249a0
  19. 03 Nov, 2020 1 commit
  20. 31 Oct, 2020 2 commits
  21. 29 Oct, 2020 1 commit
  22. 28 Oct, 2020 1 commit