"tests/nn/vscode:/vscode.git/clone" did not exist on "c4af33b6d2ec1a93af074e89c86374b7848e20f4"
- 19 May, 2023 1 commit
-
-
bdf authored
-
- 10 May, 2023 1 commit
-
-
liuhw authored
-
- 20 Apr, 2023 1 commit
-
-
ckirchhoff authored
-
- 19 Apr, 2023 1 commit
-
-
bdf authored
* [Feature] Support Voxelization with cambricon MLU device (#2500) * [Feature] Support hard_voxelize with cambricon MLU backend * [Feature](bangc-ops): add voxelization op * [Feature](bangc-ops): add voxelization op * [Feature](bangc-ops): add voxelization op * [Feature](bangc-ops): add voxelization op * [Feature](bangc-ops): add voxelization op * [Feature](bangc-ops): add voxelization op * [Feature](bangc-ops): add voxelization op * [Feature](bangc-ops): add voxelization op * [Enhance] Optimize the performace of ms_deform_attn for MLU device (#2510) * ms_opt * ms_opt * ms_opt * ms_opt * ms_opt * [Feature] ms_deform_attn performance optimization * [Feature] ms_deform_attn performance optimization * [Feature] ms_deform_attn performance optimization * [Feature] Support ball_query with cambricon MLU backend and mlu-ops library. (#2520) * [Feature] Support ball_query with cambricon MLU backend and mlu-ops library. * [Fix] update operator data layout setting. * [Fix] add cxx compile option to avoid symbol conflict. * [Fix] fix lint errors. * [Fix] update ops.md with info of ball_query support by MLU backend. * [Feature] Fix typo. * [Fix] Remove print. * [Fix] get mlu-ops from MMCV_MLU_OPS_PATH env. * [Fix] update MMCV_MLU_OPS_PATH check logic. * [Fix] update error info when failed to download mlu-ops. * [Fix] check mlu-ops version matching info in mmcv. * [Fix] revise wrong filename. * [Fix] remove f.close and re. * [Docs] Steps to compile mmcv-full on MLU machine (#2571) * [Docs] Steps to compile mmcv-full on MLU machine * [Docs] Adjust paragraph order * Update docs/zh_cn/get_started/build.md Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * Update docs/zh_cn/get_started/build.md Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * Update docs/en/get_started/build.md Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * Update docs/en/get_started/build.md Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * [Docs] Modify the format --------- Co-authored-by:
budefei <budefei@cambricon.com> Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * [Fix] Fix tensor descriptor setting in MLU ball_query. (#2579) * [Feature] Add MLU support for Sparse Convolution op (#2589) * [Feature] Add sparse convolution MLU API * [Feature] update cpp code style * end-of-file * delete libext.a * code style * update ops.md --------- Co-authored-by:
budefei <budefei@cambricon.com> * [Enhancement] Replace the implementation of deform_roi_pool with mlu-ops (#2598) * [Feature] Replace the implementation of deform_roi_pool with mlu-ops * [Feature] Modify code --------- Co-authored-by:
budefei <budefei@cambricon.com> * [Enhancement] ms_deform_attn performance optimization (#2616) * ms_opt_v2 * ms_opt_v2_1 * optimize MultiScaleDeformableAttention ops for MLU * ms_opt_v2_1 * [Feature] ms_deform_attn performance optimization V2 * [Feature] ms_deform_attn performance optimization V2 * [Feature] ms_deform_attn performance optimization V2 * [Feature] ms_deform_attn performance optimization V2 * [Feature] ms_deform_attn performance optimization V2 * [Feature] ms_deform_attn performance optimization V2 * [Feature] ms_deform_attn performance optimization V2 --------- Co-authored-by:
dongchengwei <dongchengwei@cambricon.com> * [Feature] Support NmsRotated with cambricon MLU backend (#2643) * [Feature] Support NmsRotated with cambricon MLU backend * [Feature] remove foolproofs in nms_rotated_mlu.cpp * [Feature] fix lint in test_nms_rotated.py * [Feature] fix kMLU not found in nms_rotated.cpp * [Feature] modify mlu support in nms.py * [Feature] modify nms_rotated support in ops.md * [Feature] modify ops/nms.py * [Enhance] Add a default value for MMCV_MLU_ARGS (#2688) * add mlu_args * add mlu_args * Modify the code --------- Co-authored-by:
budefei <budefei@cambricon.com> * [Enhance] Ignore mlu-ops files (#2691) Co-authored-by:
budefei <budefei@cambricon.com> --------- Co-authored-by:
ZShaopeng <108382403+ZShaopeng@users.noreply.github.com> Co-authored-by:
BinZheng <38182684+Wickyzheng@users.noreply.github.com> Co-authored-by:
liuduanhui <103939338+DanieeelLiu@users.noreply.github.com> Co-authored-by:
budefei <budefei@cambricon.com> Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> Co-authored-by:
duzekun <108381389+duzekunKTH@users.noreply.github.com> Co-authored-by:
dongchengwei <dongchengwei@cambricon.com> Co-authored-by:
liuyuan1-v <125547457+liuyuan1-v@users.noreply.github.com>
-
- 06 Apr, 2023 2 commits
-
-
Zaida Zhou authored
* [Docs] Describe branch changes * fix typo * Update English * refine
-
Zaida Zhou authored
* Update the supported torch and cuda versions in README * update version.json * use ubuntu-22.04 * refine
-
- 20 Mar, 2023 1 commit
-
-
Mashiro authored
-
- 13 Mar, 2023 1 commit
-
-
Yifei Yang authored
* add bias_act * support bias_act * support filtered_lrelu * support filtered_lrelu and upfirdn2d * support conv2d_gradfix and fix filtered_lrelu * fix lint * fix lint * fix c++ lint * fix part comments * fix lint * rm redundant header * fix upgrade pip * fix as comment * fix c++ lint * fix ci * fix-ut * fix as comments * add grad check * remove redundant template * Update mmcv/ops/bias_act.py Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * add typehint * fix as comment: * complete type hints * fix lint * add test for conv_gradfix * add test for conv_gradfix * fix lint * modify licenses and ops.md * add zh op md * add torch version policy for conv2d_gradfix * fix lint * fix as comments * rename impl * rm redudant function and add ut * fix as comment * fix lint * fix lint * fix as comments * fix lint * fix ut * fix as comment * fix as comment * fix as comment --------- Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>
-
- 03 Mar, 2023 1 commit
-
-
liuhw authored
* Add voxelization op npu adaptor * update * update
-
- 13 Feb, 2023 1 commit
-
-
ckirchhoff authored
* [Feature]: add supports of gather_points, nms_rotated, bbox_overlaps for Ascend device * Apply suggestions from code review --------- Co-authored-by:Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>
-
- 08 Feb, 2023 1 commit
-
-
Qian Zhao authored
-
- 13 Jan, 2023 1 commit
-
-
ckirchhoff authored
* merge npu ops from master to 2.x * BugFix: fix merge bugs * {[Feature]: add psamask, roipool to 2.x, and fix the SigmoidFocalLoss assert condition * merge conflicts in ops.md * [fix]: fix merge bug
-
- 10 Jan, 2023 1 commit
-
-
liukuikun authored
* bezier align * add ut * fix comment * updata ut * fix link and comment * fix comment
-
- 11 Dec, 2022 1 commit
-
-
takuoko authored
* add layer scale * add layer scale * add layer scale * Update mmcv/cnn/bricks/transformer.py Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * Update mmcv/cnn/bricks/transformer.py Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * add layer scale * move LayerScale * add layer_scale_init_value * add typehint * fix for tensor with any dim * fix layer scale rule * fix layer scale rule * fix test * add docs Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>
-
- 06 Dec, 2022 1 commit
-
-
liukuikun authored
-
- 28 Nov, 2022 1 commit
-
-
Zaida Zhou authored
* Update supported pytorch versions * update * update
-
- 23 Nov, 2022 5 commits
-
-
ZShaopeng authored
-
Zaida Zhou authored
* [Docs] Add code style guide * add typing and mypy links * fix format
-
Mashiro authored
* refaictor CONTRIBUDING.MD * refaictor CONTRIBUDING.MD * fix source rvm shell command * fix lint * add chinese contributing.md * fix error render * fix error render * refine description * refine description * minor refine * install ffmpeg before ut * Minor retfine * Minor refine * refine chinese contributing.md * Refine * Fix as comment * Fix as comment * restore pr.md * minor refine * minor refine * update chinese CONTRIBUTING.md in root dir * adjust imgae size * update en CONTRIBUTING.md * update en CONTRIBUTING.md * update contributing.md in docs * restore change of index.rst * Fix as comment * minor refine * remove content in PR.md * minor refine * minor refine * minor refine * Fix as comment * rename * minor refine
-
cathyzhang222 authored
* [Feature] Support Iou3d with cambricon MLU backend * [Feature] add double line * [Feature] add line
-
Zhang authored
* [Feature] Support RoiawarePool3d with cambricon MLU backend. * [Feature] Support RoiawarePool3d with cambricon MLU backend.
-
- 30 Oct, 2022 1 commit
-
-
Xin Li authored
-
- 24 Oct, 2022 1 commit
-
-
LYMDLUT authored
* fix the install bug in win cmd * fix the install bug in win cmd * Update README.md Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * Update README_zh-CN.md Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * Update docs/en/get_started/installation.md Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * Update docs/zh_cn/get_started/installation.md Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * Update docs/en/get_started/installation.md Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * Update docs/zh_cn/get_started/installation.md Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> Co-authored-by:
lym <letusgo126@126.com> Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>
-
- 22 Oct, 2022 4 commits
-
-
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
-
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>
-
Zaida Zhou authored
* [Docs] Add zhihu articles * add OpenMMLabCourse link * fix typo
-
Zaida Zhou authored
* [Docs] Simplify README * Simplify README_zh-CN * Update installation docs * Add mmyolo link in README * update introduction * update installation * Update build docs * remove io link in README * update
-
- 20 Oct, 2022 1 commit
-
-
Xin Li authored
* draft 1 with some typo fixed * draft 2 * Update docs/en/understand_mmcv/data_process.md Co-authored-by:
Qian Zhao <112053249+C1rN09@users.noreply.github.com> * Update docs/en/understand_mmcv/data_transform.md Co-authored-by:
Qian Zhao <112053249+C1rN09@users.noreply.github.com> * Update docs/en/understand_mmcv/data_transform.md Co-authored-by:
Qian Zhao <112053249+C1rN09@users.noreply.github.com> * Update docs/en/understand_mmcv/data_transform.md Co-authored-by:
Qian Zhao <112053249+C1rN09@users.noreply.github.com> * Update docs/en/understand_mmcv/data_transform.md Co-authored-by:
Qian Zhao <112053249+C1rN09@users.noreply.github.com> * Update docs/en/understand_mmcv/data_transform.md Co-authored-by:
Qian Zhao <112053249+C1rN09@users.noreply.github.com> * Update docs/en/understand_mmcv/data_transform.md Co-authored-by:
Qian Zhao <112053249+C1rN09@users.noreply.github.com> * Update docs/en/understand_mmcv/data_transform.md Co-authored-by:
Qian Zhao <112053249+C1rN09@users.noreply.github.com> * Update docs/en/understand_mmcv/data_transform.md Co-authored-by:
Qian Zhao <112053249+C1rN09@users.noreply.github.com> * Update docs/en/understand_mmcv/data_transform.md Co-authored-by:
Qian Zhao <112053249+C1rN09@users.noreply.github.com> * Update docs/en/understand_mmcv/data_transform.md Co-authored-by:
Qian Zhao <112053249+C1rN09@users.noreply.github.com> * Update docs/en/understand_mmcv/data_transform.md Co-authored-by:
Qian Zhao <112053249+C1rN09@users.noreply.github.com> * Update docs/en/understand_mmcv/data_transform.md Co-authored-by:
Qian Zhao <112053249+C1rN09@users.noreply.github.com> * Update docs/en/understand_mmcv/data_transform.md Co-authored-by:
Qian Zhao <112053249+C1rN09@users.noreply.github.com> * Remove timer tool * Update docs/en/understand_mmcv/data_transform.md Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * Update docs/en/understand_mmcv/data_transform.md Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * Update docs/en/understand_mmcv/data_transform.md Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * Update docs/en/understand_mmcv/data_transform.md Co-authored-by:
Qian Zhao <112053249+C1rN09@users.noreply.github.com> Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>
-
- 13 Oct, 2022 1 commit
-
-
Yue Zhou authored
* update * update * fix link * fix bug * update nms_quadri * fix lint * Update test_nms_quadri.py * Update box_iou_quadri.py * fix bug * Update test_nms_quadri.py * Update box_iou_rotated_utils.hpp * Update box_iou_quadri.py * Update mmcv/ops/nms.py
-
- 11 Oct, 2022 1 commit
-
-
Zaida Zhou authored
-
- 10 Oct, 2022 1 commit
-
-
Xin Li authored
* Add reminder in docs for macOS M1 users
-
- 25 Sep, 2022 2 commits
-
-
Zaida Zhou authored
* [Docs] Refactor the api structures of docs * refine api structures of docs * Update zh_cn * update branch
-
yxzhao authored
* correction * correction en docs
-
- 30 Aug, 2022 2 commits
-
-
Zaida Zhou authored
* [Docs] Clear outdated docs * fix typo
-
Zaida Zhou authored
* Rename mmcv package name * fix typo * fix typo * fix typo
-
- 28 Aug, 2022 3 commits
-
-
liuduanhui authored
-
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>
-
bdf authored
* [Feature] Support MaskedConv2d with cambricon MLU backend * [Refactor] Refactor test masked_conv2d code Co-authored-by:budefei <budefei@cambricon.com>
-
- 26 Aug, 2022 1 commit
-
-
q.yao authored
* remove deploy for 2.0 * update onnx ut
-
- 23 Aug, 2022 1 commit
-
-
Zaida Zhou authored
* Remove runner, parallel, engine and device * fix format * remove outdated docs * migrate many functions to mmengine * remove sync_bn.py
-