From c680c90240411321f8aae63d632719b528b8ad82 Mon Sep 17 00:00:00 2001 From: voldemortX Date: Mon, 8 Mar 2021 19:52:16 +0800 Subject: [PATCH] typo --- docs/VISUALIZATION.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/VISUALIZATION.md b/docs/VISUALIZATION.md index 8df5d07b..bcf985f9 100644 --- a/docs/VISUALIZATION.md +++ b/docs/VISUALIZATION.md @@ -23,7 +23,7 @@ You should be able to see the result like this stored at `--save-path`: If mask is not provided, an inference will be performed by the model specified with `--model` and `--continue-from`, you can define input resolution with `--height` and `--width`, but the result will always be resized to the original image: ``` -python visualize_segmentation.py --image-path=test_images/voc_test_image.jpg --save-path=test_images/voc_pred.png --model=deeplabv2 --dataset=voc --mixed-precision --continue-from= --height=505 --width=505 +python visualize_segmentation.py --image-path=test_images/voc_test_image.jpg --save-path=test_images/voc_pred.png --model=deeplabv2 --dataset=voc --mixed-precision --continue-from=deeplabv2_pascalvoc_321x321_20201108.pt --height=505 --width=505 ``` ## Lane points