index.rst 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. 欢迎来到 MMPose 中文文档!
  2. ==================================
  3. 您可以在页面左下角切换文档语言。
  4. You can change the documentation language at the lower-left corner of the page.
  5. .. toctree::
  6. :maxdepth: 1
  7. :caption: 开启 MMPose 之旅
  8. overview.md
  9. installation.md
  10. guide_to_framework.md
  11. demos.md
  12. contribution_guide.md
  13. faq.md
  14. .. toctree::
  15. :maxdepth: 1
  16. :caption: 用户教程
  17. user_guides/inference.md
  18. user_guides/configs.md
  19. user_guides/prepare_datasets.md
  20. user_guides/train_and_test.md
  21. .. toctree::
  22. :maxdepth: 1
  23. :caption: 进阶教程
  24. advanced_guides/codecs.md
  25. advanced_guides/dataflow.md
  26. advanced_guides/implement_new_models.md
  27. advanced_guides/customize_datasets.md
  28. advanced_guides/customize_transforms.md
  29. advanced_guides/customize_optimizer.md
  30. advanced_guides/customize_logging.md
  31. advanced_guides/how_to_deploy.md
  32. advanced_guides/model_analysis.md
  33. .. toctree::
  34. :maxdepth: 1
  35. :caption: 1.x 版本迁移指南
  36. migration.md
  37. .. toctree::
  38. :maxdepth: 2
  39. :caption: 模型库
  40. model_zoo.txt
  41. model_zoo/body_2d_keypoint.md
  42. model_zoo/face_2d_keypoint.md
  43. model_zoo/hand_2d_keypoint.md
  44. model_zoo/wholebody_2d_keypoint.md
  45. model_zoo/animal_2d_keypoint.md
  46. .. toctree::
  47. :maxdepth: 2
  48. :caption: 模型库(按论文整理)
  49. model_zoo_papers/algorithms.md
  50. model_zoo_papers/backbones.md
  51. model_zoo_papers/techniques.md
  52. model_zoo_papers/datasets.md
  53. .. toctree::
  54. :maxdepth: 2
  55. :caption: 数据集
  56. dataset_zoo.md
  57. dataset_zoo/2d_body_keypoint.md
  58. dataset_zoo/2d_wholebody_keypoint.md
  59. dataset_zoo/2d_face_keypoint.md
  60. dataset_zoo/2d_hand_keypoint.md
  61. dataset_zoo/2d_fashion_landmark.md
  62. dataset_zoo/2d_animal_keypoint.md
  63. dataset_zoo/3d_body_keypoint.md
  64. dataset_zoo/3d_hand_keypoint.md
  65. dataset_zoo/dataset_tools.md
  66. .. toctree::
  67. :maxdepth: 1
  68. :caption: 相关项目
  69. projects/community_projects.md
  70. .. toctree::
  71. :maxdepth: 1
  72. :caption: 其他说明
  73. notes/ecosystem.md
  74. notes/changelog.md
  75. notes/benchmark.md
  76. notes/pytorch_2.md
  77. .. toctree::
  78. :maxdepth: 1
  79. :caption: API 参考文档
  80. api.rst
  81. .. toctree::
  82. :caption: 切换语言
  83. switch_language.md
  84. 索引与表格
  85. ==================
  86. * :ref:`genindex`
  87. * :ref:`search`