- 15 Oct, 2021 2 commits
-
-
dingchang authored
* add ops (roipoint_pool3d) in mmdet3d * refactor code * fix typo * add unit test * refactor code * refactor code * refactor code * fix typo
-
dingchang authored
* add ops (assign_score_withk) in mmdet3d * add ops (assign_score_withk) in mmdet3d * refactor code * fix typo * refactor code * fix typo * polish docstring Co-authored-by:Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>
-
- 14 Oct, 2021 4 commits
-
-
dingchang authored
* add ops (interpolate) in mmdet3d * refactor code * fix typo * fix typo * fix typo * refactor code
-
Zaida Zhou authored
* fix MultiScaleDeformableAttention inference issue on cpu model * fix lint * add unintest * remove some code * Update tests/test_ops/test_ms_deformable_attn.py Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * fix device * remove device * add more device * refactor unittest Co-authored-by:
zhicheng huang <zhichenghzc@gmail.com> Co-authored-by:
zhangshilong <2392587229zsl@gmail.com> Co-authored-by:
Shilong Zhang <61961338+jshilong@users.noreply.github.com>
-
dingchang authored
* add ops (gather points) in mmdet3d * add ops (gather points) in mmdet3d * refactor code * refactor code * fix typo
-
dingchang authored
* add ops (knn) in mmdet3d * refactor code * refactor code * fix typo * fix typo * fix typo * refactor code * refactor code * spell typo * fix spell typo
-
- 13 Oct, 2021 2 commits
-
-
dingchang authored
* add ops (furthest point sample) in mmdet3d * refactor code * refactor code * fix typo * fix typo * fix typo * refactor code * fix typo * define DIVUP in common_cuda_helper.hpp
-
Eugene Liu authored
* add onnx dcn * replace gemm with torch C++ api * small update * fix cpp clang format * pefer generic GEMM than torch ATen library * addressing comments * add ops path check
-
- 04 Oct, 2021 1 commit
-
-
Zaida Zhou authored
* Add code-spell hook to pre-commit * Add code-spell hook to pre-commit and fix typos * fix setup.cfg
-
- 25 Sep, 2021 1 commit
-
-
Miao Zheng authored
* [Fix] Revise unit test of correlation * rename * lint * lint * lint * lint
-
- 23 Sep, 2021 3 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
-
- 09 Sep, 2021 1 commit
-
-
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>
-
- 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
-
- 23 Aug, 2021 1 commit
-
-
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
-
- 23 Jul, 2021 1 commit
-
-
Haodong Duan authored
* improve digit_version & use it for version_checking * more testing for digit_version * setuptools >= 50 is needed * fix CI * add debuging log * >= to == * fix lint * remove * add failure case * replace * fix * consider TORCH_VERSION == 'parrots' * add unittest * digit_version do not deal with the case if 'parrots' in version name.
-
- 20 Jul, 2021 1 commit
-
-
q.yao authored
* add torch.roll to onnx * remove skip test * add support to torch<170 * add dim=0 for torch==1.9.0 * update fixture function name, add comment in roll symbolic
-
- 09 Jul, 2021 1 commit
-
-
qjqfl authored
-
- 29 Jun, 2021 1 commit
-
-
Haodong Duan authored
-
- 16 Jun, 2021 1 commit
-
-
q.yao authored
* add modulated dcn, better dcn plugin * clangformat * update documentation
-
- 11 Jun, 2021 2 commits
-
-
Shilong Zhang authored
* minor changes * change to modulist * change to Sequential * replace dropout with attn_drop and proj_drop in MultiheadAttention * add operation_name for attn * add drop path and move all ffn args to ffncfgs * fix typo * fix a bug when use default value of ffn_cfgs * fix ffns * add deprecate warning * fix deprecate warning * change to pop kwargs * support register FFN of transformer * support batch first * fix batch first wapper * fix forward wapper * fix typo * fix lint * add unitest for transformer * fix unitest * fix equal * use allclose * fix comments * fix comments * change configdict to dict * move drop to a file * add comments for drop path * add noqa 501 * move bnc wapper to MultiheadAttention * move bnc wapper to MultiheadAttention * use dep warning * resolve comments * add unitest: * rename residual to identity * revert runner * msda residual to identity * rename inp_identity to identity * fix name * fix transformer * remove key in msda * remove assert for key Co-authored-by:
HIT-cwh <2892770585@qq.com> Co-authored-by:
bkhuang <congee524@gmail.com> Co-authored-by:
Wenwei Zhang <40779233+ZwwWayne@users.noreply.github.com>
-
Dmitry Sidnev authored
* Fix export to onnx for PointRend * Fix codestyle * Fix codestyle * Fix type in docstring * Minor fix * Fix export with custom ops * Fix codestyle * Add tests for bilinear_grid_sample function * Remove redundant operation and rename variables * Fix bug in bilinear_grid_sample and update test * Fix getting batch size * skip torch==1.3.1 * remove unused import * fix lint * support export with batch * fix dynamic clip * skip test for torch<1.5.0 * Add docstrings and comments * Minor fix * Recover clipping code * Fix clamping in pytorch 1.7.0 * Fix bilinear_grid_sampler * Minor fix Co-authored-by:maningsheng <maningsheng@sensetime.com>
-
- 31 May, 2021 1 commit
-
-
SemyonBevzuk authored
* Add score_threshold and max_num to NMS * Fix codestyle * Fix codestyle * Fix inds in nms * Update nms docstring * Move score_threshold and max_num arguments * Fix args order in docstring * fix lint of c++ file * Remove torch.onnx.is_in_onnx_export() and add max_num to batched_nms for separate classes. * Rewrote max_num handling in NMSop.symbolic * Added processing max_output_boxes_per_class when exporting to TensorRT * Added score_threshold and max_num for NMS in test_onnx.py and test_tensorrt.py * Remove _is_value(max_num) * fix ci errors with torch==1.3.1 * Update test_batched_nms in test_nms.py * Added tests for preprocess_onnx * Moved 'test_tensorrt_preprocess.py' and 'preprocess', updated 'remove_tmp_file'. * Update mmcv/tensorrt/__init__.py * Fix segfault torch==1.3.1 (remove onnx.checker.check_model) * Returned 'onnx.checker.check_model' with torch version check * Changed torch version from 1.3.1 to 1.4.0 *...
-
- 25 May, 2021 3 commits
-
-
RunningLeon authored
* add instancenorm plugin * resolve comments * fix lint * fix typo
-
v-qjqs authored
* support cuda version `BorderAlign` module * fix symbolic * merge * fix cpp lint error * add unit test * add comments for code references * reformat doc * fix lint error * fix conflict
-
pc authored
-
- 24 May, 2021 1 commit
-
-
q.yao authored
* add cummax/cummin tensorrt plugin * fix isort * fix with clang-format * fix with clang-format again * add document
-
- 23 May, 2021 1 commit
-
-
Guangchen Lin authored
* fix fp16 bug on DCNv2 * support fp16 on DCN/DCNv2 when pytorch >= '1.6.0' * add comment * Modified the comments * Unified the usages of '.to()' and '.type_as()'
-
- 13 May, 2021 1 commit
-
-
Shilong Zhang authored
* fix basemodule * fix typo * fix unitest
-
- 12 May, 2021 1 commit
-
-
jeffreykuang authored
* add pixel group ops * reformatting * formatting&rm auto * Add citation * Add contour expand * c++ linting * Add unit tests with Tensor * rm model.pth * rename * c++ linting * c++ linting * Rename variables
-
- 10 May, 2021 1 commit
-
-
v-qjqs authored
* support custom op `mmcv::cummax` for onnxruntime in mmcv * fix clang-format lint error * support mmcv::cummin, reformat codes * fix merge from master * add docs for mmcv::cummax and mmcv::cummin * format doc * add assertion for torch version, when exporting `cummax` to onnx * add more comments for torch version * handle exporting to onnx in `soft_nms` * commit for test_onnx * remove `is_in_onnx_export` in softnms * add more comments * fix c++ lint error * add known issues doc for `cummax` * fix known issues doc
-
- 01 May, 2021 1 commit
-
-
v-qjqs authored
* supports for onnxruntime custom op `mmcv::MMCVTopPool` * supports for onnxruntime custom op `mmcv::MMCVCornerPool`, involving TopPool, BottomPool, LeftPool and RightPool * add unittest for corner_pool * supports mmcv::CornerPool without memcpy * add docs for mmcv::CornerPool * re-add docs for mmcv::CornerPool * fix output dtype doc * reformat * format with pre-commit * format * fix lint error, by using google clang-format style for c/c++
-
- 27 Apr, 2021 1 commit
-
-
Wang Xiaolin authored
-
- 23 Apr, 2021 1 commit
-
-
ZhangShilong authored
* add c++ ms_deform_atten * fix cpp lint * fix cpp lint * clang format * remove cmakefile * google style * clang-format precommit * use clang-format-lint-action * add transformer base class * add merge * add docstr * add pyargs * fix according to commments * resiger module * change to use basemodule * add _ between build function * split the name * fix according to comments * fix lint and fix unitest * fix cpp lint * fix bug of deformdetr_atten * fix drop out * fix residual * use CUDA_1D_KERNEL_LOOP
-
- 19 Apr, 2021 1 commit
-
-
Wang Xinjiang authored
[Feature]: Add Rotated ROI align op for pytorch (cpu&cuda), parrots (cpu&cuda) and onnxruntime (cpu) (#933) * add roi_align_rotated * code format * Add align key to roi align rotated * Add clockwise for rotated roi align * fix bugs in onnx export * Add docstring for RoIAlignRotated * remove cuda unittest * Reformat c++ code * add onnx roi align rotated file * fix unittest * Add cpu and float64 of cuda support for parrots * code format * Add unified header to roi align rotated Co-authored-by:luopeichao <luopeichao@sensetime.com>
-
- 12 Apr, 2021 1 commit
-
-
Miao Zheng authored
* [Bug] Fix DeformConv2d bias error and add tests * fix repr * revise tests * lint
-
- 09 Apr, 2021 1 commit
-
-
QingChuanWS authored
* remove custom simplify model * update docs about onnx-simplify
-
- 06 Apr, 2021 1 commit
-
-
tangyanf authored
* add onnxruntime custom op grid_sample * update code * update code * update code * update code * update code * update code * update code * update code * update code * update code * update code * update code * update code * update code
-
- 30 Mar, 2021 1 commit
-
-
q.yao authored
* add grid sample trt support * fix align_corners=True * change 'intep' to 'interp', fix bugs of grid sampler, better test script * remove unused import * move source comment to the top of trt_grid_sampler_kernel.cu
-