batch export: batch_get_username calls unknown function find_user_id #5
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hello,
I wanted to use your script to download all my pictures from mapillary, but could not get the
batch_get_username.sh
running, as it calls an uncommitted filefind_user_id.sh
:Can you check if you simply forgot to add that file?
Maybe the same for
curl_land.sh
?Oh, and I discovered that
images_par_username.py
was exactly listing the sequences that I was looking for. Is there a reason why the batch script is not using that? Because it is limited to 5000 pictures?good observation, i encountered the same issue by trying to run the repo on a fresh clone.
find_user_id was not in the repo, i added the find_user_id.sh and curl_land.sh. I did spread files a bit for testing.
if there are other things missings don't hesitate :)
Thanks!