Commit Graph

36 Commits (c9d464c36094f062add8183d5e4bcef570f83cbc)

Author SHA1 Message Date
Zaida Zhou 48d5b095a2
Polish readme (#1320)
* [Docs] Polish README

* [Docs] Polish README

* [Docs] Polish README

* fix typo

* update qq link

* fix typo

* update LICENSES.md
2021-10-13 20:25:49 +08:00
Zaida Zhou f22c9eb4a4
Add code spell hook to pre-commit and fix typos (#1384)
* Add code-spell hook to pre-commit

* Add code-spell hook to pre-commit and fix typos

* fix setup.cfg
2021-10-04 20:13:54 +08:00
Wei Ji 9016fef560
Fix typo on pip install mmcv-full torch1.9 cpu (#1313)
* 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
2021-09-07 17:32:11 +08:00
Zaida Zhou be1be02027
Show supported python versions in README (#1286) 2021-08-23 10:35:22 +08:00
Zaida Zhou 3040299bb5
[Docs] Update readme and docs (#1190)
* [Docs] Update readme and docs

* add Chinese introduction

* fix table error
2021-07-20 17:18:28 +08:00
Zaida Zhou 0cbe5f4c84
[Fix] Fix sphinx compile error (#1176)
* [Docs] Fix sphinx version

* [Docs] Remove sphinx_markdown_tables

* update readme link

* add sphinx_rtd_theme package
2021-07-07 13:09:04 +08:00
Zaida Zhou cdcbc03c98
add citation in readme.md (#1160) 2021-07-02 16:44:39 +08:00
Rui Xu b1df16a409
[LICENSE] Add more information for license (#956)
* 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>
2021-05-13 21:55:44 +08:00
Zaida Zhou 478563888e
[Docs] Refactor readme.md (#984)
* [Docs] Refactor readme.md

* use lowercase
2021-04-25 19:25:14 +08:00
zhouzaida 54ece10ffb
[Docs] Add mmocr link (#941)
* [Docs] Add mmocr link

* Update README.md

* Update README_zh-CN.md
2021-04-14 20:07:07 +08:00
zhouzaida 75d907c9d1
Bump version to v1.3.0 (#910)
* Bump version to v1.3.0

* Update README.md

* Update README_zh-CN.md
2021-03-28 14:04:24 +08:00
Jintao Lin 823b62ed94
Fix typo in README (#852) 2021-02-24 10:07:18 +08:00
Kai Chen b2ffab1306
[feature] Add readme of chinese version (#846)
* add readme of chinese version

* add contribution guide
2021-02-21 21:24:53 +08:00
Kai Chen b19492154e
remove the lagacy pip installation (#765) 2020-12-28 14:20:37 +08:00
Y. Xiong edf9014c5b
Fix pip installation indexing bugs under pip 20.3 and follow PEP440 (#748)
* add block lines

* fix typo
2020-12-24 19:51:54 +08:00
q.yao 94810f2297
[Feature]: Add custom operators support for onnxruntime in mmcv (#612)
* 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>
2020-12-23 11:03:55 +08:00
Y. Xiong 8b4e5de43d
Add nms compile issue to trouble_shooting page (#733)
* Add nms compile issue to trouble_shooting page

* after lint

* update link to online doc
2020-12-22 17:02:42 +08:00
Y. Xiong cff01c5f55
Fix pip 20.3 (#703)
* bump version to 1.2.1

* update installation table in readme

* break new line

* del mmcv upper bound for old installation

* reminder on latest
2020-12-12 11:32:40 +08:00
WRH d2ca6cebb3
[DOC] build on windows (#663)
* 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>
2020-12-01 10:36:20 +08:00
Jiang Yinzuo b3e5a74d22
update README.md for torch 1.7 installation (#642)
* update README.md for torch 1.7 installation

* add cuda 11.0

Co-authored-by: Kai Chen <chenkaidev@gmail.com>
2020-11-14 12:05:57 +08:00
Kai Chen f3a2be99b9
lint markdown files (#592) 2020-09-29 10:44:44 +08:00
Jerry Jiarui XU 71952ff3aa
[Enhance] Switch to https://download.openmmlab.com (#583) 2020-09-27 00:20:13 +08:00
Wenwei Zhang c6987937fe
[fix] Fix compilation bug in windows and add instruction for windows (#540)
* Add windows instruction and fix compilation bug

* reformat codebase
2020-09-04 15:08:12 +08:00
Cao Yuhang dc778481cb
add op trouble shooting (#479)
* add op trouble shooting

* update trouble_shooting.md

* clean ops.md

* add trouble shooting to index.rst

* reorder

* add troubleshooting in readme
2020-08-13 22:04:58 +08:00
Kai Chen cac22f8cf5
Add pytorch 1.6 to CI (#476)
* add pytorch 1.6 to CI

* fix typo

* fix ci error

Co-authored-by: Cao Yuhang <yhcao6@gmail.com>
2020-08-09 21:56:15 +08:00
Kai Chen 530ae20046
add pre-build packages for pytorch 1.6 (#475) 2020-08-09 15:44:44 +08:00
Kai Chen 487f381f25
fix docs (#440) 2020-07-21 14:48:16 +08:00
Wenwei Zhang 6cf337374c
Add more projects in readme (#410)
* add more projects in readme

* fix typo

* Add mmaction2

* reformat
2020-07-13 00:53:30 +08:00
Wenwei Zhang 8b62aa60ed
use latest rather than 1.0.0 for mmcv installation (#408)
* use latest rather than 1.0.0 for mmcv installation

* Fix install bug
2020-07-11 22:28:07 +08:00
Jerry Jiarui XU da7a42791b
Bump to rc2 (#401)
* Bump to rc2

* change rc2 -> 1.0.0
2020-07-09 02:39:48 +08:00
Jerry Jiarui XU 192b3b3ceb
use env to control compile op or not (#400)
* use env to control compile op or not

* use str as env var

* update readme

* update rc01

* update readme

Co-authored-by: Kai Chen <chenkaidev@gmail.com>
2020-07-09 02:19:02 +08:00
Wenwei Zhang 01bce661d2
Fix the path issue of logo (#394) 2020-07-08 12:47:37 +08:00
Wenwei Zhang 18d6372027
Rewrite readme.rst by markdown (#391)
* Rewrite readme.rst by markdown

* Update setup.py

* Update mmcv links

* clean code

* Add logo

* Resolve comments

* clean unnecessary code change
2020-07-08 01:20:27 +08:00
Kai Chen d2358c87f8 update the documentation for release 2018-10-12 13:07:35 +08:00
Dahua Lin 371a37e1c4
Update README.md 2018-08-25 18:58:31 +08:00
Dahua Lin 93ad386683
Initial commit 2018-08-22 15:05:26 +08:00