- 19 Jul, 2022 35 commits
-
-
liyining authored
-
Ma Zerun authored
-
YuanLiuuuuuu authored
-
YuanLiuuuuuu authored
-
ly015 authored
-
yangwendi.vendor authored
-
liyining authored
-
gongtao.vendor authored
-
liukuikun authored
-
gongtao.vendor authored
-
zhouzaida authored
-
ZwwWayne authored
-
liukuikun authored
-
Yining Li authored
* add prohibit_cache_randomness * rename as avoid_cache_randomness and ensure it is non-inheritable * fix lint * update docs
-
Yifei Yang authored
-
Yuan Liu authored
-
Yining Li authored
-
Yue Zhou authored
* Update __init__.py * Update __init__.py
-
Ma Zerun authored
-
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>
-
liukuikun authored
* [Fix] fix some typo according to review * fix comment
-
Yining Li authored
* rename cacheable_method to cache_randomness * refactor transform wrappers and update docs * fix all_nonexist_keys * fix lint * rename transform wrappers
-
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
-
Yining Li authored
* add @cacheable_methd in RandomChoice * RandomChoice add __iter__() and fix unittest
-
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
-
Wenwei Zhang authored
-
Yining Li authored
* Support deepcopy for Config (#1658) * Support deepcopy for Config * Iterate the `__dict__` of Config directly. * Use __new__ to avoid unnecessary initialization. * Improve according to comments * [Feature] Add spconv ops from mmdet3d (#1581) * add ops (spconv) of mmdet3d * fix typo * refactor code * resolve comments in #1452 * fix compile error * fix bugs * fix bug * transform from 'types.h' to 'extension.h' * fix bug * transform from 'types.h' to 'extension.h' in parrots * add extension.h in pybind.cpp * add unittest * Recover code * (1) Remove prettyprint.h (2) Switch `T` to `scalar_t` (3) Remove useless lines (4) Refine example in docstring of sparse_modules.py * (1) rename from `cu.h` to `cuh` (2) remove useless files (3) move cpu files to `pytorch/cpu` * reorganize files * Add docstring for sparse_functional.py * use dispatcher * remove template * use dispatch in cuda ops * resolve Segmentation fault * remove useless files * fix lint * fix lint * fix lint * fix unittest in test_build_layers.py * add tensorview into include_dirs when compiling * recover all deleted files * fix lint and comments * recover setup.py * replace tv::GPU as tv::TorchGPU & support device guard * fix lint Co-authored-by:
hdc <hudingchang.vendor@sensetime.com> Co-authored-by:
grimoire <yaoqian@sensetime.com> * Imporve the docstring of imfrombytes and fix a deprecation-warning (#1731) * [Refactor] Refactor the interface for RoIAlignRotated (#1662) * fix interface for RoIAlignRotated * Add a unit test for RoIAlignRotated * Make a unit test for RoIAlignRotated concise * fix interface for RoIAlignRotated * Refactor ext_module.nms_rotated * Lint cpp files * add transforms * add invoking time check for cacheable methods * fix lint * add unittest * fix bug in non-strict input mapping * fix ci * fix ci * fix compatibility with python<3.9 * fix typing compatibility * fix import * fix typing * add alternative for nullcontext * fix import * fix import * add docstrings * add docstrings * fix callable check * resolve comments * fix lint * enrich unittest cases * fix lint * fix unittest Co-authored-by:
Ma Zerun <mzr1996@163.com> Co-authored-by:
Wenhao Wu <79644370+wHao-Wu@users.noreply.github.com> Co-authored-by:
hdc <hudingchang.vendor@sensetime.com> Co-authored-by:
grimoire <yaoqian@sensetime.com> Co-authored-by:
Jiazhen Wang <47851024+teamwong111@users.noreply.github.com> Co-authored-by:
Hakjin Lee <nijkah@gmail.com>
-
Ma Zerun authored
* 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
-
Zaida Zhou authored
-
- 18 Jul, 2022 1 commit
-
-
GPhilo authored
* Add default dir_name and make non-absolute dir_name relative to runner.work_dir * Add log message and change default dir name
-
- 17 Jul, 2022 2 commits
-
-
Zaida Zhou authored
* [Docs] Fix sphinx markdown tables version * fix markdown version
-
Reza authored
-
- 16 Jul, 2022 1 commit
-
-
Happylkx authored
-
- 08 Jul, 2022 1 commit
-
-
Zaida Zhou authored
* bump version to v1.6.0 * minor fix
-