- 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 3 commits
-
-
Wenhao Wu authored
* Fix bugs in Voxelization op * fix comments * fix lint * add comments
-
Wenhao Wu authored
* Fix bugs in DynamicScatter op * recover unittest * add a comment as a reminder * compatible to torch with lower version
-
WRH authored
* include spconv/**.h in MANIFEST.in * add more headers * fix * build from sdist in cpu runner * remove original copy of src code in ci Co-authored-by:wangruohui <wangruohui@local>
-
- 06 Mar, 2022 1 commit
-
-
Tan SU authored
-
- 03 Mar, 2022 3 commits
-
-
Xiangxu-0103 authored
* fix deconv_flops_counter * Update generalized_attention.py
-
XiwuChen authored
Fix typo in conv.py.
-
saurbhc authored
* add SegmindLoggerHook * update linting for segmind.py * ran pre-commit * add test_segmind_hook - add SegmindLoggerHook import in: mmcv/runner/__init__.py mmcv/runner/hooks/__init__.py mmcv/runner/hooks/logger/__init__.py * update test_segmind_hook - Add Docstring to SegmindLoggerHook - Use get_loggable_tags(...) * update test_hooks.py & segmind.py - mmcv/runner/hooks/logger/segmind.py moved docs from __init__ to class ... update ImportError line-indentation remove unwanted method - tests/test_runner/test_hooks.py update assert_called_with only on hook.segmind_mlflow_log * Update tests/test_runner/test_hooks.py disable yapf on test_hooks.py imports Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * Update mmcv/runner/hooks/logger/segmind.py Update SegmindLoggerHook docstring Co-authored-by:
Jiazhen Wang <47851024+teamwong111@users.noreply.github.com> * update before_run method in segmind.py removed un-used statements * updated imports in SegmindLoggerHook * update SegmindLoggerHook - code cleanup * update SegmindLoggerHook - add interval parameter in __init__ method * update SegmindLoggerHook - more arguments passes to __init__ method - interval - ignore_last - reset_flag - by_epoch * Update mmcv/runner/hooks/logger/segmind.py Co-authored-by:
Mashiro <57566630+HAOCHENYE@users.noreply.github.com> * Update mmcv/runner/hooks/logger/segmind.py Co-authored-by:
Mashiro <57566630+HAOCHENYE@users.noreply.github.com> Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> Co-authored-by:
Jiazhen Wang <47851024+teamwong111@users.noreply.github.com> Co-authored-by:
Mashiro <57566630+HAOCHENYE@users.noreply.github.com>
-
- 02 Mar, 2022 1 commit
-
-
Wenhao Wu authored
-
- 01 Mar, 2022 1 commit
-
-
q.yao authored
-
- 25 Feb, 2022 1 commit
-
-
Mashiro authored
* Reorganizing OpenMMLab projects in readme * Update README.md * Reorganizing OpenMMLab projects in readme Reorganizing OpenMMLab projects in readme * fix typo * fix typo Co-authored-by:Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>
-
- 24 Feb, 2022 1 commit
-
-
Zaida Zhou authored
* first commit * Add copyright pre-commit-hook
-
- 22 Feb, 2022 3 commits
-
-
Zaida Zhou authored
-
makifozkanoglu authored
* fixing save checkpoint for best metric * fixing save checkpoint for best metric v2 * Update mmcv/runner/hooks/evaluation.py Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * update for lint error * fixing lint error * fix lint Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>
-
Zaida Zhou authored
* first commit * [Fix] Remove two unused header files
-
- 20 Feb, 2022 1 commit
-
-
Zaida Zhou authored
* Add mmrotate link in README.md * Add mmrotate link in docs * fix isort
-
- 18 Feb, 2022 3 commits
-
-
Hakjin Lee authored
* 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
-
Jiazhen Wang authored
-
Wenhao Wu authored
* 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:
hdc <hudingchang.vendor@sensetime.com> Co-authored-by:
grimoire <yaoqian@sensetime.com>
-
- 16 Feb, 2022 1 commit
-
-
Ma Zerun authored
* Support deepcopy for Config * Iterate the `__dict__` of Config directly. * Use __new__ to avoid unnecessary initialization. * Improve according to comments
-
- 14 Feb, 2022 1 commit
-
-
Ren Tianhe authored
-
- 12 Feb, 2022 4 commits
-
-
Zaida Zhou authored
-
Hakjin Lee authored
* Fix batched_nms to support nms_rotated * Update test code for batched_nms with nms_rotated * Edit indexing the score in nms * Use -1 indexing for batched_nms
-
RangiLyu authored
* [Enhance] Use PyTorch HSwish implementation. * fix conv test * upgrade version * add version comments
-
Jamie authored
* Update tensorrt_plugin.md * Update tensorrt_plugin.md * Update tensorrt_plugin.md * Update tensorrt_plugin.md
-
- 09 Feb, 2022 2 commits
-
-
Zaida Zhou authored
* Upgrade the version of isort * sort the order of importing modules
-
Yue Zhou authored
-