From 656824187db77eaf66f53eca276d2d1e10c45864 Mon Sep 17 00:00:00 2001 From: weishengyu Date: Sun, 20 Jun 2021 17:53:14 +0800 Subject: [PATCH] update english readme, add demo images --- README_en.md | 40 ++++++++++++++++++++++++++--- docs/en/more_demo.md | 61 ++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 98 insertions(+), 3 deletions(-) create mode 100644 docs/en/more_demo.md diff --git a/README_en.md b/README_en.md index a53e5ee5c..d53bcaa30 100644 --- a/README_en.md +++ b/README_en.md @@ -56,6 +56,8 @@ 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) +- [Introduction to Image Recognition Systems](#Introduction to Image Recognition Systems) +- [Demo images](#Demo images) - Algorithms Introduction - [Backbone Network and Pre-trained Model Library](./docs/en/ImageNet_models.md) - [Mainbody Detection](./docs/en/application/mainbody_detection_en.md) @@ -83,10 +85,9 @@ Quick experience of image recognition:[Link](./docs/en/tutorials/quick_start_r - [License](#License) - [Contribution](#Contribution) - + ## Introduction to Image Recognition Systems -
@@ -98,8 +99,41 @@ 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. - + +## Demo images [more](./docs/en/more_demo.md) +- Product recognition +
+ +
+
+ +
+- Cartoon character recognition +
+ +
+
+ +
+ +- Logo recognition +
+ +
+
+ +
+ +- Car recognition +
+ +
+
+ +
+ + ## License PaddleClas is released under the Apache 2.0 license Apache 2.0 license diff --git a/docs/en/more_demo.md b/docs/en/more_demo.md new file mode 100644 index 000000000..d338a023d --- /dev/null +++ b/docs/en/more_demo.md @@ -0,0 +1,61 @@ +## Demo images +- Product recognition +
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+ +- Cartoon character recognition +
+ +
+
+ +
+
+ +
+ +- Logo recognition +
+ +
+
+ +
+
+ +
+ +- Car recognition +
+ +
+
+ +
+
+ +
+ +[More demo images](../images/recognition/more_demo_images)