> For the complete documentation index, see [llms.txt](https://docs.clore.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.clore.ai/guides/guides_v2-zh/ji-suan-ji-shi-jue/computer-vision.md).

# 概览

在 CLORE.AI GPU 上进行对象检测与识别。

## 可用指南

| 工具                                                                    | 模型变体 |
| --------------------------------------------------------------------- | ---- |
| [YOLOv8](/guides/guides_v2-zh/ji-suan-ji-shi-jue/yolov8-detection.md) | 实时检测 |

## YOLO 模型

| A100    | 性能 | 准确度 |
| ------- | -- | --- |
| YOLOv8n | 最快 | 良好  |
| YOLOv8s | 快速 | 更好  |
| YOLOv8m | 中等 | 很棒  |
| YOLOv8l | 较慢 | 优秀  |
| YOLOv8x | 最慢 | 最佳  |

## 使用场景

* 目标检测
* 实例分割
* 姿态估计
* 目标跟踪

## 相关指南

* [视觉模型](/guides/guides_v2-zh/shi-jue-mo-xing/vision-models.md)
* [GroundingDINO](/guides/guides_v2-zh/shi-jue-mo-xing/groundingdino.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.clore.ai/guides/guides_v2-zh/ji-suan-ji-shi-jue/computer-vision.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.
