# 查看评估结果

在评估完成后，可查看对应评估的结果指标，并支持横行的对比各次评估记录之间的指标值

{% hint style="info" %}
仅有已完成状态的评估支持查看评估结果
{% endhint %}

## 横向对比各次评估 <a href="#compare" id="compare"></a>

进入需要查看记录指标的评估详情页，各次记录的评估指标将显示在评估记录列表汇中，支持通过Metrics进行排序，查看各次评估结果的指标情况

![](/files/-Mg4sk69erduHrgQ4j1o)

## 查看数据列表 <a href="#list" id="list"></a>

在评估参与列表中找到对应的参与记录，点击【查看】进入数据列表。在数据列表中可查看各数据中各标注标签下的评估指标，点击右上角标签可切换展示评估指标和数据可视化

![](/files/-Mg4ssW5l0NZZ07gLMrK)

## 查看评估指标 <a href="#metrics" id="metrics"></a>

展示当前列表中所有数据的总体评估指标，包括mAP数值以及对应的PR曲线，当使用两个数据集进行评估时，PR曲线仅有一个点

![](/files/-Mg4tNPdTnzQQuIMh1dE)

## 查看数据可视化 <a href="#visualization" id="visualization"></a>

数据可视化：可视化展示评估的基准数据与参与评估的对象数据之间的标注情况，帮助您洞察数据的真实情况。在可视化中只会展示参与标注的数据，其中基准数据的标注将用实线框显示，参与评估的对象数据的标注将用虚线框显示

{% hint style="info" %}
如果评估已失效，将无法查看数据可视化
{% endhint %}

![](/files/-Mg4tUe0bhEgPLNyiBOa)

## 对数据进行筛选 <a href="#filter" id="filter"></a>

![](/files/-Mg4tcgez_nXHmyp0KkC)

在数据列表页面，可针对评估的Metrics结果进行筛选，支持通过各标签类型的IoU均值和ap值进行筛选，筛选结果将经过离线处理后显示，支持通过列表查看、可视化查看数据情况以及查看评估指标信息，离线处理所需的时间取决于筛选数据量的大小。

{% hint style="info" %}
除未添加任何筛选条件，直接输出全量数据外，输出创建的新数据集将不包含本次评估的Metrics结果
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.graviti.cn/apps/sextant/result.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
