# Create an Evaluation

* Click **Apps** on the top navigation bar on the GAS page, and then click **Sextant** to enter to the page of Sextant.

![](/files/-MgLGEeaAO1yr1Pe_l6E)

* Click **New Evaluation** on the upper right corner to enter the new page of the evaluation.

![](/files/-MgLGR2AuKB-JCZDujyr)

* Fill in basic information and select benchmark data and the categories to be evaluated to complete the creation.

![](/files/-MgLGm5xQkDKiqoyGoK6)

#### The required information for creating a new evaluation is as followin&#x67;**:**

1\. Benchmark dataset

The benchmark dataset is used to evaluate the generated metrics as a reference, such as the ground truth data. (in common model evaluation scenarios)

Currently, only the TensorBay dataset can be chosen as the benchmark dataset. If you want to use data from local or other cloud storage, please upload the data to TensorBay first. For details, please check the following article.

{% content-ref url="/pages/-MWWnuVASpJRl\_DoaSdy" %}
[How to Quickly Prepare a Dataset](/guide/tensorbay/data.md)
{% endcontent-ref %}

2.Evaluated annotation types

The type of data annotation that needs to be evaluated. Currently, only Box2D is supported.

3\. Evaluated categories

&#x20;The categories of objects that need to be evaluated

4\. IoU threshold

A preset IoU threshold. In evaluations, the IoU higher than the threshold is considered to be a hit; otherwise, it is considered to be a miss. Here you need to fill in a two-digit number between 0 and 1.

{% hint style="info" %}
Currently, only one IoU threshold is supported to be added for a single evaluation. Please look forward to the coming of simultaneous evaluation with multiple thresholds and other related features.
{% 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.com/apps/sextant/create-a-new-evaluation.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.
