# Sextant

Graviti’s Sextant are efficient evaluation tools for data and models. Sextant supports data visualization and filtering of evaluation data by metrics. You can use it to complete quality assurance for preparing high-quality data, evaluate the accuracy of models, and launch various competitions.

{% hint style="info" %}
Sextant currently only supports the evaluation of Box2D type of data and mAP metrics. More annotation types and Metrics will be supported in the future, please stay tuned!
{% endhint %}

## **Data Evaluation**

Sextant supports the comparison of labels across two datasets, which helps you gain insight into differences of datasets and quickly spot data quality defects. After filtering out the specified data, Sextant can be seamlessly integrated with GroundTruth Tools for quality assurance and relabeling to instantly improve the quality of your datasets and help you to train high-quality AI.

#### &#xD;Evaluation Process:

1.

```
Upload the data that need to be evaluated to TensorBay
```

2.

```
Create an evaluation, and select suitable benchmark data
```

3. Use other dataset to start an evaluation to obtain metrics
4. Filter the data by metrics and spot the data quality defects
5. Save the filtering results as a new dataset and start data quality assurance and optimization

## Model Evaluation

Sextant supports the evaluation of model accuracy, which helps you to quickly know the model performance, identify its weak scenarios, and provide you with references for debugging model performance. It also supports the comparison of multiple model evaluation results, which enable you to pick out the most suitable model for specific application scenarios.

#### Evaluation Process

1. Upload the ground truth data to TensorBay
2. Create an evaluation and select ground truth data as the benchmark data
3. Upload a suitable model to Github and use the model to start an evaluation
4. View metrics and comparison results


---

# 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.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.
