- 14 Sep, 2021 1 commit
-
-
Zaida Zhou authored
* [Docs] Use PyTorch sphinx theme * add sphinx-copybutton * add twitter and zhihu link * remove shpinx_rtd_theme from doc.xtx * update docs.txt * update conf.py
-
- 07 Sep, 2021 1 commit
-
-
Wei Ji authored
* Fix typo on pip install mmcv-full torch1.9 cpu * 修改 pip install mmcv-full torch1.9 cpu 的错别字 * Fix typos in installation.md Point to https://download.openmmlab.com/mmcv/dist/cpu/torch1.9.0/index.html
-
- 23 Aug, 2021 5 commits
-
-
q.yao authored
* update requirements of onnxruntime * update document * use python setup.py instead of pip install
-
Haian Huang(深度眸) authored
* Add Chinese Documentation of runner * Fix error * Fix lint * update * update comment
-
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
-
jiang1997 authored
* Copy utils.md from docs * Add Chinese translation of docs_zh_CN/understand_mmcv/utils.md * recommit with pre-commit hook * polish * Update docs_zh_CN/understand_mmcv/utils.md Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * Update docs_zh_CN/understand_mmcv/utils.md Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * fix path of image * set priority when build html Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> Co-authored-by:
zhouzaida <zhouzaida@163.com>
-
Yining Li authored
* Support deprecation checking in Config * add unittest for config deprecation * support reference link in deprecation info * add doc * Update config.md
-
- 22 Aug, 2021 1 commit
-
-
Zaida Zhou authored
* add myst-parser extension for sphinx * make note style more beautiful
-
- 19 Aug, 2021 1 commit
-
-
Zaida Zhou authored
* fix typo * fix typo
-
- 17 Aug, 2021 2 commits
-
-
Zaida Zhou authored
* [Docs] Remove _static in docs_zh_CN * fix html_static_path * fix shpinx warning
-
Zaida Zhou authored
* [Fix] Fix pdf error when building docs * fix docs * fix pdf * fix pdf * fix pdf
-
- 10 Aug, 2021 1 commit
-
-
Zaida Zhou authored
* [Refactor] Refactor the csrc directory * update MANIFEST.in * fix hip * add csrc readme * trailing whitespace * fix syntax error in setup.py * add compatibility docs * move parrots_cudawarpfunction.cuh to common/cuda * fix grammar, update directory tree * fix MANIFEST.in * Add new structre of csrc in compatibility.md * Add original structre of csrc in compatibility.md * fix typo * remove TODO * modify according to comment * format Co-authored-by:grimoire <yaoqian@sensetime.com>
-
- 09 Aug, 2021 1 commit
-
-
Miao Zheng authored
* [Docs] Add PR document * format * idx modify * revise according to comments * add blank line * grammar * insert blank line after title * revise according to comments * revise according to comments * typo * resize image3 * lint * del print * fix lint * del unused Co-authored-by:zhouzaida <zhouzaida@163.com>
-
- 20 Jul, 2021 1 commit
-
-
Zaida Zhou authored
* [Docs] Update readme and docs * add Chinese introduction * fix table error
-
- 07 Jul, 2021 1 commit
-
-
Zaida Zhou authored
* Remove _build directroy in docs_zh_CN * Change utils title to Chinese * Translate documents * Translate documents * Use symbolic link to avoid repeated images * Use symbolic link to avoid repeated images * fix readme.md * update copyright * refactor docs * rename title to Chinese
-
- 02 Jul, 2021 1 commit
-
-
Zaida Zhou authored
* [Docs] Refactor documentation * [Docs] Refactor documentation * refactor docs * refactor docs * set sphinx==3.1.2 * fix typo * modify according to comment * modify according to comment * modify according to comment * [Docs] delete unnecessary file * fix title * rename * rename
-
- 28 Jun, 2021 1 commit
-
-
Zaida Zhou authored
-
- 25 Jun, 2021 1 commit
-
-
lizz authored
* Support variables in base files for configs Signed-off-by:
lizz <lizz@sensetime.com> * Test json and yaml as well Signed-off-by:
lizz <lizz@sensetime.com> * Add test for recusive base Signed-off-by:
lizz <lizz@sensetime.com> * Test misleading values Signed-off-by:
lizz <lizz@sensetime.com> * Improve comments Signed-off-by:
lizz <lizz@sensetime.com> * Add doc Signed-off-by:
lizz <lizz@sensetime.com> * Improve doc Signed-off-by:
lizz <lizz@sensetime.com> * More tests Signed-off-by:
lizz <lizz@sensetime.com> * Harder test case Signed-off-by:
lizz <lizz@sensetime.com> * use BASE_KEY instead of base Signed-off-by:
lizz <lizz@sensetime.com>
-
- 16 Jun, 2021 1 commit
-
-
q.yao authored
* add modulated dcn, better dcn plugin * clangformat * update documentation
-
- 11 Jun, 2021 1 commit
-
-
LXXXXR authored
-
- 09 Jun, 2021 1 commit
-
-
LXXXXR authored
* add runner doc * revised according to comments and remove non existing links * revise according to comments
-
- 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 1 commit
-
-
RunningLeon authored
* add instancenorm plugin * resolve comments * fix lint * fix typo
-
- 24 May, 2021 2 commits
-
-
lizz authored
* Fix typos Signed-off-by:
lizz <lizz@sensetime.com> * Add deprecation warning Signed-off-by:
lizz <lizz@sensetime.com>
-
q.yao authored
* add cummax/cummin tensorrt plugin * fix isort * fix with clang-format * fix with clang-format again * add document
-
- 13 May, 2021 1 commit
-
-
Zaida Zhou authored
* [Docs] Update weight initialization in cnn.md * Update cnn.md * [Docs] Update weight initialization in cnn.md * [Docs] Update weight initialization in cnn.md * [Docs] Update weight initialization in cnn.md * [Docs] Update weight initialization in cnn.md * [Docs] Update weight initialization in cnn.md * modify docs according to comments * modify docs for weight init according to the comment * change init_weight() to init_weights() * modify according to comment
-
- 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++
-
- 16 Apr, 2021 1 commit
-
-
zhouzaida authored
-
- 12 Apr, 2021 1 commit
-
-
q.yao authored
* update tensorrt plugin document * add onnxruntime custom ops document * format document * add release note to onnxruntime_op and tensorrt_plugin * update document * add deployment.rst * add grid_sampler onnxruntime document * fix lint * add allow_different_nesting tag * add allow_different_nesting tag Co-authored-by:maningsheng <maningsheng@sensetime.com>
-
- 10 Apr, 2021 1 commit
-
-
Jerry Jiarui XU authored
* add model registry * fixed infer scoep * fixed build func * add docstring * add md * support multi level * clean comments * add docs * fixed parent * add more doc * add value error, add docstring * fixed docs * change to local/global search * resolve comments * fixed test * update some docstring * update docs (minior) * update docs * update docs
-
- 09 Apr, 2021 1 commit
-
-
QingChuanWS authored
* remove custom simplify model * update docs about onnx-simplify
-
- 08 Apr, 2021 1 commit
-
-
Jintao Lin authored
* add EvalHook * add EvalHook * refactor docstring * polish * use cp instead symlink * add error info * Update eval.py * Update eval.py * update * add engine depandancy * add comments * fix unittest * fix * update unittest * update unittest * add docstring * fix docstring
-
- 22 Feb, 2021 1 commit
-
-
ftbabi authored
* Support GELU activation function * Support different torch version * Fix bug in importing TORCH_VERSION * Wrap GELU module for PyTorch 1.3.x * Wrap GELU module for PyTorch 1.3.x
-
- 21 Feb, 2021 1 commit
-
-
ftbabi authored
-
- 02 Feb, 2021 1 commit
-
-
ftbabi authored
-
- 28 Jan, 2021 1 commit
-
-
RunningLeon authored
* add trt doc * add notes * add sphinx_markdown_tables * resolve comments * resolve comments
-
- 08 Jan, 2021 1 commit
-
-
RunningLeon authored
* Fix onnx, onnxruntime, onnxoptimizer import * Revert "Fix onnx, onnxruntime, onnxoptimizer import" This reverts commit 820e3785a1144eb85e1ba22688dada681ea4c829. * remove simplify from init file * update test for onnx simplify * update onnx doc
-
- 02 Jan, 2021 1 commit
-
-
Wenwei Zhang authored
* fix typo in docs * add contents * resolve typo
-
- 31 Dec, 2020 1 commit
-
-
RunningLeon authored
* [Enhance]: add onxx simplify * add simple doc * add unit test * update docstring * resolve some comment * add test dependency:onnxoptimizer * Fix onnxruntime register empty libpath * test onnxruntime version * set checker to false * skip test_simplify for torch<1.5.0
-