- 15 Apr, 2022 1 commit
-
-
Charlyo authored
* Make sure padding size is not negative If Resize maintains aspect ratio, could be the case that image shape is bigger than resize value. * Test pad shape smaller than image shape * Fix lint * Remove whitespaces
-
- 04 Oct, 2021 1 commit
-
-
Zaida Zhou authored
* Add code-spell hook to pre-commit * Add code-spell hook to pre-commit and fix typos * fix setup.cfg
-
- 08 Aug, 2021 1 commit
-
-
Jerry Jiarui XU authored
* [Docs] Add header for files * change to OpenMMLab * add headers for .cpp, .cu, .h, .cuh * replace Open-MMLab with OpenMMLab
-
- 24 Jun, 2021 1 commit
-
-
Junjun2016 authored
* add resize or rescale to multiple * add imresize_to_multiple function in mmcv.image * fix docstring * use to_2tuple
-
- 26 Mar, 2021 1 commit
-
-
LXXXXR authored
* add cutout * add adjust_lighting * minor fix
-
- 04 Sep, 2020 1 commit
-
-
Qiaofei Li authored
* add imtranslate * add imtranslate * update comments * reformat
-
- 02 Sep, 2020 1 commit
-
-
Qiaofei Li authored
* Add shear augmentation * Update geometric.py * Update geometric.py
-
- 22 Aug, 2020 1 commit
-
-
Jerry Jiarui XU authored
-
- 17 Jul, 2020 1 commit
-
-
Jerry Jiarui XU authored
* Support pillow resize * add more types
-
- 02 Jul, 2020 1 commit
-
-
Xiaojie Li authored
* update impad * fix docstring * add shape for impad * fix unit test * remove old version & fix doc * fix linting * fix doc Co-authored-by:lixiaojie <lixiaojie@sensetime.com>
-
- 28 Jun, 2020 1 commit
-
-
zhuyuanhao authored
* add ext ops, support parrots * fix lint * fix lint * update op from mmdetection * support non-pytorch env * fix import bug * test not import mmcv.op * rename mmcv.op to mmcv.ops * fix compile warning * 1. fix syncbn warning in pytorch 1.5 2. support only cpu compile 3. add point_sample from mmdet * fix text bug * update docstrings * fix line endings * minor updates * remove non_local from ops * bug fix for nonlocal2d * rename ops_ext to _ext and _ext to _flow_warp_ext * update the doc * try clang-format github action * fix github action * add ops to api.rst * fix cpp format * fix clang format issues * remove .clang-format Co-authored-by:Kai Chen <chenkaidev@gmail.com>
-
- 26 Apr, 2020 1 commit
-
-
Kai Chen authored
* refactor unittests * split test_video.py to two files
-