README.md 21.1 KB
Newer Older
G
grasswolfs 已提交
1
English | [简体中文](README_ch.md)
W
wuzewu 已提交
2

C
chunzhang-hub 已提交
3 4
<p align="center">
 <img src="./docs/imgs/paddlehub_logo.jpg" align="middle"
Z
Zeyu Chen 已提交
5 6
</p>

G
grasswolfs 已提交
7

Z
Zeyu Chen 已提交
8 9
------------------------------------------------------------------------------------------

W
wuzewu 已提交
10
<p align="center">
W
wuzewu 已提交
11 12
    <a href="./LICENSE"><img src="https://img.shields.io/badge/license-Apache%202-dfd.svg"></a>
    <a href="https://github.com/PaddlePaddle/PaddleHub/releases"><img src="https://img.shields.io/github/v/release/PaddlePaddle/PaddleHub?color=ffa"></a>
W
wuzewu 已提交
13 14 15 16 17
    <a href=""><img src="https://img.shields.io/badge/python-3.6+-aff.svg"></a>
    <a href=""><img src="https://img.shields.io/badge/os-linux%2C%20win%2C%20mac-pink.svg"></a>
    <a href=""><img src="https://img.shields.io/pypi/format/paddlehub?color=c77"></a>
</p>
<p align="center">
W
wuzewu 已提交
18 19 20 21 22
    <a href="https://github.com/PaddlePaddle/PaddleHub/graphs/contributors"><img src="https://img.shields.io/github/contributors/PaddlePaddle/PaddleHub?color=9ea"></a>
    <a href="https://github.com/PaddlePaddle/PaddleHub/commits"><img src="https://img.shields.io/github/commit-activity/m/PaddlePaddle/PaddleHub?color=3af"></a>
    <a href="https://pypi.org/project/paddlehub/"><img src="https://img.shields.io/pypi/dm/paddlehub?color=9cf"></a>
    <a href="https://github.com/PaddlePaddle/PaddleHub/issues"><img src="https://img.shields.io/github/issues/PaddlePaddle/PaddleHub?color=9cc"></a>
    <a href="https://github.com/PaddlePaddle/PaddleHub/stargazers"><img src="https://img.shields.io/github/stars/PaddlePaddle/PaddleHub?color=ccf"></a>
W
wuzewu 已提交
23
</p>
C
chunzhang-hub 已提交
24

G
grasswolfs 已提交
25 26
## Introduction
- PaddleHub aims to provide developers with rich, high-quality, and directly usable pre-trained models.
Z
Zeyu Chen 已提交
27 28 29
- **No need for deep learning background**, you can use AI models quickly and enjoy the dividends of the artificial intelligence era.
- Covers 4 major categories of Image, Text, Audio, and Video, and supports **one-click prediction**, **easy service deployment** and **transfer learning**
- All models are **OPEN SOURCE**, **FREE** to download and use them in offline scenario.
Z
Zeyu Chen 已提交
30

Z
Zeyu Chen 已提交
31
### Recent updates
C
chunzhang-hub 已提交
32
- **2021.02.18:** The v2.0.0 version is released, making model development and debugging easier, and the finetune task is more flexible and easy to use.The ability to transfer learning for visual tasks is fully upgraded, supporting various tasks such as image classification, image coloring, and style transfer; Transformer models such as BERT, ERNIE, and RoBERTa are upgraded to dynamic graphs, supporting Fine-Tune capabilities for text classification and sequence labeling; Optimize the Serving capability, support multi-card prediction, automatic load balancing, and greatly improve performance; the new automatic data enhancement capability Auto Augment can efficiently search for data enhancement strategy combinations suitable for data sets. 61 new word vector models were added, including 51 Chinese models and 10 English models; add 4 image segmentation models, 2 depth models, 7 image generation models, and 3 text generation models, the total number of pre-trained models reaches **【274】**.
Z
Zeyu Chen 已提交
33
- **2020.12.1:** Release 2.0-beta1 version, migrate ERNIE, RoBERTa, BERT to dynamic graph mode. Add text classification fine-tune task based on large-scale pre-trained models.
C
chunzhang-hub 已提交
34
- **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 cartoonization models, 3 image editing models, 3 speech synthesis models, syntax Analyzing one, the total number of pre-trained models reaches **【182】**.
Z
Zeyu Chen 已提交
35 36 37 38
- **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.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.07.29:** Release v1.8.0, new AI couplets and AI writing poems, jieba word segmentation, LDA topic model, semantic similarity calculation, new target detection, short video classification model, ultra-lightweight Chinese and English OCR, new pedestrian detection, vehicle industrial-grade models such as detection and animal recognition support [VisualDL](https://github.com/PaddlePaddle/VisualDL) visualization training, and the total number of pre-training models reaches **【135】**.
G
grasswolfs 已提交
39 40


G
grasswolfs 已提交
41
## Features
Z
Zeyu Chen 已提交
42
- **Abundant Pre-trained Models**: 180+ pre-trained models covering the 4 major categories including Image, Text, Audio, and Video, all open source and free for download and offline usage.
Z
Zeyu Chen 已提交
43
- **Quick Model Prediction**: Model prediction can be realized through a few lines of scripts to quickly experience the model effect.
Z
Zeyu Chen 已提交
44
- **Model As Service**: A one-line command to build deep learning model API service deployment capabilities.
Z
Zeyu Chen 已提交
45
- **Easy-to-use Transfer Learning**: Just few lines of code you can complete the transfer-learning task like image classification and text classification based on high quality pre-trained models.
Z
Zeyu Chen 已提交
46
- **Cross-platform**: Can run on Linux, Windows, MacOS and other operating systems.
D
Daniel Yang 已提交
47

Z
Zeyu Chen 已提交
48 49
## Visualization Demo

Z
Zeyu Chen 已提交
50
### Text Recognition
G
grasswolfs 已提交
51
- Contain ultra-lightweight Chinese and English OCR models, high-precision Chinese and English, multilingual German, French, Japanese, Korean OCR recognition.
G
grasswolfs 已提交
52
- Many thanks to CopyRight@[PaddleOCR](https://github.com/PaddlePaddle/PaddleOCR) for the pre-trained models, you can try to train your models with PadddleOCR.
G
grasswolfs 已提交
53
<div align="center">
G
grasswolfs 已提交
54
<img src="./docs/imgs/Readme_Related/Image_Ocr.gif"  width = "800" height = "400" />
G
grasswolfs 已提交
55
</div>
G
grasswolfs 已提交
56

G
grasswolfs 已提交
57 58
### Face Detection
- Including face detection, mask face detection, multiple algorithms are optional.
G
grasswolfs 已提交
59
- Many thanks to CopyRight@[PaddleDetection](https://github.com/PaddlePaddle/PaddleDetection) for the pre-trained models, you can try to train your models with PadddleDetection.
G
grasswolfs 已提交
60
<div align="center">
G
grasswolfs 已提交
61
<img src="./docs/imgs/Readme_Related/Image_ObjectDetection_Face_Mask.gif"  width = "588" height = "400" />
G
grasswolfs 已提交
62
</div>
G
grasswolfs 已提交
63

Z
Zeyu Chen 已提交
64
### Image Editing
Z
Zeyu Chen 已提交
65
- 4x super resolution effect, multiple super resolution models are optional.
H
haoyuying 已提交
66
- Colorization models can be used to repair old grayscale photos.
G
grasswolfs 已提交
67
- Many thanks to CopyRight@[PaddleGAN](https://github.com/PaddlePaddle/PaddleGAN) for the pre-trained models, you can try to train your models with PadddleGAN.
G
grasswolfs 已提交
68
<div align="center">
G
grasswolfs 已提交
69 70 71 72 73
<table>
    <thead>
    </thead>
    <tbody>
        <tr>
G
grasswolfs 已提交
74 75
            <th>SuperResolution </th>
            <th>Restoration </th>
G
grasswolfs 已提交
76 77 78 79 80 81 82 83 84 85 86 87 88
        </tr>
        <tr>
            <th>
            <a>
            <img src="./docs/imgs/Readme_Related/ImageEdit_SuperResolution.gif"  width = "266" height = "400" /></a><br>
            </th>
            <th>
            <a>
            <img src="./docs/imgs/Readme_Related/ImageEdit_Restoration.gif"  width = "300" height = "400" /></a><br>
            </th>
        </tr>
    </tbody>
</table>
G
grasswolfs 已提交
89
</div>
G
grasswolfs 已提交
90

C
chunzhang-hub 已提交
91 92 93 94 95 96 97 98
### Image Generation
- Including portrait cartoonization, street scene cartoonization, and style transfer.
- Many thanks to CopyRight@[PaddleGAN](https://github.com/PaddlePaddle/PaddleGAN)、CopyRight@[AnimeGAN](https://github.com/TachibanaYoshino/AnimeGANv2)for the pre-trained models.
<div align="center">
<img src="./docs/imgs/Readme_Related/ImageGAN.gif"  width = "640" height = "600" />
</div>


G
grasswolfs 已提交
99
### Object Detection
Z
Zeyu Chen 已提交
100
- Pedestrian detection, vehicle detection, and more industrial-grade ultra-large-scale pretrained models are provided.
G
grasswolfs 已提交
101
- Many thanks to CopyRight@[PaddleDetection](https://github.com/PaddlePaddle/PaddleDetection) for the pre-trained models, you can try to train your models with PadddleDetection.
G
grasswolfs 已提交
102
<div align="center">
G
grasswolfs 已提交
103
<img src="./docs/imgs/Readme_Related/Image_ObjectDetection_Pedestrian_Vehicle.gif"  width = "642" height = "400" />
G
grasswolfs 已提交
104
</div>
G
grasswolfs 已提交
105

G
grasswolfs 已提交
106
### Key Point Detection
G
grasswolfs 已提交
107
- Support body, face and hands key point detection for single or multiple person.
G
grasswolfs 已提交
108
- Many thanks to CopyRight@[openpose](https://github.com/CMU-Perceptual-Computing-Lab/openpose) for the pre-trained models.
G
grasswolfs 已提交
109
<div align="center">
C
chunzhang-hub 已提交
110
<img src="./docs/imgs/Readme_Related/Image_keypoint.gif"  width = "642" height = "550" />
G
grasswolfs 已提交
111
</div>
G
grasswolfs 已提交
112

G
grasswolfs 已提交
113
### Image Segmentation
C
chunzhang-hub 已提交
114 115
- High quality pixel-level portrait cutout model, ACE2P human body analysis world champion models are provided, Dynamic Sky Replacement and Harmonization.
- Many thanks to CopyRight@[PaddleSeg](https://github.com/PaddlePaddle/PaddleSeg), CopyRight@[Zhengxia Zou](https://github.com/jiupinjia/SkyAR) for the pre-trained models, you can try to retrain your models by paddleseg or sky matting model.
G
grasswolfs 已提交
116
<div align="center">
G
grasswolfs 已提交
117
<img src="./docs/imgs/Readme_Related/ImageSeg_Human.gif"  width = "642" height = "400" />
G
grasswolfs 已提交
118
</div>
G
grasswolfs 已提交
119

C
chunzhang-hub 已提交
120 121 122 123 124
<div align="center">
<img src="./docs/imgs/Readme_Related/9dis.gif"  width = "642" height = "200" />
</div>

<div align="center">
W
wuzewu 已提交
125

C
chunzhang-hub 已提交
126 127 128 129
(The second gif comes from  CopyRight@[jiupinjia/SkyAR](https://github.com/jiupinjia/SkyAR#district-9-ship-video-source))
</div>


G
grasswolfs 已提交
130
### Image Classification
Z
Zeyu Chen 已提交
131
- Various models like animal classification, dish classification, wild animal product classification are available.
G
grasswolfs 已提交
132
- Many thanks to CopyRight@[PaddleClas](https://github.com/PaddlePaddle/PaddleClas) for the pre-trained models, you can try to train your models with PadddleClas.
G
grasswolfs 已提交
133
<div align="center">
G
grasswolfs 已提交
134
<img src="./docs/imgs/Readme_Related/ImageClas_animal_dish_wild.gif"  width = "530" height = "400" />
G
grasswolfs 已提交
135
</div>
G
grasswolfs 已提交
136

Z
Zeyu Chen 已提交
137
### Text Generation
Z
Zeyu Chen 已提交
138
- AI poem writing, AI couplets, AI love words generation models are available.
G
grasswolfs 已提交
139
- Many thanks to CopyRight@[ERNIE](https://github.com/PaddlePaddle/ERNIE) for the pre-trained models, you can try to train your models with ERNIE.
G
grasswolfs 已提交
140
<div align="center">
G
grasswolfs 已提交
141
<img src="./docs/imgs/Readme_Related/Text_Textgen_poetry.gif"  width = "850" height = "400" />
G
grasswolfs 已提交
142
</div>
G
grasswolfs 已提交
143

Z
Zeyu Chen 已提交
144
### Lexical Analysis
G
grasswolfs 已提交
145
- Excelent Chinese text segmentation, part-of-speech, named entity recognition model are provided by [LAC](https://github.com/baidu/LAC)@Baidu NLP.
Z
Zeyu Chen 已提交
146 147 148 149
<div align="center">
<img src="./docs/imgs/Readme_Related/Text_Lexical Analysis.png"  width = "640" height = "233" />
</div>

Z
Zeyu Chen 已提交
150
### Syntactic Analysis
G
grasswolfs 已提交
151
- Leading Chinese syntactic analysis model are provided by [DDParser](https://github.com/baidu/DDParser)@Baidu NLP.
G
grasswolfs 已提交
152
<div align="center">
G
grasswolfs 已提交
153
<img src="./docs/imgs/Readme_Related/Text_SyntacticAnalysis.png"  width = "640" height = "301" />
G
grasswolfs 已提交
154
</div>
G
grasswolfs 已提交
155

Z
Zeyu Chen 已提交
156
### Sentiment Analysis
Z
Zeyu Chen 已提交
157
- All SOTA Chinese sentiment analysis model released by Baidu NLP can be used just one-line of code.
G
grasswolfs 已提交
158
<div align="center">
G
grasswolfs 已提交
159
<img src="./docs/imgs/Readme_Related/Text_SentimentAnalysis.png"  width = "640" height = "228" />
G
grasswolfs 已提交
160
</div>
G
grasswolfs 已提交
161

G
grasswolfs 已提交
162
### Text Review
Z
Zeyu Chen 已提交
163
- Text review model of Chinese pornographic text are available.
G
grasswolfs 已提交
164
<div align="center">
G
grasswolfs 已提交
165
<img src="./docs/imgs/Readme_Related/Text_Textreview.png"  width = "640" height = "140" />
G
grasswolfs 已提交
166
</div>
G
grasswolfs 已提交
167

G
grasswolfs 已提交
168
### Speech Synthesis
G
grasswolfs 已提交
169 170
- TTS speech synthesis algorithm, multiple algorithms are available.
- Many thanks to CopyRight@[Parakeet](https://github.com/PaddlePaddle/Parakeet) for the pre-trained models, you can try to train your models with Parakeet.
G
grasswolfs 已提交
171 172
- Input: `Life was like a box of chocolates, you never know what you're gonna get.`
- The synthesis effect is as follows:
G
grasswolfs 已提交
173 174 175 176 177 178 179 180
<div align="center">
<table>
    <thead>
    </thead>
    <tbody>
        <tr>
            <th>deepvoice3 </th>
            <th>fastspeech </th>
G
grasswolfs 已提交
181
            <th>transformer</th>
G
grasswolfs 已提交
182 183 184
        </tr>
        <tr>
            <th>
G
grasswolfs 已提交
185
            <a href="https://paddlehub.bj.bcebos.com/resources/deepvoice3_ljspeech-0.wav">
G
grasswolfs 已提交
186 187 188
            <img src="./docs/imgs/Readme_Related/audio_icon.png" width=250 /></a><br>
            </th>
            <th>
G
grasswolfs 已提交
189
            <a href="https://paddlehub.bj.bcebos.com/resources/fastspeech_ljspeech-0.wav">
G
grasswolfs 已提交
190 191 192
            <img src="./docs/imgs/Readme_Related/audio_icon.png" width=250 /></a><br>
            </th>
            <th>
G
grasswolfs 已提交
193
            <a href="https://paddlehub.bj.bcebos.com/resources/transformer_tts_ljspeech-0.wav">
G
grasswolfs 已提交
194 195 196 197 198 199
            <img src="./docs/imgs/Readme_Related/audio_icon.png" width=250 /></a><br>
            </th>
        </tr>
    </tbody>
</table>
</div>
G
grasswolfs 已提交
200

G
grasswolfs 已提交
201
### Video Classification
G
grasswolfs 已提交
202
- Short video classification trained via large-scale video datasets, supports 3000+ tag types prediction for short Form Videos.
G
grasswolfs 已提交
203
- Many thanks to CopyRight@[PaddleVideo](https://github.com/PaddlePaddle/PaddleVideo) for the pre-trained model, you can try to train your models with PaddleVideo.
G
grasswolfs 已提交
204
- `Example: Input a short video of swimming, the algorithm can output the result of "swimming"`
G
grasswolfs 已提交
205
<div align="center">
G
grasswolfs 已提交
206
<img src="./docs/imgs/Readme_Related/Text_Video.gif"  width = "400" height = "400" />
G
grasswolfs 已提交
207
</div>
G
grasswolfs 已提交
208

Z
Zeyu Chen 已提交
209 210
## ===**Key Points**===
- All the above pre-trained models are all open source and free, and the number of models is continuously updated. Welcome **⭐Star⭐** to pay attention.
G
grasswolfs 已提交
211
<div align="center">
G
grasswolfs 已提交
212
<a href="https://github.com/PaddlePaddle/PaddleHub/stargazers">
Z
Zeyu Chen 已提交
213
    <img src="./docs/imgs/Readme_Related/star_en.png"  width = "411" height = "100" /></a>  
G
grasswolfs 已提交
214 215
</div>

G
grasswolfs 已提交
216
<a name="Welcome_joinus"></a>
Z
Zeyu Chen 已提交
217

G
grasswolfs 已提交
218
## Welcome to join PaddleHub technical group
Z
Zeyu Chen 已提交
219 220

If you have any questions during the use of the model, you can join the official WeChat group to get more efficient questions and answers, and fully communicate with developers from all walks of life. We look forward to your joining.
G
grasswolfs 已提交
221 222 223
<div align="center">
<img src="./docs/imgs/joinus.PNG"  width = "200" height = "200" />
</div>  
C
chunzhang-hub 已提交
224
If you fail to scan the code, please add WeChat 15704308458 and note "Hub", the operating class will invite you to join the group.
G
grasswolfs 已提交
225 226 227 228 229 230

## Documentation Tutorial
- [PIP Installation](./docs/docs_en/installation_en.md)
- Quick Start
    - [Command Line](./docs/docs_en/quick_experience/cmd_quick_run_en.md)
    - [Python API](./docs/docs_en/quick_experience/python_use_hub_en.md)
Z
Zeyu Chen 已提交
231
    - [More Demos](./docs/docs_en/quick_experience/more_demos_en.md)
C
chunzhang-hub 已提交
232
- Rich Pre-trained Models 274
G
grasswolfs 已提交
233
    - [Boutique Featured Models](./docs/docs_en/figures_en.md)
C
chunzhang-hub 已提交
234
    - Computer Vision 141
G
grasswolfs 已提交
235 236 237
      - [Image Classification 64 ](./modules/image/classification/README_en.md)
      - [Object Detection 13 ](./modules/image/object_detection/README_en.md)
      - [Face Detection 7 ](./modules/image/face_detection/README_en.md)  
C
chunzhang-hub 已提交
238 239
      - [Key Point Detection 5 ](./modules/image/keypoint_detection/README_en.md)
      - [Image Segmentation 13 ](./modules/image/semantic_segmentation/README_en.md)
G
grasswolfs 已提交
240
      - [Text Recognition 8 ](./modules/image/text_recognition/README_en.md)
C
chunzhang-hub 已提交
241 242 243
      - [Image Generation 22 ](./modules/image/Image_gan/README_en.md)
      - [Image Editing 9 ](./modules/image/Image_editing/README_en.md)
    - Natural Language Processing 122
G
grasswolfs 已提交
244
      - [Lexical Analysis 2 ](./modules/text/lexical_analysis/README_en.md)
Z
Zeyu Chen 已提交
245
      - [Syntactic Analysis 1 ](./modules/text/syntactic_analysis/README_en.md)
Z
Zeyu Chen 已提交
246
      - [Sentiment Analysis 7 ](./modules/text/sentiment_analysis/README_en.md)
G
grasswolfs 已提交
247
      - [Text Review 3 ](./modules/text/text_review/README_en.md)
C
chunzhang-hub 已提交
248 249 250
      - [Text Generation 12 ](./modules/text/text_generation/README_en.md)
      - [Semantic Models 36 ](./modules/text/language_model/README_en.md)
      - [Word Vector 61](https://www.paddlepaddle.org.cn/hublist)
G
grasswolfs 已提交
251 252
    - Audio 3
      - [Speech Synthesis 3 ](./modules/audio/README_en.md)
C
chunzhang-hub 已提交
253
    - Video 8
G
grasswolfs 已提交
254
      - [Video Classification 5 ](./modules/video/README_en.md)
C
chunzhang-hub 已提交
255
      - [Video Repair 3 ](https://www.paddlepaddle.org.cn/hublist)
G
grasswolfs 已提交
256 257 258
- Deploy
    - [Local Inference Deployment](./docs/docs_en/quick_experience/python_use_hub_en.md)
    - [One Line of Code Service deployment](./docs/docs_en/tutorial/serving_en.md)
Z
Zeyu Chen 已提交
259
    - [Mobile Device Deployment](https://paddle-lite.readthedocs.io/zh/latest/quick_start/tutorial.html)
G
grasswolfs 已提交
260
- Advanced documentation
Z
Zeyu Chen 已提交
261 262
    - [Command Line Interface Usage](./docs/docs_en/tutorial/cmdintro_en.md)
    - [How to Load Customized Dataset](./docs/docs_en/tutorial/how_to_load_data_en.md)
G
grasswolfs 已提交
263
- Community
Z
Zeyu Chen 已提交
264 265 266
    - [Join Technical Group](#Welcome_joinus)
    - [Contribute Pre-trained Models](./docs/docs_en/contribution/contri_pretrained_model_en.md)
    - [Contribute Code](./docs/docs_en/contribution/contri_pr_en.md)
G
grasswolfs 已提交
267 268 269 270 271 272 273 274 275
- [License](#License)
- [Contribution](#Contribution)

<a name="License"></a>
## License
The release of this project is certified by the <a href="./LICENSE">Apache 2.0 license</a>.

<a name="Contribution"></a>
## Contribution
W
wuzewu 已提交
276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309

<p align="center">
    <a href="https://github.com/nepeplwu"><img src="https://avatars.githubusercontent.com/u/45024560?v=4" width=75 height=75></a>
    <a href="https://github.com/Steffy-zxf"><img src="https://avatars.githubusercontent.com/u/48793257?v=4" width=75 height=75></a>
    <a href="https://github.com/ZeyuChen"><img src="https://avatars.githubusercontent.com/u/1371212?v=4" width=75 height=75></a>
    <a href="https://github.com/ShenYuhan"><img src="https://avatars.githubusercontent.com/u/28444161?v=4" width=75 height=75></a>
    <a href="https://github.com/kinghuin"><img src="https://avatars.githubusercontent.com/u/11913168?v=4" width=75 height=75></a>
    <a href="https://github.com/haoyuying"><img src="https://avatars.githubusercontent.com/u/35907364?v=4" width=75 height=75></a>
    <a href="https://github.com/grasswolfs"><img src="https://avatars.githubusercontent.com/u/23690325?v=4" width=75 height=75></a>
    <a href="https://github.com/sjtubinlong"><img src="https://avatars.githubusercontent.com/u/2063170?v=4" width=75 height=75></a>
    <a href="https://github.com/KPatr1ck"><img src="https://avatars.githubusercontent.com/u/22954146?v=4" width=75 height=75></a>
    <a href="https://github.com/jm12138"><img src="https://avatars.githubusercontent.com/u/15712990?v=4" width=75 height=75></a>
    <a href="https://github.com/DesmonDay"><img src="https://avatars.githubusercontent.com/u/20554008?v=4" width=75 height=75></a>
    <a href="https://github.com/adaxiadaxi"><img src="https://avatars.githubusercontent.com/u/58928121?v=4" width=75 height=75></a>
    <a href="https://github.com/chunzhang-hub"><img src="https://avatars.githubusercontent.com/u/63036966?v=4" width=75 height=75></a>
    <a href="https://github.com/linshuliang"><img src="https://avatars.githubusercontent.com/u/15993091?v=4" width=75 height=75></a>
    <a href="https://github.com/eepgxxy"><img src="https://avatars.githubusercontent.com/u/15946195?v=4" width=75 height=75></a>
    <a href="https://github.com/houj04"><img src="https://avatars.githubusercontent.com/u/35131887?v=4" width=75 height=75></a>
    <a href="https://github.com/paopjian"><img src="https://avatars.githubusercontent.com/u/20377352?v=4" width=75 height=75></a>
    <a href="https://github.com/zbp-xxxp"><img src="https://avatars.githubusercontent.com/u/58476312?v=4" width=75 height=75></a>
    <a href="https://github.com/dxxxp"><img src="https://avatars.githubusercontent.com/u/15886898?v=4" width=75 height=75></a>
    <a href="https://github.com/1084667371"><img src="https://avatars.githubusercontent.com/u/50902619?v=4" width=75 height=75></a>
    <a href="https://github.com/Channingss"><img src="https://avatars.githubusercontent.com/u/12471701?v=4" width=75 height=75></a>
    <a href="https://github.com/Austendeng"><img src="https://avatars.githubusercontent.com/u/16330293?v=4" width=75 height=75></a>
    <a href="https://github.com/BurrowsWang"><img src="https://avatars.githubusercontent.com/u/478717?v=4" width=75 height=75></a>
    <a href="https://github.com/cqvu"><img src="https://avatars.githubusercontent.com/u/37096589?v=4" width=75 height=75></a>
    <a href="https://github.com/Haijunlv"><img src="https://avatars.githubusercontent.com/u/28926237?v=4" width=75 height=75></a>
    <a href="https://github.com/holyseven"><img src="https://avatars.githubusercontent.com/u/13829174?v=4" width=75 height=75></a>
    <a href="https://github.com/MRXLT"><img src="https://avatars.githubusercontent.com/u/16594411?v=4" width=75 height=75></a>
    <a href="https://github.com/cclauss"><img src="https://avatars.githubusercontent.com/u/3709715?v=4" width=75 height=75></a>
    <a href="https://github.com/hu-qi"><img src="https://avatars.githubusercontent.com/u/17986122?v=4" width=75 height=75></a>
    <a href="https://github.com/jayhenry"><img src="https://avatars.githubusercontent.com/u/4285375?v=4" width=75 height=75></a>
</p>

G
grasswolfs 已提交
310 311
We welcome you to contribute code to PaddleHub, and thank you for your feedback.

C
chunzhang-hub 已提交
312
* Many thanks to [肖培楷](https://github.com/jm12138), Contributed to street scene cartoonization, portrait cartoonization, gesture key point recognition, sky replacement, depth estimation, portrait segmentation and other modules
G
grasswolfs 已提交
313 314 315 316 317 318 319
* Many thanks to [Austendeng](https://github.com/Austendeng) for fixing the SequenceLabelReader
* Many thanks to [cclauss](https://github.com/cclauss) optimizing travis-ci check
* Many thanks to [奇想天外](http://www.cheerthink.com/),Contributed a demo of mask detection
* Many thanks to [mhlwsk](https://github.com/mhlwsk),Contributed the repair sequence annotation prediction demo
* Many thanks to [zbp-xxxp](https://github.com/zbp-xxxp),Contributed modules for viewing pictures and writing poems
* Many thanks to [zbp-xxxp](https://github.com/zbp-xxxp) and [七年期限](https://github.com/1084667371),Jointly contributed to the Mid-Autumn Festival Special Edition Module
* Many thanks to [livingbody](https://github.com/livingbody),Contributed models for style transfer based on PaddleHub's capabilities and Mid-Autumn Festival WeChat Mini Program
C
chunzhang-hub 已提交
320
* Many thanks to [BurrowsWang](https://github.com/BurrowsWang) for fixing Markdown table display problem
C
chunzhang-hub 已提交
321
* Many thanks to [huqi](https://github.com/hu-qi) for fixing readme typo