From 6a4777d03b9a77a5e72d0f112f749e6fcaf6c79a Mon Sep 17 00:00:00 2001 From: Jason Date: Thu, 25 Aug 2022 10:07:36 +0800 Subject: [PATCH] Update README.md --- examples/vision/segmentation/paddleseg/cpp/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/vision/segmentation/paddleseg/cpp/README.md b/examples/vision/segmentation/paddleseg/cpp/README.md index 0ecf54dae..23529782f 100644 --- a/examples/vision/segmentation/paddleseg/cpp/README.md +++ b/examples/vision/segmentation/paddleseg/cpp/README.md @@ -25,11 +25,11 @@ wget https://paddleseg.bj.bcebos.com/dygraph/demo/cityscapes_demo.png # CPU推理 -./infer_demo Unet_cityscapes_without_argmax_infer infer.cc cityscapes_demo.png 0 +./infer_demo Unet_cityscapes_without_argmax_infer Unet_cityscapes_without_argmax_infer cityscapes_demo.png 0 # GPU推理 -./infer_demo Unet_cityscapes_without_argmax_infer infer.cc cityscapes_demo.png 1 +./infer_demo Unet_cityscapes_without_argmax_infer Unet_cityscapes_without_argmax_infer cityscapes_demo.png 1 # GPU上TensorRT推理 -./infer_demo Unet_cityscapes_without_argmax_infer infer.cc cityscapes_demo.png 2 +./infer_demo Unet_cityscapes_without_argmax_infer Unet_cityscapes_without_argmax_infer cityscapes_demo.png 2 ``` 运行完成可视化结果如下图所示