From f8a11fd90a1a4cb64c70ece0d4cf4a92dfc4e7f7 Mon Sep 17 00:00:00 2001 From: Boris Ivanovic Date: Wed, 19 Aug 2020 16:21:07 -0700 Subject: [PATCH] Updated README.md v1.0 -> v1.0-trainval in the nuScenes preprocessing arguments (this should match what the nuScenes dataset default path names are). --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b5c6960..b0bcb51 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ cd experiments/nuScenes python process_data.py --data=./v1.0-mini --version="v1.0-mini" --output_path=../processed # For the full nuScenes dataset, use the following -python process_data.py --data=./v1.0 --version="v1.0" --output_path=../processed +python process_data.py --data=./v1.0 --version="v1.0-trainval" --output_path=../processed ``` In case you also want a validation set generated (by default this will just produce the training and test sets), replace line 406 in `process_data.py` with: ```