Update README.md

This commit is contained in:
Jason
2022-12-14 13:55:49 +08:00
committed by GitHub
parent c4852a8440
commit 2bdf40a547

View File

@@ -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`