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 17, 2020
1 parent 62e1dd4 commit aae6e38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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_vgg/
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_vgg.ckpt
python tools/test_lanenet.py --weights_path /PATH/TO/YOUT/CKPT_FILE_PATH
--image_path ./data/tusimple_test_image/0.jpg
```
The results are as follows:
Expand All @@ -55,7 +55,7 @@ If you want to evaluate the model on the whole tusimple test dataset you may cal
```
python tools/evaluate_lanenet_on_tusimple.py
--image_dir ROOT_DIR/TUSIMPLE_DATASET/test_set/clips
--weights_path ./model/tusimple_lanenet_vgg/tusimple_lanenet_vgg.ckpt
--weights_path /PATH/TO/YOUT/CKPT_FILE_PATH
--save_dir ROOT_DIR/TUSIMPLE_DATASET/test_set/test_output
```
If you set the save_dir argument the result will be saved in that folder
Expand Down

0 comments on commit aae6e38

Please sign in to comment.