...
 
Commits (3)
    https://gitcode.net/paddlepaddle/X2Paddle/-/commit/96da308922d2df2d5abe31a6a1d567788bcb89ff Add FastDeploy in readme 2022-11-15T11:50:00+08:00 wjj19950828 wjjisloser@163.com https://gitcode.net/paddlepaddle/X2Paddle/-/commit/3ff3b691d7711485de832d63d7f4370caece9e1f Add FastDeploy in readme 2022-11-15T11:57:06+08:00 wjj19950828 wjjisloser@163.com https://gitcode.net/paddlepaddle/X2Paddle/-/commit/ac4e7ce7afa6a8ca4fa042343d27ba590c91f228 Merge pull request #911 from wjj19950828/support_GFPGAN 2022-11-15T13:14:51+08:00 Jason jiangjiajun@baidu.com Add FastDeploy YOLOv5/v6/v7 demo in readme
......@@ -6,6 +6,17 @@
[![Version](https://img.shields.io/github/release/PaddlePaddle/X2Paddle.svg)](https://github.com/PaddlePaddle/X2Paddle/releases)
![python version](https://img.shields.io/badge/python-3.5+-orange.svg)
## 🆕 新开源项目FastDeploy
若您的最终目的是用于模型部署,当前飞桨提供[FastDeploy](https://github.com/PaddlePaddle/FastDeploy),提供📦**开箱即用****云边端**部署体验, 支持超过 🔥150+ **Text**, **Vision**, **Speech****跨模态**模型,并实现🔚**端到端**的推理性能优化。
- 欢迎Star🌟 [https://github.com/PaddlePaddle/FastDeploy](https://github.com/PaddlePaddle/FastDeploy)
- [YOLOv5 C++ & Python 部署示例](https://github.com/PaddlePaddle/FastDeploy/tree/develop/examples/vision/detection/yolov5)
- [YOLOv6 C++ & Python 部署示例](https://github.com/PaddlePaddle/FastDeploy/tree/develop/examples/vision/detection/yolov6)
- [YOLOv7 C++ & Python 部署示例](https://github.com/PaddlePaddle/FastDeploy/tree/develop/examples/vision/detection/yolov7)
- [RetinaFace C++ & Python 部署示例](https://github.com/PaddlePaddle/FastDeploy/tree/develop/examples/vision/facedet/retinaface)
- [YOLOv5Face 安卓部署示例](https://github.com/PaddlePaddle/FastDeploy/tree/develop/java/android#yolov5face-java-api-%E8%AF%B4%E6%98%8E)
**【问卷调查】** 为了更好的推进飞桨框架以及X2Paddle的迭代开发,诚邀您参加我们的问卷,期待您的宝贵意见:https://iwenjuan.baidu.com/?code=npyd51
## 简介
......