# 前言

这是一本关于计算机视觉的基础教程。

在这部教程中，我们将会介绍计算机视觉的主要方向，包括图像分类、目标检测、图像分割、动作识别、图像编辑等。 在每个方向中，我们会按照技术发展的顺序整理主流的算法，讲解了它们的原理并结合 [OpenMMLab](https://github.com/open-mmlab) 的代码库进行一些代码讲解。 希望对正在学习计算机视觉的同学有所帮助。

这本教程目前仍在开发中，目前已经基本完成了图像分类和目标检测的内容。我们也欢迎社区贡献。

为方便阅读，本教程暂时部署在 [GitBook](https://wrhwrh.gitbook.io/openmmlab-book/)。


---

# 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://openmmlabbook.gitbook.io/openmmlab-book/master.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.
