forked from tykayn/mapillary_download
9 lines
331 B
Markdown
9 lines
331 B
Markdown
# mapillary_download
|
|
Simple code to download images in one or several mapillary sequences.
|
|
|
|
## How to use
|
|
change the access token with your access token and the sequence ids with the ids of the sequences you want to download
|
|
```Shell
|
|
python download.py --access_token "MLY|xxxx|xxxxxxx" --sequence_ids xxxxxxxxxxx xxxxxxxxxxx
|
|
```
|