1. 25 May, 2025 1 commit
  2. 11 Jul, 2024 1 commit
  3. 17 Jan, 2023 1 commit
  4. 27 Dec, 2022 1 commit
  5. 18 Aug, 2022 1 commit
  6. 16 Aug, 2022 1 commit
  7. 19 Jul, 2022 1 commit
  8. 10 May, 2022 1 commit
  9. 09 May, 2022 1 commit
  10. 15 Apr, 2022 1 commit
    • Charlyo's avatar
      Make sure padding size is not negative (#1792) · 7982dd1a
      Charlyo authored
      * Make sure padding size is not negative
      
      If Resize maintains aspect ratio, could be the case that image shape is bigger than resize value.
      
      * Test pad shape smaller than image shape
      
      * Fix lint
      
      * Remove whitespaces
      7982dd1a
  11. 09 Feb, 2022 1 commit
  12. 22 Dec, 2021 2 commits
    • Hongbin Sun's avatar
      [Feature]: Support tensor2grayimgs (#1595) · 690a77fa
      Hongbin Sun authored
      * support tensor2grayimgs
      
      * give default mean and std according to the input channel
      
      * update docstring
      
      * update
      
      * fix bug
      690a77fa
    • Jiazhen Wang's avatar
      [Fix] Fix some warnings in unittest (#1522) · fb486b96
      Jiazhen Wang authored
      * [Fix] fix some warnings in unittest
      
      * [Impl] standardize some warnings
      
      * [Fix] fix warning type in test_deprecation
      
      * [Fix] fix warning type
      
      * [Fix] continue fixing
      
      * [Fix] fix some details
      
      * [Fix] fix docstring
      
      * [Fix] del useless statement
      
      * [Fix] keep compatibility for torch < 1.5.0
      fb486b96
  13. 14 Dec, 2021 1 commit
    • wuwencheng's avatar
      [Feature] Add multi file backends to imread/imwrite. (#1527) · 66bff139
      wuwencheng authored
      * Add file client to image io
      
      * Fix petrel_client imwrite error
      
      * Add examples to the docstring and delete the file check of imread
      
      * modify docstring v1.3.19->v1.4.1
      
      * Deprecate auto_mkdir parameter and complete test_io.py
      
      * Fix error caused by deleting the mock package in test_io.py
      
      * Add annotation to imencode
      
      * modify imread input assert and delete the judgement of file client 'put' method
      
      * Delete try except in imwrite.
      
      * Add a error file extension unit test.
      66bff139
  14. 04 Oct, 2021 1 commit
  15. 08 Aug, 2021 1 commit
  16. 14 Jul, 2021 1 commit
  17. 25 Jun, 2021 1 commit
  18. 24 Jun, 2021 1 commit
  19. 26 Mar, 2021 1 commit
  20. 12 Mar, 2021 1 commit
  21. 09 Mar, 2021 1 commit
  22. 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
  23. 03 Mar, 2021 1 commit
  24. 27 Jan, 2021 1 commit
  25. 12 Dec, 2020 1 commit
  26. 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
  27. 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
  28. 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
  29. 04 Sep, 2020 1 commit
  30. 02 Sep, 2020 1 commit
  31. 22 Aug, 2020 1 commit
  32. 17 Jul, 2020 1 commit
  33. 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
  34. 02 Jul, 2020 1 commit
  35. 01 Jul, 2020 1 commit
  36. 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
  37. 17 Jun, 2020 1 commit