index.rst 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. Welcome to MMPose's documentation!
  2. ==================================
  3. You can change the documentation language at the lower-left corner of the page.
  4. 您可以在页面左下角切换文档语言。
  5. .. toctree::
  6. :maxdepth: 1
  7. :caption: Get Started
  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: User Guides
  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: Advanced Guides
  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: Migration
  36. migration.md
  37. .. toctree::
  38. :maxdepth: 2
  39. :caption: Model Zoo
  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: Model Zoo (by paper)
  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: Dataset Zoo
  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: Projects
  69. projects/community_projects.md
  70. projects/projects.md
  71. .. toctree::
  72. :maxdepth: 1
  73. :caption: Notes
  74. notes/ecosystem.md
  75. notes/changelog.md
  76. notes/benchmark.md
  77. notes/pytorch_2.md
  78. .. toctree::
  79. :caption: API Reference
  80. api.rst
  81. .. toctree::
  82. :caption: Switch Language
  83. switch_language.md
  84. Indices and tables
  85. ==================
  86. * :ref:`genindex`
  87. * :ref:`search`