Skip to content

Commit

Permalink
Update get_started.md (open-mmlab#1290)
Browse files Browse the repository at this point in the history
fix wrong file format. it should be png instead of jpg
  • Loading branch information
Tsingularity committed Feb 15, 2022
1 parent 8e8cb06 commit 58c02dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/get_started.md
Expand Up @@ -237,7 +237,7 @@ python demo/image_demo.py ${IMAGE_FILE} ${CONFIG_FILE} ${CHECKPOINT_FILE} [--dev
Examples:

```shell
python demo/image_demo.py demo/demo.jpg configs/pspnet/pspnet_r50-d8_512x1024_40k_cityscapes.py \
python demo/image_demo.py demo/demo.png configs/pspnet/pspnet_r50-d8_512x1024_40k_cityscapes.py \
checkpoints/pspnet_r50-d8_512x1024_40k_cityscapes_20200605_003338-2966598c.pth --device cuda:0 --palette cityscapes
```

Expand Down

0 comments on commit 58c02dd

Please sign in to comment.