Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revised document #9169

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/tutorials/QUICK_STARTED.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ export CUDA_VISIBLE_DEVICES=0
## Inference Demo with Pre-trained Models

```
# download the COCO dataset
python dataset/coco/download_coco.py
# predict an image using PP-YOLO
python tools/infer.py -c configs/ppyolo/ppyolo_r50vd_dcn_1x_coco.yml -o use_gpu=true weights=https://paddledet.bj.bcebos.com/models/ppyolo_r50vd_dcn_1x_coco.pdparams --infer_img=demo/000000014439.jpg
```
Expand Down
2 changes: 2 additions & 0 deletions docs/tutorials/QUICK_STARTED_cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ export CUDA_VISIBLE_DEVICES=0

## 一、快速体验
```
# 下载COCO数据集
python dataset/coco/download_coco.py
# 用PP-YOLO算法在COCO数据集上预训练模型预测一张图片
python tools/infer.py -c configs/ppyolo/ppyolo_r50vd_dcn_1x_coco.yml -o use_gpu=true weights=https://paddledet.bj.bcebos.com/models/ppyolo_r50vd_dcn_1x_coco.pdparams --infer_img=demo/000000014439.jpg
```
Expand Down