- 23 Sep, 2021 4 commits
-
-
Miao Zheng authored
-
dingchang authored
-
Wenwei Zhang authored
* [Feature]: support empty tensor in MMSyncBN * refine code * resolve comments * clean unnecessary comments * fix inaccurate statistics when empty tensor * resolve comments and add docstrings * update unit tests * rephrase, ready for merge
-
pc authored
-
- 21 Sep, 2021 2 commits
-
-
Zaida Zhou authored
-
Zaida Zhou authored
-
- 14 Sep, 2021 1 commit
-
-
Zaida Zhou authored
* [Docs] Use PyTorch sphinx theme * add sphinx-copybutton * add twitter and zhihu link * remove shpinx_rtd_theme from doc.xtx * update docs.txt * update conf.py
-
- 13 Sep, 2021 1 commit
-
-
AluminiumOxide authored
* Add Chinese translation of config.md. * Add Chinese translation of registry.md and fix config.md * Update config.md * Update registry.md * Update config.md * Update config.md * Update registry.md * Update config.md * fix format * polish translation * polish translation * polish translation Co-authored-by:zhouzaida <zhouzaida@163.com>
-
- 09 Sep, 2021 2 commits
-
-
Zaida Zhou authored
-
Leojc authored
* Reimplement cc_attention using pure pytorch * fix: avoid BC-Breaking * delete cc_attention related cpp and cuda files * delete cc_attention related lines in pybind.cpp * make out Tensor contiguous. * remove unneeded lines. * Update mmcv/ops/cc_attention.py Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * Update TestCrissCrossAttention * passing pre-commit * Update docstring of CrissCrossAttention * Update docstring of CrissCrossAttention * Update mmcv/ops/cc_attention.py Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * [docs]polish the docstring * [Docs] Polish the docstring Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>
-
- 08 Sep, 2021 1 commit
-
-
Tong Gao authored
* [Feature] Add revert_sync_batchnorm * support mmsyncbn (to be tested) * Test passed * Update docstring, rename the test file * remove test_sync_bn * add comment * add mmcv.ops check * Add a comment * Add notes and relax test req Co-authored-by:gaotongxiao <gaotongxiao@gmail.con>
-
- 07 Sep, 2021 5 commits
-
-
young authored
* restrict the warning message * and an important keyword in warning description * a more elegant way of condition * link format code too long * fix the stupid spelling mistake * Use issubclass to restrict warning message. * maybe this version is more elegant. * conv + bias + norm warning pytest * 'created' a warning, hahaha * isort and yapf format revision * isort and yapf format revision * flake8 fail issue * I have to right this way in order to solve the conflicts between yapf and flake8, sigh... * fixed test bug * Add ruby windows installer source. * Simplified the code and remove ruby source from CONTRIBUTING.md * use _BatchNorm to simplify the code * bug fix and add instanceNorm case into warning * change the warning message to make it more clear * fix unit test
-
Zaida Zhou authored
-
EricKani authored
-
Ma Zerun authored
* Fix missing `state_dict._metadata` when saving & loading checkpoints. * Add unit tests. * Fix default value and variable names in unit tests.
-
Wei Ji authored
* Fix typo on pip install mmcv-full torch1.9 cpu * 修改 pip install mmcv-full torch1.9 cpu 的错别字 * Fix typos in installation.md Point to https://download.openmmlab.com/mmcv/dist/cpu/torch1.9.0/index.html
-
- 01 Sep, 2021 1 commit
-
-
Zaida Zhou authored
-
- 29 Aug, 2021 1 commit
-
-
Eugene Liu authored
* DCN cpu version * add modulated dcn cpu version * move deform_conv_shape_check to deform conv utils * add inline to deform_conv_shape_check * add tests * run linter * add newline at file end * run pre-commit against modulated deform conv cpp * update saconv test * run clang-format * remove cuda device inline * refactor dcn cuda/cpu functions * remove DCN util * remove DCN util hpp from all included files * Addressing PR comment by refactoring modulated-DCN * fix lint in cpp files
-
- 27 Aug, 2021 2 commits
-
-
Zaida Zhou authored
* [Feature] Add python3.9 in CI * fix dependencies for compiling onnx
-
Zaida Zhou authored
-
- 24 Aug, 2021 3 commits
-
-
Zaida Zhou authored
-
densechen authored
* runner constructor * import runner at `__init__` * fix yapf * fix * fix yapf * better write * add using example * add common * fix lint * refactor format Co-authored-by:Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>
-
Wenwei Zhang authored
* add windows CI * clean versions * only allow pt1.7 on windows * fix windows install issue * add win cpu * fix win command * clean unnecessary command * resolve turbojpeg & tempfile on win * replace os.readlink with os.path.realpath * fix windows ci * close file before removing it * fix windows ci * fix symlink on windows * fix windows ci * fix windows ci * fix windows ci * fix windows ci * fix windows ci * fix windows ci * fix windows ci * fix windows ci * fix windows ci * modify according to comment Co-authored-by:zhouzaida <zhouzaida@163.com>
-
- 23 Aug, 2021 10 commits
-
-
q.yao authored
* update requirements of onnxruntime * update document * use python setup.py instead of pip install
-
pc authored
-
Haian Huang(深度眸) authored
* Add Chinese Documentation of runner * Fix error * Fix lint * update * update comment
-
Paige Wang authored
* add modulated_deform_conv in onnxruntime support * Add docs descriptions * Add gpu test in test_onnx.py * code format * remove new usage and move if outside for loop * use memset when bias is nullptr
-
Zaida Zhou authored
-
Ma Zerun authored
* Add gradient cumulative optimizer fixes #190 * Update optimizer.py * Update optimizer.py * fix loss scale improperly in last equivalent_iter * Add `GradientCumulativeOptimizerHook` in `__init__.py`. * Add docstring of `GradientCumulativeOptimizerHook`. * Add type check, BN warning and resume warning. And fix typo, lint the code. * Add unit test * Update docstring example. * Change GradientCumulativeOptimizerHook `__init__` arguments. * Add GradientCumulativeOptimzierHook unit tests with IterBasedRunner. * Add GradientCumulativeFp16OptimizerHook. * Add unit tests of GradientCumulativeFp16OptimizerHook * Use '!=' instead of '>' to determine resume Co-authored-by:Zhiyuan Chen <this@zyc.ai>
-
jiang1997 authored
* Copy utils.md from docs * Add Chinese translation of docs_zh_CN/understand_mmcv/utils.md * recommit with pre-commit hook * polish * Update docs_zh_CN/understand_mmcv/utils.md Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * Update docs_zh_CN/understand_mmcv/utils.md Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * fix path of image * set priority when build html Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> Co-authored-by:
zhouzaida <zhouzaida@163.com>
-
Wenwei Zhang authored
* update pr template * reformat * update according to comments * resolve comments
-
Yining Li authored
* Support deprecation checking in Config * add unittest for config deprecation * support reference link in deprecation info * add doc * Update config.md
-
Zaida Zhou authored
-
- 22 Aug, 2021 1 commit
-
-
Zaida Zhou authored
* add myst-parser extension for sphinx * make note style more beautiful
-
- 21 Aug, 2021 1 commit
-
-
Zaida Zhou authored
-
- 19 Aug, 2021 2 commits
-
-
shlrao authored
-
Zaida Zhou authored
* fix typo * fix typo
-
- 18 Aug, 2021 1 commit
-
-
lizz authored
* Use more cpus in building Signed-off-by:
lizz <lizz@sensetime.com> * Add psutil to requirements Signed-off-by:
lizz <lizz@sensetime.com> * fix Signed-off-by:
lizz <lizz@sensetime.com> * fix Signed-off-by:
lizz <lizz@sensetime.com> * Hope faster Signed-off-by:
lizz <lizz@sensetime.com> * fix macos Signed-off-by:
lizz <lizz@sensetime.com>
-
- 17 Aug, 2021 2 commits
-
-
Zaida Zhou authored
* [Docs] Remove _static in docs_zh_CN * fix html_static_path * fix shpinx warning
-
Zaida Zhou authored
* [Fix] Fix pdf error when building docs * fix docs * fix pdf * fix pdf * fix pdf
-