diff --git a/docs/QUICK_STARTED.md b/docs/QUICK_STARTED.md index 06b5f15dd5777259961c89fa384689f76c8bce72..d93f76b2d00ba688a57227d33e0ccf854c0d56e1 100644 --- a/docs/QUICK_STARTED.md +++ b/docs/QUICK_STARTED.md @@ -54,7 +54,7 @@ Inference: ```bash 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 \ - --infer_img=demo/000000570688.jpg + --infer_img=demo/orange_71.jpg ``` Inference images are shown below: diff --git a/docs/QUICK_STARTED_cn.md b/docs/QUICK_STARTED_cn.md index 33c4f63d67adc9ff70c3debb85790d30e955b78a..fe15870b256eff07e7fe64e0b2f8ec3855382d50 100644 --- a/docs/QUICK_STARTED_cn.md +++ b/docs/QUICK_STARTED_cn.md @@ -54,7 +54,7 @@ python -u tools/eval.py -c configs/yolov3_mobilenet_v1_fruit.yml ```bash 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 \ - --infer_img=demo/000000570688.jpg + --infer_img=demo/orange_71.jpg ``` 预测图片如下: