1. 12 Dec, 2020 1 commit
    • Y. Xiong's avatar
      Fix pip 20.3 (#703) · cff01c5f
      Y. Xiong authored
      * bump version to 1.2.1
      
      * update installation table in readme
      
      * break new line
      
      * del mmcv upper bound for old installation
      
      * reminder on latest
      cff01c5f
  2. 09 Dec, 2020 3 commits
  3. 08 Dec, 2020 2 commits
  4. 01 Dec, 2020 2 commits
  5. 26 Nov, 2020 1 commit
  6. 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
  7. 24 Nov, 2020 2 commits
  8. 23 Nov, 2020 2 commits
  9. 20 Nov, 2020 1 commit
  10. 19 Nov, 2020 1 commit
  11. 18 Nov, 2020 3 commits
  12. 15 Nov, 2020 3 commits
  13. 14 Nov, 2020 2 commits
  14. 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
  15. 09 Nov, 2020 1 commit
  16. 06 Nov, 2020 2 commits
  17. 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
  18. 03 Nov, 2020 1 commit
  19. 31 Oct, 2020 2 commits
  20. 29 Oct, 2020 1 commit
  21. 28 Oct, 2020 3 commits
  22. 26 Oct, 2020 1 commit
    • robin Han's avatar
      add unittest for onnx convert (#608) · 23b2bdbf
      robin Han authored
      * add unittest for onnx convert
      
      * build onnx and onnxruntime in CI
      
      * skip onnx op unit test while using CUDA
      
      * fix offset==0 case in NMS
      
      * remove tmp file used in test
      
      * delete tmp file before assert so that we can remove the tmp file anyway
      23b2bdbf