1. 19 Jul, 2022 12 commits
    • Yifei Yang's avatar
      [Fix] Fix MultiScaleFlipAug (#1801) · 2844a116
      Yifei Yang authored
      * Fix MultiScaleFlipAug
      
      * fix as comment
      2844a116
    • Yifei Yang's avatar
      [Fix] Set keypoints not in the cropped image invisible (#1804) · 169f098d
      Yifei Yang authored
      * set invisiblity
      
      * fix as comment
      169f098d
    • Yining Li's avatar
      [Fix] Add @cacheable_method in transform wrapper `RandomChoice` (#1807) · 6534efd6
      Yining Li authored
      * add @cacheable_methd in RandomChoice
      
      * RandomChoice add __iter__() and fix unittest
      6534efd6
    • Yifei Yang's avatar
      [Enhancement] Enhance CenterCrop (#1765) · 2f85d781
      Yifei Yang authored
      * enhance centercrop and adjust crop size to (w, h)
      
      * fix comments
      
      * update required keys and docstring
      2f85d781
    • Yifei Yang's avatar
      [Feature] Add Part3 of data transform (#1735) · 2619aa9c
      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
      2619aa9c
    • liukuikun's avatar
      [Fix] Pad boader fix (#1757) · 5af6c12b
      liukuikun authored
      * [Fix] expand pad_val'dim to be same with image
      
      * fix comment
      5af6c12b
    • Yuan Liu's avatar
      [Feature]: Add Part2 of data transform (#1730) · 53070ebc
      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: default avatarYour <you@example.com>
      53070ebc
    • liukuikun's avatar
      [Feature] Add Part1 of data transform (#1736) · 9e4b2ff5
      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
      9e4b2ff5
    • Wenwei Zhang's avatar
      Rename transform to transforms (#1737) · 95b5a07b
      Wenwei Zhang authored
      95b5a07b
    • Yining Li's avatar
      [Feature] Add base transform interface (#1538) · d00b0cec
      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: default avatarhdc <hudingchang.vendor@sensetime.com>
      Co-authored-by: default avatargrimoire <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: default avatarMa Zerun <mzr1996@163.com>
      Co-authored-by: default avatarWenhao Wu <79644370+wHao-Wu@users.noreply.github.com>
      Co-authored-by: default avatarhdc <hudingchang.vendor@sensetime.com>
      Co-authored-by: default avatargrimoire <yaoqian@sensetime.com>
      Co-authored-by: default avatarJiazhen Wang <47851024+teamwong111@users.noreply.github.com>
      Co-authored-by: default avatarHakjin Lee <nijkah@gmail.com>
      d00b0cec
    • Ma Zerun's avatar
      [Docs] Add data transform docs. (#1723) · 8b47579e
      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
      8b47579e
    • Zaida Zhou's avatar
      Update daily dispatcher (#2125) · d1004b7c
      Zaida Zhou authored
      d1004b7c
  2. 18 Jul, 2022 1 commit
  3. 17 Jul, 2022 2 commits
  4. 16 Jul, 2022 1 commit
  5. 08 Jul, 2022 2 commits
  6. 07 Jul, 2022 2 commits
  7. 06 Jul, 2022 1 commit
  8. 05 Jul, 2022 1 commit
  9. 01 Jul, 2022 1 commit
  10. 30 Jun, 2022 3 commits
  11. 29 Jun, 2022 1 commit
  12. 26 Jun, 2022 2 commits
  13. 20 Jun, 2022 5 commits
  14. 15 Jun, 2022 4 commits
  15. 11 Jun, 2022 1 commit
  16. 10 Jun, 2022 1 commit