Skip to content

Commit

Permalink
naming consistency in model checkpoint filename (evaluation on full d…
Browse files Browse the repository at this point in the history
…ataset)
  • Loading branch information
InonS authored Feb 29, 2020
1 parent 284e4b9 commit cf49f90
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 @@ -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.ckpt
--weights_path ./model/tusimple_lanenet_vgg/tusimple_lanenet_vgg.ckpt
--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 cf49f90

Please sign in to comment.