Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Doc] Add inference speed results #1044

Merged
merged 5 commits into from
Dec 5, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,12 @@ We demonstrate the superiority of our MMPose framework in terms of speed and acc

More details about the benchmark are available on [benchmark.md](docs/benchmark.md).

## Inference Speed

We summarize the model complexity and inference speed of major models in MMPose, including FLOPs, parameter counts and inference speeds on both CPU and GPU devices with different batch sizes.

Please refer to [inference_speed_summary.md](docs/inference_speed_summary.md) for more details.

## Installation

Please refer to [install.md](docs/install.md) for installation.
Expand Down
6 changes: 6 additions & 0 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,12 @@ https://user-images.githubusercontent.com/15977946/124654387-0fd3c500-ded1-11eb-

更多详情可见 [基准测试](docs/benchmark.md)。

## 推理速度

我们总结了 MMPose 中主要模型的复杂度信息和推理速度,包括模型的计算复杂度、参数数量,以及以不同的批处理大小在 CPU 和 GPU 上的推理速度。

详细信息可见 [模型推理速度](docs_zh-CN/inference_speed_summary.md).

## 安装

请参考 [安装指南](docs/install.md) 进行安装。
Expand Down
1 change: 1 addition & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ You can change the documentation language at the lower-left corner of the page.
getting_started.md
demo.md
benchmark.md
inference_speed_summary.md

.. toctree::
:maxdepth: 2
Expand Down
Loading