Skip to content

Commit

Permalink
Merge branch 'master' of github.com:MaybeShewill-CV/lanenet-lane-dete…
Browse files Browse the repository at this point in the history
…ction
  • Loading branch information
MaybeShewill-CV committed Jun 11, 2020
2 parents 634e111 + 9154c14 commit a437e6d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ numpy==1.15.1
tqdm==4.28.1
glog==0.3.1
easydict==1.9
tensorflow_gpu==1.12.0
tensorflow_gpu==1.15.2
matplotlib==3.0.2
opencv==4.0.0
scikit_learn==0.21.1

0 comments on commit a437e6d

Please sign in to comment.