Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
lanenet_data_feed_pipeline.py needs --tfrecords_dir, not --save_dir
  • Loading branch information
Ryan Jung authored Sep 18, 2019
1 parent ac4f10b commit 5686c20
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 @@ -83,7 +83,7 @@ Use the script here to generate the tensorflow records file
```
python data_provider/lanenet_data_feed_pipline.py
--dataset_dir ./data/training_data_example
--save_dir ./data/training_data_example/tfrecords
--tfrecords_dir ./data/training_data_example/tfrecords
```

#### Train model
Expand Down

0 comments on commit 5686c20

Please sign in to comment.