diff --git a/README_EN.md b/README_EN.md index 74e1d01b7f..d3f7f26d2e 100644 --- a/README_EN.md +++ b/README_EN.md @@ -47,15 +47,15 @@ Including image classification, object detection, image segmentation, face detec - šŸ”„ **2022.11.15ļ¼šRelease FastDeploy [release v0.7.0](https://github.com/PaddlePaddle/FastDeploy/tree/release/0.7.0)**
- **šŸ–„ļø Server-side and Cloud Deployment: Support more CV models, improve deployment performance** - - Support [PaddleClas](./examples/vision/classification/paddleclas/serving) model service-based deploymentļ¼› - - Support [Stable Diffusion](./examples/multimodal/stable_diffusion) model deploymentļ¼› + - Support [PaddleClas](./examples/vision/classification/paddleclas/serving) model service-based deployment; + - Support [Stable Diffusion](./examples/multimodal/stable_diffusion) model deployment; - Upgrade PaddleClas态PaddleDetection态YOLOv5 deployment code to support predict and batch_predict; - Add the Pad function operator for the FDTensor to support Padding of the input during batch prediction; - - Add Python API to_dlpack interface for FDTensor to support copyless transfer of FDTensor between frameworks.; + - Add Python API to_dlpack interface for FDTensor to support copyless transfer of FDTensor between frameworks. - **šŸ“± Mobile and Edge Device Deployment: support new backendļ¼Œsupport more CV model** - Support Paddle Lite TIM-VX for supporting hardware such as Rockchip RV1109,RV1126, RK1808, Amlogic A311D, etc. And provide a seamless deployment experience with other inference engines include Paddle Inference态Paddle Inference TensorRT态Paddle Lite态TensorRT态OpenVINO态ONNX Runtime态RKNPU2; - - support Image classification model [ResNet50_vd](./examples/vision/classification/paddleclas/rk1126/cpp) on Rockchip RV1126; - - support Face detection model [SCRFD](./examples/vision/facedet/scrfd/rknpu2) on Rockchip RK3588, RK3568 and other hardware; + - Support Image classification model [ResNet50_vd](./examples/vision/classification/paddleclas/rk1126/cpp) on Rockchip RV1126; + - Support Face detection model [SCRFD](./examples/vision/facedet/scrfd/rknpu2) on Rockchip RK3588, RK3568 and other hardware. - [**more releases information**](./releases)