Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removed trailing spaces that broke commands in GETTING_STARTED.md #436

Merged
merged 1 commit into from
May 10, 2021
Merged

Removed trailing spaces that broke commands in GETTING_STARTED.md #436

merged 1 commit into from
May 10, 2021

Conversation

lynnpepin
Copy link
Contributor

Tiny change: Removes trailing spaces from commands in GETTING_STARTED.md

The backslash \ is meant to escape the newline when writing multi-line commands. But because there was a space character after the backslash, the backslash escaped the space and not the newline, and the command would not work properly.

Example:

python -m pcdet.datasets.nuscenes.nuscenes_dataset --func create_nuscenes_infos \ 
    --cfg_file tools/cfgs/dataset_configs/nuscenes_dataset.yaml \
    --version v1.0-trainval

@sshaoshuai sshaoshuai merged commit a59df77 into open-mmlab:master May 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants