# View Results

After an evaluation is completed, you can view its metrics. And Sextant supports the comparison of metrics among multiple evaluation records.

{% hint style="info" %}
Only a completed evaluation supports viewing its evaluation result.
{% endhint %}

## Compare Evaluation Results

Enter the evaluation details page where records the metric you want to view, and the metrics of each evaluation will be displayed in the evaluation list. The list supports being ranked by Metrics to see the metrics of each evaluation result.

![](/files/-MgLUAyyh3d5Hw8droLI)

## View Data List‌

Find the corresponding evaluation record in the evaluation list, and click **View** to enter the data list. In the data list, you can view the metrics under each category of different files. Click the tag on the upper right corner to switch displaying metrics or data visualization.‌

![](/files/-MgLUQIbsU_yrKorY_ez)

![](/files/-MgLU_IhKmwY97jBW4jz)

## View Evaluation Metrics‌

The current page will display the overall evaluation metrics for all the data in the current list, including mAP and the corresponding PR curve. When two datasets are used for an evaluation, the PR curve has only one point.‌

![](/files/-MgLUJ4HCZ_cYVZ-rEYm)

## View Data Visualization

#### Data Visualization

Visualize the labels of the benchmark data and those of the data of evaluation objects to help you gain insight into the quality of evaluated data.&#x20;

In data visualization, the labels of the benchmark data are shown with solid boxes and the labels of the data of the evaluation objects are shown with dashed boxes.

{% hint style="info" %}
If the evaluation is invalid, the data visualization cannot be viewed.‌
{% endhint %}

![](/files/-MgLVgHUsnJmRIGT4Q-H)

## Filter Data

On the data list page, you can filter the results by IoU and mAP of each category. The filtering results will be displayed after offline processing. You can view the data and metrics in the data list and data visualization. The time required for offline processing depends on the data volume that need to be filtered.

{% hint style="info" %}
The newly created dataset will not contain the metrics of the current evaluation, except for the direct output of all data without adding any filters.
{% endhint %}

![](/files/-MgLVy0jINngEVI3x3so)


---

# 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.com/apps/sextant/view-evaluation-results.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.
