From 5686c20f5ad75ae00a88925b692d0d6e093d8ebd Mon Sep 17 00:00:00 2001 From: Ryan Jung Date: Wed, 18 Sep 2019 15:49:59 +0900 Subject: [PATCH] Update README.md lanenet_data_feed_pipeline.py needs --tfrecords_dir, not --save_dir --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f56bda34..8c9310ad 100644 --- a/README.md +++ b/README.md @@ -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