Skip to content

Commit

Permalink
Merge pull request MaybeShewill-CV#355 from InonS/patch-1
Browse files Browse the repository at this point in the history
Changed README to consistently reflect proposed pre-trained model directory name
  • Loading branch information
MaybeShewill-CV authored Mar 2, 2020
2 parents 22e602c + cf49f90 commit 9154c14
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 @@ -25,7 +25,7 @@ the input pipeline I implemented now need to be improved to achieve a real time

The trained lanenet model weights files are stored in
[new_lanenet_model_file](https://www.dropbox.com/sh/tnsf0lw6psszvy4/AAA81r53jpUI3wLsRW6TiPCya?dl=0). You can
download the model and put them in folder model/tusimple_lanenet/
download the model and put them in folder model/tusimple_lanenet_vgg/

You can test a single image on the trained model as follows

Expand Down 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 9154c14

Please sign in to comment.