- 10 Oct, 2022 1 commit
-
-
Xin Li authored
* Add reminder in docs for macOS M1 users
-
- 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
-
- 26 Aug, 2022 1 commit
-
-
q.yao authored
* remove deploy for 2.0 * update onnx ut
-
- 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
-
- 23 Mar, 2022 1 commit
-
-
Zaida Zhou authored
* [Docs] Add more windows information in README * minor fix * rename MacOS to macOS
-
- 15 Dec, 2021 1 commit
-
-
Zaida Zhou authored
* [Docs] Refactor the structure of documentation * [Docs] Refactor the structure of documentation * fix symlink * fix link * fix typo * polish docstring * fix docstring
-
- 23 Nov, 2021 2 commits
-
-
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
-
- 10 Nov, 2021 1 commit
-
-
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
-
- 04 Nov, 2021 2 commits
- 13 Oct, 2021 1 commit
-
-
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
-
- 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
-
- 22 Aug, 2021 1 commit
-
-
Zaida Zhou authored
* add myst-parser extension for sphinx * make note style more beautiful
-
- 20 Jul, 2021 1 commit
-
-
Zaida Zhou authored
* [Docs] Update readme and docs * add Chinese introduction * fix table error
-
- 02 Jul, 2021 2 commits
-
-
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
-
Zaida Zhou authored
-
- 13 May, 2021 1 commit
-
-
Rui Xu authored
* add license * fix lint * fix some discription * fix some discriptions and dirty marks * fix format * revise some words * Update README_zh-CN.md * Update README_zh-CN.md Co-authored-by:Wenwei Zhang <40779233+ZwwWayne@users.noreply.github.com>
-
- 25 Apr, 2021 1 commit
-
-
Zaida Zhou authored
* [Docs] Refactor readme.md * use lowercase
-
- 14 Apr, 2021 1 commit
-
-
zhouzaida authored
* [Docs] Add mmocr link * Update README.md * Update README_zh-CN.md
-
- 28 Mar, 2021 1 commit
-
-
zhouzaida authored
* Bump version to v1.3.0 * Update README.md * Update README_zh-CN.md
-
- 24 Feb, 2021 1 commit
-
-
Jintao Lin authored
-
- 21 Feb, 2021 1 commit
-
-
Kai Chen authored
* add readme of chinese version * add contribution guide
-
- 28 Dec, 2020 1 commit
-
-
Kai Chen authored
-
- 24 Dec, 2020 1 commit
-
-
Y. Xiong authored
* add block lines * fix typo
-
- 23 Dec, 2020 1 commit
-
-
q.yao authored
* add onnx support to roi_align and roi_pool * add softnms ort support * fix for lint * format cpp code with clang-format:google * add new empty line to the end of head files in onnxruntime * update to pytorch1.7 * add test of softnms to onnxruntime * fix for lint * remote print in ops/info.py * change import order, fix for flake8 * fix include * add assert torch>=1.7.0 * [doc]: add document for onnxruntime custom operator * update onnxruntime version to v1.5.1 for softnms * remove doc menu * Resolve lint for markdown * resolve naming style in onnxruntime_op.md * Use old cpp apis, optimize test_onnx.py * Fixing strings in tests/test_ops/test_onnx.py * code format with yapf * fix soft_nms parrot * add import in onnxruntime setup, avoid conflict * fix doc and add assert * change cpp guard Co-authored-by:maningsheng <maningsheng@sensetime.com>
-
- 22 Dec, 2020 1 commit
-
-
Y. Xiong authored
* Add nms compile issue to trouble_shooting page * after lint * update link to online doc
-
- 12 Dec, 2020 1 commit
-
-
Y. Xiong authored
* bump version to 1.2.1 * update installation table in readme * break new line * del mmcv upper bound for old installation * reminder on latest
-
- 01 Dec, 2020 1 commit
-
-
WRH authored
* previous doc * init version of windows installation * refine doc * merge build instructions * fix styles * add some detail * change an item to note Co-authored-by:Kai Chen <chenkaidev@gmail.com>
-
- 14 Nov, 2020 1 commit
-
-
Jiang Yinzuo authored
* update README.md for torch 1.7 installation * add cuda 11.0 Co-authored-by:Kai Chen <chenkaidev@gmail.com>
-
- 29 Sep, 2020 1 commit
-
-
Kai Chen authored
-
- 26 Sep, 2020 1 commit
-
-
- 04 Sep, 2020 1 commit
-
-
Wenwei Zhang authored
* Add windows instruction and fix compilation bug * reformat codebase
-
- 13 Aug, 2020 1 commit
-
-
Cao Yuhang authored
* add op trouble shooting * update trouble_shooting.md * clean ops.md * add trouble shooting to index.rst * reorder * add troubleshooting in readme
-
- 09 Aug, 2020 2 commits
-
-
Kai Chen authored
* add pytorch 1.6 to CI * fix typo * fix ci error Co-authored-by:Cao Yuhang <yhcao6@gmail.com>
-
Kai Chen authored
-
- 21 Jul, 2020 1 commit
-
-
Kai Chen authored
-