# 概览

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

## 可用指南

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

## YOLO 模型

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

## 使用场景

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

## 相关指南

* [视觉模型](https://docs.clore.ai/guides/guides_v2-zh/shi-jue-mo-xing/vision-models)
* [GroundingDINO](https://docs.clore.ai/guides/guides_v2-zh/shi-jue-mo-xing/groundingdino)
