Coder Social home page Coder Social logo

gitouche-sur-osm / mapillary_takeout Goto Github PK

View Code? Open in Web Editor NEW
25.0 6.0 5.0 89 KB

Download your "unprocessed original" images back from Mapillary

License: GNU General Public License v3.0

Python 95.89% Shell 4.11%
mapillary downloader download

mapillary_takeout's People

Contributors

frodrigo avatar gitouche-sur-osm avatar twitwi avatar wosch avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

mapillary_takeout's Issues

Storing sequences by date only has some issues

I have (unfortunately) a lot of images tagged with the date 1970-01-01 (unixtime 0), from converting actioncam videos to image sequences and not fixing their dates. mapillary_takeout throws images from these sequences into one big folder.

I recognize this is my own fault for providing bad data, but it would be nice if the resulting folders had some kind of counter on it, or a sub-folder for each individual sequence (I hacked one in myself for my purposes).

I'm on Windows 10, Python 3.7 if that matters

Mapillary API v4 is OK

Hello,
Mappily's v4 API is OK.
I wish I could upload my previously uploaded photos to Mapillary.

Thank you for your work if you still have working time on your code

Feature request: add sequence to folder

Hi,

You now save to the folder: YYYY-MM-DD

I am a programmer, but not very proficient in Python.. could you add the option to save to:

YYYY-MM-DD-[sequence-ID]

?

Or is that first set of numbers of a file name the sequence?

Silently fails when entering wrong username

I called the script and entered the correct email address and password, but accidentally mistyped my username. The script exited with no output or error message. It should at least have displayed some error.

Invalid characters for Windows filenames

Since filenames currently contain a colon ( : ) , windows users should adapt the output filename to prevent errors. Around line 155 a workable solution would be for example

sequence_name = ( sequence["properties"]["captured_at"] + "_" + sequence["properties"]["created_at"] ) sequence_name = sequence_name.replace(":", "_")

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.