Jingwei Zhang
f6fd6c212f
[Fix] Fix a potential bug in prroipool op ( #2200 )
2022-08-18 19:20:57 +08:00
Jingwei Zhang
86f9dc7a40
[Enhance] Support different border modes in imrotate ( #2141 )
...
* support different border_mode in imrotate
* fix docstring
* small fix
* reorder the border_mode arg in imrotate
* fix lint
* polish docstring
* polish docstring
2022-08-18 19:20:57 +08:00
CokeDong
12406e2102
[Feature] Add ChamferDistance op for Parrots ( #2189 )
...
* Support Parrots extension for op ChamferDistance
* Fix lint
* Adapt op backward error of IntTensor for parrots
* Fix Lint
2022-08-18 19:20:57 +08:00
Zaida Zhou
2085d79ca9
Update CI ( #2180 )
...
* Install mmengine in CI
* fix
* fix version error
* update ci
2022-08-18 17:28:09 +08:00
Zaida Zhou
0fe1c64744
Remove fileio from mmcv and use mmengine.fileio instead ( #2179 )
2022-08-16 13:37:19 +08:00
Zaida Zhou
0b4285d959
Pick commits from master ( #2164 )
...
* [Docs] Add swith_language.md in docs (#2160 )
* [Fix] Fix onnx unit tests (#2155 )
* [Docs] Limit extension versions (#2144 )
* Support PrRoIPool operation
* Add MPS bbox overlap
* Add .pre-commit-config-zh-cn.yaml (#2135 )
Co-authored-by: xcnick <xcnick0412@gmail.com>
Co-authored-by: Jingwei Zhang <zjw18@mails.tsinghua.edu.cn>
Co-authored-by: q.yao <yaoqian@sensetime.com>
2022-08-03 14:11:53 +08:00
Cedric Luo
47a61c3b82
[Fix] Fix init weights of MultiScaleDeformableAttention ( #2158 )
...
* fix tensors on different device
* fix lint
* Update mmcv/ops/multi_scale_deform_attn.py
Co-authored-by: Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>
Co-authored-by: Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>
2022-08-01 14:12:45 +08:00
Zaida Zhou
fb7959624e
bump version to v2.0.0rc0 ( #2132 )
2022-07-19 23:19:05 +08:00
Zaida Zhou
521d0b0e6c
[Fix] Fix error in version.py ( #2133 )
2022-07-19 20:06:09 +08:00
Zaida Zhou
50485f225d
Update circleci config ( #2131 )
2022-07-19 19:18:16 +08:00
Yixiao Fang
e5c2cab583
[Refactor] Add pillow backend for ColorJitter related functions ( #2127 )
...
* add 'backend' for ColorJitter related functions
* add unittest
* fix unittest
* add bgr transpose and revise ut
* update unittest
* revise docstring
2022-07-19 19:18:16 +08:00
ly015
08bc449888
fix typo in RandomFlip.__repr__
2022-07-19 19:18:16 +08:00
plyfager
1a57a76be5
complete repr functions
2022-07-19 19:18:16 +08:00
liukuikun
f90567a091
[Fix] LoadImageFromFile
2022-07-19 19:18:16 +08:00
huanghaian
864942be2f
fix resize error
2022-07-19 19:18:16 +08:00
zhengmiao
29135c22ab
[Fix] Nearest interpolation to resize seg map
2022-07-19 19:18:16 +08:00
liyining
39eb4ec62b
Fix typos in processing.py
2022-07-19 19:18:16 +08:00
Ma Zerun
a1fb002269
[Refactor] Use `resize_type` instead of `resize_cfg` in `RandomResize` and `RandomChoiceResize`.
2022-07-19 19:18:16 +08:00
YuanLiuuuuuu
a03774d6db
[Refactor]: Grascale return uint8 type
2022-07-19 19:18:16 +08:00
YuanLiuuuuuu
5867a97a41
[Fix]: Fix random resize
2022-07-19 19:18:16 +08:00
ly015
eb3bd34c31
fix incorrect remapping of ellipsis
2022-07-19 19:18:16 +08:00
yangwendi.vendor
a7106c6bfe
[fix]:fix type hint in transforms
2022-07-19 19:18:16 +08:00
liyining
59eaefebe0
[Feature] Support partial mapping by manually marking keys as ignored
2022-07-19 19:18:16 +08:00
gongtao.vendor
3b494a1304
Support broadcasting all keys for TransformBroadcaster
2022-07-19 19:18:16 +08:00
liukuikun
88f3cc3f35
replace height, width with img_shape
2022-07-19 19:18:16 +08:00
gongtao.vendor
772069f216
Update loading.py
2022-07-19 19:18:16 +08:00
zhouzaida
96fff55cf2
minor fix
2022-07-19 19:18:16 +08:00
ZwwWayne
d59c3be9b6
Use mmengine registry and fix the LoadAnnotations not in registry
2022-07-19 19:18:16 +08:00
liukuikun
ab0aa4ef86
load type ( #1921 )
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
Yifei Yang
ea84b67449
update scales and img_shape ( #1871 )
2022-07-19 19:18:16 +08:00
Yuan Liu
30b3844621
[Fix]: Update img_shape in resize related transform ( #1907 )
2022-07-19 19:18:16 +08:00
Yining Li
ff0dfb74d7
add RandomApply ( #1863 )
2022-07-19 19:18:16 +08:00
Yue Zhou
46cb4b108c
Add BaseTransform in __init__.py ( #1852 )
...
* Update __init__.py
* Update __init__.py
2022-07-19 19:18:16 +08:00
Ma Zerun
428512f88a
Rename `LoadAnnotation` to `LoadAnnotations` ( #1850 )
2022-07-19 19:18:16 +08:00
Yifei Yang
b7525fae1e
[Fix] Fix typos, init funcs, cacheable method of part3 of data transforms ( #1784 )
...
* 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>
2022-07-19 19:18:16 +08:00
liukuikun
e7592a70f2
[Fix] fix some typo in transforms ( #1831 )
...
* [Fix] fix some typo according to review
* fix comment
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
Yuan Liu
0a5b412509
[Feature]: Reformat resize config ( #1826 )
...
* [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>
2022-07-19 19:18:16 +08:00
Yifei Yang
2844a11631
[Fix] Fix MultiScaleFlipAug ( #1801 )
...
* Fix MultiScaleFlipAug
* fix as comment
2022-07-19 19:18:16 +08:00
Yifei Yang
169f098d82
[Fix] Set keypoints not in the cropped image invisible ( #1804 )
...
* set invisiblity
* fix as comment
2022-07-19 19:18:16 +08:00
Yining Li
6534efd6ca
[Fix] Add @cacheable_method in transform wrapper `RandomChoice` ( #1807 )
...
* add @cacheable_methd in RandomChoice
* RandomChoice add __iter__() and fix unittest
2022-07-19 19:18:16 +08:00
Yifei Yang
2f85d78149
[Enhancement] Enhance CenterCrop ( #1765 )
...
* enhance centercrop and adjust crop size to (w, h)
* fix comments
* update required keys and docstring
2022-07-19 19:18:16 +08:00
Yifei Yang
2619aa9c8e
[Feature] Add Part3 of data transform ( #1735 )
...
* 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
2022-07-19 19:18:16 +08:00
liukuikun
5af6c12b81
[Fix] Pad boader fix ( #1757 )
...
* [Fix] expand pad_val'dim to be same with image
* fix comment
2022-07-19 19:18:16 +08:00
Yuan Liu
53070ebccf
[Feature]: Add Part2 of data transform ( #1730 )
...
* [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>
2022-07-19 19:18:16 +08:00
liukuikun
9e4b2ff58e
[Feature] Add Part1 of data transform ( #1736 )
...
* [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
2022-07-19 19:18:15 +08:00
Wenwei Zhang
95b5a07b90
Rename transform to transforms ( #1737 )
2022-07-19 19:18:15 +08:00
Yining Li
d00b0cec74
[Feature] Add base transform interface ( #1538 )
...
* 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>
2022-07-19 19:18:15 +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