2023-01-20 03:55:18 +01:00
|
|
|
# mapillary_download
|
2023-09-14 20:06:51 +02:00
|
|
|
Simple code to download images in one or several mapillary sequences.
|
2023-01-20 04:19:37 +01:00
|
|
|
|
|
|
|
## How to use
|
2023-09-14 20:06:51 +02:00
|
|
|
change the access token with your access token and the sequence ids with the ids of the sequences you want to download
|
2023-01-20 04:19:37 +01:00
|
|
|
```Shell
|
2023-09-14 20:06:51 +02:00
|
|
|
python download.py --access_token "MLY|xxxx|xxxxxxx" --sequence_ids xxxxxxxxxxx xxxxxxxxxxx
|
2023-01-20 04:19:37 +01:00
|
|
|
```
|