Skip to content

Commit

Permalink
Update get_started.md (#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 authored Feb 15, 2022
1 parent d9eb6d0 commit 92068b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/get_started.md
Original file line number Diff line number Diff line change
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 92068b4

Please sign in to comment.