From 3216912516c83ee6b018aa4cb16f574946b6ac7d Mon Sep 17 00:00:00 2001 From: leiqing <54695910+leiqing1@users.noreply.github.com> Date: Tue, 9 Aug 2022 14:22:17 +0800 Subject: [PATCH] Update README.md --- new_examples/vision/detection/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/new_examples/vision/detection/README.md b/new_examples/vision/detection/README.md index 5c3d45651..5d0e64819 100644 --- a/new_examples/vision/detection/README.md +++ b/new_examples/vision/detection/README.md @@ -11,7 +11,7 @@ ## FastDeploy API设计 -视觉模型具有较有统一任务范式,在设计API时(包括C++/Python),FastDeploy将视觉模型的部署拆分为三个步骤 +视觉模型具有较有统一任务范式,在设计API时(包括C++/Python),FastDeploy将视觉模型的部署拆分为四个步骤 - 模型加载 - 图像预处理