- 15 Apr, 2022 4 commits
-
-
Danila Rukhovich authored
* diff_iou_rotated is working * add test; fix lint * fix lint for test * disable cpu build * refactor files structure * fix comments * remove extra .repeat() * add comment * fix j-1 bug; update doc * fix clang lint * update docstrings * fix comments * fix comments
-
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
-
q.yao authored
* add gather_keep_from_mask_parallize * remove unused cache * move syncthread * remove unused comment * add more comments, rename the kernel and variable
-
Wenwei Zhang authored
-
- 14 Apr, 2022 3 commits
-
-
VVsssssk authored
-
Qiza-lyhm authored
* feat(MLU): Support PyTorch backend on MLU * MMCV support PyTorch backend on MLU * Add MLUDataParallel and MLUDistributedDataParallel * Add MLU operator support * [Fix]: Fix PR comments and add IS_MLU to get device available check * [Fix]: fix PR comments of dist_utils.py * [Doc] Rewrite annotations of functions. * [Docs] Rewrite annotation in distributed.py Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * [Docs] Fix lint Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>
-
Andrew Stahlman authored
* Speed up Registry initialization This PR addresses https://github.com/open-mmlab/mmcv/issues/1843. Instead of calling inspect.stack() to read the entire stack and its associated source files from disk, walk up the stack to get only the specific frame that we need (see [1] for additional information). This makes imports in downstream projects ~2.5x faster in my local dev environment. For mmaction2, for example: Before: $ python -m timeit -n1 -r1 "from mmaction.apis import init_recognizer, inference_recognizer" 1 loop, best of 1: 1.94 sec per loop After: $ python -m timeit -n1 -r1 "from mmaction.apis import init_recognizer, inference_recognizer" 1 loop, best of 1: 754 msec per loop [1] https://stackoverflow.com/a/42636264/895769 * Add comment with PR tag Explain why we avoid `inspect.stack()` with link to PR
-
- 13 Apr, 2022 1 commit
-
-
Song Lin authored
-
- 10 Apr, 2022 1 commit
-
-
q.yao authored
* optimize forward * fast backward * fix bugs of grad input2
-
- 09 Apr, 2022 1 commit
-
-
Alex Yang authored
* [feat]:support find free port in _init_dist_slurm * fix format * Update mmcv/runner/dist_utils.py should support port taken by a non-localhost address. Co-authored-by:
Mashiro <57566630+HAOCHENYE@users.noreply.github.com> * Update dist_utils.py Add Copyright. * rename inner function * Update mmcv/runner/dist_utils.py Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * fix dist_utils.py change _is_port_in_use() criterion. * Update dist_utils.py rename _is_port_in_use to _is_free_port * Update mmcv/runner/dist_utils.py Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * Update dist_utils.py fix lint * Update dist_utils.py fix lint Co-authored-by:
Mashiro <57566630+HAOCHENYE@users.noreply.github.com> Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>
-
- 05 Apr, 2022 1 commit
-
-
Tan SU authored
* [fix] fix collect_env() on Windows * fix(utils): add back 'Cuda compilation tools' to nvcc info * feat(utils): find default ccompiler * fix(utils, test): parse cl.exe version instead of path * fix: code style * fix(tools): use distutils * [fix] collect_env() returns GCC or MSVC * [fix] unitest for collect_env() * add comments * test: add GCC to expected_keys * fix: code style * Update mmcv/utils/env.py
-
- 02 Apr, 2022 2 commits
-
-
Jiazhen Wang authored
* Fix python3.10 ci * fix build ci * fix build ci * fix onnx build in ci * remove onnx optimizer * remove python3.10 ci * special treatment for py3.10 * fix build ci * special treatment for python3.10 in requirements/test * fix requirements/test
-
Rockey authored
-
- 01 Apr, 2022 1 commit
-
-
Zaida Zhou authored
-
- 31 Mar, 2022 1 commit
-
-
Sharpiless authored
* update support for linearly learning rate decay * Fix LinearAnnealingLrUpdaterHook, update LinearAnnealingMomentumUpdaterHook, add unit test add docstring add docstring update linear lr momentum schedule test fix ci Fix CI * add lr and momentum hook to runner and hooks package add lr and momentum hook to runner and hooks package * replace multi_optimziers with multi_optimizers Co-authored-by:
HAOCHENYE <21724054@zju.edu.cn> Co-authored-by:
Mashiro <57566630+HAOCHENYE@users.noreply.github.com>
-
- 28 Mar, 2022 1 commit
-
-
wulele authored
-
- 26 Mar, 2022 2 commits
-
-
Zaida Zhou authored
-
Jiazhen Wang authored
* fix pt111 dist * fix val step
-
- 24 Mar, 2022 2 commits
- 23 Mar, 2022 1 commit
-
-
Zaida Zhou authored
* [Docs] Add more windows information in README * minor fix * rename MacOS to macOS
-
- 22 Mar, 2022 3 commits
-
-
q.yao authored
* implement corner pool with python for torch<1.5 * fix for torch130
-
Tan SU authored
* [fix] config ignore modules and functions * add unitest
-
Jiazhen Wang authored
* add python3.10 ci * fix github workflow
-
- 21 Mar, 2022 1 commit
-
-
q.yao authored
-
- 18 Mar, 2022 1 commit
-
-
Wenhao Wu authored
-
- 17 Mar, 2022 1 commit
-
-
Jiazhen Wang authored
* [Fix] remove warnings in compilation * [Fix] fix order of statements * [Fix] fix build error on windows * cannel buildextension wrapper
-
- 15 Mar, 2022 6 commits
-
-
Zaida Zhou authored
-
Alex Yang authored
* Add .owners.yml to mark daily issue shift * Update .owners.yml fix end of file * Add __copy__() to Config * fix format in config.py * fix format in test_copy * fix format in config.py * Update config.py * Update tests/test_utils/test_config.py Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>
-
Wenhao Wu authored
* add nondeterministic voxelization op * fix lint * fix lint * resolve comments * fix lint
-
Jiazhen Wang authored
* add pytorch1.11 ci * fix test parallel * fix test parallel
-
Jiazhen Wang authored
-
Mashiro authored
* add worker_init_fn * "Fix as comment" * Fix format Co-authored-by:Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>
-
- 14 Mar, 2022 2 commits
-
-
Vinay Kumar authored
minor typo fix in `docs/en/understand_mmcv/data_process.md`
-
Vinay Kumar authored
Fixed typo in `docs/en/understand_mmcv/cnn.md`. The `BaseModule` class implements `init_weights()` not `init_weight()`
-
- 13 Mar, 2022 1 commit
-
-
Vinay Kumar authored
* minor typo minor typing bug. replaced `deprecated.py` to `deprecated_cfg.py` * fixing the typo as per the example, the directory name is `converters` not `converter`.
-
- 11 Mar, 2022 1 commit
-
-
Tong Gao authored
-
- 09 Mar, 2022 1 commit
-
-
Alex Yang authored
* Add .owners.yml to mark daily issue shift * Update .owners.yml fix end of file
-
- 07 Mar, 2022 2 commits