posm / posm-paths

A tool to collect, organize, visualize, and upload (to Mapillary and OSC) street-level imagery.
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

investigate sequence splitting using posm tools #2

Closed maxgrossman closed 6 years ago

maxgrossman commented 6 years ago

background

the so-called loaders folder will hold code that takes folders filled with images and splits them into sequences (like what exists now in the mapillary tools repository).

work

maxgrossman commented 6 years ago

after having to try to handle python 2.7 deps for mapillary tools and having some interest to use python3 for the server code, we've chosen to do the sequence splitting / making with node.

There is a pretty nice exif metadata reading library and after the reading the logic mapillary used for doing sequence splitting (the guts of what we wanted their tools for), we figured writing our own code won't be to heavy a lift.

tickets and branches to come. closing this for now