mirror of
https://github.com/open-mmlab/mmclassification.git
synced 2025-06-03 21:53:55 +08:00
* add vis * add tool vis-pipeline * add docs * Update docs * pre-commit * enhence english expression * Add `BaseImshowContextmanager` and `ImshowInfosContextManager` to reuse matplotlib figure. * Use context manager to implement `imshow_infos` * Add unit tests. * More general base context manager. * unit tests for context manager. * Improve docstring. * Fix context manager exit cannot close figure when matplotlib>=3.4.0 * Fix unit tests * fix lint * fix lint * add adaptive * add adaptive * update adaptive * add GAP * improve doc and docstring * add visualization in doc index * Update doc * Update doc * Update doc * Update doc * Update doc * Update doc * update docs and docstring * add progressbar * add progressbar * add images * add images * Delete .DS_Store * replace images * replace images and modify rgb2bgr * add picture size * mv pictures * update img display * add doc_zh-CN images * Update vis_pipeline.py * Update visualization.md * Update visualization.md * fix lint * Improve docs. Co-authored-by: mzr1996 <mzr1996@163.com>
65 lines
1.1 KiB
ReStructuredText
65 lines
1.1 KiB
ReStructuredText
Welcome to MMClassification's documentation!
|
|
============================================
|
|
|
|
You can switch between Chinese and English documents in the lower-left corner of the layout.
|
|
|
|
您可以在页面左下角切换中英文文档。
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
:caption: Get Started
|
|
|
|
install.md
|
|
getting_started.md
|
|
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
:caption: Tutorials
|
|
|
|
tutorials/finetune.md
|
|
tutorials/new_dataset.md
|
|
tutorials/data_pipeline.md
|
|
tutorials/new_modules.md
|
|
|
|
|
|
.. include:: _model_zoo.rst
|
|
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
:caption: Useful Tools and Scripts
|
|
|
|
tools/pytorch2onnx.md
|
|
tools/onnx2tensorrt.md
|
|
tools/pytorch2torchscript.md
|
|
tools/model_serving.md
|
|
tools/visualization.md
|
|
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
:caption: Community
|
|
|
|
community/CONTRIBUTING.md
|
|
|
|
|
|
.. toctree::
|
|
:caption: API Reference
|
|
|
|
api.rst
|
|
|
|
|
|
.. toctree::
|
|
:caption: Language Switch
|
|
|
|
English <https://mmclassification.readthedocs.io/en/latest/>
|
|
简体中文 <https://mmclassification.readthedocs.io/zh_CN/latest/>
|
|
|
|
|
|
Indices and tables
|
|
==================
|
|
|
|
* :ref:`genindex`
|
|
* :ref:`search`
|