- 26 Nov, 2021 1 commit
-
-
Zaida Zhou authored
-
- 23 Nov, 2021 4 commits
-
-
q.yao authored
* Add device registry for pytorch ops * add declaration of CheckDeviceConsistency * fix for torch130 * assert with torch check * Refactor ops with dispatch * update rest ops * faster install * update compatibility * update compatibility, rename parameter * move cpu implement to pytorch/cpu * update ops/csrc/README.md * fix rocm support * update cn document * update docs * list instead of map
-
Zaida Zhou authored
-
Zaida Zhou authored
* [Docs] Add a script to verify the installation of mmcv-full * polish documentation * polish documentation * print the running and compiling environments * rename scripts to .dev_scripts * polish readme
-
古月闻星 authored
-
- 22 Nov, 2021 1 commit
-
-
Zaida Zhou authored
* [Docs] Add the link and introduction of mmflow in README * remove a blank line * fix link
-
- 10 Nov, 2021 2 commits
-
-
Zaida Zhou authored
* bump version to v1.3.17 * add a document to record the previous versions of PyTorch built for mmcv-full * polish readme
-
Wenwei Zhang authored
* [Improve] improve checkpoint loading log (#1446) * add first version * remove syncbn * remove unused ops * update input names * remove empty line * update index.rst * resolve comments * fix type * Update mmcv_ops_definition.md Co-authored-by:
WangJiaZhen <47851024+teamwong111@users.noreply.github.com> Co-authored-by:
maningsheng <mnsheng@yeah.net> Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>
-
- 04 Nov, 2021 2 commits
- 02 Nov, 2021 1 commit
-
-
Zaida Zhou authored
* Add mmcv itself in the docs list * modify link of docs
-
- 23 Oct, 2021 2 commits
-
-
Zaida Zhou authored
* [Feature] Choose storage backend by the prefix of filepath * refactor FileClient and add unittest * support loading from different backends * polish docstring * fix unittet * rename attribute str_like_obj to is_str_like_obj * add infer_client method * add check_exist method * rename var client to file_client * polish docstring * add join_paths method * remove join_paths and add _format_path * enhance unittest * refactor unittest * singleton pattern * fix test_clientio.py * deprecate CephBackend * enhance docstring * refactor unittest for petrel * refactor unittest for disk backend * update io.md * add concat_paths method * improve docstring * improve docstring * add isdir and copyfile for file backend * delete copyfile and add get_local_path * remove isdir method of petrel * fix typo * add comment and polish docstring * polish docstring * rename _path_mapping to _map_path * polish docstring and fix typo * refactor get_local_path * add list_dir_or_file for FileClient * add list_dir_or_file for PetrelBackend * fix windows ci * Add return docstring * polish docstring * fix typo * fix typo * deprecate the conversion from Path to str * add docs for loading checkpoints with FileClient * refactor map_path * add _ensure_methods to ensure methods have been implemented * fix list_dir_or_file * rename _ensure_method_implemented to has_method
-
dingchang authored
* add op (group points) and its related ops (ball query and knn) in mmdet3d * refactor code * fix typo * refactor code * fix typo * refactor code * make input contiguous Co-authored-by:zhouzaida <zhouzaida@163.com>
-
- 21 Oct, 2021 2 commits
-
-
dingchang authored
* add ops (roiaware pool3d) in mmdet3d * refactor code * fix typo Co-authored-by:zhouzaida <zhouzaida@163.com>
-
dingchang authored
* add ops (voxel) in mmdet3d * add ops (voxel) in mmdet3d * add ops (voxel) in mmdet3d * refactor code * update test * update test * update test * refactor code * refactor code * refactor code * fix typo * fix typo
-
- 20 Oct, 2021 1 commit
-
-
Zaida Zhou authored
* [Docs] Fix error when building pdf * fix link
-
- 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 3 commits
-
-
dingchang authored
* add ops (interpolate) in mmdet3d * refactor code * fix typo * fix typo * fix typo * refactor code
-
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 3 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
-
Zaida Zhou authored
* [Docs] Polish README * [Docs] Polish README * [Docs] Polish README * fix typo * update qq link * fix typo * update LICENSES.md
-
- 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
-
- 24 Sep, 2021 4 commits
-
-
Zaida Zhou authored
* [Docs] Translate building documentation * polish translation
-
q.yao authored
* Add docs_zh_CN of TensorRT * fix according to doc-cn-onnx * update doc of cummax cummin * Apply suggestions from code review Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * update heading Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>
-
q.yao authored
* add doc-cn of ONNX * Update docs_zh_CN/deployment/onnxruntime_custom_ops.md Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * Apply suggestions from code review Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * update doc of cummax * fix en doc of softnms * update heading Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>
-
Ty Feng authored
* cnn.md translated * polish translation * polish translation Co-authored-by:zhouzaida <zhouzaida@163.com>
-
- 23 Sep, 2021 2 commits
-
-
Miao Zheng authored
-
dingchang authored
-
- 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
-