mirror of
https://forge.chapril.org/tykayn/mapillary_download
synced 2025-06-20 01:34:43 +02:00
8 lines
299 B
Markdown
8 lines
299 B
Markdown
# mapillary_download
|
|
Simple code to download images in a mapillary sequence
|
|
|
|
## How to use
|
|
change the access token with your access token and the sequence id with the id of the sequence you want to dowload
|
|
```Shell
|
|
python download.py --access_token "MLY|xxxx|xxxxxxx" --sequence_id xxxxxxxxxxx
|
|
```
|