From 220f9d5cc24f8c90fac2ca0756da73501764a449 Mon Sep 17 00:00:00 2001
From: Anshul Paigwar
Date: Wed, 7 Aug 2019 10:21:56 +0200
Subject: [PATCH] Update README.md
using `--data_path=` gives an error `The function received no value for the required argument: root_path`
so data_path should be removed
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 0a5b204a..6561a982 100644
--- a/README.md
+++ b/README.md
@@ -139,7 +139,7 @@ Download KITTI dataset and create some directories first:
Then run
```bash
-python create_data.py kitti_data_prep --data_path=KITTI_DATASET_ROOT
+python create_data.py kitti_data_prep KITTI_DATASET_ROOT
```
* [NuScenes](https://www.nuscenes.org) Dataset preparation