From 0fd9c5b92218df45cffa6fffadb97315ecd08c1c Mon Sep 17 00:00:00 2001 From: weishengyu Date: Sun, 20 Jun 2021 17:44:01 +0800 Subject: [PATCH] update column --- README_en.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README_en.md b/README_en.md index 390105f5..a53e5ee5 100644 --- a/README_en.md +++ b/README_en.md @@ -56,7 +56,7 @@ Quick experience of image recognition:[Link](./docs/en/tutorials/quick_start_r - [Quick Installatiopn](./docs/en/tutorials/install_en.md) - [Quick Start of Recognition](./docs/en/tutorials/quick_start_recognition_en.md) -- Algorithms Introduction(Updating) +- Algorithms Introduction - [Backbone Network and Pre-trained Model Library](./docs/en/ImageNet_models.md) - [Mainbody Detection](./docs/en/application/mainbody_detection_en.md) - [Image Classification](./docs/en/tutorials/image_classification_en.md) @@ -65,11 +65,11 @@ Quick experience of image recognition:[Link](./docs/en/tutorials/quick_start_r - [Vehicle Recognition](./docs/en/application/vehicle_recognition_en.md) - [Logo Recognition](./docs/en/application/logo_recognition_en.md) - [Animation Character Recognition](./docs/en/application/cartoon_character_recognition_en.md) - - [Vector Retrieval](./deploy/vector_search/README.md) + - [Vector Search](./deploy/vector_search/README.md) - Models Training/Evaluation - [Image Classification](./docs/en/tutorials/getting_started_en.md) - - Feature Learning -- Inference Model Prediction(Updating) + - Feature Learning (coming soon) +- Inference Model Prediction - [Python Inference](./docs/en/inference.md) - [C++ Inference](./deploy/cpp/readme_en.md)(only support classification for now, recognition coming soon) - Model Deploy (only support classification for now, recognition coming soon) -- GitLab