mapillary_download/README.md

9 lines
299 B
Markdown
Raw Normal View History

2023-01-20 03:55:18 +01:00
# mapillary_download
2023-01-20 04:19:37 +01:00
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
```