Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
voldemortX committed Mar 8, 2021
1 parent 5c04667 commit c680c90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/VISUALIZATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -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=<deeplabv2_pascalvoc_321x321_20201108.pt> --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
Expand Down

0 comments on commit c680c90

Please sign in to comment.