From 2bdf40a5470427504f82b19fe2bccc06a3a895ae Mon Sep 17 00:00:00 2001 From: Jason Date: Wed, 14 Dec 2022 13:55:49 +0800 Subject: [PATCH] Update README.md --- tutorials/intel_gpu/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/intel_gpu/README.md b/tutorials/intel_gpu/README.md index 7c641f512..41c022fa0 100644 --- a/tutorials/intel_gpu/README.md +++ b/tutorials/intel_gpu/README.md @@ -11,7 +11,7 @@ FastDeploy provides two examples for these situations in this directory ## Fixed input shape -While deploying a computer vision model, it includes 3 steps +While deploying a compute vision model, it includes 3 steps - Input a image data, after the preprocessing steps, we get the `tensors` which will be feed to the deeplearning model - Inference the model by Runtime with the input `tensors`, and get the output `tensors` - Postprocessing the output `tensors`, and get the final results we need, e.g `DetectionResult`, `SegmentationResult`