- 19 Jul, 2022 9 commits
-
-
Yifei Yang authored
* fix typos and move args into cfg * update docstring * fix as comment * fix lint * update transforms as discussed before * linting * fix as comment * fix lint * fix lint and also update according to PackInput * remove precommit change * rename cacheable method Co-authored-by:liukuikun <641417025@qq.com>
-
Yuan Liu authored
* [Feature]: Add cache to random func in data transform * [Fix]: Fix lint * [Fix]: Fix cache decorate problem * [Refactor]: Initialize Resize with config * [Refactor]: Move other resize config into Resize config * [Fix]: Scale can not be None in RandomResize * [Fix]: Change semantic seg to gt seg map * [Fix]: Delete unnecessary assert * [Fix]: Fix docstring * [Fix]: Add double quot to Resize in config * [Fix]: Fix the return type * [Fix]: Improve docstring * [Fix]: Specify the order of width and height for ratio range * [Fix]: Specify resize order Co-authored-by:Your <you@example.com>
-
Yifei Yang authored
* Fix MultiScaleFlipAug * fix as comment
-
Yifei Yang authored
* set invisiblity * fix as comment
-
Yifei Yang authored
* enhance centercrop and adjust crop size to (w, h) * fix comments * update required keys and docstring
-
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
-
liukuikun authored
* [Fix] expand pad_val'dim to be same with image * fix comment
-
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:Your <you@example.com>
-
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
-