未验证 提交 5ee3abfe 编写于 作者: Z Zeyu Chen 提交者: GitHub

Revise README_en

revise readme_en
...@@ -19,7 +19,7 @@ English | [简体中文](README_ch.md) ...@@ -19,7 +19,7 @@ English | [简体中文](README_ch.md)
- All models are open source download, **offline can run**. - All models are open source download, **offline can run**.
**Recent updates** **Recent updates**
- 2020.11.20: Release 2.0-beta version, fully migrate the dynamic graph programming mode, and upgrade the service deployment Serving capability; add 1 hand key detection model, 12 image animation models, 3 image editing models, 3 speech synthesis models, syntax Analyzing one, the total number of pre-trained models reaches **【182】**. - 2020.11.20: Release 2.0-beta version, fully migrate the dynamic graph programming mode, and upgrade the service deployment Serving capability; add 1 hand key point detection model, 12 image animation models, 3 image editing models, 3 speech synthesis models, syntax Analyzing one, the total number of pre-trained models reaches **【182】**.
- 2020.10.09: Added 4 new OCR multi-language series models, 4 image editing models, and the total number of pre-trained models reached **【162】**. - 2020.10.09: Added 4 new OCR multi-language series models, 4 image editing models, and the total number of pre-trained models reached **【162】**.
- 2020.09.27: 6 new text generation models and 1 image segmentation model were added, and the total number of pre-trained models reached **【154】**. - 2020.09.27: 6 new text generation models and 1 image segmentation model were added, and the total number of pre-trained models reached **【154】**.
- 2020.08.13: Released v1.8.1, added a segmentation model, and supports EMNLP2019-Sentence-BERT as a text matching task network. The total number of pre-training models reaches **【147】**. - 2020.08.13: Released v1.8.1, added a segmentation model, and supports EMNLP2019-Sentence-BERT as a text matching task network. The total number of pre-training models reaches **【147】**.
...@@ -30,9 +30,9 @@ English | [简体中文](README_ch.md) ...@@ -30,9 +30,9 @@ English | [简体中文](README_ch.md)
- **【Abundant Pre-trained Models】**: 180+ pre-trained models covering the four major categories of CV, NLP, Audio, and Video, all open source downloads, and can be run offline. - **【Abundant Pre-trained Models】**: 180+ pre-trained models covering the four major categories of CV, NLP, Audio, and Video, all open source downloads, and can be run offline.
- **【Quick Model Prediction】**: Model calls can be realized through a one-line command line or a minimalist Python API to quickly experience the model effect. - **【Quick Model Prediction】**: Model calls can be realized through a one-line command line or a minimalist Python API to quickly experience the model effect.
- **【Model As Service】**: A one-line command to build deep learning model API service deployment capabilities. - **【Model As Service】**: A one-line command to build deep learning model API service deployment capabilities.
- **【Ten Lines of Code for Transfer Learning】**: Ten lines of code complete the transfer-learning task of image classification and text classification - **【Ten Lines of Code for Transfer Learning】**: Ten lines of code complete the transfer-learning task of image classification and text classification.
- **【PIP installation 】**: Support PIP quick installation and use - **【PIP installation 】**: Support PIP quick installation and use.
- **【Cross-platform Compatibility】**: Can run on Linux, Windows, MacOS and other operating systems - **【Cross-platform Compatibility】**: Can run on Linux, Windows, MacOS and other operating systems.
## Visualization ## Visualization
### Text recognition ### Text recognition
...@@ -47,9 +47,10 @@ English | [简体中文](README_ch.md) ...@@ -47,9 +47,10 @@ English | [简体中文](README_ch.md)
<img src="./docs/imgs/Readme_Related/Image_ObjectDetection_Face_Mask.gif" width = "588" height = "400" /> <img src="./docs/imgs/Readme_Related/Image_ObjectDetection_Face_Mask.gif" width = "588" height = "400" />
</div> </div>
### Image Editing ### Image editing
- 4 times the super-resolution effect, multiple super-resolution algorithms are optional. - 4 times super resolution effect, multiple super resolution models are optional.
- Coloring black-and-white pictures can be used to repair old photos. - Colorization models can be used to repair old grayscale photos.
<div align="center"> <div align="center">
<table> <table>
<thead> <thead>
...@@ -74,13 +75,13 @@ English | [简体中文](README_ch.md) ...@@ -74,13 +75,13 @@ English | [简体中文](README_ch.md)
</div> </div>
### Object Detection ### Object Detection
- Including pedestrian detection, vehicle detection, and more industrial-grade ultra-large-scale pre-training models are optional. - Including pedestrian detection, vehicle detection, and more industrial-grade ultra-large-scale pretrained models are optional.
<div align="center"> <div align="center">
<img src="./docs/imgs/Readme_Related/Image_ObjectDetection_Pedestrian_Vehicle.gif" width = "642" height = "400" /> <img src="./docs/imgs/Readme_Related/Image_ObjectDetection_Pedestrian_Vehicle.gif" width = "642" height = "400" />
</div> </div>
### Key Point Detection ### Key Point Detection
- Including single person, multi-person body key point detection, face key point detection, hand key point detection. - Supports body, face and hands key point detection in single or multiple person.
<div align="center"> <div align="center">
<img src="./docs/imgs/Readme_Related/Image_keypoint.gif" width = "458" height = "400" /> <img src="./docs/imgs/Readme_Related/Image_keypoint.gif" width = "458" height = "400" />
</div> </div>
...@@ -92,13 +93,13 @@ English | [简体中文](README_ch.md) ...@@ -92,13 +93,13 @@ English | [简体中文](README_ch.md)
</div> </div>
### Image Animation ### Image Animation
- Many cartoonists including Hayao Miyazaki and Makoto Shinkai are migrating their styles, and a variety of algorithms are available - Contains image style transfer models with Hayao Miyazaki and Makoto Shinkai styles, etc.
<div align="center"> <div align="center">
<img src="./docs/imgs/Readme_Related/ImageGan_Anime.gif" width = "642" height = "400" /> <img src="./docs/imgs/Readme_Related/ImageGan_Anime.gif" width = "642" height = "400" />
</div> </div>
### Image Classification ### Image Classification
- Including animal classification, dish classification, wild animal product classification, multiple algorithms are available - Including animal classification, dish classification, wild animal product classification, multiple algorithms are available.
<div align="center"> <div align="center">
<img src="./docs/imgs/Readme_Related/ImageClas_animal_dish_wild.gif" width = "530" height = "400" /> <img src="./docs/imgs/Readme_Related/ImageClas_animal_dish_wild.gif" width = "530" height = "400" />
</div> </div>
...@@ -115,6 +116,7 @@ English | [简体中文](README_ch.md) ...@@ -115,6 +116,7 @@ English | [简体中文](README_ch.md)
<img src="./docs/imgs/Readme_Related/Text_SyntacticAnalysis.png" width = "640" height = "301" /> <img src="./docs/imgs/Readme_Related/Text_SyntacticAnalysis.png" width = "640" height = "301" />
</div> </div>
### Sentiment Analysis ### Sentiment Analysis
- Support Chinese comment sentiment analysis. - Support Chinese comment sentiment analysis.
<div align="center"> <div align="center">
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册