Xin Li
c9ed3f5245
[Docs] Translate data_transform.md to English ( #2325 )
...
* draft 1 with some typo fixed
* draft 2
* Update docs/en/understand_mmcv/data_process.md
Co-authored-by: Qian Zhao <112053249+C1rN09@users.noreply.github.com>
* Update docs/en/understand_mmcv/data_transform.md
Co-authored-by: Qian Zhao <112053249+C1rN09@users.noreply.github.com>
* Update docs/en/understand_mmcv/data_transform.md
Co-authored-by: Qian Zhao <112053249+C1rN09@users.noreply.github.com>
* Update docs/en/understand_mmcv/data_transform.md
Co-authored-by: Qian Zhao <112053249+C1rN09@users.noreply.github.com>
* Update docs/en/understand_mmcv/data_transform.md
Co-authored-by: Qian Zhao <112053249+C1rN09@users.noreply.github.com>
* Update docs/en/understand_mmcv/data_transform.md
Co-authored-by: Qian Zhao <112053249+C1rN09@users.noreply.github.com>
* Update docs/en/understand_mmcv/data_transform.md
Co-authored-by: Qian Zhao <112053249+C1rN09@users.noreply.github.com>
* Update docs/en/understand_mmcv/data_transform.md
Co-authored-by: Qian Zhao <112053249+C1rN09@users.noreply.github.com>
* Update docs/en/understand_mmcv/data_transform.md
Co-authored-by: Qian Zhao <112053249+C1rN09@users.noreply.github.com>
* Update docs/en/understand_mmcv/data_transform.md
Co-authored-by: Qian Zhao <112053249+C1rN09@users.noreply.github.com>
* Update docs/en/understand_mmcv/data_transform.md
Co-authored-by: Qian Zhao <112053249+C1rN09@users.noreply.github.com>
* Update docs/en/understand_mmcv/data_transform.md
Co-authored-by: Qian Zhao <112053249+C1rN09@users.noreply.github.com>
* Update docs/en/understand_mmcv/data_transform.md
Co-authored-by: Qian Zhao <112053249+C1rN09@users.noreply.github.com>
* Update docs/en/understand_mmcv/data_transform.md
Co-authored-by: Qian Zhao <112053249+C1rN09@users.noreply.github.com>
* Remove timer tool
* Update docs/en/understand_mmcv/data_transform.md
Co-authored-by: Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>
* Update docs/en/understand_mmcv/data_transform.md
Co-authored-by: Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>
* Update docs/en/understand_mmcv/data_transform.md
Co-authored-by: Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>
* Update docs/en/understand_mmcv/data_transform.md
Co-authored-by: Qian Zhao <112053249+C1rN09@users.noreply.github.com>
Co-authored-by: Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>
2022-10-20 14:41:41 +08:00
Zaida Zhou
521d0b0e6c
[Fix] Fix error in version.py ( #2133 )
2022-07-19 20:06:09 +08:00
liyining
59eaefebe0
[Feature] Support partial mapping by manually marking keys as ignored
2022-07-19 19:18:16 +08:00
Yining Li
f59aec8ffb
[Feature] Add decorator `avoid_cache_randomness` ( #1864 )
...
* add prohibit_cache_randomness
* rename as avoid_cache_randomness and ensure it is non-inheritable
* fix lint
* update docs
2022-07-19 19:18:16 +08:00
Yining Li
ff0dfb74d7
add RandomApply ( #1863 )
2022-07-19 19:18:16 +08:00
Ma Zerun
428512f88a
Rename `LoadAnnotation` to `LoadAnnotations` ( #1850 )
2022-07-19 19:18:16 +08:00
Yining Li
e2ca0733c6
Refactor base transform ( #1830 )
...
* rename cacheable_method to cache_randomness
* refactor transform wrappers and update docs
* fix all_nonexist_keys
* fix lint
* rename transform wrappers
2022-07-19 19:18:16 +08:00
Ma Zerun
8b47579e7c
[Docs] Add data transform docs. ( #1723 )
...
* Add data transfrom docs
* Convert all Chinese paragraph in oneline to prevent some rendering bug
in Chrome/Edge. (It looks well in Firefox :/)
* Update docs
* Update docs
* Imporve docs according to comments
* Imporve docs according comments
2022-07-19 19:18:15 +08:00