Spaces:
Build error
Build error
File size: 1,840 Bytes
d7a991a |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 |
Welcome to MMPose's documentation!
==================================
You can change the documentation language at the lower-left corner of the page.
您可以在页面左下角切换文档语言。
.. toctree::
:maxdepth: 2
install.md
getting_started.md
demo.md
benchmark.md
inference_speed_summary.md
.. toctree::
:maxdepth: 2
:caption: Datasets
datasets.md
tasks/2d_body_keypoint.md
tasks/2d_wholebody_keypoint.md
tasks/2d_face_keypoint.md
tasks/2d_hand_keypoint.md
tasks/2d_fashion_landmark.md
tasks/2d_animal_keypoint.md
tasks/3d_body_keypoint.md
tasks/3d_body_mesh.md
tasks/3d_hand_keypoint.md
.. toctree::
:maxdepth: 2
:caption: Model Zoo
modelzoo.md
topics/animal.md
topics/body(2d,kpt,sview,img).md
topics/body(2d,kpt,sview,vid).md
topics/body(3d,kpt,sview,img).md
topics/body(3d,kpt,sview,vid).md
topics/body(3d,kpt,mview,img).md
topics/body(3d,mesh,sview,img).md
topics/face.md
topics/fashion.md
topics/hand(2d).md
topics/hand(3d).md
topics/wholebody.md
.. toctree::
:maxdepth: 2
:caption: Model Zoo (by paper)
papers/algorithms.md
papers/backbones.md
papers/datasets.md
papers/techniques.md
.. toctree::
:maxdepth: 2
:caption: Tutorials
tutorials/0_config.md
tutorials/1_finetune.md
tutorials/2_new_dataset.md
tutorials/3_data_pipeline.md
tutorials/4_new_modules.md
tutorials/5_export_model.md
tutorials/6_customize_runtime.md
.. toctree::
:maxdepth: 2
:caption: Useful Tools and Scripts
useful_tools.md
.. toctree::
:maxdepth: 2
:caption: Notes
changelog.md
faq.md
.. toctree::
:caption: API Reference
api.rst
.. toctree::
:caption: Languages
language.md
Indices and tables
==================
* :ref:`genindex`
* :ref:`search`
|