Updated README.md

v1.0 -> v1.0-trainval in the nuScenes preprocessing arguments (this should match what the nuScenes dataset default path names are).
This commit is contained in:
Boris Ivanovic 2020-08-19 16:21:07 -07:00 committed by GitHub
parent b99e07dcab
commit f8a11fd90a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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:
```