# 获取 Pharos

## 可视化公开数据集 <a href="#id-1" id="id-1"></a>

Pharos 支持对格物钛公开数据集社区中的部分数据集进行在线可视化，在需要可视化的公开数据集详情页的“概要”标签中，下滑找到数据概览，即可完成数据在线可视化。详情请见：

{% content-ref url="/pages/-MS1uI3N7CoJJpyf2ZvA" %}
[在线预览数据及标签分布](/guide/opendataset/visualization.md)
{% endcontent-ref %}

## 可视化自定义数据集 <a href="#id-2" id="id-2"></a>

若需要可视化您的数据集，Pharos 提供以下两种可用的途径：

1. 将您的数据集上传至TensorBay，具体步骤请参考上传数据。数据上传后，登陆账号后进入对应数据的详情页，找到数据概览，即可完成可视化。

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

&#x20;   2.通过TensorBaySDK读取本地数据，立即使用Pharos进行可视化，无需登陆和上传即可使用数据可视化插件所有功能，把握数据质量，具体操作请查看[SDK帮助文档](https://tensorbay-python-sdk.graviti.com/en/latest/features/visualization.html)

{% hint style="info" %}
通过SDK使用Pharos仅支持对数据和标注进行可视化，如要查看标签分布的可视化，需将数据上传至TensorBay
{% 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/guide/tensorbay/visualization/get.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.
