# 新建评估

在GAS页面的顶部导航栏中点击 **【**&#x5E94;&#x7528;**】**，然后选择【Sextant】进入Sextant主页

![](/files/94a5fE5XUI4lCEgvIrQP)

点击右上角的新建评估，进入评估的新建页面

![](/files/-Mg4pvfvC_PyuoaDZvek)

填写评估的基本信息，选择评估的基准数据以及需要评估的标注标签，完成创建。

![](/files/-Mg4q24RZi8STBndc77q)

新建评估所需的内容如下：

1.基准数据集：用于评估指标计算的基准参考数据，如在一般模型评估场景中的：**真值数据**

基准数据目前仅支持选择TensorBay中的数据集，如需要使用本地或其他云存储上的数据，请先将数据上传至TensorBay，详情请查看

{% content-ref url="/pages/-MWSbbiz429ASW3po9Q\_" %}
[数据集准备](/guide/tensorbay/data.md)
{% endcontent-ref %}

2.评估标注类型：需要评估的数据标注类型，目前支持Box2D、POLYGON和POLYLINE2D

3.评估标注标签：需要评估的标注标签内容

4.IoU阈值：人为设定的IoU的阈值，在评估中高于该阈值的矩形框被认为是命中目标，反之则被认为未命中，需要填写一个0-1之间的两位小数

{% hint style="info" %}
目前单个评估仅支持添加一个IoU阈值进行评估，多阈值同时评估相关功能敬请期待
{% 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/new.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.
