I wanted to download all images from one City. Therefor i got my boundingbox data and Started a server. I used this script, to download the pictures ordered by sequence via API: Download Mapillary images a JPGs · GitHub
Now i have a bit problem: My server (which i got from university) has got a timelimit and it stopped and crashed after 4 hours of downloading. Also i can see the last Picture downloaded and the sequence it was in (by timestamp). My question: is there a posibility to restart the Server and modify the script, so that i just start with the image i dowwnloaded last? anf if Yes: how could i modify that? Would be a big help, if someone knows a workaround on that issue, i think serverchrashes are common and i am sure there will be other people having the same problems!
Greetings and thanks!