未验证 提交 a62ef65a 编写于 作者: W Wei Shengyu 提交者: GitHub

Merge pull request #933 from weisy11/develop

Develop
...@@ -56,8 +56,8 @@ Quick experience of image recognition:[Link](./docs/en/tutorials/quick_start_r ...@@ -56,8 +56,8 @@ Quick experience of image recognition:[Link](./docs/en/tutorials/quick_start_r
- [Quick Installatiopn](./docs/en/tutorials/install_en.md) - [Quick Installatiopn](./docs/en/tutorials/install_en.md)
- [Quick Start of Recognition](./docs/en/tutorials/quick_start_recognition_en.md) - [Quick Start of Recognition](./docs/en/tutorials/quick_start_recognition_en.md)
- [Introduction to Image Recognition Systems](#Introduction to Image Recognition Systems) - [Introduction to Image Recognition Systems](#Introduction_to_Image_Recognition_Systems)
- [Demo images](#Demo images) - [Demo images](#Demo_images)
- Algorithms Introduction - Algorithms Introduction
- [Backbone Network and Pre-trained Model Library](./docs/en/ImageNet_models.md) - [Backbone Network and Pre-trained Model Library](./docs/en/ImageNet_models.md)
- [Mainbody Detection](./docs/en/application/mainbody_detection_en.md) - [Mainbody Detection](./docs/en/application/mainbody_detection_en.md)
...@@ -70,7 +70,7 @@ Quick experience of image recognition:[Link](./docs/en/tutorials/quick_start_r ...@@ -70,7 +70,7 @@ Quick experience of image recognition:[Link](./docs/en/tutorials/quick_start_r
- [Vector Search](./deploy/vector_search/README.md) - [Vector Search](./deploy/vector_search/README.md)
- Models Training/Evaluation - Models Training/Evaluation
- [Image Classification](./docs/en/tutorials/getting_started_en.md) - [Image Classification](./docs/en/tutorials/getting_started_en.md)
- Feature Learning (coming soon) - [Feature Learning](./docs/en/tutorials/getting_started_retrieval_en.md)
- Inference Model Prediction - Inference Model Prediction
- [Python Inference](./docs/en/inference.md) - [Python Inference](./docs/en/inference.md)
- [C++ Inference](./deploy/cpp/readme_en.md)(only support classification for now, recognition coming soon) - [C++ Inference](./deploy/cpp/readme_en.md)(only support classification for now, recognition coming soon)
...@@ -85,7 +85,7 @@ Quick experience of image recognition:[Link](./docs/en/tutorials/quick_start_r ...@@ -85,7 +85,7 @@ Quick experience of image recognition:[Link](./docs/en/tutorials/quick_start_r
- [License](#License) - [License](#License)
- [Contribution](#Contribution) - [Contribution](#Contribution)
<a name="Introduction to Image Recognition Systems"></a> <a name="Introduction_to_Image_Recognition_Systems"></a>
## Introduction to Image Recognition Systems ## Introduction to Image Recognition Systems
<div align="center"> <div align="center">
...@@ -99,7 +99,7 @@ Image recognition can be divided into three steps: ...@@ -99,7 +99,7 @@ Image recognition can be divided into three steps:
For a new unknown category, there is no need to retrain the model, just prepare images of new category, extract features and update retrieval database and the category can be recognised. For a new unknown category, there is no need to retrain the model, just prepare images of new category, extract features and update retrieval database and the category can be recognised.
<a name="Demo images"></a> <a name="Demo_images"></a>
## Demo images [more](./docs/en/more_demo.md) ## Demo images [more](./docs/en/more_demo.md)
- Product recognition - Product recognition
<div align="center"> <div align="center">
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册