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

Update contributor information and model information.

上级 d4bd5606
......@@ -25,10 +25,11 @@ English | [简体中文](README_ch.md)
## Introduction
- PaddleHub aims to provide developers with rich, high-quality, and directly usable pre-trained models.
- **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**
- Covers 5 major categories of Image, Text, Audio, Video, and Industrial application, 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.
### Recent updates
- **2021.04.27:** The v2.1.0 version is released. **[Improvements]** Add supports for five new models, including two high-precision semantic segmentation models based on VOC dataset and three voice classification models. Enforce the transfer learning capabilities for image semantic segmentation, text semantic matching and voice classification on related datasets. **[Upgrades of deployment capabilities]** Add the export function APIs for two kinds of model formats, i.,e, ONNX and PaddleInference. **Important Open-Source Ecological Cooperation:** add the support for [BentoML](https://github.com/bentoml/BentoML/), which is a cloud native framework for serving deployment. Users can easily serve pre-trained models from PaddleHub by following the [Tutorial notebooks](https://github.com/PaddlePaddle/PaddleHub/blob/release/v2.1/demo/serving/bentoml/cloud-native-model-serving-with-bentoml.ipynb). Also, see this announcement and [Release note](https://github.com/bentoml/BentoML/releases/tag/v0.12.1) from BentoML. (Many thanks to @[parano](https://github.com/parano) @[cqvu](https://github.com/cqvu) @[deehrlic](https://github.com/deehrlic) for contributing this feature in PaddleHub). **[Bug fixes]** [#7da1230](https://github.com/PaddlePaddle/PaddleHub/commit/7da12302dd77e3d739da72821d41715ad8a7c79c) Fixed the problem that the model cannot resume training if metrics is not recorded. [#b0b3144](https://github.com/PaddlePaddle/PaddleHub/commit/b0b3144eff34e47cac8fc450c8b7cb6c557f9b84) Fixed the problem that the thread did not exit normally when the evaluation process was abnormal. [#30aace4](https://github.com/PaddlePaddle/PaddleHub/commit/30aace46414bbeef02beb75b7128f48fada82150) Improve the model installation process. The total number of pre-trained models reaches **【300】**.
- **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】**.
- **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 cartoonization models, 3 image editing models, 3 speech synthesis models, syntax Analyzing one, the total number of pre-trained models reaches **【182】**.
......@@ -39,7 +40,7 @@ English | [简体中文](README_ch.md)
## Features
- **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.
- **Abundant Pre-trained Models**: 300+ pre-trained models covering the 5 major categories including Image, Text, Audio, Video, and Industrial application. All of them are free for download and offline usage.
- **Quick Model Prediction**: Model prediction can be realized through a few lines of scripts to quickly experience the model effect.
- **Model As Service**: A one-line command to build deep learning model API service deployment capabilities.
- **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.
......@@ -228,30 +229,34 @@ If you fail to scan the code, please add WeChat 15704308458 and note "Hub", the
- Quick Start
- [Python API](./docs/docs_en/get_start/python_use_hub.rst)
- [More Demos](./docs/docs_en/community/more_demos.md)
- Rich Pre-trained Models 274
- Rich Pre-trained Models 300
- [Boutique Featured Models](./docs/docs_en/figures.md)
- Computer Vision 141
- [Image Classification 64 ](./modules/image/classification/README_en.md)
- Computer Vision 161
- [Image Classification 77 ](./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)
- [Key Point Detection 5 ](./modules/image/keypoint_detection/README_en.md)
- [Image Segmentation 13 ](./modules/image/semantic_segmentation/README_en.md)
- [Text Recognition 8 ](./modules/image/text_recognition/README_en.md)
- [Image Generation 22 ](./modules/image/Image_gan/README_en.md)
- [Image Segmentation 15 ](./modules/image/semantic_segmentation/README_en.md)
- [Text Recognition 9 ](./modules/image/text_recognition/README_en.md)
- [Image Generation 23 ](./modules/image/Image_gan/README_en.md)
- [Image Editing 9 ](./modules/image/Image_editing/README_en.md)
- Natural Language Processing 122
- [Depth Estimation 2 ](./modules/thirdparty/image/depth_estimation)
- [Instance Segmentation 1 ](./modules/image/instance_segmentation/solov2/README.md)
- Natural Language Processing 126
- [Lexical Analysis 2 ](./modules/text/lexical_analysis/README_en.md)
- [Syntactic Analysis 1 ](./modules/text/syntactic_analysis/README_en.md)
- [Sentiment Analysis 7 ](./modules/text/sentiment_analysis/README_en.md)
- [Text Review 3 ](./modules/text/text_review/README_en.md)
- [Text Generation 12 ](./modules/text/text_generation/README_en.md)
- [Semantic Models 36 ](./modules/text/language_model/README_en.md)
- [Semantic Models 40 ](./modules/text/language_model/README_en.md)
- [Word Vector 61](https://www.paddlepaddle.org.cn/hublist)
- Audio 3
- [Speech Synthesis 3 ](./modules/audio/README_en.md)
- Video 8
- [Video Classification 5 ](./modules/video/README_en.md)
- [Video Repair 3 ](https://www.paddlepaddle.org.cn/hublist)
- Industrial Application
- [Meter Readings 2 ](./modules/image/industrial_application/meter_readings/barometer_reader/README.md)
- Deploy
- [One Line of Code Service deployment](./docs/docs_en/tutorial/serving.md)
- [Mobile Device Deployment](https://paddle-lite.readthedocs.io/zh/latest/quick_start/tutorial.html)
......@@ -315,3 +320,4 @@ We welcome you to contribute code to PaddleHub, and thank you for your feedback.
* 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
* Many thanks to [BurrowsWang](https://github.com/BurrowsWang) for fixing Markdown table display problem
* Many thanks to [huqi](https://github.com/hu-qi) for fixing readme typo
* Many thanks to [parano](https://github.com/parano) [cqvu](https://github.com/cqvu) [deehrlic](https://github.com/deehrlic) for contributing this feature in PaddleHub
......@@ -25,11 +25,12 @@
## 简介
- PaddleHub旨在为开发者提供丰富的、高质量的、直接可用的预训练模型。
- **【无需深度学习背景、无需数据与训练过程】**,可快速使用AI模型,享受人工智能时代红利。
- 涵盖CV、NLP、Audio、Video主流四大品类,支持**一键预测****一键服务化部署****快速迁移学习**
- 涵盖CV、NLP、Audio、Video、工业应用主流五大品类,支持**一键预测****一键服务化部署****快速迁移学习**
- 全部模型开源下载,**离线可运行**
## 近期更新
- **2021.04.27**,发布v2.1.0版本。**【模型部分能力升级】**,新模型支持:新增基于VOC数据集的高精度语义分割模型2个,语音分类模型3个。迁移学习能力升级:新增图像语义分割、文本语义匹配、语音分类等相关任务的Fine-Tune能力以及相关任务数据集。**【部署能力重要升级】**,完善部署能力:新增ONNX和PaddleInference等模型格式的导出功能。**重要开源生态合作:** 新增[BentoML](https://github.com/bentoml/BentoML) 云原生服务化部署能力,可以支持统一的多框架模型管理和模型部署的工作流,[详细教程](https://github.com/PaddlePaddle/PaddleHub/blob/release/v2.1/demo/serving/bentoml/cloud-native-model-serving-with-bentoml.ipynb). 更多内容可以参考BentoML 最新 v0.12.1 [Releasenote](https://github.com/bentoml/BentoML/releases/tag/v0.12.1).(感谢@[parano](https://github.com/parano) @[cqvu](https://github.com/cqvu) @[deehrlic](https://github.com/deehrlic))的贡献与支持。**【BUG修复】** [#7da1230](https://github.com/PaddlePaddle/PaddleHub/commit/7da12302dd77e3d739da72821d41715ad8a7c79c) 修复了模型未记录评估指标时无法恢复训练的问题。[#b0b3144](https://github.com/PaddlePaddle/PaddleHub/commit/b0b3144eff34e47cac8fc450c8b7cb6c557f9b84) 修复了评估过程出现异常时线程没有正常退出的问题。[#30aace4](https://github.com/PaddlePaddle/PaddleHub/commit/30aace46414bbeef02beb75b7128f48fada82150) 优化模型安装流程,提升易用性。预训练模型总量达到[**【300】**](https://www.paddlepaddle.org.cn/hublist)个。
- **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个。预训练模型总量达到[**【274】**](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】** 个。
......@@ -40,7 +41,7 @@
## [特性](./docs/docs_ch/figures.md)
- **【丰富的预训练模型】**:涵盖CV、NLP、Audio、Video主流四大品类的 180+ 预训练模型,全部开源下载,离线可运行。
- **【丰富的预训练模型】**:涵盖CV、NLP、Audio、Video、工业应用主流五大品类的 300+ 预训练模型,全部开源下载,离线可运行。
- **【一键模型快速预测】**:通过一行命令行或者极简的Python API实现模型调用,可快速体验模型效果。
- **【一键模型转服务化】**:一行命令,搭建深度学习模型API服务化部署能力。
- **【十行代码迁移学习】**:十行代码完成图片分类、文本分类的迁移学习任务
......@@ -233,28 +234,32 @@
- [示例体验项目demo](./docs/docs_ch/community/more_demos.md)
- 丰富的预训练模型 274
- [精品特色模型](./docs/docs_ch/figures.md)
- 计算机视觉 141 个
- [图像分类 64](./modules/image/classification/README.md)
- 计算机视觉 161 个
- [图像分类 77](./modules/image/classification/README.md)
- [目标检测 13 个](./modules/image/object_detection/README.md)
- [人脸检测 7 个](./modules/image/face_detection/README.md)
- [关键点检测 5 个](./modules/image/keypoint_detection/README.md)
- [图像分割 13](./modules/image/semantic_segmentation/README.md)
- [文本识别 8](./modules/image/text_recognition/README.md)
- [图像生成 22](./modules/image/Image_gan/README.md)
- [图像分割 15](./modules/image/semantic_segmentation/README.md)
- [文本识别 9](./modules/image/text_recognition/README.md)
- [图像生成 23](./modules/image/Image_gan/README.md)
- [图像编辑 9 个](./modules/image/Image_editing/README.md)
- 自然语言处理 122 个
- [深度估计 2 个](./modules/thirdparty/image/depth_estimation)
- [实例分割 1 个](./modules/image/instance_segmentation/solov2/README.md)
- 自然语言处理 126 个
- [词法分析 2 个](./modules/text/lexical_analysis/README.md)
- [句法分析 1 个](./modules/text/syntactic_analysis/README.md)
- [情感分析 7 个](./modules/text/sentiment_analysis/README.md)
- [文本审核 3 个](./modules/text/text_review/README.md)
- [文本生成 12 个](./modules/text/text_generation/README.md)
- [语义模型 36](./modules/text/language_model/README.md)
- [语义模型 40](./modules/text/language_model/README.md)
- [词向量 61 个](https://www.paddlepaddle.org.cn/hublist)
- 语音 3 个
- [语音合成 3 个](./modules/audio/README.md)
- 视频8个
- [视频分类 5 个](./modules/video/README.md)
- [视频修复 3 个](https://www.paddlepaddle.org.cn/hublist)
- 工业应用 2 个
- [表计识别 2 个](./modules/image/industrial_application/meter_readings/barometer_reader/README.md)
- 部署
- [一行代码服务化部署](./docs/docs_ch/tutorial/serving.md)
- [移动端 Lite 部署(跳转Lite教程)](https://paddle-lite.readthedocs.io/zh/latest/quick_start/tutorial.html)
......@@ -320,3 +325,4 @@
* 非常感谢[livingbody](https://github.com/livingbody)贡献了基于PaddleHub能力的风格迁移和中秋看图写诗微信小程序
* 非常感谢[BurrowsWang](https://github.com/BurrowsWang)修复Markdown表格显示问题
* 非常感谢[huqi](https://github.com/hu-qi)修复了readme中的错别字
* 非常感谢[parano](https://github.com/parano)[cqvu](https://github.com/cqvu)[deehrlic](https://github.com/deehrlic)三位的贡献与支持
docs/imgs/joinus.PNG

177.5 KB | W: | H:

docs/imgs/joinus.PNG

186.4 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.
先完成此消息的编辑!
想要评论请 注册