Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
MaybeShewill-CV committed Jun 13, 2019
1 parent 30ba1e2 commit ac4f10b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ download the model and put them in folder model/tusimple_lanenet/
You can test a single image on the trained model as follows

```
python tools/test_lanenet.py --weights_path ./model/tusimple_lanenet_vgg/tusimple_lanenet.ckpt
python tools/test_lanenet.py --weights_path ./model/tusimple_lanenet_vgg/tusimple_lanenet_vgg.ckpt
--image_path ./data/tusimple_test_image/0.jpg
```
The results are as follows:
Expand Down

0 comments on commit ac4f10b

Please sign in to comment.