- 17 Oct, 2022 1 commit
-
-
Zaida Zhou authored
* [Docs] Refine README * refine table * minor refinement * refine * refine * add version info * add version info * update version info * refine * refine * add module links in docs/en/introduction * update docs/en * fix typo * update docs/en * add version.json in zh_cn * minor refinement * update version.json * update Dockerfile * minor fix * update installation of macOS * resolve comments
-
- 25 Sep, 2022 1 commit
-
-
Zaida Zhou authored
* [Fix] Fix the calculation error of out_w in MaskedConv2dFunction (#2264) * [Fix] Fix two intergers can not use / operator in torch1.6 * should not use kernel_h when calculates out_w * [Docs] Fix some mistakes in data_process.md (#2283) * correction * correction en docs Co-authored-by:yxzhao <33384732+yxzhao2022@users.noreply.github.com>
-
- 08 Sep, 2022 1 commit
-
-
ZShaopeng authored
* [Feature] Support RoipointPool3d with cambricon MLU backend * [Feature] Support RoipointPool3d with cambricon MLU backend * [Feature] Support RoipointPool3d with cambricon MLU backend * [Feature] Support RoipointPool3d with cambricon MLU backend * [Feature] Support RoipointPool3d with cambricon MLU backend
-
- 28 Aug, 2022 1 commit
-
-
bdf authored
* [Feature] Support DeformRoiPool with cambricon MLU backend * [Fix] Remove use of std library * [Fix] Correct the error information * [Refactor] Refactor test deform_roi_pool code * [Fix] Fix judgment error * [Fix] Modify the large tensor check Co-authored-by:budefei <budefei@cambricon.com>
-
- 23 Aug, 2022 1 commit
-
-
liuduanhui authored
-
- 21 Aug, 2022 1 commit
-
-
bdf authored
* [Feature] Support MaskedConv2d with cambricon MLU backend * [Refactor] Refactor test masked_conv2d code Co-authored-by:budefei <budefei@cambricon.com>
-
- 19 Aug, 2022 1 commit
-
-
bdf authored
* [Feature] Support CARAFE with Cambricon MLU backend * [Docs] Add comments for common funtions * [Test] Add allclose test for carafe * Remove print Co-authored-by:
zcyKTH <zcy19950525@gmail.com> Co-authored-by:
budefei <budefei@cambricon.com>
-
- 30 Jul, 2022 1 commit
-
-
Zaida Zhou authored
-
- 23 Jul, 2022 1 commit
-
-
Jingwei Zhang authored
* support prroipooling * fix build bug * fix bug of precision * fix lint * add ut * add license and citation * polish op and add type hint * refactor ut * add docstring for prroipool * polish code * format cu and cuh code * fix format * fix format * fix typo Co-authored-by:
zhouzaida <zhouzaida@163.com> Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>
-
- 22 Jul, 2022 1 commit
-
-
q.yao authored
* add mps bbox overlap * format * update document and manifest * update readme
-
- 17 Jul, 2022 1 commit
-
-
Reza authored
-
- 16 Jul, 2022 1 commit
-
-
Happylkx authored
-
- 29 Jun, 2022 1 commit
-
-
zhouchenyang authored
* [Feature] Support RoiPool with cambricon MLU backend * [Docs] Update ops.md
-
- 15 Jun, 2022 1 commit
-
-
Alex Yang authored
* [Docs]:update ops.md * fix missing ops
-
- 09 Jun, 2022 1 commit
-
-
Zaida Zhou authored
* [Docs] Refine documentation * fix mdformat version to support python3.6 * remove ruby dependency from CI * fix invalid links
-
- 08 Jun, 2022 1 commit
-
-
Yue Zhou authored
* update * fix lint * fix lint * Update mmcv/ops/chamfer_distance.py Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * Update chamfer_distance.py * Update test_chamfer_distance.py * fix * Update chamfer_distance_cuda_kernel.cuh * Update chamfer_distance_cuda_kernel.cuh * fix * Update mmcv/ops/chamfer_distance.py Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * Update chamfer_distance.py Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>
-
- 06 Jun, 2022 1 commit
-
-
古月闻星 authored
-
- 25 May, 2022 1 commit
-
-
Danila Rukhovich authored
* add iou3d * revert deprecated python function * fix lint * replace 3d iou/nms calls for bev iou/nms
-
- 18 May, 2022 1 commit
-
-
Zaida Zhou authored
* add pyupgrade * add options for pyupgrade * minor refinement
-
- 17 May, 2022 1 commit
-
-
Zaida Zhou authored
* [Docs] Fix failed links in docs/zh_cn/faq.md * fix links
-
- 16 May, 2022 1 commit
-
-
Zaida Zhou authored
* Use mdformat pre-commit hook * allows consecutive numbering * improve .mdformat.toml * test mdformat * format markdown * minor fix * fix codespecll * fix circleci * add linkify-it-py dependency for cicleci * add comments * replace flake8 url * add mdformat-myst dependency * remove mdformat-myst dependency * update contributing.md
-
- 09 May, 2022 1 commit
-
-
Zaida Zhou authored
-
- 07 May, 2022 1 commit
-
-
Zaida Zhou authored
-
- 02 May, 2022 1 commit
-
-
Wencheng Wu authored
* [Enhance] Support register function. * fix unittest error * add docs and unittest of register function * modify the docs * fix version to 1.5.1 * Update docs/zh_cn/understand_mmcv/registry.md Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * Update docs/en/understand_mmcv/registry.md Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * refine the docs * modify module_class to module Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>
-
- 28 Apr, 2022 1 commit
-
-
Hu Di authored
* add doc for mmcv installation * Update docs/en/get_started/build.md Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>
-
- 21 Apr, 2022 1 commit
-
-
Alex Yang authored
-
- 15 Apr, 2022 1 commit
-
-
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
-
- 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>
-
- 23 Mar, 2022 1 commit
-
-
Zaida Zhou authored
* [Docs] Add more windows information in README * minor fix * rename MacOS to macOS
-
- 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`.
-
- 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>
-
- 20 Feb, 2022 1 commit
-
-
Zaida Zhou authored
* Add mmrotate link in README.md * Add mmrotate link in docs * fix isort
-
- 18 Feb, 2022 1 commit
-
-
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>
-
- 14 Feb, 2022 1 commit
-
-
Ren Tianhe authored
-
- 12 Feb, 2022 1 commit
-
-
Jamie authored
* Update tensorrt_plugin.md * Update tensorrt_plugin.md * Update tensorrt_plugin.md * Update tensorrt_plugin.md
-
- 19 Jan, 2022 1 commit
-
-
Zaida Zhou authored
-
- 10 Jan, 2022 1 commit
-
-
Yue Zhou authored
* add convex iou * fix lint * add convex_iou * fix convex_iou * add convex_giou * fix bug * fix lint * fix bug * Update * update * add kernel loop * fix bug. * fix polygen typo * simplify reverse * Update convex_iou_cuda_kernel.cuh * Update mmcv/ops/convex_iou.py Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * Update mmcv/ops/convex_iou.py Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * add AT_DISPATCH_FLOATING_TYPES_AND_HALF * fix lint * fix lint * Resolving conflicts Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>
-