Zaida Zhou
d4d6ea09e3
[Docs] Add mmfewshot link ( #1528 )
2021-11-26 20:48:55 +08:00
Zaida Zhou
2f023453d6
[Docs] Add the link and introduction of mmflow in README ( #1506 )
...
* [Docs] Add the link and introduction of mmflow in README
* remove a blank line
* fix link
2021-11-22 10:20:27 +08:00
Zaida Zhou
fd6eab697d
[Docs] Add mmcv itself in the docs list ( #1441 )
...
* Add mmcv itself in the docs list
* modify link of docs
2021-11-02 20:59:26 +08:00
Zaida Zhou
1216e5fe7f
[Docs] Use PyTorch sphinx theme ( #1321 )
...
* [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
2021-09-14 16:35:41 +08:00
jiang1997
9f0cc5a6e4
[WIP] Apply to translate "docs_zh_CN/understand_mmcv/utils.md" ( #1232 )
...
* 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>
2021-08-23 11:12:17 +08:00
Zaida Zhou
aa64ee6a7c
[Docs] Use myst parser ( #1287 )
...
* add myst-parser extension for sphinx
* make note style more beautiful
2021-08-22 09:44:51 +08:00
Zaida Zhou
db580dda8d
[Docs] Build Chinese docs ( #1073 )
...
* 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
2021-07-07 13:10:04 +08:00
Zaida Zhou
76d9bf1efb
[Docs] Fix error when cv2 is mocked ( #1152 )
2021-06-28 17:31:36 +08:00
RunningLeon
5afca135f7
[Doc]: add a short document for TensorRT plugins in mmcv ( #797 )
...
* add trt doc
* add notes
* add sphinx_markdown_tables
* resolve comments
* resolve comments
2021-01-28 15:57:13 +08:00
Rui Xu
b7136e3953
[Refactor] remove the c implementation of flow_warp ( #707 )
...
* remove flow-warp-c
* remove flow warp in setup.py and imports
* fix floor and ceil bug
* fix broadcast bug
* add warnings and assertions
* fix bilinear bug
* pass unit test
* pass unit test
* pass unit test
* pass unit test
* fix value bug
* fix lint
* fix lint
* add mk lint
* update docs
* update docs
* fix bug in imports
* fix bug in setup.py
2020-12-13 19:43:25 +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
zhuyuanhao
c0f5492ee9
add ext ops, support parrots ( #310 )
...
* add ext ops, support parrots
* fix lint
* fix lint
* update op from mmdetection
* support non-pytorch env
* fix import bug
* test not import mmcv.op
* rename mmcv.op to mmcv.ops
* fix compile warning
* 1. fix syncbn warning in pytorch 1.5
2. support only cpu compile
3. add point_sample from mmdet
* fix text bug
* update docstrings
* fix line endings
* minor updates
* remove non_local from ops
* bug fix for nonlocal2d
* rename ops_ext to _ext and _ext to _flow_warp_ext
* update the doc
* try clang-format github action
* fix github action
* add ops to api.rst
* fix cpp format
* fix clang format issues
* remove .clang-format
Co-authored-by: Kai Chen <chenkaidev@gmail.com>
2020-06-28 23:15:47 +08:00
Kai Chen
e54c85e71c
fix the doc building ( #268 )
2020-05-05 14:07:04 +08:00
Kai Chen
1f6ac2ca85
Add docs for CNN modules ( #266 )
...
* add docs for cnn modules
* minor fix
* update format
* minor fix
* bump version to v0.5.1
2020-05-05 12:02:33 +08:00
Kai Chen
3fa5851891
Update pre-commit hook config ( #200 )
...
* update pre-commit hook config
* update the contributing guide
2020-03-01 15:51:40 +08:00
Kai Chen
e127ef28db
Fix the missing numpy module for readthedocs ( #182 )
...
* Fix the missing numpy module for readthedocs
* fix the linting
2020-02-12 17:12:38 +08:00
lizz
712651aab6
Adaptive progress bar length ( #174 )
...
* Adaptive progress bar length
Signed-off-by: lizz <lizz@sensetime.com>
* it works
Signed-off-by: lizz <lizz@sensetime.com>
* format
* pass test
* :lipstick
* test
* Update test_progressbar.py
* 2.7
* sort import
Signed-off-by: lizz <lizz@sensetime.com>
* try this
Signed-off-by: lizz <lizz@sensetime.com>
2020-02-02 18:18:17 +08:00
Kai Chen
0ad15a508e
Add mmcv._ext to autodoc_mock_imports ( #86 )
2019-07-07 17:32:40 +08:00
Kai Chen
e60c7efde3
Improve the documentation ( #85 )
...
* fix doc generation
* add docs for optical flow
* fix typo
2019-07-07 16:54:22 +08:00
Kai Chen
da39212f94
add requirements.txt
2018-10-13 01:50:42 +08:00
Kai Chen
54dd32ea22
fix path error to autodoc apis
2018-10-13 01:35:03 +08:00
Kai Chen
f75f4094f3
fix doc building error
2018-10-12 13:58:01 +08:00
Kai Chen
f573c11c3d
draft documentation
2018-10-05 00:01:05 +08:00