未验证 提交 945f0a5e 编写于 作者: C chunzhang-hub 提交者: GitHub

update_readme

上级 c915936f
......@@ -19,8 +19,9 @@ English | [简体中文](README_ch.md)
- All models are **OPEN SOURCE**, **FREE** to download and use them in offline scenario.
### Recent updates
- **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 **【278】**.
- **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.
- **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.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】**.
- **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】**.
......@@ -77,6 +78,14 @@ English | [简体中文](README_ch.md)
</table>
</div>
### 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>
### Object Detection
- Pedestrian detection, vehicle detection, and more industrial-grade ultra-large-scale pretrained models are provided.
- Many thanks to CopyRight@[PaddleDetection](https://github.com/PaddlePaddle/PaddleDetection) for the pre-trained models, you can try to train your models with PadddleDetection.
......@@ -88,16 +97,26 @@ English | [简体中文](README_ch.md)
- Support body, face and hands key point detection for single or multiple person.
- Many thanks to CopyRight@[openpose](https://github.com/CMU-Perceptual-Computing-Lab/openpose) for the pre-trained models.
<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 = "642" height = "550" />
</div>
### Image Segmentation
- High quality pixel-level portrait cutout model, ACE2P human body analysis world champion models are provided.
- Many thanks to CopyRight@[PaddleSeg](https://github.com/PaddlePaddle/PaddleSeg) for the pre-trained models, you can try to train your models with PaddleSeg.
- 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.
<div align="center">
<img src="./docs/imgs/Readme_Related/ImageSeg_Human.gif" width = "642" height = "400" />
</div>
<div align="center">
<img src="./docs/imgs/Readme_Related/9dis.gif" width = "642" height = "200" />
</div>
<div align="center">
(The second gif comes from CopyRight@[jiupinjia/SkyAR](https://github.com/jiupinjia/SkyAR#district-9-ship-video-source))
</div>
### Image Classification
- Various models like animal classification, dish classification, wild animal product classification are available.
- Many thanks to CopyRight@[PaddleClas](https://github.com/PaddlePaddle/PaddleClas) for the pre-trained models, you can try to train your models with PadddleClas.
......@@ -192,7 +211,7 @@ If you have any questions during the use of the model, you can join the official
<div align="center">
<img src="./docs/imgs/joinus.PNG" width = "200" height = "200" />
</div>
If you fail to scan the code, please add WeChat 15711058002 and note "Hub", the operating class will invite you to join the group.
If you fail to scan the code, please add WeChat 15704308458 and note "Hub", the operating class will invite you to join the group.
## Documentation Tutorial
- [PIP Installation](./docs/docs_en/installation_en.md)
......@@ -244,6 +263,7 @@ The release of this project is certified by the <a href="./LICENSE">Apache 2.0 l
## Contribution
We welcome you to contribute code to PaddleHub, and thank you for your feedback.
* 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
* 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
......
......@@ -20,6 +20,7 @@
## 近期更新
- **2021.02.18**,发布v2.0.0版本,模型开发调试更简单,finetune接口更加灵活易用。视觉类任务迁移学习能力全面升级,支持[图像分类](./demo/image_classification/README.md)[图像着色](./demo/colorization/README.md)[风格迁移](./demo/style_transfer/README.md)等多种任务;BERT、ERNIE、RoBERTa等Transformer类模型升级至动态图,支持[文本分类](./demo/text_classification/README.md)[序列标注](./demo/sequence_labeling/README.md)的Fine-Tune能力;优化服务化部署Serving能力,支持多卡预测、自动负载均衡,性能大幅度提升;新增自动数据增强能力[Auto Augment](./demo/autoaug/README.md),能高效地搜索适合数据集的数据增强策略组合。新增[词向量模型](./modules/text/embedding)61个,其中包含中文模型51个,英文模型10个;新增[图像分割](./modules/thirdparty/image/semantic_segmentation)模型4个、[深度模型](./modules/thirdparty/image/depth_estimation)2个、[图像生成](./modules/thirdparty/image/Image_gan/style_transfer)模型7个、[文本生成](./modules/thirdparty/text/text_generation)模型3个。预训练模型总量达到[**【278】**](https://www.paddlepaddle.org.cn/hublist) 个。
- **2020.11.20**,发布2.0-beta版本,全面迁移动态图编程模式,服务化部署Serving能力升级;新增手部关键点检测1个、图像动漫化类12个、图片编辑类3个,语音合成类3个,句法分析1个,预训练模型总量到达 **【182】** 个。
- **2020.10.09**,新增OCR多语言系列模型4个,图像编辑模型4个,预训练模型总量到达 **【162】** 个。
- **2020.09.27**,新增文本生成模型6个,图像分割模型1个,预训练模型总量到达 **【154】** 个。
......@@ -80,6 +81,13 @@
</div>
### 图像生成
- 包含人像动漫化、街景动漫化、风格迁移。
- 感谢CopyRight@[PaddleGAN](https://github.com/PaddlePaddle/PaddleGAN)、CopyRight@[AnimeGAN](https://github.com/TachibanaYoshino/AnimeGANv2)提供预训练模型。
<div align="center">
<img src="./docs/imgs/Readme_Related/ImageGAN.gif" width = "640" height = "600" />
</div>
### 目标检测
- 包含行人检测、车辆检测,更有工业级超大规模预训练模型可选。--
- 感谢CopyRight@[PaddleDetection](https://github.com/PaddlePaddle/PaddleDetection)提供预训练模型,训练能力开放,欢迎体验。
......@@ -91,16 +99,25 @@
- 包含单人、多人身体关键点检测、面部关键点检测、手部关键点检测。
- 感谢CopyRight@[openpose](https://github.com/CMU-Perceptual-Computing-Lab/openpose)开源预训练模型。
<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 = "642" height = "550" />
</div>
### 图像分割
- 包含效果卓越的人像抠图模型、ACE2P人体解析世界冠军模型
- 感谢CopyRight@[PaddleSeg](https://github.com/PaddlePaddle/PaddleSeg)提供预训练模型,训练能力开放,欢迎体验。
- 包含效果卓越的人像抠图模型、ACE2P人体解析世界冠军模型、动态天空置换算法
- 感谢CopyRight@[PaddleSeg](https://github.com/PaddlePaddle/PaddleSeg)、感谢CopyRight@[Zhengxia Zou](https://github.com/jiupinjia/SkyAR)提供预训练模型,训练能力开放,欢迎体验。
<div align="center">
<img src="./docs/imgs/Readme_Related/ImageSeg_Human.gif" width = "642" height = "400" />
</div>
<div align="center">
<img src="./docs/imgs/Readme_Related/9dis.gif" width = "642" height = "200" />
</div>
<div align="center">
(第二张动图来自于CopyRight@[jiupinjia/SkyAR](https://github.com/jiupinjia/SkyAR#district-9-ship-video-source))
</div>
### 图像分类
- 包含动物分类、菜品分类、野生动物制品分类,多种算法可选
- 感谢CopyRight@[PaddleClas](https://github.com/PaddlePaddle/PaddleClas)提供预训练模型,训练能力开放,欢迎体验。
......@@ -108,13 +125,6 @@
<img src="./docs/imgs/Readme_Related/ImageClas_animal_dish_wild.gif" width = "530" height = "400" />
</div>
### 词法分析
- 效果优秀的中文分词、词性标注与命名实体识别的模型。
- 感谢CopyRight@[LAC](https://github.com/baidu/LAC)提供预训练模型,训练能力开放,欢迎体验。
<div align="center">
<img src="./docs/imgs/Readme_Related/Text_Lexical Analysis.png" width = "640" height = "233" />
</div>
### 文本生成
- 包含AI写诗、AI对联、AI情话、AI藏头诗,多种算法可选。
- 感谢CopyRight@[ERNIE](https://github.com/PaddlePaddle/ERNIE)提供预训练模型,训练能力开放,欢迎体验。
......@@ -122,6 +132,13 @@
<img src="./docs/imgs/Readme_Related/Text_Textgen_poetry.gif" width = "850" height = "400" />
</div>
### 词法分析
- 效果优秀的中文分词、词性标注与命名实体识别的模型。
- 感谢CopyRight@[LAC](https://github.com/baidu/LAC)提供预训练模型,训练能力开放,欢迎体验。
<div align="center">
<img src="./docs/imgs/Readme_Related/Text_Lexical Analysis.png" width = "640" height = "233" />
</div>
### 句法分析
- 效果领先的中文句法分析模型。
- 感谢CopyRight@[DDParser](https://github.com/baidu/DDParser)提供预训练模型,训练能力开放,欢迎体验。
......@@ -252,12 +269,10 @@
## 致谢开发者
我们非常欢迎您为PaddleHub贡献代码,也十分感谢您的反馈。
* 非常感谢[肖培楷](https://github.com/jm12138)贡献了街景动漫化,人像动漫化和手势关键点识别三个module
* 非常感谢[肖培楷](https://github.com/jm12138)贡献了街景动漫化,人像动漫化、手势关键点识别、天空置换、深度估计、人像分割等module
* 非常感谢[Austendeng](https://github.com/Austendeng)贡献了修复SequenceLabelReader的pr
* 非常感谢[cclauss](https://github.com/cclauss)贡献了优化travis-ci检查的pr
* 非常感谢[奇想天外](http://www.cheerthink.com/)贡献了口罩检测的demo
* 非常感谢[mhlwsk](https://github.com/mhlwsk)贡献了修复序列标注预测demo的pr
* 非常感谢[zbp-xxxp](https://github.com/zbp-xxxp)贡献了看图作诗的module
* 非常感谢[zbp-xxxp](https://github.com/zbp-xxxp)[七年期限](https://github.com/1084667371)联合贡献了看图写诗中秋特别版module
* 非常感谢[zbp-xxxp](https://github.com/zbp-xxxp)[七年期限](https://github.com/1084667371)联合贡献了看图写诗中秋特别版module、谣言预测、请教条生成等module
* 非常感谢[livingbody](https://github.com/livingbody)贡献了基于PaddleHub能力的风格迁移和中秋看图写诗微信小程序
docs/imgs/joinus.PNG

411.5 KB | W: | H:

docs/imgs/joinus.PNG

100.7 KB | W: | H:

docs/imgs/joinus.PNG
docs/imgs/joinus.PNG
docs/imgs/joinus.PNG
docs/imgs/joinus.PNG
  • 2-up
  • Swipe
  • Onion skin
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册