diff --git a/docs/_static/plot_help.png b/docs/_static/plot_help.png new file mode 100644 index 0000000000..548d0c7937 Binary files /dev/null and b/docs/_static/plot_help.png differ diff --git a/docs/model_zoo/classification.rst b/docs/model_zoo/classification.rst index 961637c27a..407f7e08bb 100644 --- a/docs/model_zoo/classification.rst +++ b/docs/model_zoo/classification.rst @@ -4,7 +4,9 @@ Classification ==================== Visualization of Inference Throughputs vs. Validation Accuracy of ImageNet pre-trained models is illustrated in the following graph. -You can hover mouse on circles to reveal details, click on legends to show/hide model series. + +.. image:: /_static/plot_help.png + :width: 100% .. include:: /_static/classification_throughputs.html diff --git a/docs/model_zoo/detection.rst b/docs/model_zoo/detection.rst index 81f3593a2a..2bad87cc51 100644 --- a/docs/model_zoo/detection.rst +++ b/docs/model_zoo/detection.rst @@ -4,11 +4,13 @@ Detection ================ Visualization of Inference Throughputs vs. Validation mAP of COCO pre-trained models is illustrated in the first graph. -You can hover mouse on circles to reveal details. + +.. image:: /_static/plot_help.png + :width: 100% .. include:: /_static/detection_throughputs.html -We also provide a detailed analysis of 80 object categories, you can click on legends to show or hide each model for a cleaner comparison. +We also provide a detailed interactive analysis of all 80 object categories. .. include:: /_static/detection_coco_per_class.html