提交 037ecc2c 编写于 作者: W wangguanzhong 提交者: GitHub

fix infer image in quick start (#3514)

上级 bf68c4ea
...@@ -54,7 +54,7 @@ Inference: ...@@ -54,7 +54,7 @@ Inference:
```bash ```bash
python -u tools/infer.py -c configs/yolov3_mobilenet_v1_fruit.yml \ python -u tools/infer.py -c configs/yolov3_mobilenet_v1_fruit.yml \
-o weights=https://paddlemodels.bj.bcebos.com/object_detection/yolov3_mobilenet_v1_fruit.tar \ -o weights=https://paddlemodels.bj.bcebos.com/object_detection/yolov3_mobilenet_v1_fruit.tar \
--infer_img=demo/000000570688.jpg --infer_img=demo/orange_71.jpg
``` ```
Inference images are shown below: Inference images are shown below:
......
...@@ -54,7 +54,7 @@ python -u tools/eval.py -c configs/yolov3_mobilenet_v1_fruit.yml ...@@ -54,7 +54,7 @@ python -u tools/eval.py -c configs/yolov3_mobilenet_v1_fruit.yml
```bash ```bash
python -u tools/infer.py -c configs/yolov3_mobilenet_v1_fruit.yml \ python -u tools/infer.py -c configs/yolov3_mobilenet_v1_fruit.yml \
-o weights=https://paddlemodels.bj.bcebos.com/object_detection/yolov3_mobilenet_v1_fruit.tar \ -o weights=https://paddlemodels.bj.bcebos.com/object_detection/yolov3_mobilenet_v1_fruit.tar \
--infer_img=demo/000000570688.jpg --infer_img=demo/orange_71.jpg
``` ```
预测图片如下: 预测图片如下:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册