- 07 Jul, 2021 3 commits
-
-
Zaida Zhou authored
* Remove _build directroy in docs_zh_CN * Change utils title to Chinese * Translate documents * Translate documents * Use symbolic link to avoid repeated images * Use symbolic link to avoid repeated images * fix readme.md * update copyright * refactor docs * rename title to Chinese
-
Zaida Zhou authored
* [Docs] Fix sphinx version * [Docs] Remove sphinx_markdown_tables * update readme link * add sphinx_rtd_theme package
-
RangiLyu authored
-
- 06 Jul, 2021 1 commit
-
-
Zaida Zhou authored
* add ci for pt1.8 pt1.9 * remove cp command * change cuda verison * fix typo * fix ci * fix typo
-
- 03 Jul, 2021 2 commits
-
-
Zaida Zhou authored
* fix test.txt * fix unittest in pt1.9 * fix checkpoint filename error * add comment * fix unittest * fix onnxruntime version
-
Zaida Zhou authored
-
- 02 Jul, 2021 3 commits
-
-
Zaida Zhou authored
* [Docs] Refactor documentation * [Docs] Refactor documentation * refactor docs * refactor docs * set sphinx==3.1.2 * fix typo * modify according to comment * modify according to comment * modify according to comment * [Docs] delete unnecessary file * fix title * rename * rename
-
Zaida Zhou authored
-
Haodong Duan authored
* fix saconv * update * update * fix * use LooseVersion
-
- 29 Jun, 2021 3 commits
-
-
Antonio Lanza authored
* Change dict update order * Change dict() with {} * Added comments with PR link * Fixed comments according to Lint Job -
Haodong Duan authored
-
achaiah authored
* Missing check for dir in the 'else' clause Fixing issue when recursively scanning directories with filenames starting with '.' Without this fix, the `if not entry.name.startswith('.') and entry.is_file()` logic falls through to the `else` clause which in the current code base will error out as it encounters '.' files (e.g. .DS_Store) * Updated code per comments * fixing indentation * fix indenterror and add comment * remove .DS_Store and add .file Co-authored-by:zhouzaida <zhouzaida@163.com>
-
- 28 Jun, 2021 1 commit
-
-
Zaida Zhou authored
-
- 27 Jun, 2021 1 commit
-
-
Jerry Jiarui XU authored
* [Fix] Fix SyncBN build in PyTorch 1.9 * fixed parrots SyncBN
-
- 25 Jun, 2021 7 commits
-
-
Zaida Zhou authored
-
Ma Zerun authored
* support print using hooks before running. * Support to print hook trigger stages. * Print stage-wise hook infos. And make `stages` as class attribute of `Hook` * Add util function `is_method_overriden` and use it in `Hook.get_trigger_stages`. * Add unit tests. * Move `is_method_overriden` to `mmcv/utils/misc.py` * Improve hook info text. * Add base_class argument type assertion, and fix some typos. * Remove `get_trigger_stages` to `get_triggered_stages` * Use f-string.
-
Tong Gao authored
* Support image reading while ignoring EXIF orientation info Add unit test for ignore_orientation flags in imread() * add documentation for imread * Add test cases
-
pc authored
-
q.yao authored
* optimize criss cross attention * optimize criss cross attention * optimize criss cross attention * fix lint * fix ci, remove useless variable * better ca_forward_kernel Co-authored-by:wondervictor <victorchanchina@gmail.com>
-
Ma Zerun authored
* Refine default hooks and custom hooks priority rank. * Add unit tests for custom hooks with string priority. * Use priority `ABOVE_NORMAL` and `BELOW_NORMAL` instead of `HIGHER` and `LOWER`. And add unit tests for custom hook with the same priority as default hooks.
-
lizz authored
* Support variables in base files for configs Signed-off-by:
lizz <lizz@sensetime.com> * Test json and yaml as well Signed-off-by:
lizz <lizz@sensetime.com> * Add test for recusive base Signed-off-by:
lizz <lizz@sensetime.com> * Test misleading values Signed-off-by:
lizz <lizz@sensetime.com> * Improve comments Signed-off-by:
lizz <lizz@sensetime.com> * Add doc Signed-off-by:
lizz <lizz@sensetime.com> * Improve doc Signed-off-by:
lizz <lizz@sensetime.com> * More tests Signed-off-by:
lizz <lizz@sensetime.com> * Harder test case Signed-off-by:
lizz <lizz@sensetime.com> * use BASE_KEY instead of base Signed-off-by:
lizz <lizz@sensetime.com>
-
- 24 Jun, 2021 5 commits
-
-
fjfzlzj authored
* Fix the permission denied error on windows. * Format code. * Using a cleaner way. * Update config.py use os.unlink instead of unlink * change unlink to remove * add notes for new implementation * Fix typo Co-authored-by:
WRH <12756472+wangruohui@users.noreply.github.com> Co-authored-by:
Wenwei Zhang <40779233+ZwwWayne@users.noreply.github.com>
-
Yining Li authored
* EvalHook uses case-insensitive key indicator matching and configurable test functions * * fix docstring * * move test_fn import into __init__ * configurable greater/less keys * * update unittest * update DistEvalHook * fix comments and remove debug code * support single greater/less key
-
Junjun2016 authored
* add resize or rescale to multiple * add imresize_to_multiple function in mmcv.image * fix docstring * use to_2tuple
-
pc authored
-
Jintao Lin authored
* empty tensor inference backward continity * update * add 3d
-
- 23 Jun, 2021 2 commits
-
-
Jaemin Jung authored
-
Junjun2016 authored
* add to_ntuple * add unit test
-
- 22 Jun, 2021 2 commits
-
-
Junjun2016 authored
-
Miao Zheng authored
-
- 16 Jun, 2021 3 commits
-
-
q.yao authored
* add modulated dcn, better dcn plugin * clangformat * update documentation
-
Zaida Zhou authored
-
Shilong Zhang authored
* avoid bc-breaking * fix function name * fix typo * fix import * add import warning * remove wapper * remove unitest * add dep warning * add dep warning
-
- 14 Jun, 2021 1 commit
-
-
Weiwen Chen authored
I need this in a subclass, but I dont want copy the whole `log()` function
-
- 11 Jun, 2021 6 commits
-
-
Zaida Zhou authored
-
LXXXXR authored
-
pc authored
-
Shilong Zhang authored
* minor changes * change to modulist * change to Sequential * replace dropout with attn_drop and proj_drop in MultiheadAttention * add operation_name for attn * add drop path and move all ffn args to ffncfgs * fix typo * fix a bug when use default value of ffn_cfgs * fix ffns * add deprecate warning * fix deprecate warning * change to pop kwargs * support register FFN of transformer * support batch first * fix batch first wapper * fix forward wapper * fix typo * fix lint * add unitest for transformer * fix unitest * fix equal * use allclose * fix comments * fix comments * change configdict to dict * move drop to a file * add comments for drop path * add noqa 501 * move bnc wapper to MultiheadAttention * move bnc wapper to MultiheadAttention * use dep warning * resolve comments * add unitest: * rename residual to identity * revert runner * msda residual to identity * rename inp_identity to identity * fix name * fix transformer * remove key in msda * remove assert for key Co-authored-by:
HIT-cwh <2892770585@qq.com> Co-authored-by:
bkhuang <congee524@gmail.com> Co-authored-by:
Wenwei Zhang <40779233+ZwwWayne@users.noreply.github.com>
-
Y. Xiong authored
* fix cast nn.Module bug * fix misleading doc * add resume function * del useless; fix typo * change meta structure; set resume default
-
pc authored
-