1. 16 Dec, 2020 1 commit
  2. 15 Dec, 2020 2 commits
    • lizz's avatar
      Support mmcv bricks in flops compuation (#715) · 8008f475
      lizz authored
      
      Signed-off-by: default avatarlizz <lizz@sensetime.com>
      8008f475
    • lml131's avatar
      Lml/jit decorator (#673) · 9befc398
      lml131 authored
      * add jit decorator
      
      * add parrots_jit.py
      
      * modify test_parrots_jit.py
      
      * modify for lint
      
      * fix isort
      
      * skip test_parrots_jit.py when build without pytorch
      
      * try ci
      
      * rm log
      
      * fix double quote
      
      * modify for comments and use partial_shape instead of full_shape
      
      * fix for lint
      
      * small modify for parrots 0.9.0rc0
      
      * def skip no elena directly
      9befc398
  3. 14 Dec, 2020 1 commit
    • Y. Xiong's avatar
      bump version to v1.2.2 (#714) · e30dc4f8
      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
      
      * bump version to v1.2.2
      e30dc4f8
  4. 13 Dec, 2020 2 commits
    • BigBigDream's avatar
      fix roi_align ci for parrots (#708) · 02920db2
      BigBigDream authored
      * fix roi_align ci for parrots
      
      * fix lint
      02920db2
    • 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
  5. 12 Dec, 2020 3 commits
  6. 09 Dec, 2020 3 commits
  7. 08 Dec, 2020 2 commits
  8. 01 Dec, 2020 2 commits
  9. 26 Nov, 2020 1 commit
  10. 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
  11. 24 Nov, 2020 2 commits
  12. 23 Nov, 2020 2 commits
  13. 20 Nov, 2020 1 commit
  14. 19 Nov, 2020 1 commit
  15. 18 Nov, 2020 3 commits
  16. 15 Nov, 2020 3 commits
  17. 14 Nov, 2020 2 commits
  18. 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
  19. 09 Nov, 2020 1 commit
  20. 06 Nov, 2020 2 commits
  21. 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