123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115 |
- 欢迎来到 MMPose 中文文档!
- ==================================
- 您可以在页面左下角切换文档语言。
- You can change the documentation language at the lower-left corner of the page.
- .. toctree::
- :maxdepth: 1
- :caption: 开启 MMPose 之旅
- overview.md
- installation.md
- guide_to_framework.md
- demos.md
- contribution_guide.md
- faq.md
- .. toctree::
- :maxdepth: 1
- :caption: 用户教程
- user_guides/inference.md
- user_guides/configs.md
- user_guides/prepare_datasets.md
- user_guides/train_and_test.md
- .. toctree::
- :maxdepth: 1
- :caption: 进阶教程
- advanced_guides/codecs.md
- advanced_guides/dataflow.md
- advanced_guides/implement_new_models.md
- advanced_guides/customize_datasets.md
- advanced_guides/customize_transforms.md
- advanced_guides/customize_optimizer.md
- advanced_guides/customize_logging.md
- advanced_guides/how_to_deploy.md
- advanced_guides/model_analysis.md
- .. toctree::
- :maxdepth: 1
- :caption: 1.x 版本迁移指南
- migration.md
- .. toctree::
- :maxdepth: 2
- :caption: 模型库
- model_zoo.txt
- model_zoo/body_2d_keypoint.md
- model_zoo/face_2d_keypoint.md
- model_zoo/hand_2d_keypoint.md
- model_zoo/wholebody_2d_keypoint.md
- model_zoo/animal_2d_keypoint.md
- .. toctree::
- :maxdepth: 2
- :caption: 模型库(按论文整理)
- model_zoo_papers/algorithms.md
- model_zoo_papers/backbones.md
- model_zoo_papers/techniques.md
- model_zoo_papers/datasets.md
- .. toctree::
- :maxdepth: 2
- :caption: 数据集
- dataset_zoo.md
- dataset_zoo/2d_body_keypoint.md
- dataset_zoo/2d_wholebody_keypoint.md
- dataset_zoo/2d_face_keypoint.md
- dataset_zoo/2d_hand_keypoint.md
- dataset_zoo/2d_fashion_landmark.md
- dataset_zoo/2d_animal_keypoint.md
- dataset_zoo/3d_body_keypoint.md
- dataset_zoo/3d_hand_keypoint.md
- dataset_zoo/dataset_tools.md
- .. toctree::
- :maxdepth: 1
- :caption: 相关项目
- projects/community_projects.md
- .. toctree::
- :maxdepth: 1
- :caption: 其他说明
- notes/ecosystem.md
- notes/changelog.md
- notes/benchmark.md
- notes/pytorch_2.md
- .. toctree::
- :maxdepth: 1
- :caption: API 参考文档
- api.rst
- .. toctree::
- :caption: 切换语言
- switch_language.md
- 索引与表格
- ==================
- * :ref:`genindex`
- * :ref:`search`
|