1. 24 Jun, 2021 1 commit
  2. 26 Mar, 2021 1 commit
  3. 12 Mar, 2021 1 commit
  4. 09 Mar, 2021 1 commit
  5. 08 Mar, 2021 1 commit
    • LXXXXR's avatar
      [Feature] Add adjust sharpness (#864) · ce10425d
      LXXXXR authored
      * add adjust sharpness
      
      * revised according to commnts
      
      * fix bug
      
      * fix docstring
      
      * revise according to comments
      
      * fix blank lines
      
      * revised according to comments
      ce10425d
  6. 03 Mar, 2021 1 commit
  7. 27 Jan, 2021 1 commit
  8. 12 Dec, 2020 1 commit
  9. 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
  10. 14 Sep, 2020 1 commit
    • Qiaofei Li's avatar
      Supports brightness and contrast augmentations (#546) · a0cc5a84
      Qiaofei Li authored
      * add brightness and contrast augmentation
      
      * remove unnecessary
      
      * reformat
      
      * relax the precision constrain for adjust_brightness aug
      
      * fix percision assertion error in unit test
      
      * remove toy
      
      * rename alpha as factor
      
      * use np.testing.assert_allclose in place of np.less_equal
      a0cc5a84
  11. 08 Sep, 2020 2 commits
    • Qiaofei Li's avatar
      Supports Equalize Augmentation. (#543) · a59a35bc
      Qiaofei Li authored
      * add equalize augmentation in mmcv
      
      * delete unnecessary
      
      * reformat
      
      * remove clip in implementing equalize, and add uint test with case step=0
      
      * remove clip in implementing equalize, and add uint test with case step=0
      
      * add comments for unit test
      
      * rename function name as imequalize
      a59a35bc
    • Qiaofei Li's avatar
      Supports Color augmentation. (#542) · 95417a5d
      Qiaofei Li authored
      * add Color augmentation
      
      * reformat
      
      * reformat
      
      * reformat docstring
      
      * reformat docstring
      
      * add more unit test
      
      * add more unit test
      
      * add clip value and uint test for image with type float
      
      * rename function name
      95417a5d
  12. 04 Sep, 2020 1 commit
  13. 02 Sep, 2020 1 commit
  14. 22 Aug, 2020 1 commit
  15. 17 Jul, 2020 1 commit
  16. 08 Jul, 2020 1 commit
    • Cao Yuhang's avatar
      Migrate op (#392) · d5cbf7ee
      Cao Yuhang authored
      * migrate op
      
      * migrate unittest
      
      * update build no torch
      
      * add back use_torch_vision for roi align
      
      * fix type and unit test
      
      * ignore test logging when no torch
      
      * fix no torch ci test
      
      * skip test registry
      
      * remove coverage report when no torch
      
      * fix mac ci order
      
      * install latest pillow when no torch
      
      * mv convws to brisk
      d5cbf7ee
  17. 02 Jul, 2020 1 commit
  18. 01 Jul, 2020 1 commit
  19. 28 Jun, 2020 1 commit
    • zhuyuanhao's avatar
      add ext ops, support parrots (#310) · c0f5492e
      zhuyuanhao authored
      
      
      * add ext ops, support parrots
      
      * fix lint
      
      * fix lint
      
      * update op from mmdetection
      
      * support non-pytorch env
      
      * fix import bug
      
      * test not import mmcv.op
      
      * rename mmcv.op to mmcv.ops
      
      * fix compile warning
      
      * 1. fix syncbn warning in pytorch 1.5
      2. support only cpu compile
      3. add point_sample from mmdet
      
      * fix text bug
      
      * update docstrings
      
      * fix line endings
      
      * minor updates
      
      * remove non_local from ops
      
      * bug fix for nonlocal2d
      
      * rename ops_ext to _ext and _ext to _flow_warp_ext
      
      * update the doc
      
      * try clang-format github action
      
      * fix github action
      
      * add ops to api.rst
      
      * fix cpp format
      
      * fix clang format issues
      
      * remove .clang-format
      Co-authored-by: default avatarKai Chen <chenkaidev@gmail.com>
      c0f5492e
  20. 17 Jun, 2020 2 commits
  21. 03 May, 2020 1 commit
  22. 26 Apr, 2020 1 commit