1. 19 Jul, 2022 4 commits
    • Yifei Yang's avatar
      [Feature] Add Part3 of data transform (#1735) · 2619aa9c
      Yifei Yang authored
      * update data transform part3
      
      * update init
      
      * rename flip funcs
      
      * fix comments
      
      * update comments
      
      * fix lint
      
      * Update mmcv/transforms/processing.py
      
      * fix docs format
      
      * fix comments
      
      * add test pad_val and fix bugs in class Pad
      
      * merge updated pad
      
      * fix lint
      
      * Update tests/test_transforms/test_transforms_processing.py
      2619aa9c
    • liukuikun's avatar
      [Fix] Pad boader fix (#1757) · 5af6c12b
      liukuikun authored
      * [Fix] expand pad_val'dim to be same with image
      
      * fix comment
      5af6c12b
    • Yuan Liu's avatar
      [Feature]: Add Part2 of data transform (#1730) · 53070ebc
      Yuan Liu authored
      
      
      * [Refactor]: New commit of Part2 of data transform
      
      * [Fix]: Fix lint
      
      * [Fix]: Change flip reisze to prefix
      
      * [Refactor]: Delete redundant code in ToTensor
      
      * [Fix]:optional
      
      * [Fix]: Change the discription of RandomFlip
      
      * [Refactor]: Change flip_with_flip_direction to flip_on_direction
      Co-authored-by: default avatarYour <you@example.com>
      53070ebc
    • liukuikun's avatar
      [Feature] Add Part1 of data transform (#1736) · 9e4b2ff5
      liukuikun authored
      * [Feature] Add Part1 of data transform
      
      * api.rst transform->transforms
      
      * fix typo
      
      * fix typo
      
      * rename test_processing into test_transforms_processing for avoiding same name
      
      * fix mypy
      
      * fix comment
      
      * fix comment
      9e4b2ff5